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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T170734.121_IFID0gu_VKlhP6q_JCTH13D.png">
  14.    
  15.  
  16.    <title>Scope UK Blog: Insights on Disability Rights and Social Inclusion</title>
  17.    <meta name="description" content="Scope UK Blog provides expert analysis and personal stories on disability rights, accessibility, and social inclusion in the UK. Stay informed with latest updates.">
  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://scopeukblog.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f4a261;
  42.        --bs-primary-rgb: f4a261;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f4a261;
  53.        --theme-primary-color-s2: #f4a261;
  54.        --body-bg-color: #1f2937;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #1f2937;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #f4a261;
  84.        --link-hover: #e07c24;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(244, 162, 97, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. </head>
  369.  
  370.  
  371.  
  372. <body class="page-blogapp:homepage theme-theme_85">
  373.    <div id="healthcheck"></div>
  374.    <!-- start page-wrapper -->
  375.    <div class="page-wrapper">
  376.        
  377.            <!-- start preloader -->
  378.                
  379. <div class="preloader" style="z-index: 1025;">
  380.    <div class="angular-shape">
  381.        <div></div>
  382.        <div></div>
  383.        <div></div>
  384.    </div>
  385.    <div class="spinner">
  386.        <div class="double-bounce1"></div>
  387.        <div class="double-bounce2"></div>
  388.    </div>
  389. </div>  
  390.  
  391.            <!-- end preloader -->
  392.        
  393.        <!-- Start header -->
  394.        <header id="header" class="wpo-site-header">
  395.            
  396.  
  397.  
  398.    
  399.  
  400.  
  401. <div class="top-bg">
  402.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  403.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  404.        
  405.        <div class="unique-news-container">
  406.            <div class="unique-news-wrapper" id="newsWrapper">
  407.                <!-- News items injected via JS -->
  408.            </div>
  409.        </div>
  410.    
  411.        <div class="contact-info">
  412.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  413.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  414.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  415.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  416.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  417.            </ul>
  418.        </div>
  419.    </div>
  420. </div>
  421.  
  422. <script>
  423.    // Build array dynamically from Django context
  424.    const newsItems = [
  425.        
  426.            { title: "Beijing Slams America of ‘Double Standards’ Regarding Tariff Threat", url: "/beijing-slams-america-of-double-standards-regarding-tariff-threat/" },
  427.        
  428.            { title: "Administration Reveals Government Worker Job Cuts as Shutdown Nears Third Week", url: "/administration-reveals-government-worker-job-cuts-as-shutdown-nears-third-week/" },
  429.        
  430.            { title: "Discover the Sunday Division Squad Boasting 1,800 English Top Division Appearances", url: "/discover-the-sunday-division-squad-boasting-1800-english-top-division-appearances/" },
  431.        
  432.            { title: "Murray Admits He Didn\u0027t Achieve the Targeted Outcomes for Djokovic", url: "/murray-admits-he-didnt-achieve-the-targeted-outcomes-for-djokovic/" },
  433.        
  434.            { title: "Five Critical Key Moments in the Rollback of the Rights of Women and Girls in 2025.", url: "/five-critical-key-moments-in-the-rollback-of-the-rights-of-women-and-girls-in-2025/" }
  435.        
  436.    ];
  437.  
  438.    let currentNewsIndex = 0;
  439.    const newsWrapper = document.getElementById('newsWrapper');
  440.    let newsElements = [];
  441.  
  442.    // Create news elements dynamically with links
  443.    function createNewsElements() {
  444.        newsItems.forEach((news, index) => {
  445.            const newsElement = document.createElement('div');
  446.            newsElement.className = 'unique-news-item';
  447.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  448.            newsWrapper.appendChild(newsElement);
  449.            newsElements.push(newsElement);
  450.        });
  451.  
  452.        if (newsElements.length > 0) {
  453.            newsElements[0].classList.add('active');
  454.        }
  455.    }
  456.  
  457.    function changeNews() {
  458.        const currentElement = newsElements[currentNewsIndex];
  459.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  460.        const nextElement = newsElements[nextIndex];
  461.  
  462.        currentElement.classList.remove('active');
  463.        currentElement.classList.add('exit-up');
  464.  
  465.        setTimeout(() => {
  466.            nextElement.classList.add('active');
  467.            currentNewsIndex = nextIndex;
  468.  
  469.            setTimeout(() => {
  470.                currentElement.classList.remove('exit-up');
  471.            }, 100);
  472.        }, 250);
  473.    }
  474.  
  475.    function startNewsRotation() {
  476.        setInterval(changeNews, 5000);
  477.    }
  478.  
  479.    window.onload = function() {
  480.        createNewsElements();
  481.        startNewsRotation();
  482.    };
  483. </script>
  484.  
  485.  
  486.  
  487.            
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494. <nav class="navigation navbar navbar-expand-lg mb-4">
  495.  <div class="container-fluid fluid-container">
  496.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  497.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  498.          <a class="navbar-brand" href="/">
  499.              
  500.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/fe074b40-9b4a-4de8-9c65-44855f59ec71_logo.png" alt="Scope UK Blog" />
  501.              
  502.          </a>
  503.      </div>
  504.      <div class="">
  505.        <div class="style-card">
  506.          <div class="minimal-search mb-md-4 mb-0">
  507.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  508.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  509.              <circle cx="11" cy="11" r="8"></circle>
  510.              <path d="m21 21-4.35-4.35"></path>
  511.            </svg>
  512.          </div>
  513.          <!-- The search results will be displayed here -->
  514.          <div id="search-results" class="search-results-container search-v1"></div>
  515.        </div>
  516.      </div>
  517.      <div class=" d-flex flex-wrap">
  518.        <div class="navbar-header d-lg-none d-none d-md-flex">
  519.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/fe074b40-9b4a-4de8-9c65-44855f59ec71_logo.png" alt="" /></a>
  520.        </div>
  521.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  522.          <button class="menu-close"><i class="ti-close"></i></button>
  523.  
  524.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  525.    <li>
  526.      <a href="/">
  527.        Home
  528.      </a>
  529.    </li>
  530.  
  531.  
  532.    <li>
  533.      <a href="/category/all-posts/">
  534.        All Posts
  535.      </a>
  536.    </li>
  537.  
  538.    <li>
  539.      <a href="/category/business/">
  540.        Business
  541.      </a>
  542.    </li>
  543.  
  544.    <li>
  545.      <a href="/category/esports/">
  546.        Esports
  547.      </a>
  548.    </li>
  549.  
  550.  
  551.  
  552.  <div class="navbar-header d-lg-block d-none">
  553.    <a class="navbar-brand" href="/">
  554.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/fe074b40-9b4a-4de8-9c65-44855f59ec71_logo.png" alt="" />
  555.    </a>
  556.  </div>
  557.  
  558.  
  559.  
  560.    
  561.    
  562.    
  563.      <li>
  564.        <a href="/category/fashion/">
  565.          Fashion
  566.        </a>
  567.      </li>
  568.    
  569.      <li>
  570.        <a href="/category/featured/">
  571.          Featured
  572.        </a>
  573.      </li>
  574.    
  575.  
  576.    
  577.    
  578.      <li class="menu-item-has-children">
  579.        <a href="#">More</a>
  580.        <ul class="sub-menu">
  581.          
  582.            <li>
  583.              <a href="/category/gaming/">
  584.                Gaming
  585.              </a>
  586.            </li>
  587.          
  588.            <li>
  589.              <a href="/category/health/">
  590.                Health
  591.              </a>
  592.            </li>
  593.          
  594.            <li>
  595.              <a href="/category/life-fitness/">
  596.                Life &amp; Fitness
  597.              </a>
  598.            </li>
  599.          
  600.            <li>
  601.              <a href="/category/lifestyle/">
  602.                Lifestyle
  603.              </a>
  604.            </li>
  605.          
  606.            <li>
  607.              <a href="/category/news/">
  608.                News
  609.              </a>
  610.            </li>
  611.          
  612.            <li>
  613.              <a href="/category/others/">
  614.                Others
  615.              </a>
  616.            </li>
  617.          
  618.            <li>
  619.              <a href="/category/politics/">
  620.                Politics
  621.              </a>
  622.            </li>
  623.          
  624.            <li>
  625.              <a href="/category/sports/">
  626.                Sports
  627.              </a>
  628.            </li>
  629.          
  630.            <li>
  631.              <a href="/category/tech/">
  632.                Tech
  633.              </a>
  634.            </li>
  635.          
  636.            <li>
  637.              <a href="/category/travel/">
  638.                Travel
  639.              </a>
  640.            </li>
  641.          
  642.        </ul>
  643.      </li>
  644.    
  645.  
  646.  
  647. <li>
  648.                  <a href="/page/contact-us/">
  649.                     Contact Us
  650.                  </a>
  651.              </li>
  652. </ul>
  653.  
  654.        </div>
  655.        <div class="sidebar-blur"></div>
  656.        <!-- end of nav-collapse -->
  657.      </div>
  658.      <div class="me-3">
  659.        <div class="mobail-menu d-xl-none d-block">
  660.          <button type="button" class="navbar-toggler open-btn">
  661.            <span class="sr-only">Toggle navigation</span>
  662.            <span class="icon-bar first-angle"></span>
  663.            <span class="icon-bar middle-angle"></span>
  664.            <span class="icon-bar last-angle"></span>
  665.          </button>
  666.        </div>
  667.        <!-- <div class="header-right">
  668.          <div class="header-right-menu-wrapper d-xl-block d-none">
  669.            <div class="header-right-menu">
  670.              <div class="right-menu-toggle-btn">
  671.                <span></span>
  672.                <span></span>
  673.                <span></span>
  674.              </div>
  675.              <div class="header-right-menu-wrap" style="z-index: 999;">
  676.                <button class="right-menu-close"><i class="ti-close"></i></button>
  677.                <div class="logo">
  678.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  679.                </div>
  680.                <div class="header-right-sec">
  681.                  <div class="project-widget widget">
  682.                    <h3 class="text-white">Our Latest News</h3>
  683.                    <div class="posts">
  684.                      <div class="post">
  685.                        <div class="img-holder">
  686.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  687.                        </div>
  688.                        <div class="details">
  689.                          <span class="date">19 Jun 2022</span>
  690.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  691.                        </div>
  692.                      </div>
  693.                      <div class="post">
  694.                        <div class="img-holder">
  695.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  696.                        </div>
  697.                        <div class="details">
  698.                          <span class="date">22 May 2022</span>
  699.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  700.                        </div>
  701.                      </div>
  702.                      <div class="post">
  703.                        <div class="img-holder">
  704.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  705.                        </div>
  706.                        <div class="details">
  707.                          <span class="date">12 Apr 2022</span>
  708.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  709.                        </div>
  710.                      </div>
  711.                    </div>
  712.                  </div>
  713.                  <div class="widget wpo-contact-widget">
  714.                    <div class="widget-title">
  715.                      <h3 class="text-white">Contact Us</h3>
  716.                    </div>
  717.                    <div class="contact-ft">
  718.                      <ul>
  719.                        <li>
  720.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  721.                        </li>
  722.                        <li>
  723.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  724.                          + 8 (123) 123 456 789
  725.                        </li>
  726.                        <li>
  727.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  728.                        </li>
  729.                      </ul>
  730.                    </div>
  731.                  </div>
  732.                </div>
  733.              </div>
  734.              <div class="sidebar-blur"></div>
  735.            </div>
  736.          </div>
  737.        </div> -->
  738.      </div>
  739.    </div>
  740.  </div>
  741.  <!-- end of container -->
  742. </nav>
  743. <style>
  744.  .navbar-brand img{
  745.    height: 70px;
  746.    object-fit: contain;
  747.  }
  748.    /* search field */
  749.  .search-results-container {
  750.  position: absolute;
  751.  top: 100%; /* Position it below the input field */
  752. left: 10px;
  753.  right: 10px;
  754.  background-color: white;
  755.  border: 1px solid #ddd;
  756.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  757.  max-height: 300px;
  758.  overflow-y: auto;
  759.  z-index: 1000;
  760.  display: none; /* Initially hidden */
  761. }
  762.  
  763. .search-results-container p {
  764.  margin: 0;
  765. }
  766.  
  767. .search-results-container .result-item {
  768.  padding: 10px;
  769.  cursor: pointer;
  770. }
  771.  
  772. .search-results-container .result-item:hover {
  773.  background-color: #f0f0f0;
  774. }
  775. @media (max-width:576px) {
  776.  .w-sm-full{
  777.    padding-top: 10px;
  778.    width: 100%;
  779.  }
  780.  .m-s-0{
  781.    margin-top: 0px !important;
  782.  }
  783. }
  784. @media (max-width:768px) {
  785. .search-icon{
  786. top: 50%;
  787. }
  788. }
  789.  
  790.  
  791. </style>
  792. <script>
  793.  const searchInput = document.querySelector(".search-input");
  794.  const searchResults = document.getElementById("search-results");
  795.  
  796.  // Handle typing
  797.  searchInput.addEventListener("keyup", function (e) {
  798.    e.preventDefault();
  799.  
  800.    const query = searchInput.value;
  801.  
  802.    if (query === "") {
  803.      searchResults.innerHTML = "";
  804.      searchResults.style.display = "none";
  805.      return;
  806.    }
  807.  
  808.    searchResults.style.display = "block";
  809.  
  810.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  811.      method: "GET",
  812.      headers: {
  813.        "X-Requested-With": "XMLHttpRequest",
  814.      },
  815.    })
  816.      .then(response => response.json())
  817.      .then(data => {
  818.        if (data.html) {
  819.          searchResults.innerHTML = data.html;
  820.        } else {
  821.          searchResults.innerHTML = "<p>No results found.</p>";
  822.        }
  823.      })
  824.      .catch(error => {
  825.        console.error("Error fetching search results:", error);
  826.      });
  827.  });
  828.  
  829.  // Close results when clicking outside
  830.  document.addEventListener("click", function (e) {
  831.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  832.      searchResults.style.display = "none";
  833.    }
  834.  });
  835. </script>
  836.  
  837.  
  838.        </header>
  839.        <!-- end of header -->
  840.        <!-- start of wpo-blog-hero -->
  841.        
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. <div class="blog-hero-v5">
  850.  <div class="container-fluid fluid-container">
  851.    <!-- Hero Header -->
  852.  
  853.    <!-- Main Content Grid -->
  854.    <div class="row g-4">
  855.      <!-- Large Featured Post - Left Side -->
  856.      <div class="col-lg-6 col-md-12">
  857.        
  858.        
  859.          
  860.        <div class="large-featured-card">
  861.          <div class="card-image-wrapper">
  862.            
  863.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  864.            
  865.            <div class="image-overlay">
  866.              <span class="category-pill fashion bg-primary-gradient">News</span>
  867.            </div>
  868.          </div>
  869.          <div class="card-content">
  870.            <h2 class="card-title"><a class="top-color" href="/currently-denim-pants-should-be-firm-smart-and-tailored/">
  871.                                        Currently, Denim Pants Should Be Firm, Smart and Tailored
  872.                                    </a></h2>
  873.            <p class="card-description"></p>
  874.            <div class="card-footer">
  875.              <div class="author-section">
  876.                <div class="author-avatar">
  877.                  
  878.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="author-img">
  879.                    
  880.                </div>
  881.                <div class="author-details">
  882.                  <span class="author-name">Elizabeth Quinn</span>
  883.                  <span class="publish-date">09 Aug 2026</span>
  884.                </div>
  885.              </div>
  886.              <div class="read-time">
  887.                <!-- <span>9 min read</span> -->
  888.              </div>
  889.            </div>
  890.          </div>
  891.        </div>
  892.  
  893.        
  894.      </div>
  895.      
  896.  
  897.      <!-- Right Side - Grid of Posts -->
  898.      <div class="col-lg-6 col-md-12">
  899.        <div class="row h-100">
  900.          
  901.          
  902.            
  903.          <!-- Medium Featured Post -->
  904.          <div class="col-12 mb-3">
  905.            <div class="medium-featured-card h-100">
  906.              <div class="row g-0 h-100">
  907.                <div class="col-md-6">
  908.                  <div class="medium-image-wrapper">
  909.                    
  910.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  911.                      
  912.                    <div class="medium-overlay">
  913.                      <span class="category-pill travel bg-primary-gradient">News</span>
  914.                    </div>
  915.                  </div>
  916.                </div>
  917.                <div class="col-md-6">
  918.                  <div class="medium-content">
  919.                    <h3 class="medium-title"><a class="top-color" href="/full-blown-suffering-a-personal-fight-against-the-enigmatic-pain-of-cluster-headache-syndrome/">
  920.                                        Full-Blown Suffering: A Personal Fight Against the Enigmatic Pain of Cluster Headache Syndrome
  921.                                    </a></h3>
  922.                    <p class="medium-excerpt"></p>
  923.                    <div class="medium-meta">
  924.                      <span class="author">By Elizabeth Quinn</span>
  925.                      <span class="date">09 Aug 2026</span>
  926.                    </div>
  927.                  </div>
  928.                </div>
  929.              </div>
  930.            </div>
  931.          </div>
  932.  
  933.          
  934.          
  935.  
  936.          
  937.            <!-- Small Cards Row -->
  938.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  939.              <div class="small-card h-100">
  940.                <div class="small-image-wrapper">
  941.                    
  942.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  943.                            style="object-fit: cover;" alt="">
  944.                    
  945.                  <span class="small-category bg-primary-gradient">News</span>
  946.                </div>
  947.                <div class="small-content">
  948.                  <h4 class="small-title"> <a class="top-color" href="/a-fading-figure-of-his-dominant-stature-van-dijk-grapples-with-decline/" >
  949.                                        A Fading Figure of His Dominant Stature - Van Dijk Grapples With Decline
  950.                                    </a></h4>
  951.                  <p class="medium-excerpt"></p>
  952.                  <div class="small-meta">
  953.                    <span>By Elizabeth Quinn</span>
  954.                    <span>09 Aug 2026</span>
  955.                  </div>
  956.                </div>
  957.              </div>
  958.            </div>
  959.            
  960.            <!-- Small Cards Row -->
  961.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  962.              <div class="small-card h-100">
  963.                <div class="small-image-wrapper">
  964.                    
  965.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  966.                            style="object-fit: cover;" alt="">
  967.                    
  968.                  <span class="small-category bg-primary-gradient">News</span>
  969.                </div>
  970.                <div class="small-content">
  971.                  <h4 class="small-title"> <a class="top-color" href="/meet-these-artificial-intelligence-professionals-who-advise-friends-to-steer-clear-from-ai/" >
  972.                                        Meet these Artificial Intelligence Professionals Who Advise Friends to Steer Clear From AI
  973.                                    </a></h4>
  974.                  <p class="medium-excerpt"></p>
  975.                  <div class="small-meta">
  976.                    <span>By Elizabeth Quinn</span>
  977.                    <span>09 Aug 2026</span>
  978.                  </div>
  979.                </div>
  980.              </div>
  981.            </div>
  982.            
  983.  
  984.        </div>
  985.      </div>
  986.    </div>
  987.  </div>
  988. </div>
  989.  
  990. <style>
  991.  /* Blog Hero V5 - Clean Card Grid Design */
  992.  :root {
  993.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  994.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  995.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  996.  
  997.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  998.  }
  999.  
  1000.  .blog-hero-v5 {
  1001.    padding: 4rem 0;
  1002.  }
  1003.  
  1004.  /* Hero Header */
  1005.  .hero-header {
  1006.    margin-bottom: 2rem;
  1007.  }
  1008.  
  1009.  .hero-title {
  1010.    font-size: 3.5rem;
  1011.    font-weight: 800;
  1012.    color: var(--text-dark);
  1013.    margin-bottom: 1rem;
  1014.    letter-spacing: -0.025em;
  1015.    line-height: 1.1;
  1016.  }
  1017.  
  1018.  .hero-subtitle {
  1019.    font-size: 1.25rem;
  1020.    color: var(--text-light);
  1021.    font-weight: 400;
  1022.    max-width: 600px;
  1023.    margin: 0 auto;
  1024.  }
  1025.  
  1026.  /* Large Featured Card */
  1027.  .large-featured-card {
  1028.    background: var(--card-bg);
  1029.    border-radius: var(--border-radius);
  1030.    box-shadow: var(--shadow-medium);
  1031.    overflow: hidden;
  1032.    height: 100%;
  1033.    transition: var(--transition);
  1034.    border: 1px solid var(--border-color);
  1035.  }
  1036.  
  1037.  .large-featured-card:hover {
  1038.    transform: translateY(-8px);
  1039.    box-shadow: var(--shadow-heavy);
  1040.  }
  1041.  
  1042.  .card-image-wrapper {
  1043.    position: relative;
  1044.    height: 280px;
  1045.    overflow: hidden;
  1046.  }
  1047.  
  1048.  .card-image {
  1049.    width: 100%;
  1050.    height: 100%;
  1051.    object-fit: cover;
  1052.    transition: var(--transition);
  1053.  }
  1054.  
  1055.  .large-featured-card:hover .card-image {
  1056.    transform: scale(1.05);
  1057.  }
  1058.  
  1059.  .image-overlay {
  1060.    position: absolute;
  1061.    top: 1.5rem;
  1062.    left: 1.5rem;
  1063.  }
  1064.  
  1065.  .card-content {
  1066.    padding: 2rem;
  1067.  }
  1068.  
  1069.  .card-title {
  1070.    font-size: 1.75rem;
  1071.    font-weight: 700;
  1072.    color: var(--text-dark);
  1073.    margin-bottom: 1rem;
  1074.    line-height: 1.3;
  1075.  }
  1076.  
  1077.  .card-description {
  1078.    color: var(--text-light);
  1079.    font-size: 1rem;
  1080.    line-height: 1.6;
  1081.    margin-bottom: 2rem;
  1082.  }
  1083.  
  1084.  .card-footer {
  1085.    display: flex;
  1086.    align-items: center;
  1087.    justify-content: space-between;
  1088.  }
  1089.  
  1090.  .author-section {
  1091.    display: flex;
  1092.    align-items: center;
  1093.    gap: 1rem;
  1094.  }
  1095.  
  1096.  .author-avatar {
  1097.    width: 48px;
  1098.    height: 48px;
  1099.    border-radius: 50%;
  1100.    overflow: hidden;
  1101.    border: 2px solid var(--border-color);
  1102.  }
  1103.  
  1104.  .author-avatar img {
  1105.    width: 100%;
  1106.    height: 100%;
  1107.    object-fit: cover;
  1108.  }
  1109.  
  1110.  .author-details {
  1111.    display: flex;
  1112.    flex-direction: column;
  1113.  }
  1114.  
  1115.  .author-name {
  1116.    font-weight: 600;
  1117.    color: var(--text-dark);
  1118.    font-size: 0.95rem;
  1119.  }
  1120.  
  1121.  .publish-date {
  1122.    color: var(--text-light);
  1123.    font-size: 0.875rem;
  1124.  }
  1125.  
  1126.  .read-time {
  1127.    background: var(--card-bg);
  1128.    padding: 0.5rem 1rem;
  1129.    border-radius: 20px;
  1130.    font-size: 0.875rem;
  1131.    color: var(--text-light);
  1132.    font-weight: 500;
  1133.  }
  1134.  
  1135.  /* Category Pills */
  1136.  .category-pill {
  1137.    display: inline-block;
  1138.    padding: 0.5rem 1rem;
  1139.    font-size: 0.75rem;
  1140.    font-weight: 600;
  1141.    text-transform: uppercase;
  1142.    letter-spacing: 0.05em;
  1143.    border-radius: 20px;
  1144.    color: white;
  1145.  }
  1146.  
  1147.  
  1148.  /* Medium Featured Card */
  1149.  .medium-featured-card {
  1150.    background: var(--card-bg);
  1151.    border-radius: var(--border-radius);
  1152.    box-shadow: var(--shadow-light);
  1153.    overflow: hidden;
  1154.    height: 220px;
  1155.    transition: var(--transition);
  1156.    border: 1px solid var(--border-color);
  1157.  }
  1158.  
  1159.  .medium-featured-card:hover {
  1160.    transform: translateY(-4px);
  1161.    box-shadow: var(--shadow-medium);
  1162.  }
  1163.  
  1164.  .medium-image-wrapper {
  1165.    position: relative;
  1166.    height: 100%;
  1167.    overflow: hidden;
  1168.  }
  1169.  
  1170.  .medium-image-wrapper img {
  1171.    width: 100%;
  1172.    height: 100%;
  1173.    object-fit: cover;
  1174.    transition: var(--transition);
  1175.  }
  1176.  
  1177.  .medium-featured-card:hover .medium-image-wrapper img {
  1178.    transform: scale(1.05);
  1179.  }
  1180.  
  1181.  .medium-overlay {
  1182.    position: absolute;
  1183.    top: 1rem;
  1184.    left: 1rem;
  1185.  }
  1186.  
  1187.  .medium-content {
  1188.    padding: 1.5rem;
  1189.    display: flex;
  1190.    flex-direction: column;
  1191.    justify-content: space-between;
  1192.    height: 100%;
  1193.  }
  1194.  
  1195.  .medium-title {
  1196.    font-size: 1.25rem;
  1197.    font-weight: 600;
  1198.    color: var(--text-dark);
  1199.    margin-bottom: 0.75rem;
  1200.    line-height: 1.3;
  1201.  }
  1202.  
  1203.  .medium-excerpt {
  1204.    color: var(--text-light);
  1205.    font-size: 0.9rem;
  1206.    line-height: 1.5;
  1207.    margin-bottom: 1rem;
  1208.    flex-grow: 1;
  1209.  }
  1210.  
  1211.  .medium-meta {
  1212.    display: flex;
  1213.    flex-direction: column;
  1214.    gap: 0.25rem;
  1215.    font-size: 0.8rem;
  1216.  }
  1217.  
  1218.  /* Small Cards */
  1219.  .small-card {
  1220.    background: var(--card-bg);
  1221.    border-radius: var(--border-radius);
  1222.    box-shadow: var(--shadow-light);
  1223.    overflow: hidden;
  1224.    transition: var(--transition);
  1225.    border: 1px solid var(--border-color);
  1226.    display: flex;
  1227.    flex-direction: column;
  1228.  }
  1229.  
  1230.  .small-card:hover {
  1231.    transform: translateY(-4px);
  1232.    box-shadow: var(--shadow-medium);
  1233.  }
  1234.  
  1235.  .small-image-wrapper {
  1236.    position: relative;
  1237.    height: 140px;
  1238.    overflow: hidden;
  1239.    flex-shrink: 0;
  1240.  }
  1241.  
  1242.  .small-image-wrapper img {
  1243.    width: 100%;
  1244.    height: 100%;
  1245.    object-fit: cover;
  1246.    transition: var(--transition);
  1247.  }
  1248.  
  1249.  .small-card:hover .small-image-wrapper img {
  1250.    transform: scale(1.05);
  1251.  }
  1252.  
  1253.  .small-category {
  1254.    position: absolute;
  1255.    top: 0.75rem;
  1256.    left: 0.75rem;
  1257.    padding: 0.25rem 0.75rem;
  1258.    font-size: 0.7rem;
  1259.    font-weight: 600;
  1260.    text-transform: uppercase;
  1261.    border-radius: 12px;
  1262.    color: white;
  1263.  }
  1264.  
  1265.  
  1266.  .small-content {
  1267.    padding: 1rem;
  1268.    flex-grow: 1;
  1269.    display: flex;
  1270.    flex-direction: column;
  1271.    justify-content: space-between;
  1272.  }
  1273.  
  1274.  .small-title {
  1275.    font-size: 1rem;
  1276.    font-weight: 600;
  1277.    color: var(--text-dark);
  1278.    margin-bottom: 0.75rem;
  1279.    line-height: 1.3;
  1280.  }
  1281.  
  1282.  .small-meta {
  1283.    display: flex;
  1284.    justify-content: space-between;
  1285.    font-size: 0.75rem;
  1286.    color: var(--text-light);
  1287.  }
  1288.  
  1289.  /* Stats Section - Removed */
  1290.  
  1291.  /* Responsive Design */
  1292.  @media (max-width: 992px) {
  1293.    .hero-title {
  1294.      font-size: 2.5rem;
  1295.    }
  1296.  
  1297.    .card-content {
  1298.      padding: 1.5rem;
  1299.    }
  1300.  
  1301.    .card-title {
  1302.      font-size: 1.5rem;
  1303.    }
  1304.  
  1305.    .medium-featured-card {
  1306.      height: auto;
  1307.    }
  1308.  
  1309.    .medium-content {
  1310.      height: auto;
  1311.    }
  1312.  }
  1313.  
  1314.  @media (max-width: 768px) {
  1315.    .blog-hero-v5 {
  1316.      padding: 2rem 0;
  1317.    }
  1318.  
  1319.    .hero-title {
  1320.      font-size: 2rem;
  1321.    }
  1322.  
  1323.    .hero-subtitle {
  1324.      font-size: 1rem;
  1325.    }
  1326.  
  1327.    .card-image-wrapper {
  1328.      height: 200px;
  1329.    }
  1330.  
  1331.    .medium-featured-card {
  1332.      height: auto;
  1333.    }
  1334.  
  1335.    .medium-image-wrapper {
  1336.      height: 150px;
  1337.    }
  1338.  
  1339.    .small-image-wrapper {
  1340.      height: 120px;
  1341.    }
  1342.  }
  1343.  
  1344.  @media (max-width: 576px) {
  1345.    .card-footer {
  1346.      flex-direction: column;
  1347.      align-items: flex-start;
  1348.      gap: 1rem;
  1349.    }
  1350.  
  1351.    .stat-number {
  1352.      font-size: 1.5rem;
  1353.    }
  1354.  }
  1355. </style>
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.        <!-- end of wpo-blog-hero -->
  1362.  
  1363.        <!-- start of wpo-breacking-news -->
  1364.        
  1365.        <!-- end of wpo-breacking-news -->
  1366.        
  1367.        <!-- start wpo-blog-highlights-section -->
  1368.        
  1369.  
  1370.  
  1371.  
  1372.    
  1373.  
  1374.  
  1375.  
  1376.  
  1377. <style>
  1378.    .blog-highlights-v3 {
  1379.        padding: 80px 0;
  1380.        position: relative;
  1381.        overflow: hidden;
  1382.    }
  1383.    
  1384.    .blog-highlights-v3::before {
  1385.        content: '';
  1386.        position: absolute;
  1387.        top: 0;
  1388.        left: 0;
  1389.        width: 100%;
  1390.        height: 100%;
  1391.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1392.        z-index: 0;
  1393.    }
  1394.    
  1395.    .masonry-container {
  1396.        display: grid;
  1397.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1398.        grid-gap: 25px;
  1399.    }
  1400.    
  1401.    .blog-card-v3 {
  1402.        border: 1px solid var(--border-color) !important;
  1403.        border-radius: 25px;
  1404.        overflow: hidden;
  1405.        background: var(--card-bg);
  1406.        backdrop-filter: blur(10px);
  1407.        border: 1px solid var(--border-color);
  1408.        position: relative;
  1409.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1410.        cursor: pointer;
  1411.        transform: translateY(0) rotateX(0) rotateY(0);
  1412.        transform-style: preserve-3d;
  1413.        perspective: 1000px;
  1414.        z-index: 1;
  1415.    }
  1416.    .span-21 { grid-row-end: span 21; }
  1417.    .span-22 { grid-row-end: span 22; }
  1418.    
  1419.    .blog-card-v3::before {
  1420.        content: '';
  1421.        position: absolute;
  1422.        top: 0;
  1423.        left: 0;
  1424.        width: 100%;
  1425.        height: 100%;
  1426.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1427.        opacity: 0;
  1428.        transition: opacity 0.3s ease;
  1429.        z-index: 1;
  1430.    }
  1431.    
  1432.    .blog-card-v3:hover {
  1433.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1434.        box-shadow:
  1435.            0 30px 60px rgba(0,0,0,0.15),
  1436.            0 15px 30px rgba(0,0,0,0.1),
  1437.            inset 0 1px 0 rgba(255,255,255,0.3);
  1438.        z-index: 10;
  1439.    }
  1440.    
  1441.    .blog-card-v3:hover::before {
  1442.        opacity: 1;
  1443.    }
  1444.    
  1445.    .blog-image-v3 {
  1446.        position: relative;
  1447.        overflow: hidden;
  1448.        height: 50%;
  1449.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1450.    }
  1451.    
  1452.    .blog-image-v3::after {
  1453.        content: '';
  1454.        position: absolute;
  1455.        top: 0;
  1456.        left: 0;
  1457.        width: 100%;
  1458.        height: 100%;
  1459.        background:
  1460.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1461.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1462.        z-index: 2;
  1463.    }
  1464.    
  1465.    .blog-image-v3 img {
  1466.        width: 100%;
  1467.        height: 100%;
  1468.        object-fit: cover;
  1469.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1470.        transform: scale(1);
  1471.        filter: brightness(1) saturate(1);
  1472.    }
  1473.    
  1474.    .blog-card-v3:hover .blog-image-v3 img {
  1475.        transform: scale(1.15);
  1476.        filter: brightness(1.1) saturate(1.2);
  1477.    }
  1478.    
  1479.    .blog-floating-elements {
  1480.        position: absolute;
  1481.        top: 0;
  1482.        left: 0;
  1483.        width: 100%;
  1484.        height: 100%;
  1485.        pointer-events: none;
  1486.        z-index: 3;
  1487.    }
  1488.    
  1489.    .floating-dot {
  1490.        position: absolute;
  1491.        width: 8px;
  1492.        height: 8px;
  1493.        background: rgba(255,255,255,0.6);
  1494.        border-radius: 50%;
  1495.        animation: float 3s ease-in-out infinite;
  1496.    }
  1497.    
  1498.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1499.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1500.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1501.    
  1502.    @keyframes float {
  1503.        0%, 100% { transform: translateY(0px); }
  1504.        50% { transform: translateY(-10px); }
  1505.    }
  1506.    
  1507.    .blog-category-v3 {
  1508.        position: absolute;
  1509.        top: 25px;
  1510.        right: 25px;
  1511.        padding: 10px 18px;
  1512.        border-radius: 30px;
  1513.        font-size: 11px;
  1514.        font-weight: 800;
  1515.        text-transform: uppercase;
  1516.        letter-spacing: 1.2px;
  1517.        backdrop-filter: blur(10px);
  1518.        z-index: 4;
  1519.        transform: translateY(0) scale(1);
  1520.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1521.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1522.        border: 1px solid rgba(255,255,255,0.3);
  1523.    }
  1524.    
  1525.    .blog-card-v3:hover .blog-category-v3 {
  1526.        transform: translateY(-10px) scale(1.1);
  1527.        background: rgba(var(--card-bg),1);
  1528.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1529.    }
  1530.    
  1531.    .blog-content-v3 {
  1532.        padding: 35px 30px 30px;
  1533.        height: 50%;
  1534.        display: flex;
  1535.        flex-direction: column;
  1536.        justify-content: space-between;
  1537.        position: relative;
  1538.        z-index: 2;
  1539.    }
  1540.    
  1541.    .blog-title-v3 {
  1542.        font-size: 19px;
  1543.        font-weight: 700;
  1544.        line-height: 1.3;
  1545.        margin-bottom: 18px;
  1546.        position: relative;
  1547.    }
  1548.    
  1549.    .blog-title-v3 a {
  1550.        text-decoration: none;
  1551.        color: var(--top-color) !important;
  1552.        transition: all 0.3s ease;
  1553.        position: relative;
  1554.        display: inline-block;
  1555.    }
  1556.    
  1557.    .blog-title-v3 a::before {
  1558.        content: '';
  1559.        position: absolute;
  1560.        bottom: -3px;
  1561.        left: 0;
  1562.        width: 0;
  1563.        height: 3px;
  1564.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1565.        border-radius: 2px;
  1566.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1567.    }
  1568.    
  1569.    .blog-card-v3:hover .blog-title-v3 a::before {
  1570.        width: 100%;
  1571.    }
  1572.    
  1573.    .blog-meta-v3 {
  1574.        display: flex;
  1575.        align-items: center;
  1576.        gap: 15px;
  1577.        margin-bottom: 18px;
  1578.        font-size: 13px;
  1579.        color: #7f8c8d;
  1580.        padding-bottom: 18px;
  1581.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1582.        position: relative;
  1583.    }
  1584.    
  1585.    .blog-meta-v3::after {
  1586.        content: '';
  1587.        position: absolute;
  1588.        bottom: -1px;
  1589.        left: 0;
  1590.        width: 0;
  1591.        height: 1px;
  1592.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1593.        transition: width 0.6s ease 0.3s;
  1594.    }
  1595.    
  1596.    .blog-card-v3:hover .blog-meta-v3::after {
  1597.        width: 80px;
  1598.    }
  1599.    
  1600.    .blog-author-img-v3 {
  1601.        width: 35px;
  1602.        height: 35px;
  1603.        border-radius: 50%;
  1604.        object-fit: cover;
  1605.        border: 3px solid rgba(255,255,255,0.8);
  1606.        transition: all 0.4s ease;
  1607.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1608.    }
  1609.    
  1610.    .blog-card-v3:hover .blog-author-img-v3 {
  1611.        transform: scale(1.15);
  1612.        border-color: rgba(102, 126, 234, 0.5);
  1613.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1614.    }
  1615.    
  1616.    .blog-excerpt-v3 {
  1617.        font-size: 14px;
  1618.        line-height: 1.7;
  1619.        color: #5a6c7d;
  1620.        margin-bottom: 20px;
  1621.        display: -webkit-box;
  1622.        -webkit-line-clamp: 3;
  1623.        -webkit-box-orient: vertical;
  1624.        overflow: hidden;
  1625.        opacity: 0.9;
  1626.        transition: opacity 0.3s ease;
  1627.    }
  1628.    
  1629.    .blog-card-v3:hover .blog-excerpt-v3 {
  1630.        opacity: 1;
  1631.    }
  1632.    
  1633.    .blog-actions-v3 {
  1634.        display: flex;
  1635.        justify-content: space-between;
  1636.        align-items: center;
  1637.    }
  1638.    
  1639.    .blog-read-time-v3 {
  1640.        font-size: 12px;
  1641.        color: #95a5a6;
  1642.        display: flex;
  1643.        align-items: center;
  1644.        gap: 6px;
  1645.    }
  1646.    
  1647.    .blog-read-more-v3 {
  1648.        width: 50px;
  1649.        height: 50px;
  1650.        border-radius: 50%;
  1651.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1652.        display: flex;
  1653.        align-items: center;
  1654.        justify-content: center;
  1655.        color: white;
  1656.        text-decoration: none;
  1657.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1658.        transform: scale(0) rotate(0deg);
  1659.        opacity: 0;
  1660.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1661.        position: relative;
  1662.        overflow: hidden;
  1663.    }
  1664.    
  1665.    .blog-read-more-v3::before {
  1666.        content: '';
  1667.        position: absolute;
  1668.        top: 50%;
  1669.        left: 50%;
  1670.        width: 0;
  1671.        height: 0;
  1672.        background: rgba(255,255,255,0.2);
  1673.        border-radius: 50%;
  1674.        transition: all 0.6s ease;
  1675.        transform: translate(-50%, -50%);
  1676.    }
  1677.    
  1678.    .blog-card-v3:hover .blog-read-more-v3 {
  1679.        transform: scale(1) rotate(360deg);
  1680.        opacity: 1;
  1681.    }
  1682.    
  1683.    .blog-read-more-v3:hover::before {
  1684.        width: 100%;
  1685.        height: 100%;
  1686.    }
  1687.    
  1688.    .section-header-v3 {
  1689.        text-align: center;
  1690.        margin-bottom: 80px;
  1691.        position: relative;
  1692.        z-index: 2;
  1693.    }
  1694.    
  1695.    .section-title-v3 {
  1696.        font-size: 3.5rem;
  1697.        font-weight: 900;
  1698.        margin-bottom: 25px;
  1699.        color: #2c3e50;
  1700.        position: relative;
  1701.        display: inline-block;
  1702.    }
  1703.    
  1704.    .section-title-v3::before {
  1705.        content: '';
  1706.        position: absolute;
  1707.        top: -15px;
  1708.        right: -15px;
  1709.        width: 30px;
  1710.        height: 30px;
  1711.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1712.        border-radius: 50%;
  1713.        opacity: 0.3;
  1714.        animation: pulse 2s infinite;
  1715.    }
  1716.    
  1717.    @keyframes pulse {
  1718.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1719.        50% { transform: scale(1.2); opacity: 0.6; }
  1720.    }
  1721.    
  1722.    .section-subtitle-v3 {
  1723.        font-size: 1.2rem;
  1724.        color: #7f8c8d;
  1725.        max-width: 700px;
  1726.        margin: 0 auto;
  1727.        line-height: 1.7;
  1728.        font-weight: 300;
  1729.    }
  1730.    
  1731.    .scroll-reveal {
  1732.        opacity: 0;
  1733.        transform: translateY(50px) scale(0.9);
  1734.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1735.    }
  1736.    
  1737.    .scroll-reveal.revealed {
  1738.        opacity: 1;
  1739.        transform: translateY(0) scale(1);
  1740.    }
  1741.    
  1742.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1743.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1744.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1745.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1746.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1747.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1748.  
  1749.    @media (max-width: 768px) {
  1750.        .masonry-container {
  1751.            display: flex;
  1752.            flex-direction: column;
  1753.            grid-gap: 20px;
  1754.        }
  1755.        .blog-card-v3:nth-child(n) {
  1756.            grid-row-end: span 20;
  1757.        }
  1758.        .section-title-v3 {
  1759.            font-size: 2.8rem;
  1760.        }
  1761.        .blog-highlights-v3 {
  1762.            padding: 60px 0;
  1763.        }
  1764.        .blog-content-v3 {
  1765.            padding: 25px 20px;
  1766.        }
  1767.        .blog-card-v3:hover {
  1768.            transform: translateY(-15px) scale(1.02);
  1769.        }
  1770.        .blog-image-v3{
  1771.            max-height: 350px;
  1772.            height: 100%;
  1773.        }
  1774.    }
  1775. </style>
  1776.  
  1777. <section class="blog-highlights-v3">
  1778.    <div class="container-fluid fluid-container">
  1779.        <div class="row">
  1780.            <div class="col-12">
  1781.                 <div class="wpo-section-title">
  1782.            <h2>
  1783.                Today's Top Highlights
  1784.                   </h2>
  1785.        </div>
  1786.            </div>
  1787.        </div>
  1788.        
  1789.        <div class="row">
  1790.            <div class="col-lg-8 col-12">
  1791.                <div class="masonry-container">
  1792.                    
  1793.                    <div class="blog-card-v3 scroll-reveal span-21">
  1794.                        <div class="blog-image-v3">
  1795.                            
  1796.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1797.                            
  1798.                            <div class="blog-floating-elements">
  1799.                                <div class="floating-dot"></div>
  1800.                                <div class="floating-dot"></div>
  1801.                                <div class="floating-dot"></div>
  1802.                            </div>
  1803.                            <span class="blog-category-v3 bg-primary-gradient">
  1804.                                News
  1805.                            </span>
  1806.                        </div>
  1807.                        <div class="blog-content-v3">
  1808.                            <h3 class="blog-title-v3">
  1809.                                <a href="/exploring-anthony-hopkins-autobiography-we-did-ok-kid-insights-an-icon-with-a-temper/" >
  1810.                                Exploring Anthony Hopkins&#x27; Autobiography We Did OK, Kid – Insights: An Icon with a Temper
  1811.                                </a>
  1812.                            </h3>
  1813.                            <div class="blog-meta-v3">
  1814.                                
  1815.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  1816.                                
  1817.                                <span>By Elizabeth Quinn</span>
  1818.                                <span>•</span>
  1819.                                <span>09 Aug 2026</span>
  1820.                            </div>
  1821.                            
  1822.                            <div class="blog-actions-v3">
  1823.                                <div class="blog-read-time-v3">
  1824.                                    <i class="far fa-clock"></i>
  1825.                                    <!-- <span>5 min read</span> -->
  1826.                                </div>
  1827.                                <a href="/exploring-anthony-hopkins-autobiography-we-did-ok-kid-insights-an-icon-with-a-temper/"  class="blog-read-more-v3">
  1828.                                    <i class="ti-arrow-right"></i>
  1829.                                </a>
  1830.                            </div>
  1831.                        </div>
  1832.                    </div>
  1833.                    
  1834.                    <div class="blog-card-v3 scroll-reveal span-22">
  1835.                        <div class="blog-image-v3">
  1836.                            
  1837.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1838.                            
  1839.                            <div class="blog-floating-elements">
  1840.                                <div class="floating-dot"></div>
  1841.                                <div class="floating-dot"></div>
  1842.                                <div class="floating-dot"></div>
  1843.                            </div>
  1844.                            <span class="blog-category-v3 bg-primary-gradient">
  1845.                                News
  1846.                            </span>
  1847.                        </div>
  1848.                        <div class="blog-content-v3">
  1849.                            <h3 class="blog-title-v3">
  1850.                                <a href="/watkins-holds-the-edge-but-calvert-lewin-might-yet-make-the-world-cup/" >
  1851.                                Watkins Holds the Edge - But Calvert-Lewin Might Yet Make the World Cup
  1852.                                </a>
  1853.                            </h3>
  1854.                            <div class="blog-meta-v3">
  1855.                                
  1856.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  1857.                                
  1858.                                <span>By Elizabeth Quinn</span>
  1859.                                <span>•</span>
  1860.                                <span>09 Aug 2026</span>
  1861.                            </div>
  1862.                            
  1863.                            <div class="blog-actions-v3">
  1864.                                <div class="blog-read-time-v3">
  1865.                                    <i class="far fa-clock"></i>
  1866.                                    <!-- <span>5 min read</span> -->
  1867.                                </div>
  1868.                                <a href="/watkins-holds-the-edge-but-calvert-lewin-might-yet-make-the-world-cup/"  class="blog-read-more-v3">
  1869.                                    <i class="ti-arrow-right"></i>
  1870.                                </a>
  1871.                            </div>
  1872.                        </div>
  1873.                    </div>
  1874.                    
  1875.                    <div class="blog-card-v3 scroll-reveal span-21">
  1876.                        <div class="blog-image-v3">
  1877.                            
  1878.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1879.                            
  1880.                            <div class="blog-floating-elements">
  1881.                                <div class="floating-dot"></div>
  1882.                                <div class="floating-dot"></div>
  1883.                                <div class="floating-dot"></div>
  1884.                            </div>
  1885.                            <span class="blog-category-v3 bg-primary-gradient">
  1886.                                News
  1887.                            </span>
  1888.                        </div>
  1889.                        <div class="blog-content-v3">
  1890.                            <h3 class="blog-title-v3">
  1891.                                <a href="/that-drifting-poo-was-far-too-meaningful-these-are-the-tv-disappointments-of-the-past-year/" >
  1892.                                That Drifting Poo Was Far Too Meaningful! These Are the TV Disappointments of the Past Year.
  1893.                                </a>
  1894.                            </h3>
  1895.                            <div class="blog-meta-v3">
  1896.                                
  1897.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  1898.                                
  1899.                                <span>By Elizabeth Quinn</span>
  1900.                                <span>•</span>
  1901.                                <span>08 Aug 2026</span>
  1902.                            </div>
  1903.                            
  1904.                            <div class="blog-actions-v3">
  1905.                                <div class="blog-read-time-v3">
  1906.                                    <i class="far fa-clock"></i>
  1907.                                    <!-- <span>5 min read</span> -->
  1908.                                </div>
  1909.                                <a href="/that-drifting-poo-was-far-too-meaningful-these-are-the-tv-disappointments-of-the-past-year/"  class="blog-read-more-v3">
  1910.                                    <i class="ti-arrow-right"></i>
  1911.                                </a>
  1912.                            </div>
  1913.                        </div>
  1914.                    </div>
  1915.                    
  1916.                    <div class="blog-card-v3 scroll-reveal span-22">
  1917.                        <div class="blog-image-v3">
  1918.                            
  1919.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1920.                            
  1921.                            <div class="blog-floating-elements">
  1922.                                <div class="floating-dot"></div>
  1923.                                <div class="floating-dot"></div>
  1924.                                <div class="floating-dot"></div>
  1925.                            </div>
  1926.                            <span class="blog-category-v3 bg-primary-gradient">
  1927.                                News
  1928.                            </span>
  1929.                        </div>
  1930.                        <div class="blog-content-v3">
  1931.                            <h3 class="blog-title-v3">
  1932.                                <a href="/holiday-bite-sized-treats-how-to-utilize-christmas-leftovers-into-nye-canapes/" >
  1933.                                Holiday Bite-Sized Treats: How to Utilize Christmas Leftovers into NYE Canapes
  1934.                                </a>
  1935.                            </h3>
  1936.                            <div class="blog-meta-v3">
  1937.                                
  1938.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  1939.                                
  1940.                                <span>By Elizabeth Quinn</span>
  1941.                                <span>•</span>
  1942.                                <span>08 Aug 2026</span>
  1943.                            </div>
  1944.                            
  1945.                            <div class="blog-actions-v3">
  1946.                                <div class="blog-read-time-v3">
  1947.                                    <i class="far fa-clock"></i>
  1948.                                    <!-- <span>5 min read</span> -->
  1949.                                </div>
  1950.                                <a href="/holiday-bite-sized-treats-how-to-utilize-christmas-leftovers-into-nye-canapes/"  class="blog-read-more-v3">
  1951.                                    <i class="ti-arrow-right"></i>
  1952.                                </a>
  1953.                            </div>
  1954.                        </div>
  1955.                    </div>
  1956.                    
  1957.                    <div class="blog-card-v3 scroll-reveal span-21">
  1958.                        <div class="blog-image-v3">
  1959.                            
  1960.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1961.                            
  1962.                            <div class="blog-floating-elements">
  1963.                                <div class="floating-dot"></div>
  1964.                                <div class="floating-dot"></div>
  1965.                                <div class="floating-dot"></div>
  1966.                            </div>
  1967.                            <span class="blog-category-v3 bg-primary-gradient">
  1968.                                News
  1969.                            </span>
  1970.                        </div>
  1971.                        <div class="blog-content-v3">
  1972.                            <h3 class="blog-title-v3">
  1973.                                <a href="/dundee-against-celtic-brendan-rodgers-squad-aim-to-close-difference-at-pinnacle/" >
  1974.                                Dundee against Celtic: Brendan Rodgers&#x27; Squad Aim to Close Difference at Pinnacle
  1975.                                </a>
  1976.                            </h3>
  1977.                            <div class="blog-meta-v3">
  1978.                                
  1979.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  1980.                                
  1981.                                <span>By Elizabeth Quinn</span>
  1982.                                <span>•</span>
  1983.                                <span>08 Aug 2026</span>
  1984.                            </div>
  1985.                            
  1986.                            <div class="blog-actions-v3">
  1987.                                <div class="blog-read-time-v3">
  1988.                                    <i class="far fa-clock"></i>
  1989.                                    <!-- <span>5 min read</span> -->
  1990.                                </div>
  1991.                                <a href="/dundee-against-celtic-brendan-rodgers-squad-aim-to-close-difference-at-pinnacle/"  class="blog-read-more-v3">
  1992.                                    <i class="ti-arrow-right"></i>
  1993.                                </a>
  1994.                            </div>
  1995.                        </div>
  1996.                    </div>
  1997.                    
  1998.                    <div class="blog-card-v3 scroll-reveal span-22">
  1999.                        <div class="blog-image-v3">
  2000.                            
  2001.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2002.                            
  2003.                            <div class="blog-floating-elements">
  2004.                                <div class="floating-dot"></div>
  2005.                                <div class="floating-dot"></div>
  2006.                                <div class="floating-dot"></div>
  2007.                            </div>
  2008.                            <span class="blog-category-v3 bg-primary-gradient">
  2009.                                News
  2010.                            </span>
  2011.                        </div>
  2012.                        <div class="blog-content-v3">
  2013.                            <h3 class="blog-title-v3">
  2014.                                <a href="/englands-star-trio-struggle-to-fit-in-the-same-lineup-whats-the-verdict/" >
  2015.                                England&#x27;s star trio struggle to fit in the same lineup - what&#x27;s the verdict?
  2016.                                </a>
  2017.                            </h3>
  2018.                            <div class="blog-meta-v3">
  2019.                                
  2020.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2021.                                
  2022.                                <span>By Elizabeth Quinn</span>
  2023.                                <span>•</span>
  2024.                                <span>08 Aug 2026</span>
  2025.                            </div>
  2026.                            
  2027.                            <div class="blog-actions-v3">
  2028.                                <div class="blog-read-time-v3">
  2029.                                    <i class="far fa-clock"></i>
  2030.                                    <!-- <span>5 min read</span> -->
  2031.                                </div>
  2032.                                <a href="/englands-star-trio-struggle-to-fit-in-the-same-lineup-whats-the-verdict/"  class="blog-read-more-v3">
  2033.                                    <i class="ti-arrow-right"></i>
  2034.                                </a>
  2035.                            </div>
  2036.                        </div>
  2037.                    </div>
  2038.                    
  2039.                    <div class="blog-card-v3 scroll-reveal span-21">
  2040.                        <div class="blog-image-v3">
  2041.                            
  2042.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2043.                            
  2044.                            <div class="blog-floating-elements">
  2045.                                <div class="floating-dot"></div>
  2046.                                <div class="floating-dot"></div>
  2047.                                <div class="floating-dot"></div>
  2048.                            </div>
  2049.                            <span class="blog-category-v3 bg-primary-gradient">
  2050.                                News
  2051.                            </span>
  2052.                        </div>
  2053.                        <div class="blog-content-v3">
  2054.                            <h3 class="blog-title-v3">
  2055.                                <a href="/seahawks-punch-play-off-berth-with-thrilling-overtime-triumph-over-rams/" >
  2056.                                Seahawks Punch Play-off Berth with Thrilling Overtime Triumph over Rams.
  2057.                                </a>
  2058.                            </h3>
  2059.                            <div class="blog-meta-v3">
  2060.                                
  2061.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2062.                                
  2063.                                <span>By Elizabeth Quinn</span>
  2064.                                <span>•</span>
  2065.                                <span>08 Aug 2026</span>
  2066.                            </div>
  2067.                            
  2068.                            <div class="blog-actions-v3">
  2069.                                <div class="blog-read-time-v3">
  2070.                                    <i class="far fa-clock"></i>
  2071.                                    <!-- <span>5 min read</span> -->
  2072.                                </div>
  2073.                                <a href="/seahawks-punch-play-off-berth-with-thrilling-overtime-triumph-over-rams/"  class="blog-read-more-v3">
  2074.                                    <i class="ti-arrow-right"></i>
  2075.                                </a>
  2076.                            </div>
  2077.                        </div>
  2078.                    </div>
  2079.                    
  2080.                    <div class="blog-card-v3 scroll-reveal span-22">
  2081.                        <div class="blog-image-v3">
  2082.                            
  2083.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2084.                            
  2085.                            <div class="blog-floating-elements">
  2086.                                <div class="floating-dot"></div>
  2087.                                <div class="floating-dot"></div>
  2088.                                <div class="floating-dot"></div>
  2089.                            </div>
  2090.                            <span class="blog-category-v3 bg-primary-gradient">
  2091.                                News
  2092.                            </span>
  2093.                        </div>
  2094.                        <div class="blog-content-v3">
  2095.                            <h3 class="blog-title-v3">
  2096.                                <a href="/the-reasons-heart-of-midlothians-historic-title-tilt-isnt-as-a-surprise/" >
  2097.                                The Reasons Heart of Midlothian&#x27;s Historic Title Tilt Isn&#x27;t as a Surprise.
  2098.                                </a>
  2099.                            </h3>
  2100.                            <div class="blog-meta-v3">
  2101.                                
  2102.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2103.                                
  2104.                                <span>By Elizabeth Quinn</span>
  2105.                                <span>•</span>
  2106.                                <span>08 Aug 2026</span>
  2107.                            </div>
  2108.                            
  2109.                            <div class="blog-actions-v3">
  2110.                                <div class="blog-read-time-v3">
  2111.                                    <i class="far fa-clock"></i>
  2112.                                    <!-- <span>5 min read</span> -->
  2113.                                </div>
  2114.                                <a href="/the-reasons-heart-of-midlothians-historic-title-tilt-isnt-as-a-surprise/"  class="blog-read-more-v3">
  2115.                                    <i class="ti-arrow-right"></i>
  2116.                                </a>
  2117.                            </div>
  2118.                        </div>
  2119.                    </div>
  2120.                    
  2121.                    <div class="blog-card-v3 scroll-reveal span-21">
  2122.                        <div class="blog-image-v3">
  2123.                            
  2124.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2125.                            
  2126.                            <div class="blog-floating-elements">
  2127.                                <div class="floating-dot"></div>
  2128.                                <div class="floating-dot"></div>
  2129.                                <div class="floating-dot"></div>
  2130.                            </div>
  2131.                            <span class="blog-category-v3 bg-primary-gradient">
  2132.                                News
  2133.                            </span>
  2134.                        </div>
  2135.                        <div class="blog-content-v3">
  2136.                            <h3 class="blog-title-v3">
  2137.                                <a href="/sokcho-in-winter-analysis-a-moody-slow-burning-story-of-family-and-intimacy-in-a-south-korean-frontier-town/" >
  2138.                                Sokcho in Winter Analysis: A Moody Slow-Burning Story of Family and Intimacy in a South Korean Frontier Town
  2139.                                </a>
  2140.                            </h3>
  2141.                            <div class="blog-meta-v3">
  2142.                                
  2143.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2144.                                
  2145.                                <span>By Elizabeth Quinn</span>
  2146.                                <span>•</span>
  2147.                                <span>08 Aug 2026</span>
  2148.                            </div>
  2149.                            
  2150.                            <div class="blog-actions-v3">
  2151.                                <div class="blog-read-time-v3">
  2152.                                    <i class="far fa-clock"></i>
  2153.                                    <!-- <span>5 min read</span> -->
  2154.                                </div>
  2155.                                <a href="/sokcho-in-winter-analysis-a-moody-slow-burning-story-of-family-and-intimacy-in-a-south-korean-frontier-town/"  class="blog-read-more-v3">
  2156.                                    <i class="ti-arrow-right"></i>
  2157.                                </a>
  2158.                            </div>
  2159.                        </div>
  2160.                    </div>
  2161.                    
  2162.                    <div class="blog-card-v3 scroll-reveal span-22">
  2163.                        <div class="blog-image-v3">
  2164.                            
  2165.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2166.                            
  2167.                            <div class="blog-floating-elements">
  2168.                                <div class="floating-dot"></div>
  2169.                                <div class="floating-dot"></div>
  2170.                                <div class="floating-dot"></div>
  2171.                            </div>
  2172.                            <span class="blog-category-v3 bg-primary-gradient">
  2173.                                News
  2174.                            </span>
  2175.                        </div>
  2176.                        <div class="blog-content-v3">
  2177.                            <h3 class="blog-title-v3">
  2178.                                <a href="/keeper-film-analysis-love-story-descends-into-the-underworld-in-powerfully-spooky-horror/" >
  2179.                                Keeper Film Analysis – Love Story Descends into the Underworld in Powerfully Spooky Horror
  2180.                                </a>
  2181.                            </h3>
  2182.                            <div class="blog-meta-v3">
  2183.                                
  2184.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2185.                                
  2186.                                <span>By Elizabeth Quinn</span>
  2187.                                <span>•</span>
  2188.                                <span>08 Aug 2026</span>
  2189.                            </div>
  2190.                            
  2191.                            <div class="blog-actions-v3">
  2192.                                <div class="blog-read-time-v3">
  2193.                                    <i class="far fa-clock"></i>
  2194.                                    <!-- <span>5 min read</span> -->
  2195.                                </div>
  2196.                                <a href="/keeper-film-analysis-love-story-descends-into-the-underworld-in-powerfully-spooky-horror/"  class="blog-read-more-v3">
  2197.                                    <i class="ti-arrow-right"></i>
  2198.                                </a>
  2199.                            </div>
  2200.                        </div>
  2201.                    </div>
  2202.                    
  2203.                    <div class="blog-card-v3 scroll-reveal span-21">
  2204.                        <div class="blog-image-v3">
  2205.                            
  2206.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2207.                            
  2208.                            <div class="blog-floating-elements">
  2209.                                <div class="floating-dot"></div>
  2210.                                <div class="floating-dot"></div>
  2211.                                <div class="floating-dot"></div>
  2212.                            </div>
  2213.                            <span class="blog-category-v3 bg-primary-gradient">
  2214.                                News
  2215.                            </span>
  2216.                        </div>
  2217.                        <div class="blog-content-v3">
  2218.                            <h3 class="blog-title-v3">
  2219.                                <a href="/the-fashion-icon-edward-enninful-reflects-on-modern-britain-we-are-less-tolerant-now-than-we-were-decades-ago/" >
  2220.                                The fashion icon Edward Enninful reflects on Modern Britain: &#x27;We Are Less Tolerant Now&#x27; Than We Were Decades Ago.
  2221.                                </a>
  2222.                            </h3>
  2223.                            <div class="blog-meta-v3">
  2224.                                
  2225.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2226.                                
  2227.                                <span>By Elizabeth Quinn</span>
  2228.                                <span>•</span>
  2229.                                <span>07 Aug 2026</span>
  2230.                            </div>
  2231.                            
  2232.                            <div class="blog-actions-v3">
  2233.                                <div class="blog-read-time-v3">
  2234.                                    <i class="far fa-clock"></i>
  2235.                                    <!-- <span>5 min read</span> -->
  2236.                                </div>
  2237.                                <a href="/the-fashion-icon-edward-enninful-reflects-on-modern-britain-we-are-less-tolerant-now-than-we-were-decades-ago/"  class="blog-read-more-v3">
  2238.                                    <i class="ti-arrow-right"></i>
  2239.                                </a>
  2240.                            </div>
  2241.                        </div>
  2242.                    </div>
  2243.                    
  2244.                    <div class="blog-card-v3 scroll-reveal span-22">
  2245.                        <div class="blog-image-v3">
  2246.                            
  2247.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2248.                            
  2249.                            <div class="blog-floating-elements">
  2250.                                <div class="floating-dot"></div>
  2251.                                <div class="floating-dot"></div>
  2252.                                <div class="floating-dot"></div>
  2253.                            </div>
  2254.                            <span class="blog-category-v3 bg-primary-gradient">
  2255.                                News
  2256.                            </span>
  2257.                        </div>
  2258.                        <div class="blog-content-v3">
  2259.                            <h3 class="blog-title-v3">
  2260.                                <a href="/high-adolescent-death-rates-indicate-an-growing-emergency-global-health-analysis-alerts/" >
  2261.                                High Adolescent Death Rates Indicate an Growing Emergency’, Global Health Analysis Alerts
  2262.                                </a>
  2263.                            </h3>
  2264.                            <div class="blog-meta-v3">
  2265.                                
  2266.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="blog-author-img-v3">
  2267.                                
  2268.                                <span>By Elizabeth Quinn</span>
  2269.                                <span>•</span>
  2270.                                <span>07 Aug 2026</span>
  2271.                            </div>
  2272.                            
  2273.                            <div class="blog-actions-v3">
  2274.                                <div class="blog-read-time-v3">
  2275.                                    <i class="far fa-clock"></i>
  2276.                                    <!-- <span>5 min read</span> -->
  2277.                                </div>
  2278.                                <a href="/high-adolescent-death-rates-indicate-an-growing-emergency-global-health-analysis-alerts/"  class="blog-read-more-v3">
  2279.                                    <i class="ti-arrow-right"></i>
  2280.                                </a>
  2281.                            </div>
  2282.                        </div>
  2283.                    </div>
  2284.                    
  2285.                    
  2286.  
  2287.                </div>
  2288.            </div>
  2289.            
  2290.               <div class="col col-lg-4 col-12">
  2291.                
  2292.  
  2293.  
  2294.  
  2295.    
  2296.  
  2297.  
  2298. <!-- Blog Sidebar -->
  2299.  
  2300.    <div class="sidebar mb-3">
  2301.        
  2302.        
  2303.        <div class="sidebar-widget mb-4">
  2304.            <div class="widget-title-wrapper mb-3">
  2305.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2306.                    July 2026 Blog Roll
  2307.                    <span class="title-arrow"></span>
  2308.                </h4>
  2309.            </div>
  2310.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2311.                <ul class="list-unstyled scrollable-sidebar">
  2312.                    
  2313.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2314.                        <a href="https://howtobuybitcoins.info/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2315.                            <i class="ti-angle-right me-2 text-primary"></i>
  2316.                            <span class="fw-semibold">forex trading brokers</span>
  2317.                        </a>
  2318.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2319.                    </li>
  2320.                    
  2321.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2322.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2323.                            <i class="ti-angle-right me-2 text-primary"></i>
  2324.                            <span class="fw-semibold">online casino</span>
  2325.                        </a>
  2326.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2327.                    </li>
  2328.                    
  2329.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2330.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2331.                            <i class="ti-angle-right me-2 text-primary"></i>
  2332.                            <span class="fw-semibold">online casino</span>
  2333.                        </a>
  2334.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2335.                    </li>
  2336.                    
  2337.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2338.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2339.                            <i class="ti-angle-right me-2 text-primary"></i>
  2340.                            <span class="fw-semibold">online casino</span>
  2341.                        </a>
  2342.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2343.                    </li>
  2344.                    
  2345.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2346.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2347.                            <i class="ti-angle-right me-2 text-primary"></i>
  2348.                            <span class="fw-semibold">horse betting not on gamstop</span>
  2349.                        </a>
  2350.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2351.                    </li>
  2352.                    
  2353.                </ul>
  2354.            </div>
  2355.        </div>
  2356.        
  2357.        <div class="sidebar-widget mb-4">
  2358.            <div class="widget-title-wrapper mb-3">
  2359.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2360.                    June 2026 Blog Roll
  2361.                    <span class="title-arrow"></span>
  2362.                </h4>
  2363.            </div>
  2364.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2365.                <ul class="list-unstyled scrollable-sidebar">
  2366.                    
  2367.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2368.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2369.                            <i class="ti-angle-right me-2 text-primary"></i>
  2370.                            <span class="fw-semibold">casino online</span>
  2371.                        </a>
  2372.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2373.                    </li>
  2374.                    
  2375.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2376.                        <a href="https://esports-news.co.uk/online-casinos/crypto/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2377.                            <i class="ti-angle-right me-2 text-primary"></i>
  2378.                            <span class="fw-semibold">pick Crypto casinos on Esports-news</span>
  2379.                        </a>
  2380.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2381.                    </li>
  2382.                    
  2383.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2384.                        <a href="https://casinobeats.com/uk/betting-sites/non-gamstop-betting-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2385.                            <i class="ti-angle-right me-2 text-primary"></i>
  2386.                            <span class="fw-semibold">current betting site not on Gamstop</span>
  2387.                        </a>
  2388.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2389.                    </li>
  2390.                    
  2391.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2392.                        <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2393.                            <i class="ti-angle-right me-2 text-primary"></i>
  2394.                            <span class="fw-semibold">UK bookmakers not on Gamstop</span>
  2395.                        </a>
  2396.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2397.                    </li>
  2398.                    
  2399.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2400.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2401.                            <i class="ti-angle-right me-2 text-primary"></i>
  2402.                            <span class="fw-semibold">the best non Gamstop casinos in UK</span>
  2403.                        </a>
  2404.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2405.                    </li>
  2406.                    
  2407.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2408.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2409.                            <i class="ti-angle-right me-2 text-primary"></i>
  2410.                            <span class="fw-semibold">uk betting not on gamstop</span>
  2411.                        </a>
  2412.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2413.                    </li>
  2414.                    
  2415.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2416.                        <a href="https://esportsinsider.com/uk/bitcoin-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2417.                            <i class="ti-angle-right me-2 text-primary"></i>
  2418.                            <span class="fw-semibold">main profile of TOP Crypto Casinos</span>
  2419.                        </a>
  2420.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2421.                    </li>
  2422.                    
  2423.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2424.                        <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2425.                            <i class="ti-angle-right me-2 text-primary"></i>
  2426.                            <span class="fw-semibold">try out on Esportsbets.com</span>
  2427.                        </a>
  2428.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2429.                    </li>
  2430.                    
  2431.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2432.                        <a href="https://www.moneymakesense.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2433.                            <i class="ti-angle-right me-2 text-primary"></i>
  2434.                            <span class="fw-semibold">non Gamstop UK casinos</span>
  2435.                        </a>
  2436.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2437.                    </li>
  2438.                    
  2439.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2440.                        <a href="https://gamblingindustrynews.com/online-casinos/uk/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2441.                            <i class="ti-angle-right me-2 text-primary"></i>
  2442.                            <span class="fw-semibold">go to non-Gamstop casino</span>
  2443.                        </a>
  2444.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2445.                    </li>
  2446.                    
  2447.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2448.                        <a href="https://www.mylicence.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2449.                            <i class="ti-angle-right me-2 text-primary"></i>
  2450.                            <span class="fw-semibold">that non gamstop casino</span>
  2451.                        </a>
  2452.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2453.                    </li>
  2454.                    
  2455.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2456.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2457.                            <i class="ti-angle-right me-2 text-primary"></i>
  2458.                            <span class="fw-semibold">best uk betting sites ranking</span>
  2459.                        </a>
  2460.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2461.                    </li>
  2462.                    
  2463.                </ul>
  2464.            </div>
  2465.        </div>
  2466.        
  2467.        <div class="sidebar-widget mb-4">
  2468.            <div class="widget-title-wrapper mb-3">
  2469.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2470.                    May 2026 Blog Roll
  2471.                    <span class="title-arrow"></span>
  2472.                </h4>
  2473.            </div>
  2474.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2475.                <ul class="list-unstyled scrollable-sidebar">
  2476.                    
  2477.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2478.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2479.                            <i class="ti-angle-right me-2 text-primary"></i>
  2480.                            <span class="fw-semibold">uk online casino</span>
  2481.                        </a>
  2482.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2483.                    </li>
  2484.                    
  2485.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2486.                        <a href="https://www.coinspeaker.com/uk/crypto-betting-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2487.                            <i class="ti-angle-right me-2 text-primary"></i>
  2488.                            <span class="fw-semibold">best uk betting sites</span>
  2489.                        </a>
  2490.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2491.                    </li>
  2492.                    
  2493.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2494.                        <a href="https://www.nh-design.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2495.                            <i class="ti-angle-right me-2 text-primary"></i>
  2496.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2497.                        </a>
  2498.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2499.                    </li>
  2500.                    
  2501.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2502.                        <a href="https://www.hospitaldr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2503.                            <i class="ti-angle-right me-2 text-primary"></i>
  2504.                            <span class="fw-semibold">non GamStop casinos</span>
  2505.                        </a>
  2506.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2507.                    </li>
  2508.                    
  2509.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2510.                        <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2511.                            <i class="ti-angle-right me-2 text-primary"></i>
  2512.                            <span class="fw-semibold">uk casinos</span>
  2513.                        </a>
  2514.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2515.                    </li>
  2516.                    
  2517.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2518.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2519.                            <i class="ti-angle-right me-2 text-primary"></i>
  2520.                            <span class="fw-semibold">casino site</span>
  2521.                        </a>
  2522.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2523.                    </li>
  2524.                    
  2525.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2526.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2527.                            <i class="ti-angle-right me-2 text-primary"></i>
  2528.                            <span class="fw-semibold">non gamstop casinos</span>
  2529.                        </a>
  2530.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2531.                    </li>
  2532.                    
  2533.                </ul>
  2534.            </div>
  2535.        </div>
  2536.        
  2537.        <div class="sidebar-widget mb-4">
  2538.            <div class="widget-title-wrapper mb-3">
  2539.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2540.                    April 2026 Blog Roll
  2541.                    <span class="title-arrow"></span>
  2542.                </h4>
  2543.            </div>
  2544.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2545.                <ul class="list-unstyled scrollable-sidebar">
  2546.                    
  2547.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2548.                        <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2549.                            <i class="ti-angle-right me-2 text-primary"></i>
  2550.                            <span class="fw-semibold">sites not on GamStop</span>
  2551.                        </a>
  2552.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2553.                    </li>
  2554.                    
  2555.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2556.                        <a href="https://www.skydiveukltd.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2557.                            <i class="ti-angle-right me-2 text-primary"></i>
  2558.                            <span class="fw-semibold">best online casinos UK</span>
  2559.                        </a>
  2560.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2561.                    </li>
  2562.                    
  2563.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2564.                        <a href="https://belgo-restaurants.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2565.                            <i class="ti-angle-right me-2 text-primary"></i>
  2566.                            <span class="fw-semibold">non GamStop UK casino</span>
  2567.                        </a>
  2568.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2569.                    </li>
  2570.                    
  2571.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2572.                        <a href="https://www.roundhaypark.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2573.                            <i class="ti-angle-right me-2 text-primary"></i>
  2574.                            <span class="fw-semibold">non gamstop casinos</span>
  2575.                        </a>
  2576.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2577.                    </li>
  2578.                    
  2579.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2580.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2581.                            <i class="ti-angle-right me-2 text-primary"></i>
  2582.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2583.                        </a>
  2584.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2585.                    </li>
  2586.                    
  2587.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2588.                        <a href="https://www.autoidlabs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2589.                            <i class="ti-angle-right me-2 text-primary"></i>
  2590.                            <span class="fw-semibold">non uk betting sites</span>
  2591.                        </a>
  2592.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2593.                    </li>
  2594.                    
  2595.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2596.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2597.                            <i class="ti-angle-right me-2 text-primary"></i>
  2598.                            <span class="fw-semibold">best online casino UK</span>
  2599.                        </a>
  2600.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2601.                    </li>
  2602.                    
  2603.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2604.                        <a href="https://jst.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2605.                            <i class="ti-angle-right me-2 text-primary"></i>
  2606.                            <span class="fw-semibold">non gamstop casinos</span>
  2607.                        </a>
  2608.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2609.                    </li>
  2610.                    
  2611.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2612.                        <a href="https://summerhall.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="fw-semibold">non gamstop casino</span>
  2615.                        </a>
  2616.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2617.                    </li>
  2618.                    
  2619.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2620.                        <a href="https://casino.blackcurve.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2621.                            <i class="ti-angle-right me-2 text-primary"></i>
  2622.                            <span class="fw-semibold">slots not on gamstop uk</span>
  2623.                        </a>
  2624.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2625.                    </li>
  2626.                    
  2627.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2628.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2629.                            <i class="ti-angle-right me-2 text-primary"></i>
  2630.                            <span class="fw-semibold">online casinos</span>
  2631.                        </a>
  2632.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2633.                    </li>
  2634.                    
  2635.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2636.                        <a href="https://www.jeremyforlabour.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2637.                            <i class="ti-angle-right me-2 text-primary"></i>
  2638.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2639.                        </a>
  2640.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2641.                    </li>
  2642.                    
  2643.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2644.                        <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2645.                            <i class="ti-angle-right me-2 text-primary"></i>
  2646.                            <span class="fw-semibold">sites not on GamStop</span>
  2647.                        </a>
  2648.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2649.                    </li>
  2650.                    
  2651.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2652.                        <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2653.                            <i class="ti-angle-right me-2 text-primary"></i>
  2654.                            <span class="fw-semibold">non GamStop casinos</span>
  2655.                        </a>
  2656.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2657.                    </li>
  2658.                    
  2659.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2660.                        <a href="https://www.happydaysrv.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2661.                            <i class="ti-angle-right me-2 text-primary"></i>
  2662.                            <span class="fw-semibold">non GamStop casinos</span>
  2663.                        </a>
  2664.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2665.                    </li>
  2666.                    
  2667.                </ul>
  2668.            </div>
  2669.        </div>
  2670.        
  2671.        <div class="sidebar-widget mb-4">
  2672.            <div class="widget-title-wrapper mb-3">
  2673.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2674.                    March 2026 Blog Roll
  2675.                    <span class="title-arrow"></span>
  2676.                </h4>
  2677.            </div>
  2678.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2679.                <ul class="list-unstyled scrollable-sidebar">
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="fw-semibold">best non GamStop casinos</span>
  2685.                        </a>
  2686.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2687.                    </li>
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="fw-semibold">non GamStop casinos</span>
  2693.                        </a>
  2694.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2695.                    </li>
  2696.                    
  2697.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2698.                        <a href="https://americymru.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2701.                        </a>
  2702.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2703.                    </li>
  2704.                    
  2705.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2706.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="fw-semibold">casino not on GamStop</span>
  2709.                        </a>
  2710.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2711.                    </li>
  2712.                    
  2713.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2714.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="fw-semibold">casinos not on gamstop</span>
  2717.                        </a>
  2718.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2719.                    </li>
  2720.                    
  2721.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2722.                        <a href="https://shopy.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="fw-semibold">casinos not on gamstop</span>
  2725.                        </a>
  2726.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2727.                    </li>
  2728.                    
  2729.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2730.                        <a href="https://www.gohacking.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2731.                            <i class="ti-angle-right me-2 text-primary"></i>
  2732.                            <span class="fw-semibold">list of poker sites not on gamstop</span>
  2733.                        </a>
  2734.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2735.                    </li>
  2736.                    
  2737.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2738.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2739.                            <i class="ti-angle-right me-2 text-primary"></i>
  2740.                            <span class="fw-semibold">casino not on gamstop</span>
  2741.                        </a>
  2742.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2743.                    </li>
  2744.                    
  2745.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2746.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2749.                        </a>
  2750.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2751.                    </li>
  2752.                    
  2753.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2754.                        <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2755.                            <i class="ti-angle-right me-2 text-primary"></i>
  2756.                            <span class="fw-semibold">best casino not on gamstop</span>
  2757.                        </a>
  2758.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2759.                    </li>
  2760.                    
  2761.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2762.                        <a href="https://www.avon-tyres.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2763.                            <i class="ti-angle-right me-2 text-primary"></i>
  2764.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2765.                        </a>
  2766.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2767.                    </li>
  2768.                    
  2769.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2770.                        <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2771.                            <i class="ti-angle-right me-2 text-primary"></i>
  2772.                            <span class="fw-semibold">online casinos</span>
  2773.                        </a>
  2774.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2775.                    </li>
  2776.                    
  2777.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2778.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="fw-semibold">Best Non UK Casino Sites</span>
  2781.                        </a>
  2782.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2783.                    </li>
  2784.                    
  2785.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2786.                        <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2787.                            <i class="ti-angle-right me-2 text-primary"></i>
  2788.                            <span class="fw-semibold">online casino</span>
  2789.                        </a>
  2790.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2791.                    </li>
  2792.                    
  2793.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2794.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2795.                            <i class="ti-angle-right me-2 text-primary"></i>
  2796.                            <span class="fw-semibold">non GamStop casinos</span>
  2797.                        </a>
  2798.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2799.                    </li>
  2800.                    
  2801.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2802.                        <a href="https://www.clintoncards.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="fw-semibold">online casino</span>
  2805.                        </a>
  2806.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2807.                    </li>
  2808.                    
  2809.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2810.                        <a href="https://fictionuncovered.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2811.                            <i class="ti-angle-right me-2 text-primary"></i>
  2812.                            <span class="fw-semibold">online casino</span>
  2813.                        </a>
  2814.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2815.                    </li>
  2816.                    
  2817.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2818.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2819.                            <i class="ti-angle-right me-2 text-primary"></i>
  2820.                            <span class="fw-semibold">casinos not on gamstop</span>
  2821.                        </a>
  2822.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2823.                    </li>
  2824.                    
  2825.                </ul>
  2826.            </div>
  2827.        </div>
  2828.        
  2829.        <div class="sidebar-widget mb-4">
  2830.            <div class="widget-title-wrapper mb-3">
  2831.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2832.                    February 2026 Blog Roll
  2833.                    <span class="title-arrow"></span>
  2834.                </h4>
  2835.            </div>
  2836.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2837.                <ul class="list-unstyled scrollable-sidebar">
  2838.                    
  2839.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2840.                        <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2841.                            <i class="ti-angle-right me-2 text-primary"></i>
  2842.                            <span class="fw-semibold">top 20 online casinos uk</span>
  2843.                        </a>
  2844.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2845.                    </li>
  2846.                    
  2847.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2848.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2849.                            <i class="ti-angle-right me-2 text-primary"></i>
  2850.                            <span class="fw-semibold">non uk betting sites</span>
  2851.                        </a>
  2852.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2853.                    </li>
  2854.                    
  2855.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2856.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2857.                            <i class="ti-angle-right me-2 text-primary"></i>
  2858.                            <span class="fw-semibold">non gamstop betting</span>
  2859.                        </a>
  2860.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2861.                    </li>
  2862.                    
  2863.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2864.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2865.                            <i class="ti-angle-right me-2 text-primary"></i>
  2866.                            <span class="fw-semibold">non gamstop sports betting</span>
  2867.                        </a>
  2868.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2869.                    </li>
  2870.                    
  2871.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2872.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2873.                            <i class="ti-angle-right me-2 text-primary"></i>
  2874.                            <span class="fw-semibold">Non UK Gambling Sites</span>
  2875.                        </a>
  2876.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2877.                    </li>
  2878.                    
  2879.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2880.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2881.                            <i class="ti-angle-right me-2 text-primary"></i>
  2882.                            <span class="fw-semibold">online casinos</span>
  2883.                        </a>
  2884.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2885.                    </li>
  2886.                    
  2887.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2888.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2889.                            <i class="ti-angle-right me-2 text-primary"></i>
  2890.                            <span class="fw-semibold">online casino</span>
  2891.                        </a>
  2892.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2893.                    </li>
  2894.                    
  2895.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2896.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2897.                            <i class="ti-angle-right me-2 text-primary"></i>
  2898.                            <span class="fw-semibold">best non gamstop casinos</span>
  2899.                        </a>
  2900.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2901.                    </li>
  2902.                    
  2903.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2904.                        <a href="https://www.resourceshelf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2905.                            <i class="ti-angle-right me-2 text-primary"></i>
  2906.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2907.                        </a>
  2908.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2909.                    </li>
  2910.                    
  2911.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2912.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2913.                            <i class="ti-angle-right me-2 text-primary"></i>
  2914.                            <span class="fw-semibold">top 100 online casinos uk</span>
  2915.                        </a>
  2916.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2917.                    </li>
  2918.                    
  2919.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2920.                        <a href="https://www.runningbuggies.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2921.                            <i class="ti-angle-right me-2 text-primary"></i>
  2922.                            <span class="fw-semibold">non GamStop casino UK</span>
  2923.                        </a>
  2924.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2925.                    </li>
  2926.                    
  2927.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2928.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2929.                            <i class="ti-angle-right me-2 text-primary"></i>
  2930.                            <span class="fw-semibold">non GamStop sites</span>
  2931.                        </a>
  2932.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2933.                    </li>
  2934.                    
  2935.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2936.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2937.                            <i class="ti-angle-right me-2 text-primary"></i>
  2938.                            <span class="fw-semibold">casinos not on GamStop</span>
  2939.                        </a>
  2940.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2941.                    </li>
  2942.                    
  2943.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2944.                        <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2945.                            <i class="ti-angle-right me-2 text-primary"></i>
  2946.                            <span class="fw-semibold">casinos not on GamStop</span>
  2947.                        </a>
  2948.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2949.                    </li>
  2950.                    
  2951.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2952.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2953.                            <i class="ti-angle-right me-2 text-primary"></i>
  2954.                            <span class="fw-semibold">non GamStop casinos</span>
  2955.                        </a>
  2956.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2957.                    </li>
  2958.                    
  2959.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2960.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2961.                            <i class="ti-angle-right me-2 text-primary"></i>
  2962.                            <span class="fw-semibold">non GamStop casinos</span>
  2963.                        </a>
  2964.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2965.                    </li>
  2966.                    
  2967.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2968.                        <a href="https://www.littleshipsramsgate.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2969.                            <i class="ti-angle-right me-2 text-primary"></i>
  2970.                            <span class="fw-semibold">non GamStop casinos</span>
  2971.                        </a>
  2972.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2973.                    </li>
  2974.                    
  2975.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2976.                        <a href="https://www.drinksandco.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2977.                            <i class="ti-angle-right me-2 text-primary"></i>
  2978.                            <span class="fw-semibold">casino not on GamStop</span>
  2979.                        </a>
  2980.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2981.                    </li>
  2982.                    
  2983.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2984.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2985.                            <i class="ti-angle-right me-2 text-primary"></i>
  2986.                            <span class="fw-semibold">non GamStop casino UK</span>
  2987.                        </a>
  2988.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2989.                    </li>
  2990.                    
  2991.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2992.                        <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2993.                            <i class="ti-angle-right me-2 text-primary"></i>
  2994.                            <span class="fw-semibold">casino sites UK</span>
  2995.                        </a>
  2996.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2997.                    </li>
  2998.                    
  2999.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3000.                        <a href="https://reflowfilament.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3001.                            <i class="ti-angle-right me-2 text-primary"></i>
  3002.                            <span class="fw-semibold">non GamStop casinos</span>
  3003.                        </a>
  3004.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3005.                    </li>
  3006.                    
  3007.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3008.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3009.                            <i class="ti-angle-right me-2 text-primary"></i>
  3010.                            <span class="fw-semibold">non gamstop casinos online</span>
  3011.                        </a>
  3012.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3013.                    </li>
  3014.                    
  3015.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3016.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3017.                            <i class="ti-angle-right me-2 text-primary"></i>
  3018.                            <span class="fw-semibold">best online betting sites</span>
  3019.                        </a>
  3020.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3021.                    </li>
  3022.                    
  3023.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3024.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3025.                            <i class="ti-angle-right me-2 text-primary"></i>
  3026.                            <span class="fw-semibold">casino not on gamstop</span>
  3027.                        </a>
  3028.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3029.                    </li>
  3030.                    
  3031.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3032.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3033.                            <i class="ti-angle-right me-2 text-primary"></i>
  3034.                            <span class="fw-semibold">online casino</span>
  3035.                        </a>
  3036.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3037.                    </li>
  3038.                    
  3039.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3040.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3041.                            <i class="ti-angle-right me-2 text-primary"></i>
  3042.                            <span class="fw-semibold">non gamstop casinos</span>
  3043.                        </a>
  3044.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3045.                    </li>
  3046.                    
  3047.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3048.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3049.                            <i class="ti-angle-right me-2 text-primary"></i>
  3050.                            <span class="fw-semibold">non gamstop casinos</span>
  3051.                        </a>
  3052.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3053.                    </li>
  3054.                    
  3055.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3056.                        <a href="https://speedetab.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3057.                            <i class="ti-angle-right me-2 text-primary"></i>
  3058.                            <span class="fw-semibold">crypto sports betting sites</span>
  3059.                        </a>
  3060.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3061.                    </li>
  3062.                    
  3063.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3064.                        <a href="https://helptobuy.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3065.                            <i class="ti-angle-right me-2 text-primary"></i>
  3066.                            <span class="fw-semibold">best non gamstop casinos</span>
  3067.                        </a>
  3068.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3069.                    </li>
  3070.                    
  3071.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3072.                        <a href="https://www.paghat.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3073.                            <i class="ti-angle-right me-2 text-primary"></i>
  3074.                            <span class="fw-semibold">non gamstop casino</span>
  3075.                        </a>
  3076.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3077.                    </li>
  3078.                    
  3079.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3080.                        <a href="https://datamagazine.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3081.                            <i class="ti-angle-right me-2 text-primary"></i>
  3082.                            <span class="fw-semibold">casinos not on gamstop</span>
  3083.                        </a>
  3084.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3085.                    </li>
  3086.                    
  3087.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3088.                        <a href="https://littlewhitelies.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3089.                            <i class="ti-angle-right me-2 text-primary"></i>
  3090.                            <span class="fw-semibold">casinos not on gamstop</span>
  3091.                        </a>
  3092.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3093.                    </li>
  3094.                    
  3095.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3096.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3097.                            <i class="ti-angle-right me-2 text-primary"></i>
  3098.                            <span class="fw-semibold">Non Gamstop Casino</span>
  3099.                        </a>
  3100.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3101.                    </li>
  3102.                    
  3103.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3104.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3105.                            <i class="ti-angle-right me-2 text-primary"></i>
  3106.                            <span class="fw-semibold">Non Gamstop Casino</span>
  3107.                        </a>
  3108.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3109.                    </li>
  3110.                    
  3111.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3112.                        <a href="https://www.resourceshelf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3113.                            <i class="ti-angle-right me-2 text-primary"></i>
  3114.                            <span class="fw-semibold">casinos not on gamstop</span>
  3115.                        </a>
  3116.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3117.                    </li>
  3118.                    
  3119.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3120.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3121.                            <i class="ti-angle-right me-2 text-primary"></i>
  3122.                            <span class="fw-semibold">london escorts</span>
  3123.                        </a>
  3124.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3125.                    </li>
  3126.                    
  3127.                </ul>
  3128.            </div>
  3129.        </div>
  3130.        
  3131.        <div class="sidebar-widget mb-4">
  3132.            <div class="widget-title-wrapper mb-3">
  3133.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3134.                    January 2026 Blog Roll
  3135.                    <span class="title-arrow"></span>
  3136.                </h4>
  3137.            </div>
  3138.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3139.                <ul class="list-unstyled scrollable-sidebar">
  3140.                    
  3141.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3142.                        <a href="https://www.dvwa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3143.                            <i class="ti-angle-right me-2 text-primary"></i>
  3144.                            <span class="fw-semibold">non gamstop casinos uk</span>
  3145.                        </a>
  3146.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3147.                    </li>
  3148.                    
  3149.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3150.                        <a href="https://newhorrizon.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3151.                            <i class="ti-angle-right me-2 text-primary"></i>
  3152.                            <span class="fw-semibold">best casinos not on GamStop UK</span>
  3153.                        </a>
  3154.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3155.                    </li>
  3156.                    
  3157.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3158.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3159.                            <i class="ti-angle-right me-2 text-primary"></i>
  3160.                            <span class="fw-semibold">casino not on gamstop</span>
  3161.                        </a>
  3162.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3163.                    </li>
  3164.                    
  3165.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3166.                        <a href="https://peterbrett.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3167.                            <i class="ti-angle-right me-2 text-primary"></i>
  3168.                            <span class="fw-semibold">non gamstop casinos</span>
  3169.                        </a>
  3170.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3171.                    </li>
  3172.                    
  3173.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3174.                        <a href="https://coffinmew.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3175.                            <i class="ti-angle-right me-2 text-primary"></i>
  3176.                            <span class="fw-semibold">best non gamstop casinos</span>
  3177.                        </a>
  3178.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3179.                    </li>
  3180.                    
  3181.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3182.                        <a href="https://chargeyourcar.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3183.                            <i class="ti-angle-right me-2 text-primary"></i>
  3184.                            <span class="fw-semibold">best online betting sites</span>
  3185.                        </a>
  3186.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3187.                    </li>
  3188.                    
  3189.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3190.                        <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3191.                            <i class="ti-angle-right me-2 text-primary"></i>
  3192.                            <span class="fw-semibold">best online betting sites</span>
  3193.                        </a>
  3194.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3195.                    </li>
  3196.                    
  3197.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3198.                        <a href="https://theemon.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3199.                            <i class="ti-angle-right me-2 text-primary"></i>
  3200.                            <span class="fw-semibold">best betting sites uk</span>
  3201.                        </a>
  3202.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3203.                    </li>
  3204.                    
  3205.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3206.                        <a href="https://aircargoeye.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3207.                            <i class="ti-angle-right me-2 text-primary"></i>
  3208.                            <span class="fw-semibold">casino not on gamstop</span>
  3209.                        </a>
  3210.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3211.                    </li>
  3212.                    
  3213.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3214.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3215.                            <i class="ti-angle-right me-2 text-primary"></i>
  3216.                            <span class="fw-semibold">casinos not on gamstop</span>
  3217.                        </a>
  3218.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3219.                    </li>
  3220.                    
  3221.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3222.                        <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3223.                            <i class="ti-angle-right me-2 text-primary"></i>
  3224.                            <span class="fw-semibold">non gamstop casinos</span>
  3225.                        </a>
  3226.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3227.                    </li>
  3228.                    
  3229.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3230.                        <a href="https://www.fishonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3231.                            <i class="ti-angle-right me-2 text-primary"></i>
  3232.                            <span class="fw-semibold">casinos not on gamstop</span>
  3233.                        </a>
  3234.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3235.                    </li>
  3236.                    
  3237.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3238.                        <a href="https://www.scva.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3239.                            <i class="ti-angle-right me-2 text-primary"></i>
  3240.                            <span class="fw-semibold">non gamstop casinos</span>
  3241.                        </a>
  3242.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3243.                    </li>
  3244.                    
  3245.                </ul>
  3246.            </div>
  3247.        </div>
  3248.        
  3249.  
  3250.        <!-- Recent Posts Section -->
  3251.        <div class="sidebar-widget mb-3">
  3252.            <div class="widget-title-wrapper mb-3">
  3253.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3254.                    Recent Posts
  3255.                    <span class="title-arrow"></span>
  3256.                </h4>
  3257.            </div>
  3258.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3259.                <div class="recent-post-list">
  3260.                    
  3261.                    
  3262.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3263.                        <div class="post-image me-3 flex-shrink-0">
  3264.                            
  3265.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3266.                            
  3267.                        </div>
  3268.                        <div class="post-content flex-grow-1">
  3269.                            <h6 class="post-title mb-1">
  3270.                                 <a href="/blank-canvas-or-tone-deaf-the-color-authoritys-snowy-annual-hue-faces-criticism/" class="text-decoration-none top-color fw-semibold">
  3271.                                    Blank Canvas or Tone-Deaf? The Color Authority&#x27;s Snowy Annual Hue Faces Criticism.
  3272.                                </a>
  3273.                            </h6>
  3274.                            <div class="post-meta">
  3275.                                <small class="text-muted">
  3276.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3277.                                </small>
  3278.                                <!-- <small class="text-muted ms-2">
  3279.                                    <i class="ti-eye me-1"></i>234 views
  3280.                                </small> -->
  3281.                            </div>
  3282.                        </div>
  3283.                    </div>
  3284.                    
  3285.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3286.                        <div class="post-image me-3 flex-shrink-0">
  3287.                            
  3288.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3289.                            
  3290.                        </div>
  3291.                        <div class="post-content flex-grow-1">
  3292.                            <h6 class="post-title mb-1">
  3293.                                 <a href="/nearly-25000-left-without-electricity-in-south-east-queensland-and-victoria-following-intense-weather-systems/" class="text-decoration-none top-color fw-semibold">
  3294.                                    Nearly 25,000 Left Without Electricity in South-East Queensland and Victoria Following Intense Weather Systems
  3295.                                </a>
  3296.                            </h6>
  3297.                            <div class="post-meta">
  3298.                                <small class="text-muted">
  3299.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3300.                                </small>
  3301.                                <!-- <small class="text-muted ms-2">
  3302.                                    <i class="ti-eye me-1"></i>234 views
  3303.                                </small> -->
  3304.                            </div>
  3305.                        </div>
  3306.                    </div>
  3307.                    
  3308.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3309.                        <div class="post-image me-3 flex-shrink-0">
  3310.                            
  3311.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3312.                            
  3313.                        </div>
  3314.                        <div class="post-content flex-grow-1">
  3315.                            <h6 class="post-title mb-1">
  3316.                                 <a href="/hendy-scores-three-as-eight-try-saints-hammer-pretoria-bulls/" class="text-decoration-none top-color fw-semibold">
  3317.                                    Hendy Scores Three as Eight-Try Saints Hammer Pretoria Bulls
  3318.                                </a>
  3319.                            </h6>
  3320.                            <div class="post-meta">
  3321.                                <small class="text-muted">
  3322.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3323.                                </small>
  3324.                                <!-- <small class="text-muted ms-2">
  3325.                                    <i class="ti-eye me-1"></i>234 views
  3326.                                </small> -->
  3327.                            </div>
  3328.                        </div>
  3329.                    </div>
  3330.                    
  3331.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3332.                        <div class="post-image me-3 flex-shrink-0">
  3333.                            
  3334.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3335.                            
  3336.                        </div>
  3337.                        <div class="post-content flex-grow-1">
  3338.                            <h6 class="post-title mb-1">
  3339.                                 <a href="/war-torn-myanmar-goes-to-the-polls-in-broadly-condemned-political-theater/" class="text-decoration-none top-color fw-semibold">
  3340.                                    War-torn Myanmar Goes to the Polls in Broadly Condemned Political Theater.
  3341.                                </a>
  3342.                            </h6>
  3343.                            <div class="post-meta">
  3344.                                <small class="text-muted">
  3345.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3346.                                </small>
  3347.                                <!-- <small class="text-muted ms-2">
  3348.                                    <i class="ti-eye me-1"></i>234 views
  3349.                                </small> -->
  3350.                            </div>
  3351.                        </div>
  3352.                    </div>
  3353.                    
  3354.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3355.                        <div class="post-image me-3 flex-shrink-0">
  3356.                            
  3357.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3358.                            
  3359.                        </div>
  3360.                        <div class="post-content flex-grow-1">
  3361.                            <h6 class="post-title mb-1">
  3362.                                 <a href="/donald-trump-says-he-will-honor-the-compromise-to-conclude-shutdown/" class="text-decoration-none top-color fw-semibold">
  3363.                                    Donald Trump Says He Will ‘Honor the Compromise’ to Conclude Shutdown
  3364.                                </a>
  3365.                            </h6>
  3366.                            <div class="post-meta">
  3367.                                <small class="text-muted">
  3368.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3369.                                </small>
  3370.                                <!-- <small class="text-muted ms-2">
  3371.                                    <i class="ti-eye me-1"></i>234 views
  3372.                                </small> -->
  3373.                            </div>
  3374.                        </div>
  3375.                    </div>
  3376.                    
  3377.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3378.                        <div class="post-image me-3 flex-shrink-0">
  3379.                            
  3380.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3381.                            
  3382.                        </div>
  3383.                        <div class="post-content flex-grow-1">
  3384.                            <h6 class="post-title mb-1">
  3385.                                 <a href="/whats-next-for-the-heavyweight-boxing-scene-after-wardleys-big-win/" class="text-decoration-none top-color fw-semibold">
  3386.                                    What&#x27;s Next for the Heavyweight Boxing Scene After Wardley&#x27;s Big Win?
  3387.                                </a>
  3388.                            </h6>
  3389.                            <div class="post-meta">
  3390.                                <small class="text-muted">
  3391.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3392.                                </small>
  3393.                                <!-- <small class="text-muted ms-2">
  3394.                                    <i class="ti-eye me-1"></i>234 views
  3395.                                </small> -->
  3396.                            </div>
  3397.                        </div>
  3398.                    </div>
  3399.                    
  3400.  
  3401.                </div>
  3402.            </div>
  3403.        </div>
  3404.  
  3405.    </div>
  3406.  
  3407.  
  3408. <!-- Sidebar Styles -->
  3409. <style>
  3410.    .sidebar-widget {
  3411.        position: relative;
  3412.    }
  3413.    
  3414.    .widget-title {
  3415.        font-size: 1.1rem;
  3416.        font-weight: 700;
  3417.        display: inline-block;
  3418.        position: relative;
  3419.        z-index: 2;
  3420.        border-radius: 0;
  3421.    }
  3422.    
  3423.    .title-arrow::after {
  3424.        content: '';
  3425.        position: absolute;
  3426.        top: 0;
  3427.        right: -20px;
  3428.        width: 0;
  3429.        height: 0;
  3430.        border-left: 20px solid var(--bs-primary);
  3431.        border-top: 20px solid transparent;
  3432.        border-bottom: 20px solid transparent;
  3433.        z-index: 1;
  3434.    }
  3435.    
  3436.    .widget-content {
  3437.        margin-top: -1px;
  3438.        position: relative;
  3439.        z-index: 1;
  3440.         background-color: var(--card-bg);
  3441.    }
  3442.    
  3443.    .recent-post-item:hover .post-title1 a {
  3444.        color: #dc3545 !important;
  3445.        transition: color 0.3s ease;
  3446.    }
  3447.    
  3448.    .recent-post-item .post-image img {
  3449.        transition: transform 0.3s ease;
  3450.    }
  3451.    
  3452.    .recent-post-item:hover .post-image img {
  3453.        transform: scale(1.05);
  3454.    }
  3455.    
  3456.    .btn:hover {
  3457.        transform: translateY(-1px);
  3458.        transition: all 0.3s ease;
  3459.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3460.    }
  3461.    
  3462.    @media (max-width: 991px) {
  3463.        .sidebar {
  3464.            margin-top: 3rem;
  3465.        }
  3466.    }
  3467.    
  3468.    @media (max-width: 576px) {
  3469.        .widget-title {
  3470.            font-size: 1rem;
  3471.            padding: 0.75rem 1rem !important;
  3472.        }
  3473.        
  3474.        .title-arrow::after {
  3475.            right: -15px;
  3476.            border-left: 15px solid var(--bs-primary);
  3477.            border-top: 15px solid transparent;
  3478.            border-bottom: 15px solid transparent;
  3479.        }
  3480.        
  3481.        .post-image {
  3482.            display: none !important;
  3483.        }
  3484.    }
  3485. </style>
  3486.    
  3487.            </div>
  3488.        </div>
  3489.    </div>
  3490. </section>
  3491.  
  3492. <script>
  3493. // Enhanced Intersection Observer with staggered animations
  3494. document.addEventListener('DOMContentLoaded', function() {
  3495.    const observerOptions = {
  3496.        threshold: 0.1,
  3497.        rootMargin: '0px 0px -100px 0px'
  3498.    };
  3499.  
  3500.    const observer = new IntersectionObserver(function(entries) {
  3501.        entries.forEach(entry => {
  3502.            if (entry.isIntersecting) {
  3503.                setTimeout(() => {
  3504.                    entry.target.classList.add('revealed');
  3505.                }, 100);
  3506.            }
  3507.        });
  3508.    }, observerOptions);
  3509.  
  3510.    // Observe all scroll-reveal elements
  3511.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3512.        observer.observe(el);
  3513.    });
  3514.  
  3515.    // Add parallax effect to floating dots
  3516.    document.addEventListener('mousemove', function(e) {
  3517.        const cards = document.querySelectorAll('.blog-card-v3');
  3518.        cards.forEach(card => {
  3519.            const rect = card.getBoundingClientRect();
  3520.            const x = (e.clientX - rect.left) / rect.width;
  3521.            const y = (e.clientY - rect.top) / rect.height;
  3522.            
  3523.            const dots = card.querySelectorAll('.floating-dot');
  3524.            dots.forEach((dot, index) => {
  3525.                const moveX = (x - 0.5) * (10 + index * 5);
  3526.                const moveY = (y - 0.5) * (10 + index * 5);
  3527.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3528.            });
  3529.        });
  3530.    });
  3531. });
  3532. </script>
  3533.  
  3534.    
  3535.        
  3536.        <!-- end wpo-blog-highlights-section -->
  3537.        <!-- start wpo-blog-sponsored-section -->
  3538.        
  3539.  
  3540.  
  3541.  
  3542.    
  3543.  
  3544.  
  3545.  
  3546. <style>
  3547.    .sponsored-section-v2 {
  3548.        padding: 40px 0;
  3549.        background: var(--body-bg);
  3550.    }
  3551.    
  3552.    .sponsored-card-v2 {
  3553.        background: var(--body-bg);
  3554.        border: 1px solid #f0f0f0;
  3555.        border-radius: 8px;
  3556.        transition: box-shadow 0.3s ease;
  3557.        height: 100%;
  3558.        position: relative;
  3559.    }
  3560.    
  3561.    .sponsored-card-v2:hover {
  3562.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3563.    }
  3564.    
  3565.    .sponsored-image-v2 {
  3566.        position: relative;
  3567.        height: 200px;
  3568.    }
  3569.    
  3570.    .sponsored-image-v2 img {
  3571.        width: 100%;
  3572.        height: 100%;
  3573.        object-fit: cover;
  3574.    }
  3575.    
  3576.    .sponsored-badge-v2 {
  3577.        position: absolute;
  3578.        bottom: 10px;
  3579.        left: 10px;
  3580.        padding: 6px 10px;
  3581.        font-size: 12px;
  3582.        font-weight: 600;
  3583.        text-transform: uppercase;
  3584.        border-radius: 4px;
  3585.    }
  3586.    
  3587.    .sponsored-content-v2 {
  3588.        padding: 20px;
  3589.    }
  3590.    
  3591.    .sponsored-title-v2 {
  3592.        font-size: 18px;
  3593.        font-weight: 600;
  3594.        line-height: 1.4;
  3595.        margin-bottom: 10px;
  3596.    }
  3597.    
  3598.    .sponsored-title-v2 a {
  3599.        text-decoration: none;
  3600.        transition: color 0.3s ease;
  3601.    }
  3602.    
  3603.    .sponsored-title-v2 a:hover {
  3604.        color: #007bff; /* Blue hover for variety */
  3605.    }
  3606.    
  3607.    .sponsored-excerpt-v2 {
  3608.        font-size: 14px;
  3609.        color: #6c757d;
  3610.        margin-bottom: 15px;
  3611.        line-height: 1.6;
  3612.    }
  3613.    
  3614.    .sponsored-meta-v2 {
  3615.        display: flex;
  3616.        align-items: center;
  3617.        justify-content: space-between;
  3618.        font-size: 12px;
  3619.        color: #6c757d;
  3620.    }
  3621.    
  3622.    .author-info-v2 {
  3623.        display: flex;
  3624.        align-items: center;
  3625.        gap: 8px;
  3626.    }
  3627.    
  3628.    .sponsored-author-img-v2 {
  3629.        width: 28px;
  3630.        height: 28px;
  3631.        border-radius: 50%;
  3632.        object-fit: cover;
  3633.    }
  3634.    
  3635.    .section-title-sponsored-v2 {
  3636.        font-size: 2.2rem;
  3637.        font-weight: 700;
  3638.        text-align: center;
  3639.        margin-bottom: 30px;
  3640.        color: #333;
  3641.    }
  3642.  
  3643.    @media (max-width: 768px) {
  3644.        .sponsored-section-v2 {
  3645.            padding: 30px 0;
  3646.        }
  3647.        .sponsored-content-v2 {
  3648.            padding: 15px;
  3649.        }
  3650.        .sponsored-title-v2 {
  3651.            font-size: 16px;
  3652.        }
  3653.        .sponsored-excerpt-v2 {
  3654.            font-size: 13px;
  3655.        }
  3656.    }
  3657. </style>
  3658.  
  3659. <section class="sponsored-section-v2">
  3660.    <div class="container-fluid fluid-container">
  3661.        <div class="row">
  3662.            <div class="col-12">
  3663.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3664.            </div>
  3665.        </div>
  3666.        
  3667.        <div class="row g-4">
  3668.            
  3669.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3670.                <div class="card sponsored-card-v2">
  3671.                    <div class="sponsored-image-v2">
  3672.                        
  3673.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3674.                        
  3675.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3676.                    </div>
  3677.                    <div class="sponsored-content-v2">
  3678.                        <h3 class="sponsored-title-v2">
  3679.                            <a href="/blank-canvas-or-tone-deaf-the-color-authoritys-snowy-annual-hue-faces-criticism/" class="top-color">
  3680.                            Blank Canvas or Tone-Deaf? The Color Authority&#x27;s Snowy Annual Hue Faces Criticism.
  3681.                            </a>
  3682.                        </h3>
  3683.                        <p class="sponsored-excerpt-v2">
  3684.                            
  3685.                        </p>
  3686.                        <div class="sponsored-meta-v2">
  3687.                            <div class="author-info-v2">
  3688.                                
  3689.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="sponsored-author-img-v2">
  3690.                                
  3691.                                <span>
  3692.                                    Elizabeth Quinn
  3693.                                </span>
  3694.                            </div>
  3695.                            <span>07 Aug 2026</span>
  3696.                        </div>
  3697.                    </div>
  3698.                </div>
  3699.            </div>
  3700.            
  3701.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3702.                <div class="card sponsored-card-v2">
  3703.                    <div class="sponsored-image-v2">
  3704.                        
  3705.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3706.                        
  3707.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3708.                    </div>
  3709.                    <div class="sponsored-content-v2">
  3710.                        <h3 class="sponsored-title-v2">
  3711.                            <a href="/nearly-25000-left-without-electricity-in-south-east-queensland-and-victoria-following-intense-weather-systems/" class="top-color">
  3712.                            Nearly 25,000 Left Without Electricity in South-East Queensland and Victoria Following Intense Weather Systems
  3713.                            </a>
  3714.                        </h3>
  3715.                        <p class="sponsored-excerpt-v2">
  3716.                            
  3717.                        </p>
  3718.                        <div class="sponsored-meta-v2">
  3719.                            <div class="author-info-v2">
  3720.                                
  3721.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="sponsored-author-img-v2">
  3722.                                
  3723.                                <span>
  3724.                                    Elizabeth Quinn
  3725.                                </span>
  3726.                            </div>
  3727.                            <span>07 Aug 2026</span>
  3728.                        </div>
  3729.                    </div>
  3730.                </div>
  3731.            </div>
  3732.            
  3733.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3734.                <div class="card sponsored-card-v2">
  3735.                    <div class="sponsored-image-v2">
  3736.                        
  3737.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3738.                        
  3739.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3740.                    </div>
  3741.                    <div class="sponsored-content-v2">
  3742.                        <h3 class="sponsored-title-v2">
  3743.                            <a href="/hendy-scores-three-as-eight-try-saints-hammer-pretoria-bulls/" class="top-color">
  3744.                            Hendy Scores Three as Eight-Try Saints Hammer Pretoria Bulls
  3745.                            </a>
  3746.                        </h3>
  3747.                        <p class="sponsored-excerpt-v2">
  3748.                            
  3749.                        </p>
  3750.                        <div class="sponsored-meta-v2">
  3751.                            <div class="author-info-v2">
  3752.                                
  3753.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="sponsored-author-img-v2">
  3754.                                
  3755.                                <span>
  3756.                                    Elizabeth Quinn
  3757.                                </span>
  3758.                            </div>
  3759.                            <span>07 Aug 2026</span>
  3760.                        </div>
  3761.                    </div>
  3762.                </div>
  3763.            </div>
  3764.            
  3765.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3766.                <div class="card sponsored-card-v2">
  3767.                    <div class="sponsored-image-v2">
  3768.                        
  3769.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3770.                        
  3771.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3772.                    </div>
  3773.                    <div class="sponsored-content-v2">
  3774.                        <h3 class="sponsored-title-v2">
  3775.                            <a href="/war-torn-myanmar-goes-to-the-polls-in-broadly-condemned-political-theater/" class="top-color">
  3776.                            War-torn Myanmar Goes to the Polls in Broadly Condemned Political Theater.
  3777.                            </a>
  3778.                        </h3>
  3779.                        <p class="sponsored-excerpt-v2">
  3780.                            
  3781.                        </p>
  3782.                        <div class="sponsored-meta-v2">
  3783.                            <div class="author-info-v2">
  3784.                                
  3785.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="sponsored-author-img-v2">
  3786.                                
  3787.                                <span>
  3788.                                    Elizabeth Quinn
  3789.                                </span>
  3790.                            </div>
  3791.                            <span>07 Aug 2026</span>
  3792.                        </div>
  3793.                    </div>
  3794.                </div>
  3795.            </div>
  3796.            
  3797.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3798.                <div class="card sponsored-card-v2">
  3799.                    <div class="sponsored-image-v2">
  3800.                        
  3801.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3802.                        
  3803.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3804.                    </div>
  3805.                    <div class="sponsored-content-v2">
  3806.                        <h3 class="sponsored-title-v2">
  3807.                            <a href="/donald-trump-says-he-will-honor-the-compromise-to-conclude-shutdown/" class="top-color">
  3808.                            Donald Trump Says He Will ‘Honor the Compromise’ to Conclude Shutdown
  3809.                            </a>
  3810.                        </h3>
  3811.                        <p class="sponsored-excerpt-v2">
  3812.                            
  3813.                        </p>
  3814.                        <div class="sponsored-meta-v2">
  3815.                            <div class="author-info-v2">
  3816.                                
  3817.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="sponsored-author-img-v2">
  3818.                                
  3819.                                <span>
  3820.                                    Elizabeth Quinn
  3821.                                </span>
  3822.                            </div>
  3823.                            <span>07 Aug 2026</span>
  3824.                        </div>
  3825.                    </div>
  3826.                </div>
  3827.            </div>
  3828.            
  3829.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3830.                <div class="card sponsored-card-v2">
  3831.                    <div class="sponsored-image-v2">
  3832.                        
  3833.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3834.                        
  3835.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3836.                    </div>
  3837.                    <div class="sponsored-content-v2">
  3838.                        <h3 class="sponsored-title-v2">
  3839.                            <a href="/whats-next-for-the-heavyweight-boxing-scene-after-wardleys-big-win/" class="top-color">
  3840.                            What&#x27;s Next for the Heavyweight Boxing Scene After Wardley&#x27;s Big Win?
  3841.                            </a>
  3842.                        </h3>
  3843.                        <p class="sponsored-excerpt-v2">
  3844.                            
  3845.                        </p>
  3846.                        <div class="sponsored-meta-v2">
  3847.                            <div class="author-info-v2">
  3848.                                
  3849.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/478efcd4-9ceb-4f57-ab50-a5b5823df9aa_profile.png" alt="Elizabeth Quinn" style="object-fit: cover;" class="sponsored-author-img-v2">
  3850.                                
  3851.                                <span>
  3852.                                    Elizabeth Quinn
  3853.                                </span>
  3854.                            </div>
  3855.                            <span>07 Aug 2026</span>
  3856.                        </div>
  3857.                    </div>
  3858.                </div>
  3859.            </div>
  3860.            
  3861.        </div>
  3862.    </div>
  3863. </section>
  3864.  
  3865.  
  3866.    
  3867.        <!-- end wpo-blog-sponsored-section -->
  3868.        <!-- start wpo-subscribe-section -->
  3869.        
  3870.        <!-- end subscribe-section -->
  3871.        <!-- start of wpo-site-footer-section -->
  3872.        
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878. <footer class="wpo-site-footer-v3">
  3879.  <!-- Top Section - Logo -->
  3880.  <div class="footer-top-section py-4 border-bottom">
  3881.    <div class="container-fluid fluid-container">
  3882.      <div class="row justify-content-center">
  3883.        <div class="col-12 text-center">
  3884.          <div class="brand-logo">
  3885.            
  3886.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/fe074b40-9b4a-4de8-9c65-44855f59ec71_logo.png" alt="Scope UK Blog" class="footer-logo" />
  3887.            
  3888.            <p class="brand-tagline mt-2">Scope UK Blog provides expert analysis and personal stories on disability rights, accessibility, and social inclusion in the UK. Stay informed with latest updates.</p>
  3889.          </div>
  3890.        </div>
  3891.      </div>
  3892.    </div>
  3893.  </div>
  3894.  
  3895.  <!-- Main Content -->
  3896.  <div class="footer-main-content pt-4">
  3897.    <div class="container-fluid fluid-container">
  3898.      <div class="row justify-content-center">
  3899.        <!-- Single Column: Quick Links -->
  3900.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3901.          <div class="footer-column">
  3902.            <h5 class="column-title">Quick Links</h5>
  3903.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3904.              
  3905.                <li>
  3906.                  <a class="menu-link" href="/hearts-move-8-points-ahead-in-front-at-top-following-lawrence-shanklands-penalty-kick-sees-off-celtic/">Hearts Move 8 Points Ahead in Front at Top Following Lawrence Shankland&#x27;s Penalty Kick Sees Off Celtic</a>
  3907.                </li>
  3908.              
  3909.                <li>
  3910.                  <a class="menu-link" href="/christmas-transforms-into-a-living-hell-for-misophonia-sufferers/">Christmas Transforms Into a Living Hell for Misophonia Sufferers.</a>
  3911.                </li>
  3912.              
  3913.                <li>
  3914.                  <a class="menu-link" href="/tehran-declares-it-could-resume-american-nuclear-negotiations-provided-that-treated-with-dignity-and-respect/">Tehran Declares It Could Resume American Nuclear Negotiations provided that Treated with &#x27;Dignity&#x27; and &#x27;Respect&#x27;</a>
  3915.                </li>
  3916.              
  3917.                <li>
  3918.                  <a class="menu-link" href="/the-steroids-scandal-architect-central-player-in-notorious-sports-doping-controversy-passes-away-aged-75/">The steroids scandal architect, Central Player in Notorious Sports Doping Controversy, Passes Away Aged 75.</a>
  3919.                </li>
  3920.              
  3921.                <li>
  3922.                  <a class="menu-link" href="/american-warns-of-additional-nigerian-airstrikes-as-nigerias-capital-speaks-of-collaborative-continuing-missions/">American Warns of Additional Nigerian Airstrikes as Nigeria&#x27;s Capital Speaks of &#x27;Collaborative Continuing Missions&#x27;.</a>
  3923.                </li>
  3924.              
  3925.                <li>
  3926.                  <a class="menu-link" href="/lando-norris-reveals-satisfaction-in-claiming-first-f1-title-his-way/">Lando Norris Reveals Satisfaction in Claiming First F1 Title His Way.</a>
  3927.                </li>
  3928.              
  3929.            </ul>
  3930.          </div>
  3931.        </div>
  3932.  
  3933.        <!-- Single Column: Top Categories -->
  3934.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3935.          <div class="footer-column">
  3936.            <h5 class="column-title">Top Categories</h5>
  3937.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3938.              
  3939.                <li>
  3940.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3941.                </li>
  3942.              
  3943.                <li>
  3944.                  <a class="menu-link" href="/category/business/">Business</a>
  3945.                </li>
  3946.              
  3947.                <li>
  3948.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3949.                </li>
  3950.              
  3951.                <li>
  3952.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3953.                </li>
  3954.              
  3955.                <li>
  3956.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3957.                </li>
  3958.              
  3959.            </ul>
  3960.          </div>
  3961.        </div>
  3962.  
  3963.        <!-- Single Column: Blog Rolls -->
  3964.      <div class="col-12 text-center border-bottom pb-4">
  3965.          <div class="footer-column">
  3966.            <h5 class="column-title">Blog Rolls</h5>
  3967.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3968.              
  3969.              
  3970.  
  3971.              
  3972.              
  3973.                
  3974.              
  3975.            </ul>
  3976.          </div>
  3977.        </div>
  3978.      </div>
  3979.    </div>
  3980.  </div>
  3981.  
  3982.  <!-- Footer Bottom -->
  3983.  <div class="footer-bottom py-3">
  3984.    <div class="container-fluid fluid-container">
  3985.      <div class="row justify-content-center">
  3986.        <div class="col-12 text-center">
  3987.          <div class="bottom-content">
  3988.            <div class="copyright-info mb-3">
  3989.              <p class="mb-0 text-info">
  3990.                &copy; 2026 <strong>Scope UK Blog</strong>. All rights reserved.
  3991.              </p>
  3992.            </div>
  3993.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3994.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3995.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3996.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3997.            </div>
  3998.          </div>
  3999.        </div>
  4000.      </div>
  4001.    </div>
  4002.  </div>
  4003. </footer>
  4004.  
  4005. <style>
  4006. .wpo-site-footer-v3 {
  4007.    background: var(--card-bg) !important;
  4008. }
  4009.  
  4010. .footer-logo {
  4011.    height: 60px;
  4012.    width: auto;
  4013. }
  4014. .text-info{
  4015.    color: var(--topbar-color) !important;
  4016. }
  4017.  
  4018. .brand-title {
  4019.    font-size: 22px;
  4020.    font-weight: 700;
  4021.    color: var(--topbar-color);
  4022.    margin: 0;
  4023. }
  4024.  
  4025. .brand-tagline {
  4026.    font-size: 14px;
  4027.    color: var(--topbar-color);
  4028.    margin: 0;
  4029. }
  4030.  
  4031. .column-title {
  4032.    font-size: 16px;
  4033.    font-weight: 600;
  4034.    color: var(--topbar-color) !important;
  4035.    margin-bottom: 15px;
  4036. }
  4037.  
  4038. .footer-menu {
  4039.    margin: 0;
  4040. }
  4041.  
  4042. .menu-link {
  4043.    color: var(--topbar-color) !important;
  4044.    text-decoration: none;
  4045.    font-size: 14px;
  4046.    transition: color 0.3s ease;
  4047. }
  4048.  
  4049. .menu-link:hover {
  4050.    color: var(--primary-color);
  4051. }
  4052.  
  4053. .footer-bottom {
  4054.    font-size: 13px;
  4055. }
  4056.  
  4057. .utility-link {
  4058.    color: var(--topbar-color) !important;
  4059.    text-decoration: none;
  4060.    font-size: 13px;
  4061.    transition: color 0.3s ease;
  4062. }
  4063. /* Responsive Design */
  4064. @media (max-width: 768px) {
  4065.    .footer-logo {
  4066.        height: 50px;
  4067.    }
  4068.    
  4069.    .column-title {
  4070.        font-size: 15px;
  4071.    }
  4072.    
  4073.    .menu-link {
  4074.        font-size: 13px;
  4075.    }
  4076. }
  4077.  
  4078. @media (max-width: 576px) {
  4079.    .brand-title {
  4080.        font-size: 20px;
  4081.    }
  4082.    
  4083.    .brand-tagline {
  4084.        font-size: 13px;
  4085.    }
  4086.    
  4087.    .cta-btn {
  4088.        font-size: 12px;
  4089.        padding: 5px 12px;
  4090.    }
  4091. }
  4092. </style>
  4093.  
  4094. <script>
  4095. // Prevent default for placeholder links
  4096. document.addEventListener('DOMContentLoaded', function() {
  4097.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4098.        anchor.addEventListener('click', function(e) {
  4099.            e.preventDefault();
  4100.        });
  4101.    });
  4102. });
  4103. document.addEventListener('DOMContentLoaded', function () {
  4104.    var btn = document.getElementById('toggleBlogRollLinks');
  4105.    if (!btn) return; // No extra items, no button
  4106.  
  4107.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4108.  
  4109.    btn.addEventListener('click', function () {
  4110.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4111.            return li.classList.contains('d-none');
  4112.        });
  4113.  
  4114.        extras.forEach(function (li) {
  4115.            if (anyHidden) {
  4116.                li.classList.remove('d-none');
  4117.                li.classList.add('show');
  4118.            } else {
  4119.                li.classList.add('d-none');
  4120.                li.classList.remove('show');
  4121.            }
  4122.        });
  4123.  
  4124.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4125.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4126.    });
  4127. });
  4128.  
  4129. </script>
  4130.  
  4131.        <!-- end of wpo-site-footer-section -->
  4132.    </div>
  4133.    <!-- end of page-wrapper -->
  4134.  
  4135.    <!-- All JavaScript files
  4136.    ================================================== -->
  4137.    
  4138.  
  4139. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4140. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4141. <!-- Plugins for this template -->
  4142. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4143. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4144. <!-- Custom script for this template -->
  4145. <script src="/static/blogapp/assets/js/script.js"></script>
  4146.  
  4147. <script>
  4148. (function () {
  4149. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4150. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4151.  
  4152. function applyFallback(img) {
  4153. if (!img || img.dataset.fallbackApplied === "1") {
  4154. return;
  4155. }
  4156. var failedSrc = img.currentSrc || img.src || "";
  4157. img.dataset.fallbackApplied = "1";
  4158. img.onerror = null;
  4159. img.src = fallbackImageSrc;
  4160. console.warn("[ImageFallback] Replaced broken image:", {
  4161. failedSrc: failedSrc,
  4162. fallbackSrc: fallbackImageSrc,
  4163. alt: img.alt || "",
  4164. });
  4165. }
  4166.  
  4167. document.querySelectorAll("img").forEach(function (img) {
  4168. if (img.complete && img.naturalWidth === 0) {
  4169. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4170. failedSrc: img.currentSrc || img.src || "",
  4171. alt: img.alt || "",
  4172. });
  4173. applyFallback(img);
  4174. }
  4175. });
  4176.  
  4177. document.addEventListener(
  4178. "error",
  4179. function (event) {
  4180. var target = event.target;
  4181. if (target && target.tagName === "IMG") {
  4182. applyFallback(target);
  4183. }
  4184. },
  4185. true
  4186. );
  4187. })();
  4188. </script>
  4189.  
  4190. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4191.  
  4192.  
  4193.  
  4194. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"1930c996abf34d12966035cc6971f436","r":1}' crossorigin="anonymous"></script>
  4195. </body>
  4196.  
  4197. </html>
  4198.  
  4199.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda