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="/battlefield-6s-campaign-a-political-rorschach-test/" class="px-5 top-color">
  432.                    Battlefield 6&#x27;s Campaign: A Political Rorschach Test.
  433.                  </a>
  434.                  
  435.                  <a href="/the-us-presidents-east-asia-tour-involves-agreements-deference-and-a-insightful-final-meeting/" class="px-5 top-color">
  436.                    The US President&#x27;s East Asia Tour Involves Agreements, Deference and a Insightful Final Meeting
  437.                  </a>
  438.                  
  439.                  <a href="/the-giant-film-analysis-naseem-hamed-biopic-featuring-pierce-brosnan-misses-the-punch/" class="px-5 top-color">
  440.                    The Giant Film Analysis: Naseem Hamed Biopic Featuring Pierce Brosnan Misses the Punch
  441.                  </a>
  442.                  
  443.                  <a href="/ethiopia-takes-back-historic-items-after-a-century-holding-in-germany/" class="px-5 top-color">
  444.                    Ethiopia Takes Back Historic Items After a Century Holding in Germany
  445.                  </a>
  446.                  
  447.                  <a href="/even-bazballs-downfall-this-loyal-fan-groups-crew-of-seasoned-tourists-stands-firm/" class="px-5 top-color">
  448.                    Even Bazball&#x27;s Downfall, this Loyal Fan Group&#x27;s Crew of Seasoned Tourists Stands Firm.
  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="/indeed-keir-starmer-holds-the-title-of-britains-most-disliked-pm-ever-it-may-free-him/" class="blog-color">
  1277.                                        Indeed, Keir Starmer holds the title of Britain’s most disliked PM ever. It may free him.
  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="/it-would-be-nice-to-ignore-the-tech-mogul-on-the-environmental-emergency-but-his-wealth-matters-so-we-must-listen/" >
  1322.                                        It Would Be Nice to Ignore the Tech Mogul on the Environmental Emergency. But His Wealth Matters, So We Must Listen.
  1323.                                    </a></h4>
  1324.                <div class="author-info">
  1325.                  <span class="author-name">David Burnett</span>
  1326.                  <span class="post-time">12 Jun 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="/indiana-republicans-block-bid-to-redistrict-congressional-districts-in-stunning-rebuke-to-donald-trump/" >
  1341.                                        Indiana Republicans Block Bid to Redistrict Congressional Districts in Stunning Rebuke to Donald Trump
  1342.                                    </a></h4>
  1343.                <div class="author-info">
  1344.                  <span class="author-name">David Burnett</span>
  1345.                  <span class="post-time">12 Jun 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="/political-nativity-scenes-at-us-churches-push-back-on-ice/" >
  1360.                                        Political Nativity Scenes at US Churches Push Back on ICE
  1361.                                    </a></h4>
  1362.                <div class="author-info">
  1363.                  <span class="author-name">David Burnett</span>
  1364.                  <span class="post-time">12 Jun 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="/arteta-warns-injury-woes-could-undermine-the-gunners-trophy-hunt/" >
  1379.                                        Arteta Warns Injury Woes Could Undermine The Gunners&#x27; Trophy Hunt
  1380.                                    </a></h4>
  1381.                <div class="author-info">
  1382.                  <span class="author-name">David Burnett</span>
  1383.                  <span class="post-time">12 Jun 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="/we-have-no-idea-what-lies-ahead-aid-struggles-getting-to-local-areas-struck-by-hurricane-melissa/" >
  1784.                                    &#x27;We have no idea what lies ahead&#x27;: Aid struggles getting to local areas struck by Hurricane Melissa.
  1785.                                    </a>
  1786.                                </h3>
  1787.                                <div class="blog-meta-v10">
  1788.                                    <span>By David Burnett • 12 Jun 2026</span>
  1789.                                </div>
  1790.                                <p class="blog-excerpt-v10">
  1791.                                    
  1792.                                </p>
  1793.                                <div class="blog-actions-v10">
  1794.                                    <a href="/we-have-no-idea-what-lies-ahead-aid-struggles-getting-to-local-areas-struck-by-hurricane-melissa/" 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="/despite-overwhelming-success-expedition-33-creators-intend-to-keep-team-lean/" >
  1812.                                    Despite Overwhelming Success, Expedition 33 Creators Intend to Keep Team Lean
  1813.                                    </a>
  1814.                                </h3>
  1815.                                <div class="blog-meta-v10">
  1816.                                    <span>By David Burnett • 11 Jun 2026</span>
  1817.                                </div>
  1818.                                <p class="blog-excerpt-v10">
  1819.                                    
  1820.                                </p>
  1821.                                <div class="blog-actions-v10">
  1822.                                    <a href="/despite-overwhelming-success-expedition-33-creators-intend-to-keep-team-lean/" 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="/methods-for-get-a-steel-cover-in-pok%C3%A9mon-legends-z-a/" >
  1840.                                    Methods for Get a Steel Cover in Pokémon Legends Z-A
  1841.                                    </a>
  1842.                                </h3>
  1843.                                <div class="blog-meta-v10">
  1844.                                    <span>By David Burnett • 11 Jun 2026</span>
  1845.                                </div>
  1846.                                <p class="blog-excerpt-v10">
  1847.                                    
  1848.                                </p>
  1849.                                <div class="blog-actions-v10">
  1850.                                    <a href="/methods-for-get-a-steel-cover-in-pok%C3%A9mon-legends-z-a/" 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="/ruben-amorim-dismissed-by-manchester-united/" >
  1868.                                    Ruben Amorim Dismissed by Manchester United.
  1869.                                    </a>
  1870.                                </h3>
  1871.                                <div class="blog-meta-v10">
  1872.                                    <span>By David Burnett • 11 Jun 2026</span>
  1873.                                </div>
  1874.                                <p class="blog-excerpt-v10">
  1875.                                    
  1876.                                </p>
  1877.                                <div class="blog-actions-v10">
  1878.                                    <a href="/ruben-amorim-dismissed-by-manchester-united/" 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-caribbean-nation-provides-us-military-use-to-its-airports-as-rising-strains-with-venezuela/" >
  1896.                                    The Caribbean Nation Provides US Military Use to Its Airports As Rising Strains with Venezuela
  1897.                                    </a>
  1898.                                </h3>
  1899.                                <div class="blog-meta-v10">
  1900.                                    <span>By David Burnett • 11 Jun 2026</span>
  1901.                                </div>
  1902.                                <p class="blog-excerpt-v10">
  1903.                                    
  1904.                                </p>
  1905.                                <div class="blog-actions-v10">
  1906.                                    <a href="/the-caribbean-nation-provides-us-military-use-to-its-airports-as-rising-strains-with-venezuela/" 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="/parker-fabio-wardley-ready-for-high-stakes-clash-with-shot-at-oleksandr-usyk-on-the-table/" >
  1924.                                    Parker &amp; Fabio Wardley Ready for High-Stakes Clash with Shot at Oleksandr Usyk on the Table
  1925.                                    </a>
  1926.                                </h3>
  1927.                                <div class="blog-meta-v10">
  1928.                                    <span>By David Burnett • 11 Jun 2026</span>
  1929.                                </div>
  1930.                                <p class="blog-excerpt-v10">
  1931.                                    
  1932.                                </p>
  1933.                                <div class="blog-actions-v10">
  1934.                                    <a href="/parker-fabio-wardley-ready-for-high-stakes-clash-with-shot-at-oleksandr-usyk-on-the-table/" 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="/former-president-trump-unveils-blueprints-for-a-gilded-naval-fleet-battleships-carrying-the-name-of-donald-trump/" >
  1952.                                    Former President Trump Unveils Blueprints for a Gilded Naval Fleet Battleships Carrying the Name of Donald Trump
  1953.                                    </a>
  1954.                                </h3>
  1955.                                <div class="blog-meta-v10">
  1956.                                    <span>By David Burnett • 11 Jun 2026</span>
  1957.                                </div>
  1958.                                <p class="blog-excerpt-v10">
  1959.                                    
  1960.                                </p>
  1961.                                <div class="blog-actions-v10">
  1962.                                    <a href="/former-president-trump-unveils-blueprints-for-a-gilded-naval-fleet-battleships-carrying-the-name-of-donald-trump/" 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="/long-distance-running-champion-chepngetich-receives-three-year-ban/" >
  1980.                                    Long-distance running Champion Chepngetich Receives Three-Year Ban
  1981.                                    </a>
  1982.                                </h3>
  1983.                                <div class="blog-meta-v10">
  1984.                                    <span>By David Burnett • 11 Jun 2026</span>
  1985.                                </div>
  1986.                                <p class="blog-excerpt-v10">
  1987.                                    
  1988.                                </p>
  1989.                                <div class="blog-actions-v10">
  1990.                                    <a href="/long-distance-running-champion-chepngetich-receives-three-year-ban/" 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="/express-your-perspectives-on-trumps-latest-remarks/" >
  2008.                                    Express Your Perspectives on Trump&#x27;s Latest Remarks
  2009.                                    </a>
  2010.                                </h3>
  2011.                                <div class="blog-meta-v10">
  2012.                                    <span>By David Burnett • 11 Jun 2026</span>
  2013.                                </div>
  2014.                                <p class="blog-excerpt-v10">
  2015.                                    
  2016.                                </p>
  2017.                                <div class="blog-actions-v10">
  2018.                                    <a href="/express-your-perspectives-on-trumps-latest-remarks/" 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="/greenlandic-women-achieve-judicial-triumph-in-struggle-against-denmark-over-coerced-contraceptive-coil-injustice/" >
  2036.                                    Greenlandic Women Achieve Judicial Triumph in Struggle against Denmark over Coerced Contraceptive Coil Injustice.
  2037.                                    </a>
  2038.                                </h3>
  2039.                                <div class="blog-meta-v10">
  2040.                                    <span>By David Burnett • 10 Jun 2026</span>
  2041.                                </div>
  2042.                                <p class="blog-excerpt-v10">
  2043.                                    
  2044.                                </p>
  2045.                                <div class="blog-actions-v10">
  2046.                                    <a href="/greenlandic-women-achieve-judicial-triumph-in-struggle-against-denmark-over-coerced-contraceptive-coil-injustice/" 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="/us-house-set-for-crucial-ballot-on-terminating-historic-federal-closure/" >
  2064.                                    US House Set for Crucial Ballot on Terminating Historic Federal Closure
  2065.                                    </a>
  2066.                                </h3>
  2067.                                <div class="blog-meta-v10">
  2068.                                    <span>By David Burnett • 10 Jun 2026</span>
  2069.                                </div>
  2070.                                <p class="blog-excerpt-v10">
  2071.                                    
  2072.                                </p>
  2073.                                <div class="blog-actions-v10">
  2074.                                    <a href="/us-house-set-for-crucial-ballot-on-terminating-historic-federal-closure/" 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="/self-inflicted-deaths-linked-to-domestic-abuse-should-be-probed-as-potential-homicides-demand-uk-relatives/" >
  2092.                                    Self-inflicted deaths Linked to Domestic Abuse Should Be Probed as Potential Homicides, Demand UK Relatives
  2093.                                    </a>
  2094.                                </h3>
  2095.                                <div class="blog-meta-v10">
  2096.                                    <span>By David Burnett • 10 Jun 2026</span>
  2097.                                </div>
  2098.                                <p class="blog-excerpt-v10">
  2099.                                    
  2100.                                </p>
  2101.                                <div class="blog-actions-v10">
  2102.                                    <a href="/self-inflicted-deaths-linked-to-domestic-abuse-should-be-probed-as-potential-homicides-demand-uk-relatives/" 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="/the-upcoming-halo-combat-evolved-revamp-brings-significant-modifications-to-engage-a-new-crowd/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2146.                                            The Upcoming Halo: Combat Evolved Revamp Brings Significant Modifications to Engage a New Crowd
  2147.                                            </a>
  2148.              </h6>
  2149.              <div class="post-meta">
  2150.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 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="/unme-a-cerebral-thriller-merging-survival-horror-and-social-deduction-gameplay/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2169.                                            UN:Me: A Cerebral Thriller Merging Survival Horror and Social Deduction Gameplay
  2170.                                            </a>
  2171.              </h6>
  2172.              <div class="post-meta">
  2173.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 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="/dont-miss-one-iconic-stephen-king-cinematic-before-it-welcome-to-derrys-next-episode/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2192.                                            Don&#x27;t Miss One Iconic Stephen King Cinematic Before It: Welcome to Derry&#x27;s Next Episode
  2193.                                            </a>
  2194.              </h6>
  2195.              <div class="post-meta">
  2196.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 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="/why-do-we-have-to-wait-popovic-places-no-restrictions-on-what-the-socceroos-can-accomplish/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2215.                                            {‘Why do we have to wait?’: Popovic places no restrictions on what the Socceroos can accomplish.
  2216.                                            </a>
  2217.              </h6>
  2218.              <div class="post-meta">
  2219.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 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="/tom-clancys-the-division-is-coming-to-the-tabletop-as-a-deeply-strategic-tabletop-role-playing-game/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2238.                                            Tom Clancy&#x27;s The Division Is Coming to the Tabletop as a Deeply Strategic Tabletop Role-Playing Game
  2239.                                            </a>
  2240.              </h6>
  2241.              <div class="post-meta">
  2242.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 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="/an-ode-to-strength-what-we-can-glean-from-the-brilliance-of-accra-cultural-week/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2261.                                            An Ode to Strength: What We Can Glean from the Brilliance of Accra Cultural Week.
  2262.                                            </a>
  2263.              </h6>
  2264.              <div class="post-meta">
  2265.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 Jun 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>June 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.coinspeaker.com/uk/crypto-betting-sites/"  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.                 new rating of Best Crypto Betting sites
  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/betting-sites/non-gamstop/"  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.                 best sports betting sites not on Gamtop — 2026
  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://cryptonews.com/non-gamstop-casinos-uk/"  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.                 at the best non Gamstop casinos list
  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://esports-news.co.uk/betting-sites/no-verification/"  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.                 these betting sites UK no ID verification required
  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://esportsinsider.com/uk/gambling/non-gamstop-casinos"  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.                 new non GamStop casinos 2026
  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://totalfootballanalysis.com/online-casinos"  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.                 best online casinos UK
  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.stmonicas.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.                 gambling sites 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://esports-news.co.uk/online-casinos/no-verification/"  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.                 good online crypto casino
  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.gameshub.com/uk/betting-sites/not-on-gamstop/"  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.                 Best betting sites uk (latest)
  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://esports-news.co.uk/online-casinos/non-gamstop/"  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.                 casinos not on gamstop
  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://cryptonews.com/non-gamstop-casinos-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.                 casinos not on gamstop
  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://totalfootballanalysis.com/online-casinos/non-gamstop"  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://gamingamerica.com/non-gamstop-casinos"  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.                 casinos not on gamstop
  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.camelotintl.com/betting-sites-not-on-gamstop-uk/"  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.                 non uk betting sites (trusted)
  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://beerbods.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.                 best online casino uk section
  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://www.summerhall.co.uk/"  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.                 guide to best uk non gamstop casinos
  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://www.stamina.org.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.                 casino not on Gamstop
  2443.              </h6>
  2444.            </a>
  2445.          </div>
  2446.          
  2447.  
  2448.        </div>
  2449.  
  2450.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2451.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2452.        </div> -->
  2453.      </div>
  2454.    </div>
  2455.    
  2456.    <div class="sidebar-widget mb-4">
  2457.      <div class="widget-title-wrapper mb-3">
  2458.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2459.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2460.          <span class="title-arrow"></span>
  2461.        </h4>
  2462.      </div>
  2463.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2464.        <div class="blog-roll-list scrollable-sidebar">
  2465.          
  2466.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2467.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2468.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2469.                <i class="ti-angle-right me-2 text-primary"></i>
  2470.                 best uk non gamstop casinos
  2471.              </h6>
  2472.            </a>
  2473.          </div>
  2474.          
  2475.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2476.            <a href="https://akua.co/"  rel="dofollow" class="text-decoration-none ">
  2477.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2478.                <i class="ti-angle-right me-2 text-primary"></i>
  2479.                 best online betting sites
  2480.              </h6>
  2481.            </a>
  2482.          </div>
  2483.          
  2484.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2485.            <a href="https://techconnect-live.com/"  rel="dofollow" class="text-decoration-none ">
  2486.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2487.                <i class="ti-angle-right me-2 text-primary"></i>
  2488.                 best online casino ireland
  2489.              </h6>
  2490.            </a>
  2491.          </div>
  2492.          
  2493.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2494.            <a href="https://2020march.com/"  rel="dofollow" class="text-decoration-none ">
  2495.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2496.                <i class="ti-angle-right me-2 text-primary"></i>
  2497.                 hahaspin casino
  2498.              </h6>
  2499.            </a>
  2500.          </div>
  2501.          
  2502.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2503.            <a href="https://www.stamp-collecting-world.com/"  rel="dofollow" class="text-decoration-none ">
  2504.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2505.                <i class="ti-angle-right me-2 text-primary"></i>
  2506.                 reelraven casino
  2507.              </h6>
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none ">
  2513.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                 online casinos
  2516.              </h6>
  2517.            </a>
  2518.          </div>
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://www.gameshub.com/uk/betting-sites/not-on-gamstop/"  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.                 sports betting not on gamstop
  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.cardplayer.com/uk/online-casinos/best-non-uk-casinos"  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.                 non gamstop 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://www.mylicence.org.uk/"  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 casino
  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://recycle-bowl.org/"  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.                 non gamstop casinos
  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://www.rangersmedia.co.uk/"  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.                 non gamstop casino
  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://gamingamerica.com/non-gamstop-casinos"  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.                 non gamstop casinos
  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://esportsinsider.com/uk/gambling/best-online-casino"  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.                 online casino
  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.pokerstrategy.com/online-casinos/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.                 uk online casino
  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.gamblinginsider.com/uk/online-casinos"  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.                 uk online casino
  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://www.eatfarewell.com/"  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.                 top crypto casino
  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://tasminlittle.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.                 non gamstop casino uk
  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://www.unrealitytv.co.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.                 casino online
  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://www.focus12.co.uk/"  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.                 non gamstop casinos uk
  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://courseworkpoint.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.                 non gamstop casino uk
  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://tokenist.com/gb/best-non-gamstop-casinos/"  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.                 casino not on gamstop
  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://www.union-news.co.uk/betting-sites-not-on-gamstop/"  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.                 best online betting 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://esports-news.co.uk/gambling-sites/lolajack-review/"  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.                 lolajack review
  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.lattitude.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.                 online casinos
  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://www.kylebooks.co.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.                 casino not on gamstop
  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://knightsof.media/"  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.                 casino not on gamstop
  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://www.csip.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 sites 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://www.welcometoportsmouth.co.uk/"  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://coffinmew.co.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://straightfromyard.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.                 casinos not on gamstop
  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://heyimhome.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.                 online casinos uk
  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://www.thefaithfulmufc.com/"  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.                 best online betting sites
  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://nursingnotes.co.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://knightsof.media/"  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.                 online casino
  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://straightfromyard.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 casino
  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://thetimeisnow.uk/betting-sites-not-on-gamstop"  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 betting sites
  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.geekgirlmeetup.co.uk/"  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 uk
  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://britishicehockey.co.uk/"  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 casino
  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://adventuregamers.com/online-casinos/non-gamstop"  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.                 non gamstop casino
  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://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/"  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.                 non gamstop casino
  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.                 online casinos not on gamstop
  2831.              </h6>
  2832.            </a>
  2833.          </div>
  2834.          
  2835.  
  2836.        </div>
  2837.  
  2838.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2839.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2840.        </div> -->
  2841.      </div>
  2842.    </div>
  2843.    
  2844.    <div class="sidebar-widget mb-4">
  2845.      <div class="widget-title-wrapper mb-3">
  2846.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2847.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2848.          <span class="title-arrow"></span>
  2849.        </h4>
  2850.      </div>
  2851.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2852.        <div class="blog-roll-list scrollable-sidebar">
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://twinsuk.co.uk"  rel="dofollow" class="text-decoration-none ">
  2856.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                 non GamStop casino
  2859.              </h6>
  2860.            </a>
  2861.          </div>
  2862.          
  2863.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2864.            <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2865.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2866.                <i class="ti-angle-right me-2 text-primary"></i>
  2867.                 crypto casino
  2868.              </h6>
  2869.            </a>
  2870.          </div>
  2871.          
  2872.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.            <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2874.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2875.                <i class="ti-angle-right me-2 text-primary"></i>
  2876.                 casino not on gamstop
  2877.              </h6>
  2878.            </a>
  2879.          </div>
  2880.          
  2881.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2882.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2883.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2884.                <i class="ti-angle-right me-2 text-primary"></i>
  2885.                 casino not on gamstop
  2886.              </h6>
  2887.            </a>
  2888.          </div>
  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.                 casinos not on gamstop
  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.summerhall.co.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.                 casinos not on gamstop
  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.citytosea.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.                 casinos 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.london-irish.com/"  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.                 casinos 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://knightsof.media/"  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.                 casinos not on gamstop
  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://allcatsrgrey.org.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.                 casinos not on gamstop
  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://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2946.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                 casinos not on gamstop
  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://internationalschoolmealsday.com/"  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.                 casinos not on gamstop
  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://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2964.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                 casinos 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://www.elthampalace.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.                 non gamstop 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://bainbridgesauctions.co.uk"  rel="dofollow" class="text-decoration-none ">
  2982.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                 non uk gambling sites
  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://fdncoffee.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.                 casinos not on GamStop
  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://www.nhsborders.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.                 crypto casinos UK
  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://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3009.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                 harry casino uk
  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://stallion-theme.co.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.                 non gamstop casino
  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://ukces.org.uk"  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.                 casino not on gamstop
  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://theemon.com"  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.                 non gamstop casinos
  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://sccyp.org.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.                 non gamstop casinos
  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://www.thekarczma.co.uk/"  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.                 Non UKGC Licensed 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://slsablog.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.                 top online casinos
  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://artsincarehomes.org.uk/"  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.                 crypto casino no kyc
  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://diabetologists-abcd.org.uk/"  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 casino
  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://allcatsrgrey.org.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.                 non gamstop casinos
  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://www.surfaceview.co.uk/"  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.                 non gamstop casinos
  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.cca-glasgow.com/"  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.                 non gamstop casinos
  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.roadpeace.org/"  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
  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://knightsof.media/"  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.                 non gamstop casinos
  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://focus12.co.uk/"  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://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  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.                 poker rooms not on 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.london-irish.com/"  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.                 non gamstop casino
  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://internationalschoolmealsday.com/"  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.                 non gamstop casino
  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://israelpremiertech.com"  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.                 casino not on 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.wildandgame.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.                 casino 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.homeworkworkspace.com"  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.                 non GamStop UK casinos
  3192.              </h6>
  3193.            </a>
  3194.          </div>
  3195.          
  3196.  
  3197.        </div>
  3198.  
  3199.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3200.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3201.        </div> -->
  3202.      </div>
  3203.    </div>
  3204.    
  3205.    <div class="sidebar-widget mb-4">
  3206.      <div class="widget-title-wrapper mb-3">
  3207.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3208.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3209.          <span class="title-arrow"></span>
  3210.        </h4>
  3211.      </div>
  3212.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3213.        <div class="blog-roll-list scrollable-sidebar">
  3214.          
  3215.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3216.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3217.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3218.                <i class="ti-angle-right me-2 text-primary"></i>
  3219.                 online casinos
  3220.              </h6>
  3221.            </a>
  3222.          </div>
  3223.          
  3224.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3225.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3226.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3227.                <i class="ti-angle-right me-2 text-primary"></i>
  3228.                 online casinos
  3229.              </h6>
  3230.            </a>
  3231.          </div>
  3232.          
  3233.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3234.            <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3235.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3236.                <i class="ti-angle-right me-2 text-primary"></i>
  3237.                 best casino not on GamStop
  3238.              </h6>
  3239.            </a>
  3240.          </div>
  3241.          
  3242.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3243.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3244.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3245.                <i class="ti-angle-right me-2 text-primary"></i>
  3246.                 casino not on GamStop
  3247.              </h6>
  3248.            </a>
  3249.          </div>
  3250.          
  3251.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3252.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3253.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3254.                <i class="ti-angle-right me-2 text-primary"></i>
  3255.                 best non GAMSTOP casinos UK
  3256.              </h6>
  3257.            </a>
  3258.          </div>
  3259.          
  3260.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3261.            <a href="https://www.swtrains.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3262.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3263.                <i class="ti-angle-right me-2 text-primary"></i>
  3264.                 spinshark casino
  3265.              </h6>
  3266.            </a>
  3267.          </div>
  3268.          
  3269.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3270.            <a href="https://www.insidewalessport.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3271.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3272.                <i class="ti-angle-right me-2 text-primary"></i>
  3273.                 no verification casino
  3274.              </h6>
  3275.            </a>
  3276.          </div>
  3277.          
  3278.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3279.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3280.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3281.                <i class="ti-angle-right me-2 text-primary"></i>
  3282.                 non UK casino accepting UK players
  3283.              </h6>
  3284.            </a>
  3285.          </div>
  3286.          
  3287.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3288.            <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3289.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3290.                <i class="ti-angle-right me-2 text-primary"></i>
  3291.                 uk poker sites not on gamstop
  3292.              </h6>
  3293.            </a>
  3294.          </div>
  3295.          
  3296.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3297.            <a href="https://allcatsrgrey.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.                 uk casinos
  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://www.gamblinginsider.com/uk/online-casinos"  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
  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.testandverification.com/"  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.                 non gamstop 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://allcatsrgrey.org.uk/"  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.                 online casinos
  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://www.cevicheuk.com/"  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.                 casino not on gamstop
  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://citytosea.org.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.                 online casinos
  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://robinhoodtax.org/"  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.                 best online casino
  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.foodsofengland.co.uk/"  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.                 casino not on gamstop
  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.summerhall.co.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.                 uk casinos not on gamstop
  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://americymru.net/"  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.                 best non GamStop casinos
  3382.              </h6>
  3383.            </a>
  3384.          </div>
  3385.          
  3386.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3387.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3388.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3389.                <i class="ti-angle-right me-2 text-primary"></i>
  3390.                 non GamStop casino
  3391.              </h6>
  3392.            </a>
  3393.          </div>
  3394.          
  3395.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3396.            <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none ">
  3397.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3398.                <i class="ti-angle-right me-2 text-primary"></i>
  3399.                 online casino not on GamStop
  3400.              </h6>
  3401.            </a>
  3402.          </div>
  3403.          
  3404.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3405.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  3406.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3407.                <i class="ti-angle-right me-2 text-primary"></i>
  3408.                 non GamStop casinos
  3409.              </h6>
  3410.            </a>
  3411.          </div>
  3412.          
  3413.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3414.            <a href="https://www.beanandhop.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3415.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3416.                <i class="ti-angle-right me-2 text-primary"></i>
  3417.                 UK casino not on GamStop
  3418.              </h6>
  3419.            </a>
  3420.          </div>
  3421.          
  3422.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3423.            <a href="https://aquavitrestaurants.com/"  rel="dofollow" class="text-decoration-none ">
  3424.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3425.                <i class="ti-angle-right me-2 text-primary"></i>
  3426.                 slots not on GamStop
  3427.              </h6>
  3428.            </a>
  3429.          </div>
  3430.          
  3431.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3432.            <a href="https://www.spicker.uk/"  rel="dofollow" class="text-decoration-none ">
  3433.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3434.                <i class="ti-angle-right me-2 text-primary"></i>
  3435.                 UK casino sites
  3436.              </h6>
  3437.            </a>
  3438.          </div>
  3439.          
  3440.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  3442.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3443.                <i class="ti-angle-right me-2 text-primary"></i>
  3444.                 non GamStop casinos UK
  3445.              </h6>
  3446.            </a>
  3447.          </div>
  3448.          
  3449.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3450.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3451.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3452.                <i class="ti-angle-right me-2 text-primary"></i>
  3453.                 sites not on GamStop
  3454.              </h6>
  3455.            </a>
  3456.          </div>
  3457.          
  3458.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3459.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3460.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3461.                <i class="ti-angle-right me-2 text-primary"></i>
  3462.                 casino not on GamStop
  3463.              </h6>
  3464.            </a>
  3465.          </div>
  3466.          
  3467.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3468.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3469.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3470.                <i class="ti-angle-right me-2 text-primary"></i>
  3471.                 non GamStop
  3472.              </h6>
  3473.            </a>
  3474.          </div>
  3475.          
  3476.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3477.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3478.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3479.                <i class="ti-angle-right me-2 text-primary"></i>
  3480.                 casinos not on GamStop
  3481.              </h6>
  3482.            </a>
  3483.          </div>
  3484.          
  3485.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3486.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3487.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3488.                <i class="ti-angle-right me-2 text-primary"></i>
  3489.                 slots not on GamStop
  3490.              </h6>
  3491.            </a>
  3492.          </div>
  3493.          
  3494.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3495.            <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3496.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3497.                <i class="ti-angle-right me-2 text-primary"></i>
  3498.                 non GamStop
  3499.              </h6>
  3500.            </a>
  3501.          </div>
  3502.          
  3503.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3504.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3505.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3506.                <i class="ti-angle-right me-2 text-primary"></i>
  3507.                 UK casinos not on GamStop
  3508.              </h6>
  3509.            </a>
  3510.          </div>
  3511.          
  3512.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3513.            <a href="https://www.teapotisland.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3514.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3515.                <i class="ti-angle-right me-2 text-primary"></i>
  3516.                 casino not on GamStop UK
  3517.              </h6>
  3518.            </a>
  3519.          </div>
  3520.          
  3521.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3522.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3523.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3524.                <i class="ti-angle-right me-2 text-primary"></i>
  3525.                 Casinos Not on Gamstop
  3526.              </h6>
  3527.            </a>
  3528.          </div>
  3529.          
  3530.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3531.            <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3532.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3533.                <i class="ti-angle-right me-2 text-primary"></i>
  3534.                 casinos not on GamStop
  3535.              </h6>
  3536.            </a>
  3537.          </div>
  3538.          
  3539.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3540.            <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3541.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3542.                <i class="ti-angle-right me-2 text-primary"></i>
  3543.                 crypto casino
  3544.              </h6>
  3545.            </a>
  3546.          </div>
  3547.          
  3548.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3549.            <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none ">
  3550.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3551.                <i class="ti-angle-right me-2 text-primary"></i>
  3552.                 casino not on gamstop
  3553.              </h6>
  3554.            </a>
  3555.          </div>
  3556.          
  3557.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3558.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3559.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3560.                <i class="ti-angle-right me-2 text-primary"></i>
  3561.                 Non GAMSTOP Casinos
  3562.              </h6>
  3563.            </a>
  3564.          </div>
  3565.          
  3566.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3567.            <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none ">
  3568.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3569.                <i class="ti-angle-right me-2 text-primary"></i>
  3570.                 non gamstop casinos
  3571.              </h6>
  3572.            </a>
  3573.          </div>
  3574.          
  3575.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3576.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3577.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3578.                <i class="ti-angle-right me-2 text-primary"></i>
  3579.                 non gamstop casinos
  3580.              </h6>
  3581.            </a>
  3582.          </div>
  3583.          
  3584.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3585.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3586.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3587.                <i class="ti-angle-right me-2 text-primary"></i>
  3588.                 crypto casino
  3589.              </h6>
  3590.            </a>
  3591.          </div>
  3592.          
  3593.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3594.            <a href="https://americanmediainstitute.com/"  rel="dofollow" class="text-decoration-none ">
  3595.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3596.                <i class="ti-angle-right me-2 text-primary"></i>
  3597.                 california online casino
  3598.              </h6>
  3599.            </a>
  3600.          </div>
  3601.          
  3602.  
  3603.        </div>
  3604.  
  3605.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3606.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3607.        </div> -->
  3608.      </div>
  3609.    </div>
  3610.    
  3611.    <div class="sidebar-widget mb-4">
  3612.      <div class="widget-title-wrapper mb-3">
  3613.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3614.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3615.          <span class="title-arrow"></span>
  3616.        </h4>
  3617.      </div>
  3618.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3619.        <div class="blog-roll-list scrollable-sidebar">
  3620.          
  3621.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3622.            <a href="https://ibrabee.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3623.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3624.                <i class="ti-angle-right me-2 text-primary"></i>
  3625.                 best casinos not on gamstop
  3626.              </h6>
  3627.            </a>
  3628.          </div>
  3629.          
  3630.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3631.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3632.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3633.                <i class="ti-angle-right me-2 text-primary"></i>
  3634.                 online casino uk
  3635.              </h6>
  3636.            </a>
  3637.          </div>
  3638.          
  3639.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3640.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3641.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3642.                <i class="ti-angle-right me-2 text-primary"></i>
  3643.                 online casinos
  3644.              </h6>
  3645.            </a>
  3646.          </div>
  3647.          
  3648.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3649.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3650.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3651.                <i class="ti-angle-right me-2 text-primary"></i>
  3652.                 no verification casino
  3653.              </h6>
  3654.            </a>
  3655.          </div>
  3656.          
  3657.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3658.            <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3659.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3660.                <i class="ti-angle-right me-2 text-primary"></i>
  3661.                 online casino
  3662.              </h6>
  3663.            </a>
  3664.          </div>
  3665.          
  3666.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3667.            <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none ">
  3668.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3669.                <i class="ti-angle-right me-2 text-primary"></i>
  3670.                 non gamstop casino
  3671.              </h6>
  3672.            </a>
  3673.          </div>
  3674.          
  3675.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3676.            <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3677.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3678.                <i class="ti-angle-right me-2 text-primary"></i>
  3679.                 top 50 online casinos uk
  3680.              </h6>
  3681.            </a>
  3682.          </div>
  3683.          
  3684.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3685.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  3686.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3687.                <i class="ti-angle-right me-2 text-primary"></i>
  3688.                 online casino
  3689.              </h6>
  3690.            </a>
  3691.          </div>
  3692.          
  3693.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3694.            <a href="https://www.lsx.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3695.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3696.                <i class="ti-angle-right me-2 text-primary"></i>
  3697.                 betting sites
  3698.              </h6>
  3699.            </a>
  3700.          </div>
  3701.          
  3702.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3703.            <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3704.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3705.                <i class="ti-angle-right me-2 text-primary"></i>
  3706.                 casino not on gamstop
  3707.              </h6>
  3708.            </a>
  3709.          </div>
  3710.          
  3711.  
  3712.        </div>
  3713.  
  3714.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3715.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3716.        </div> -->
  3717.      </div>
  3718.    </div>
  3719.    
  3720.  </div>
  3721.  
  3722. <!-- Sidebar V2 Styles -->
  3723. <style>
  3724.  .sidebar-widget {
  3725.    position: relative;
  3726.  }
  3727.  
  3728.  .widget-title {
  3729.    font-size: 1.1rem;
  3730.    font-weight: 700;
  3731.    display: inline-block;
  3732.    position: relative;
  3733.    z-index: 2;
  3734.    border-radius: 0;
  3735.  }
  3736.  
  3737.  /* Green arrow for August Blog Roll */
  3738.  .title-arrow::after {
  3739.    content: '';
  3740.    position: absolute;
  3741.    top: 0;
  3742.    right: -22px;
  3743.    width: 0;
  3744.    height: 0;
  3745.    border-left: 22px solid var(--bs-primary);
  3746.    border-top: 22px solid transparent;
  3747.    border-bottom: 22px solid transparent;
  3748.    z-index: 1;
  3749.  }
  3750.  
  3751.  /* Blue arrow for Recent Posts */
  3752.  .title-arrow-primary::after {
  3753.    content: '';
  3754.    position: absolute;
  3755.    top: 0;
  3756.    right: -22px;
  3757.    width: 0;
  3758.    height: 0;
  3759.    border-left: 22px solid var(--bs-primary);
  3760.    border-top: 22px solid transparent;
  3761.    border-bottom: 22px solid transparent;
  3762.    z-index: 1;
  3763.  }
  3764.  
  3765.  .widget-content {
  3766.    margin-top: -1px;
  3767.    position: relative;
  3768.    z-index: 1;
  3769.     background-color: var(--card-bg);
  3770.  }
  3771.  
  3772.  /* Blog Roll Items Hover Effects */
  3773.  .blog-roll-item:hover .post-title {
  3774.    color: #198754 !important;
  3775.    transform: translateX(5px);
  3776.    transition: all 0.3s ease;
  3777.  }
  3778.  
  3779.  /* Recent Post Items Hover Effects */
  3780.  .recent-post-item:hover .post-title a {
  3781.    color: #0d6efd !important;
  3782.    transition: color 0.3s ease;
  3783.  }
  3784.  
  3785.  .recent-post-item:hover .post-image img {
  3786.    transform: scale(1.05);
  3787.    transition: transform 0.3s ease;
  3788.  }
  3789.  
  3790.  /* Button Hover Effects */
  3791.  .btn:hover {
  3792.    transform: translateY(-2px);
  3793.    transition: all 0.3s ease;
  3794.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3795.  }
  3796.  
  3797.  /* Badge Hover Effects */
  3798.  .badge:hover {
  3799.    transform: scale(1.05);
  3800.    transition: transform 0.3s ease;
  3801.  }
  3802.  
  3803.  @media (max-width: 991px) {
  3804.    .sidebar {
  3805.      margin-top: 3rem;
  3806.    }
  3807.  }
  3808.  
  3809.  @media (max-width: 576px) {
  3810.    .widget-title {
  3811.      font-size: 1rem;
  3812.      padding: 0.75rem 1rem !important;
  3813.    }
  3814.  
  3815.    .title-arrow::after,
  3816.    .title-arrow-primary::after {
  3817.      right: -18px;
  3818.      border-left-width: 18px;
  3819.      border-top-width: 18px;
  3820.      border-bottom-width: 18px;
  3821.    }
  3822.  
  3823.    .post-image {
  3824.      width: 70px !important;
  3825.      height: 55px !important;
  3826.    }
  3827.  
  3828.    .blog-meta {
  3829.      flex-direction: column !important;
  3830.      align-items: flex-start !important;
  3831.      gap: 0.5rem;
  3832.    }
  3833.  }
  3834. </style>
  3835.  
  3836.    
  3837.                </div>
  3838.            </div>
  3839.        </div>
  3840.    </div>
  3841. </section>
  3842.  
  3843. <script>
  3844.    // Intersection Observer for Fade-in with Slight Rotation
  3845.    document.addEventListener('DOMContentLoaded', function() {
  3846.        const observerOptions = {
  3847.            threshold: 0.15, // Trigger when 15% of the card is visible
  3848.            rootMargin: '0px 0px -50px 0px',
  3849.        };
  3850.  
  3851.        const observer = new IntersectionObserver(function(entries, observer) {
  3852.            entries.forEach(entry => {
  3853.                if (entry.isIntersecting) {
  3854.                    entry.target.classList.add('visible');
  3855.                    observer.unobserve(entry.target);
  3856.                }
  3857.            });
  3858.        }, observerOptions);
  3859.  
  3860.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3861.            observer.observe(card);
  3862.        });
  3863.    });
  3864. </script>
  3865.  
  3866.    
  3867.        
  3868.        <!-- end wpo-blog-highlights-section -->
  3869.        <!-- start wpo-blog-sponsored-section -->
  3870.        
  3871.  
  3872.  
  3873.  
  3874.    
  3875.  
  3876.  
  3877.  
  3878. <style>
  3879.    .sponsored-section-v3 {
  3880.        padding: 0 0 50px;
  3881.    }
  3882.    
  3883.    .sponsored-card-v3 {
  3884.        background: white;
  3885.        border: 1px solid var(--border-color);
  3886.        border-radius: 0;
  3887.        overflow: hidden;
  3888.        transition: all 0.3s ease;
  3889.        height: 100%;
  3890.        position: relative;
  3891.    }
  3892.    
  3893.    .sponsored-card-v3:hover {
  3894.        border-color: #dee2e6;
  3895.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3896.    }
  3897.    
  3898.    .sponsored-image-v3 {
  3899.        position: relative;
  3900.        overflow: hidden;
  3901.        height: 160px;
  3902.    }
  3903.    
  3904.    .sponsored-image-v3 img {
  3905.        width: 100%;
  3906.        height: 100%;
  3907.        object-fit: cover;
  3908.        filter: grayscale(20%);
  3909.        transition: filter 0.3s ease;
  3910.    }
  3911.    
  3912.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3913.        filter: grayscale(0%);
  3914.    }
  3915.    
  3916.    .sponsored-badge-v3 {
  3917.        position: absolute;
  3918.        bottom: auto;
  3919.        left: auto;
  3920.        right: 10px;
  3921.        top: 10px;
  3922.        padding: 8px;
  3923.        font-size: 10px;
  3924.        font-weight: 700;
  3925.        text-transform: uppercase;
  3926.        letter-spacing: 1px;
  3927.        text-align: center;
  3928.    }
  3929.    
  3930.    .sponsored-content-v3 {
  3931.        position: relative;
  3932.        padding: 24px 20px;
  3933.    }
  3934.    
  3935.    .sponsored-title-v3 {
  3936.        font-size: 15px;
  3937.        font-weight: 700;
  3938.        line-height: 1.5;
  3939.        margin-bottom: 18px;
  3940.        min-height: 45px;
  3941.        text-transform: uppercase;
  3942.        letter-spacing: 0.5px;
  3943.    }
  3944.    
  3945.    .sponsored-title-v3 a {
  3946.        text-decoration: none;
  3947.        transition: opacity 0.3s ease;
  3948.    }
  3949.    
  3950.    .sponsored-title-v3 a:hover {
  3951.        opacity: 0.8;
  3952.    }
  3953.    
  3954.    .sponsored-meta-v3 {
  3955.        display: flex;
  3956.        align-items: center;
  3957.        justify-content: space-between;
  3958.        font-size: 11px;
  3959.        font-weight: 600;
  3960.        text-transform: uppercase;
  3961.        letter-spacing: 0.5px;
  3962.        padding-top: 12px;
  3963.        border-top: 1px solid #f1f3f4;
  3964.    }
  3965.    
  3966.    .author-info-v3 {
  3967.        display: flex;
  3968.        align-items: center;
  3969.        gap: 8px;
  3970.    }
  3971.    
  3972.    .sponsored-author-img-v3 {
  3973.        width: 30px;
  3974.        height: 30px;
  3975.        border-radius: 50%;
  3976.        object-fit: cover;
  3977.    }
  3978.    
  3979.    .section-title-sponsored-v3 {
  3980.        font-size: 2.5rem;
  3981.        font-weight: 900;
  3982.        text-align: left;
  3983.        margin-bottom: 30px;
  3984.        letter-spacing: 2px;
  3985.        border-left: 8px solid var(--bs-primary);
  3986.        padding-left: 20px;
  3987.    }
  3988.    
  3989.    .sponsored-overlay-v3 {
  3990.        position: absolute;
  3991.        top: 0;
  3992.        left: 0;
  3993.        right: 0;
  3994.        bottom: 0;
  3995.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3996.        opacity: 0;
  3997.        transition: opacity 0.3s ease;
  3998.    }
  3999.    
  4000.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  4001.        opacity: 1;
  4002.    }
  4003.  
  4004.    @media (max-width: 768px) {
  4005.        .sponsored-section-v3 {
  4006.            padding: 0px 0 40px;
  4007.        }
  4008.        .section-title-sponsored-v3 {
  4009.            font-size: 2.2rem;
  4010.            text-align: center;
  4011.            border-left: none;
  4012.            border-bottom: 4px solid;
  4013.            padding-left: 0;
  4014.            padding-bottom: 10px;
  4015.        }
  4016.        .sponsored-content-v3 {
  4017.            padding: 20px 16px;
  4018.        }
  4019.    }
  4020. </style>
  4021.  
  4022. <section class="sponsored-section-v3">
  4023.    <div class="container-fluid fluid-container mt-5">
  4024.        <div class="row">
  4025.            <div class="col-12">
  4026.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  4027.            </div>
  4028.        </div>
  4029.        
  4030.        <div class="row g-3">
  4031.            
  4032.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4033.                <div class="card sponsored-card-v3">
  4034.                    <div class="sponsored-overlay-v3"></div>
  4035.                    <div class="sponsored-image-v3">
  4036.                        
  4037.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4038.                        
  4039.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4040.                    </div>
  4041.                    <div class="sponsored-content-v3">
  4042.                        <h3 class="sponsored-title-v3">
  4043.                            <a href="/the-upcoming-halo-combat-evolved-revamp-brings-significant-modifications-to-engage-a-new-crowd/" class="top-color">
  4044.                            The Upcoming Halo: Combat Evolved Revamp Brings Significant Modifications to Engage a New Crowd
  4045.                            </a>
  4046.                        </h3>
  4047.                        <div class="sponsored-meta-v3">
  4048.                            <div class="author-info-v3">
  4049.                                
  4050.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  4051.                                
  4052.                                <span class="top-color">
  4053.                                    David Burnett
  4054.                                </span>
  4055.                            </div>
  4056.                            <span class="top-color">10 Jun 2026</span>
  4057.                        </div>
  4058.                    </div>
  4059.                </div>
  4060.            </div>
  4061.            
  4062.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4063.                <div class="card sponsored-card-v3">
  4064.                    <div class="sponsored-overlay-v3"></div>
  4065.                    <div class="sponsored-image-v3">
  4066.                        
  4067.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4068.                        
  4069.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4070.                    </div>
  4071.                    <div class="sponsored-content-v3">
  4072.                        <h3 class="sponsored-title-v3">
  4073.                            <a href="/unme-a-cerebral-thriller-merging-survival-horror-and-social-deduction-gameplay/" class="top-color">
  4074.                            UN:Me: A Cerebral Thriller Merging Survival Horror and Social Deduction Gameplay
  4075.                            </a>
  4076.                        </h3>
  4077.                        <div class="sponsored-meta-v3">
  4078.                            <div class="author-info-v3">
  4079.                                
  4080.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  4081.                                
  4082.                                <span class="top-color">
  4083.                                    David Burnett
  4084.                                </span>
  4085.                            </div>
  4086.                            <span class="top-color">10 Jun 2026</span>
  4087.                        </div>
  4088.                    </div>
  4089.                </div>
  4090.            </div>
  4091.            
  4092.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4093.                <div class="card sponsored-card-v3">
  4094.                    <div class="sponsored-overlay-v3"></div>
  4095.                    <div class="sponsored-image-v3">
  4096.                        
  4097.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4098.                        
  4099.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4100.                    </div>
  4101.                    <div class="sponsored-content-v3">
  4102.                        <h3 class="sponsored-title-v3">
  4103.                            <a href="/dont-miss-one-iconic-stephen-king-cinematic-before-it-welcome-to-derrys-next-episode/" class="top-color">
  4104.                            Don&#x27;t Miss One Iconic Stephen King Cinematic Before It: Welcome to Derry&#x27;s Next Episode
  4105.                            </a>
  4106.                        </h3>
  4107.                        <div class="sponsored-meta-v3">
  4108.                            <div class="author-info-v3">
  4109.                                
  4110.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  4111.                                
  4112.                                <span class="top-color">
  4113.                                    David Burnett
  4114.                                </span>
  4115.                            </div>
  4116.                            <span class="top-color">10 Jun 2026</span>
  4117.                        </div>
  4118.                    </div>
  4119.                </div>
  4120.            </div>
  4121.            
  4122.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4123.                <div class="card sponsored-card-v3">
  4124.                    <div class="sponsored-overlay-v3"></div>
  4125.                    <div class="sponsored-image-v3">
  4126.                        
  4127.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4128.                        
  4129.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4130.                    </div>
  4131.                    <div class="sponsored-content-v3">
  4132.                        <h3 class="sponsored-title-v3">
  4133.                            <a href="/why-do-we-have-to-wait-popovic-places-no-restrictions-on-what-the-socceroos-can-accomplish/" class="top-color">
  4134.                            {‘Why do we have to wait?’: Popovic places no restrictions on what the Socceroos can accomplish.
  4135.                            </a>
  4136.                        </h3>
  4137.                        <div class="sponsored-meta-v3">
  4138.                            <div class="author-info-v3">
  4139.                                
  4140.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  4141.                                
  4142.                                <span class="top-color">
  4143.                                    David Burnett
  4144.                                </span>
  4145.                            </div>
  4146.                            <span class="top-color">10 Jun 2026</span>
  4147.                        </div>
  4148.                    </div>
  4149.                </div>
  4150.            </div>
  4151.            
  4152.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4153.                <div class="card sponsored-card-v3">
  4154.                    <div class="sponsored-overlay-v3"></div>
  4155.                    <div class="sponsored-image-v3">
  4156.                        
  4157.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4158.                        
  4159.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4160.                    </div>
  4161.                    <div class="sponsored-content-v3">
  4162.                        <h3 class="sponsored-title-v3">
  4163.                            <a href="/tom-clancys-the-division-is-coming-to-the-tabletop-as-a-deeply-strategic-tabletop-role-playing-game/" class="top-color">
  4164.                            Tom Clancy&#x27;s The Division Is Coming to the Tabletop as a Deeply Strategic Tabletop Role-Playing Game
  4165.                            </a>
  4166.                        </h3>
  4167.                        <div class="sponsored-meta-v3">
  4168.                            <div class="author-info-v3">
  4169.                                
  4170.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  4171.                                
  4172.                                <span class="top-color">
  4173.                                    David Burnett
  4174.                                </span>
  4175.                            </div>
  4176.                            <span class="top-color">10 Jun 2026</span>
  4177.                        </div>
  4178.                    </div>
  4179.                </div>
  4180.            </div>
  4181.            
  4182.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4183.                <div class="card sponsored-card-v3">
  4184.                    <div class="sponsored-overlay-v3"></div>
  4185.                    <div class="sponsored-image-v3">
  4186.                        
  4187.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4188.                        
  4189.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4190.                    </div>
  4191.                    <div class="sponsored-content-v3">
  4192.                        <h3 class="sponsored-title-v3">
  4193.                            <a href="/an-ode-to-strength-what-we-can-glean-from-the-brilliance-of-accra-cultural-week/" class="top-color">
  4194.                            An Ode to Strength: What We Can Glean from the Brilliance of Accra Cultural Week.
  4195.                            </a>
  4196.                        </h3>
  4197.                        <div class="sponsored-meta-v3">
  4198.                            <div class="author-info-v3">
  4199.                                
  4200.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  4201.                                
  4202.                                <span class="top-color">
  4203.                                    David Burnett
  4204.                                </span>
  4205.                            </div>
  4206.                            <span class="top-color">09 Jun 2026</span>
  4207.                        </div>
  4208.                    </div>
  4209.                </div>
  4210.            </div>
  4211.            
  4212.        </div>
  4213.    </div>
  4214. </section>
  4215.  
  4216.  
  4217.    
  4218.        <!-- end wpo-blog-sponsored-section -->
  4219.        <!-- start wpo-subscribe-section -->
  4220.        
  4221.        <!-- end subscribe-section -->
  4222.        <!-- start of wpo-site-footer-section -->
  4223.        
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230. <footer class="wpo-site-footer-v2 ">
  4231.    
  4232.    <!-- Main Footer Content -->
  4233.    <div class="container-fluid fluid-container">
  4234.        
  4235.        <!-- Step 1: Brand Section -->
  4236.        <div class="footer-brand-section">
  4237.            <div class="row justify-content-center">
  4238.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4239.                    <div class="brand-wrapper">
  4240.                        
  4241.                        <h2 class="brand-title">Cardix Center Blog</h2>
  4242.                        <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>
  4243.                        
  4244.                    </div>
  4245.                </div>
  4246.            </div>
  4247.        </div>
  4248.  
  4249.        <!-- Step 2: Content Columns with Separators -->
  4250.        <div class="footer-content-section">
  4251.            <div class="content-divider"></div>
  4252.            
  4253.            <div class="row">
  4254.                
  4255.                <!-- Column 1: Important Links -->
  4256.                <div class="col-lg-6 col-md-6 col-12">
  4257.                    <div class="footer-column">
  4258.                        <div class="column-header">
  4259.                            <span class="column-number bg-primary-gradient">01</span>
  4260.                            <h6 class="column-title">Important Pages</h6>
  4261.                        </div>
  4262.                        <div class="column-content">
  4263.                            <ul class="footer-links">
  4264.                                
  4265.                                <li>
  4266.                                    <a href="/our-king-our-priest-our-feudal-lord-the-way-ai-returns-us-to-the-dark-ages/" class="footer-link">
  4267.                                        Our King, Our Priest, Our Feudal Lord – The Way AI Returns Us to the Dark Ages.
  4268.                                    </a>
  4269.                                </li>
  4270.                                
  4271.                                <li>
  4272.                                    <a href="/is-the-entertainment-fading-the-fall-of-open-play-goal-scoring/" class="footer-link">
  4273.                                        Is the Entertainment Fading? The Fall of Open-Play Goal Scoring
  4274.                                    </a>
  4275.                                </li>
  4276.                                
  4277.                                <li>
  4278.                                    <a href="/for-the-store-clerk-that-left-me-totally-wordless-kudos-to-you/" class="footer-link">
  4279.                                        For the Store Clerk That Left Me Totally Wordless – Kudos to You
  4280.                                    </a>
  4281.                                </li>
  4282.                                
  4283.                                <li>
  4284.                                    <a href="/arsenals-debated-partnership-agreement-with-visit-rwanda-will-conclude-this-coming-year/" class="footer-link">
  4285.                                        Arsenal&#x27;s Debated Partnership Agreement with Visit Rwanda Will Conclude This Coming Year
  4286.                                    </a>
  4287.                                </li>
  4288.                                
  4289.                                <li>
  4290.                                    <a href="/czech-populist-pm-elect-refuses-to-sell-business-empire-amid-ethical-dispute/" class="footer-link">
  4291.                                        Czech Populist PM-Elect Refuses to Sell Business Empire Amid Ethical Dispute
  4292.                                    </a>
  4293.                                </li>
  4294.                                
  4295.                                <li>
  4296.                                    <a href="/we-never-really-told-people-how-to-use-mods-the-games-new-quest-corrects-a-longstanding-issue/" class="footer-link">
  4297.                                        We Never Really Told People How to Use Mods: The Game&#x27;s New Quest Corrects a Longstanding Issue
  4298.                                    </a>
  4299.                                </li>
  4300.                                
  4301.                            </ul>
  4302.                        </div>
  4303.                    </div>
  4304.                </div>
  4305.  
  4306.                <!-- Column 2: External Links -->
  4307.                 <div class="col-lg-6 col-md-6 col-12">
  4308.                    <div class="footer-column">
  4309.                        <div class="column-header">
  4310.                            <span class="column-number bg-primary-gradient">02</span>
  4311.                            <h6 class="column-title">External Resources</h6>
  4312.                        </div>
  4313.                       <div class="column-content">
  4314.    <ul class="footer-links" id="footerLinks">
  4315.        
  4316.        
  4317.  
  4318.        
  4319.        
  4320.        
  4321.        
  4322.    </ul>
  4323. </div>
  4324.  
  4325.                    </div>
  4326.                </div>
  4327.  
  4328.                <!-- Column 3: Categories -->
  4329.                <div class="col-lg-6 col-md-6 col-12">
  4330.                    <div class="footer-column">
  4331.                        <div class="column-header">
  4332.                            <span class="column-number bg-primary-gradient">02</span>
  4333.                            <h6 class="column-title">Categories</h6>
  4334.                        </div>
  4335.                        <div class="column-content">
  4336.                            <ul class="footer-links">
  4337.                                
  4338.                                <li>
  4339.                                    <a href="/category/all-posts/" class="footer-link">
  4340.                                        All Posts
  4341.                                    </a>
  4342.                                </li>
  4343.                                
  4344.                                <li>
  4345.                                    <a href="/category/business/" class="footer-link">
  4346.                                        Business
  4347.                                    </a>
  4348.                                </li>
  4349.                                
  4350.                                <li>
  4351.                                    <a href="/category/esports/" class="footer-link">
  4352.                                        Esports
  4353.                                    </a>
  4354.                                </li>
  4355.                                
  4356.                                <li>
  4357.                                    <a href="/category/fashion/" class="footer-link">
  4358.                                        Fashion
  4359.                                    </a>
  4360.                                </li>
  4361.                                
  4362.                                <li>
  4363.                                    <a href="/category/featured/" class="footer-link">
  4364.                                        Featured
  4365.                                    </a>
  4366.                                </li>
  4367.                                
  4368.                                <li>
  4369.                                    <a href="/category/gaming/" class="footer-link">
  4370.                                        Gaming
  4371.                                    </a>
  4372.                                </li>
  4373.                                
  4374.                            </ul>
  4375.                        </div>
  4376.                    </div>
  4377.                </div>
  4378.  
  4379.            </div>
  4380.        </div>
  4381.  
  4382.        <!-- Step 3: Footer Bottom -->
  4383.        <div class="footer-bottom-section">
  4384.            <div class="bottom-divider"></div>
  4385.            <div class="d-flex justify-content-between flex-wrap">
  4386.                <div class="">
  4387.                    <p class="copyright-text">
  4388.                        &copy; 2026 <strong>Cardix Center Blog</strong> • All rights reserved
  4389.                    </p>
  4390.                </div>
  4391.                <div class="">
  4392.                    <nav class="footer-nav">
  4393.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4394.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4395.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4396.                    </nav>
  4397.                </div>
  4398.            </div>
  4399.        </div>
  4400.  
  4401.    </div>
  4402.  
  4403.    <!-- Background Elements -->
  4404.    <div class="footer-bg-elements">
  4405.        <div class="bg-circle circle-1"></div>
  4406.        <div class="bg-circle circle-2"></div>
  4407.        <div class="bg-line line-1"></div>
  4408.        <div class="bg-line line-2"></div>
  4409.    </div>
  4410.  
  4411. </footer>
  4412.  
  4413. <style>
  4414. /* Footer V2 - Clean Blog Design */
  4415. .wpo-site-footer-v2 {
  4416.    color: var(--footer-color);
  4417.    background-color: var(--card-bg);
  4418.    margin-top: 100px;
  4419. }
  4420.  
  4421.  
  4422.  
  4423. /* Step 2: Brand Section */
  4424. .footer-brand-section {
  4425.    position: relative;
  4426.    z-index: 2;
  4427.    padding: 120px 0 60px;
  4428. }
  4429.  
  4430. .brand-wrapper {
  4431.    max-width: 600px;
  4432.    margin: 0 auto;
  4433. }
  4434.  
  4435. .footer-logo {
  4436.    max-height: 60px;
  4437.    width: auto;
  4438.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4439. }
  4440.  
  4441. .brand-title {
  4442.    font-size: 2.2rem;
  4443.    font-weight: 800;
  4444.    color: var(--footer-color);
  4445.    margin-bottom: 1rem;
  4446.    letter-spacing: -0.02em;
  4447. }
  4448.  
  4449. .brand-description {
  4450.    font-size: 1.1rem;
  4451.    color: var(--footer-color);
  4452.    line-height: 1.6;
  4453.    opacity: .7;
  4454.    margin-bottom: 0;
  4455. }
  4456.  
  4457. /* Step 3: Content Section */
  4458. .footer-content-section {
  4459.    position: relative;
  4460.    z-index: 2;
  4461.    padding: 60px 0;
  4462. }
  4463.  
  4464.  
  4465. .footer-column {
  4466.    margin-bottom: 40px;
  4467.    padding: 0 20px;
  4468. }
  4469.  
  4470. .column-header {
  4471.    display: flex;
  4472.    align-items: center;
  4473.    margin-bottom: 25px;
  4474.    padding-bottom: 15px;
  4475.    border-bottom: 2px solid var(--border-color);
  4476. }
  4477.  
  4478. .column-number {
  4479.    width: 35px;
  4480.    height: 35px;
  4481.    border-radius: 10px;
  4482.    display: flex;
  4483.    align-items: center;
  4484.    justify-content: center;
  4485.    font-weight: 700;
  4486.    font-size: 0.9rem;
  4487.    margin-right: 15px;
  4488. }
  4489.  
  4490. .column-title {
  4491.    font-size: 1.1rem;
  4492.    font-weight: 700;
  4493.    color: var(--footer-color) !important;
  4494.    margin: 0;
  4495. }
  4496.  
  4497. .column-content {
  4498.    padding-left: 50px;
  4499. }
  4500.  
  4501. /* Footer Links */
  4502. .footer-links {
  4503.    list-style: none;
  4504.    padding: 0;
  4505.    margin: 0;
  4506. }
  4507.  
  4508. .footer-links li {
  4509.    margin-bottom: 12px;
  4510.    position: relative;
  4511. }
  4512.  
  4513. .footer-link {
  4514.    color: var(--footer-color) !important;
  4515.    text-decoration: none;
  4516.    font-size: 0.95rem;
  4517.    line-height: 1.5;
  4518.    transition: all 0.8s ease;
  4519.    position: relative;
  4520.    display: inline-flex;
  4521.    align-items: center;
  4522. }
  4523.  
  4524. .footer-link:hover {
  4525.    color: var(--bs-primary);
  4526.    padding-left: 8px;
  4527. }
  4528.  
  4529. .footer-link::before {
  4530.    content: '';
  4531.    position: absolute;
  4532.    left: -15px;
  4533.    top: 50%;
  4534.    transform: translateY(-50%);
  4535.    width: 4px;
  4536.    height: 4px;
  4537.    background: var(--bs-primary);
  4538.    border-radius: 50%;
  4539.    opacity: 0;
  4540.    transition: opacity 0.3s ease;
  4541. }
  4542.  
  4543. .footer-link:hover::before {
  4544.    opacity: 1;
  4545. }
  4546.  
  4547. /* Step 4: Footer Bottom */
  4548. .footer-bottom-section {
  4549.    position: relative;
  4550.    z-index: 2;
  4551.    padding: 30px 0;
  4552. }
  4553.  
  4554. .bottom-divider {
  4555.    width: 100%;
  4556.    height: 1px;
  4557.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4558.    margin-bottom: 30px;
  4559. }
  4560.  
  4561. .copyright-text {
  4562.    color: var(--footer-color);
  4563.    font-size: 0.9rem;
  4564.    margin: 0;
  4565.    line-height: 1.6;
  4566. }
  4567.  
  4568. .footer-nav {
  4569.    display: flex;
  4570.    align-items: center;
  4571.    gap: 20px;
  4572.    justify-content: center;
  4573. }
  4574.  
  4575. .footer-nav-link {
  4576.    color: var(--footer-color) !important;
  4577.    text-decoration: none;
  4578.    font-size: 0.9rem;
  4579.    font-weight: 500;
  4580.    transition: color 0.3s ease;
  4581.    position: relative;
  4582. }
  4583.  
  4584. .footer-nav-link:hover {
  4585.    color: var(--bs-primary);
  4586. }
  4587.  
  4588. .footer-nav-link::after {
  4589.    content: '';
  4590.    position: absolute;
  4591.    bottom: -5px;
  4592.    left: 0;
  4593.    width: 0;
  4594.    height: 2px;
  4595.    background: var(--bs-primary) !important;
  4596.    transition: width 0.3s ease;
  4597. }
  4598.  
  4599. .footer-nav-link:hover::after {
  4600.    width: 100%;
  4601. }
  4602.  
  4603. /* Responsive Design */
  4604. @media (max-width: 992px) {
  4605.    .footer-brand-section {
  4606.        padding: 100px 0 50px;
  4607.    }
  4608.    
  4609.    .brand-title {
  4610.        font-size: 1.8rem;
  4611.    }
  4612.    
  4613.    .column-content {
  4614.        padding-left: 0;
  4615.        padding-top: 10px;
  4616.    }
  4617.    
  4618.    .column-header {
  4619.        flex-direction: column;
  4620.        align-items: flex-start;
  4621.        gap: 10px;
  4622.    }
  4623.    
  4624.    .column-number {
  4625.        align-self: center;
  4626.    }
  4627. }
  4628.  
  4629. @media (max-width: 768px) {
  4630.    .footer-brand-section {
  4631.        padding: 80px 0 40px;
  4632.    }
  4633.    
  4634.    .brand-title {
  4635.        font-size: 1.6rem;
  4636.    }
  4637.    
  4638.    .newsletter-inline {
  4639.        padding: 1.5rem;
  4640.        margin: 0 15px;
  4641.    }
  4642.    
  4643.    .newsletter-form .input-group {
  4644.        flex-direction: column;
  4645.    }
  4646.    
  4647.    .btn-newsletter {
  4648.        border-radius: 0 0 12px 12px;
  4649.    }
  4650.    
  4651.    .newsletter-input {
  4652.        border-radius: 12px 12px 0 0;
  4653.    }
  4654.    
  4655.    .footer-column {
  4656.        padding: 0 15px;
  4657.        margin-bottom: 35px;
  4658.    }
  4659.    
  4660.    .footer-nav {
  4661.        flex-direction: column;
  4662.        gap: 15px;
  4663.        margin-top: 20px;
  4664.    }
  4665. }
  4666.  
  4667. @media (max-width: 576px) {
  4668.    .footer-brand-section {
  4669.        padding: 60px 0 30px;
  4670.    }
  4671.    
  4672.    .brand-title {
  4673.        font-size: 1.4rem;
  4674.    }
  4675.    
  4676.    .brand-description {
  4677.        font-size: 1rem;
  4678.    }
  4679.    
  4680.    .newsletter-title {
  4681.        font-size: 1.1rem;
  4682.    }
  4683.    
  4684.    .column-title {
  4685.        font-size: 1rem;
  4686.    }
  4687.    
  4688.    .footer-column {
  4689.        padding: 0 10px;
  4690.    }
  4691.    
  4692.    .bg-circle, .bg-line {
  4693.        display: none;
  4694.    }
  4695. }
  4696.  
  4697. /* Minimal Animation */
  4698. .footer-column {
  4699.    transition: opacity 0.3s ease;
  4700. }
  4701.  
  4702. .footer-column:hover {
  4703.    opacity: 0.9;
  4704. }
  4705. </style>
  4706.  
  4707. <!-- Bootstrap 5 JS -->
  4708.  
  4709. <script>
  4710. // Scroll to Top Function
  4711. function scrollToTop() {
  4712.    window.scrollTo({
  4713.        top: 0,
  4714.        behavior: 'smooth'
  4715.    });
  4716. }
  4717.  
  4718. // Initialize Footer V2 Features
  4719. document.addEventListener('DOMContentLoaded', function() {
  4720.    
  4721.    // Newsletter Form Enhancement
  4722.    const newsletterForm = document.querySelector('.newsletter-form');
  4723.    if (newsletterForm) {
  4724.        newsletterForm.addEventListener('submit', function(e) {
  4725.            e.preventDefault(); // Remove this in actual implementation
  4726.            
  4727.            const submitBtn = this.querySelector('.btn-newsletter');
  4728.            const originalText = submitBtn.textContent;
  4729.            
  4730.            submitBtn.textContent = 'Subscribing...';
  4731.            submitBtn.disabled = true;
  4732.            
  4733.            // Simulate form processing
  4734.            setTimeout(() => {
  4735.                submitBtn.textContent = 'Subscribed!';
  4736.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4737.                
  4738.                setTimeout(() => {
  4739.                    submitBtn.textContent = originalText;
  4740.                    submitBtn.disabled = false;
  4741.                    submitBtn.style.background = '';
  4742.                    this.reset();
  4743.                }, 2000);
  4744.            }, 1500);
  4745.        });
  4746.    }
  4747.    
  4748.    // Smooth reveal for columns on scroll
  4749.    const observerOptions = {
  4750.        threshold: 0.1,
  4751.        rootMargin: '0px 0px -50px 0px'
  4752.    };
  4753.    
  4754.    const observer = new IntersectionObserver((entries) => {
  4755.        entries.forEach(entry => {
  4756.            if (entry.isIntersecting) {
  4757.                entry.target.style.opacity = '1';
  4758.                entry.target.style.transform = 'translateY(0)';
  4759.            }
  4760.        });
  4761.    }, observerOptions);
  4762.    
  4763.    // Initially hide columns for animation
  4764.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4765.        column.style.opacity = '0';
  4766.        column.style.transform = 'translateY(20px)';
  4767.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4768.        observer.observe(column);
  4769.    });
  4770.    
  4771.    // Prevent default for placeholder links
  4772.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4773.        link.addEventListener('click', function(e) {
  4774.            e.preventDefault();
  4775.        });
  4776.    });
  4777. });
  4778.  
  4779. document.addEventListener('DOMContentLoaded', function () {
  4780.    var btn = document.getElementById('toggleFooterLinks');
  4781.    if (!btn) return; // No extra links, no button
  4782.  
  4783.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4784.  
  4785.    btn.addEventListener('click', function () {
  4786.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4787.            return li.classList.contains('d-none');
  4788.        });
  4789.  
  4790.        extras.forEach(function (li) {
  4791.            if (anyHidden) {
  4792.                li.classList.remove('d-none');
  4793.                li.classList.add('show');
  4794.            } else {
  4795.                li.classList.add('d-none');
  4796.                li.classList.remove('show');
  4797.            }
  4798.        });
  4799.  
  4800.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4801.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4802.    });
  4803. });
  4804.  
  4805. </script>
  4806.  
  4807.        <!-- end of wpo-site-footer-section -->
  4808.    </div>
  4809.    <!-- end of page-wrapper -->
  4810.  
  4811.    <!-- All JavaScript files
  4812.    ================================================== -->
  4813.    
  4814.  
  4815. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4816. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4817. <!-- Plugins for this template -->
  4818. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4819. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4820. <!-- Custom script for this template -->
  4821. <script src="/static/blogapp/assets/js/script.js"></script>
  4822.  
  4823. <script>
  4824. (function () {
  4825. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4826. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4827.  
  4828. function applyFallback(img) {
  4829. if (!img || img.dataset.fallbackApplied === "1") {
  4830. return;
  4831. }
  4832. var failedSrc = img.currentSrc || img.src || "";
  4833. img.dataset.fallbackApplied = "1";
  4834. img.onerror = null;
  4835. img.src = fallbackImageSrc;
  4836. console.warn("[ImageFallback] Replaced broken image:", {
  4837. failedSrc: failedSrc,
  4838. fallbackSrc: fallbackImageSrc,
  4839. alt: img.alt || "",
  4840. });
  4841. }
  4842.  
  4843. document.querySelectorAll("img").forEach(function (img) {
  4844. if (img.complete && img.naturalWidth === 0) {
  4845. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4846. failedSrc: img.currentSrc || img.src || "",
  4847. alt: img.alt || "",
  4848. });
  4849. applyFallback(img);
  4850. }
  4851. });
  4852.  
  4853. document.addEventListener(
  4854. "error",
  4855. function (event) {
  4856. var target = event.target;
  4857. if (target && target.tagName === "IMG") {
  4858. applyFallback(target);
  4859. }
  4860. },
  4861. true
  4862. );
  4863. })();
  4864. </script>
  4865.  
  4866. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4867.  
  4868.  
  4869.  
  4870. <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>
  4871. </body>
  4872.  
  4873. </html>
  4874.  
  4875.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda