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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T151619.789_2M0poh8_lwseK7y.png">
  14.    
  15.  
  16.    <title>Trend Society UK: Latest Fashion, Culture &amp; Lifestyle Insights</title>
  17.    <meta name="description" content="Explore the latest trends in fashion, culture, and lifestyle from the UK. Get insights, tips, and updates on what&#x27;s shaping society today.">
  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://trendsociety.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff7f50;
  42.        --bs-primary-rgb: ff7f50;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff7f50;
  53.        --theme-primary-color-s2: #ff7f50;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff7f50;
  84.        --link-hover: #e06b47;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 127, 80, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_65">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="topbar d-sm-flex d-none">
  389.  <div class="container-fluid fluid-container">
  390.    <div class="row  ">
  391.      <div>
  392.        <div class="pt-2 d-flex gap-2 pb-0">
  393.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  394.            <div class="d-flex">
  395.              <span class="fw-bold">Latest</span>
  396.            </div>
  397.            <div class="d-flex">
  398.              <span class="fw-bold">Update</span>
  399.            </div>
  400.          </div>
  401.  
  402.          <!-- Add an id to the marquee -->
  403.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  404.            <p class="text-center">
  405.              
  406.               <a href="/chinese-government-condemns-united-states-of-hypocritical-policies-regarding-import-duty-ultimatum/" class="px-5 top-color">
  407.                    Chinese Government Condemns United States of ‘Hypocritical Policies’ Regarding Import Duty Ultimatum
  408.                  </a>
  409.              
  410.               <a href="/administration-announces-government-employee-layoffs-as-shutdown-nears-third-week/" class="px-5 top-color">
  411.                    Administration Announces Government Employee Layoffs as Shutdown Nears Third Week
  412.                  </a>
  413.              
  414.               <a href="/introduce-this-weekend-league-club-boasting-1800-english-top-division-games/" class="px-5 top-color">
  415.                    Introduce this Weekend League Club Boasting 1,800 English Top Division Games
  416.                  </a>
  417.              
  418.               <a href="/murray-admits-he-didnt-achieve-the-wanted-results-with-djokovic/" class="px-5 top-color">
  419.                    Murray Admits He Didn&#x27;t Achieve the Wanted Results with Djokovic
  420.                  </a>
  421.              
  422.               <a href="/five-major-landmark-occurrences-in-the-attack-on-the-rights-of-females-in-the-past-year/" class="px-5 top-color">
  423.                    Five Major Landmark Occurrences in the Attack on the Rights of Females in the Past Year.
  424.                  </a>
  425.              
  426.            </p>
  427.          </marquee>
  428.        </div>
  429.      </div>
  430.    </div>
  431.  </div>
  432. </div>
  433.  
  434. <script>
  435.  // Stop/start marquee when hovering or focusing links inside it
  436.  document.addEventListener("DOMContentLoaded", function () {
  437.    const marquee = document.getElementById("newsMarquee");
  438.    if (!marquee) return;
  439.  
  440.    marquee.querySelectorAll("a").forEach((link) => {
  441.      link.addEventListener("mouseenter", () => marquee.stop());
  442.      link.addEventListener("mouseleave", () => marquee.start());
  443.      // keyboard accessibility
  444.      link.addEventListener("focus", () => marquee.stop());
  445.      link.addEventListener("blur", () => marquee.start());
  446.    });
  447.  });
  448. </script>
  449.  
  450.  
  451.  
  452.            
  453.  
  454.  
  455.  
  456.  
  457.  
  458. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  459.  <div class="container-fluid fluid-container  ">
  460.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  461.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  462.        <!-- Mobile Brand & Search -->
  463.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  464.          
  465.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7a91bcfb-4456-4ceb-b47f-7c02d6a66dce_logo.png" alt="Trend Society UK" />
  466.          
  467.        </a>
  468.        <div class="flex-grow-1 d-xl-none d-flex">
  469.          <form class="search-wrapper-v1">
  470.            <input type="search" class="form-control search-input-v1" id="search-input"
  471.              placeholder="Search articles..." aria-label="Search content" />
  472.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  473.              <circle cx="11" cy="11" r="8"></circle>
  474.              <path d="m21 21-4.35-4.35"></path>
  475.            </svg>
  476.          </form>
  477.          <!-- The search results will be displayed here -->
  478.          <div id="search-results" class="search-results-container"></div>
  479.        </div>
  480.  
  481.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  482.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  483.          aria-label="Toggle navigation">
  484.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  485.            <line x1="3" y1="6" x2="21" y2="6"></line>
  486.            <line x1="3" y1="12" x2="21" y2="12"></line>
  487.            <line x1="3" y1="18" x2="21" y2="18"></line>
  488.          </svg>
  489.        </button>
  490.  
  491.        <!-- Desktop Layout -->
  492.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  493.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7a91bcfb-4456-4ceb-b47f-7c02d6a66dce_logo.png" alt="" />
  494.        </a>
  495.  
  496.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  497.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  498.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  499.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  500.              <circle cx="11" cy="11" r="8"></circle>
  501.              <path d="m21 21-4.35-4.35"></path>
  502.            </svg>
  503.          </form>
  504.           <!-- The search results will be displayed here -->
  505.          <div id="search-results1" class="search-results-container search-v1"></div>
  506.        </div>
  507.        <!-- Navigation Menu -->
  508.      </div>
  509.      <div class="collapse justify-content-end" id="navCollapse-v1">
  510.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  511.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  512.            <div class="d-xl-flex align-items-center gap-2">
  513.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  514.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  515.                <span>More</span>
  516.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  517.                  <circle cx="12" cy="12" r="1"></circle>
  518.                  <circle cx="19" cy="12" r="1"></circle>
  519.                  <circle cx="5" cy="12" r="1"></circle>
  520.                </svg>
  521.              </button>
  522.            </div>
  523.          </li> -->
  524.          <li class="nav-item mb-3">
  525.            <a class="navlink-v1" href="/">
  526.              Home
  527.            </a>
  528.          </li>
  529.          
  530.           <li class="nav-item mb-3">
  531.            <a class="navlink-v1" href="/category/all-posts/">
  532.              All Posts
  533.            </a>
  534.            </li>
  535.            
  536.  
  537.                
  538.                
  539.            
  540.           <li class="nav-item mb-3">
  541.            <a class="navlink-v1" href="/category/business/">
  542.              Business
  543.            </a>
  544.            </li>
  545.            
  546.  
  547.                
  548.                
  549.            
  550.           <li class="nav-item mb-3">
  551.            <a class="navlink-v1" href="/category/esports/">
  552.              Esports
  553.            </a>
  554.            </li>
  555.            
  556.  
  557.                
  558.                
  559.            
  560.           <li class="nav-item mb-3">
  561.            <a class="navlink-v1" href="/category/fashion/">
  562.              Fashion
  563.            </a>
  564.            </li>
  565.            
  566.  
  567.                
  568.                
  569.            
  570.           <li class="nav-item mb-3">
  571.            <a class="navlink-v1" href="/category/featured/">
  572.              Featured
  573.            </a>
  574.            </li>
  575.            
  576.  
  577.                
  578.                
  579.            
  580.          
  581.            <li class="nav-item mb-3 dropdown">
  582.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  583.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  584.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  585.                <li>
  586.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  587.                    Gaming
  588.                  </a>
  589.                </li>
  590.                
  591.  
  592.                
  593.                
  594.            
  595.          
  596.                <li>
  597.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  598.                    Health
  599.                  </a>
  600.                </li>
  601.                
  602.  
  603.                
  604.                
  605.            
  606.          
  607.                <li>
  608.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  609.                    Life &amp; Fitness
  610.                  </a>
  611.                </li>
  612.                
  613.  
  614.                
  615.                
  616.            
  617.          
  618.                <li>
  619.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  620.                    Lifestyle
  621.                  </a>
  622.                </li>
  623.                
  624.  
  625.                
  626.                
  627.            
  628.          
  629.                <li>
  630.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  631.                    News
  632.                  </a>
  633.                </li>
  634.                
  635.  
  636.                
  637.                
  638.            
  639.          
  640.                <li>
  641.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  642.                    Others
  643.                  </a>
  644.                </li>
  645.                
  646.  
  647.                
  648.                
  649.            
  650.          
  651.                <li>
  652.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  653.                    Politics
  654.                  </a>
  655.                </li>
  656.                
  657.  
  658.                
  659.                
  660.            
  661.          
  662.                <li>
  663.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  664.                    Sports
  665.                  </a>
  666.                </li>
  667.                
  668.  
  669.                
  670.                
  671.            
  672.          
  673.                <li>
  674.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  675.                    Tech
  676.                  </a>
  677.                </li>
  678.                
  679.  
  680.                
  681.                
  682.            
  683.          
  684.                <li>
  685.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  686.                    Travel
  687.                  </a>
  688.                </li>
  689.                
  690.  
  691.                
  692.                
  693.              </ul>
  694.            </li>
  695.            
  696.            
  697.            <li class="nav-item mb-3">
  698.              <a class="navlink-v1" href="/page/contact-us/">
  699.                Contact Us
  700.              </a>
  701.            </li>
  702.            <li class="nav-item d-xl-none mt-2">
  703.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  704.                data-bs-target="#sidebar-v1">
  705.                More Options
  706.              </button>
  707.            </li>
  708.        </ul>
  709.      </div>
  710.    </nav>
  711.  </div>
  712.  
  713. </header>
  714.  
  715. <!-- Sidebar -->
  716. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  717.  <div class="offcanvas-header border-bottom">
  718.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  719.      Latest Updates
  720.    </h5>
  721.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  722.  </div>
  723.  <div class="offcanvas-body p-3">
  724.    <div class="mb-4">
  725.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  726.      <div class="vstack gap-3">
  727.        <article class="post-card-v1 d-flex gap-3">
  728.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  729.          <div class="flex-grow-1">
  730.            <small class="text-muted">2 hours ago</small>
  731.            <h6 class="mb-1 lh-sm">
  732.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  733.            </h6>
  734.            <small class="text-muted">Technology</small>
  735.          </div>
  736.        </article>
  737.  
  738.        <article class="post-card-v1 d-flex gap-3">
  739.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  740.          <div class="flex-grow-1">
  741.            <small class="text-muted">5 hours ago</small>
  742.            <h6 class="mb-1 lh-sm">
  743.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  744.            </h6>
  745.            <small class="text-muted">Design</small>
  746.          </div>
  747.        </article>
  748.  
  749.        <article class="post-card-v1 d-flex gap-3">
  750.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  751.          <div class="flex-grow-1">
  752.            <small class="text-muted">1 day ago</small>
  753.            <h6 class="mb-1 lh-sm">
  754.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  755.            </h6>
  756.            <small class="text-muted">Lifestyle</small>
  757.          </div>
  758.        </article>
  759.      </div>
  760.    </div>
  761.  
  762.    <hr />
  763.  
  764.    <div class="contact-info-v1">
  765.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  766.      <div class="small text-muted lh-lg">
  767.        <div class="mb-2">
  768.          <strong>Location:</strong><br />
  769.          123 Innovation Street<br />
  770.          Tech District, CA 94105
  771.        </div>
  772.        <div class="mb-2">
  773.          <strong>Email:</strong><br />
  774.          <a href="/cdn-cgi/l/email-protection#5e363b3232311e3c2c3f303a703d3133" class="text-decoration-none"><span class="__cf_email__" data-cfemail="d5bdb0b9b9ba95b7a7b4bbb1fbb6bab8">[email&#160;protected]</span></a>
  775.        </div>
  776.        <div>
  777.          <strong>Phone:</strong><br />
  778.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  779.        </div>
  780.      </div>
  781.    </div>
  782.  </div>
  783. </div>
  784.  
  785. <!-- Custom CSS -->
  786. <style>
  787.  .navbar {
  788.    padding-inline: 20px;
  789.  }
  790.  
  791.  .nav-v1 {
  792.    backdrop-filter: blur(12px);
  793.  }
  794.  
  795.  .brand-v1 img {
  796.    height: 32px;
  797.    transition: transform 0.3s ease;
  798.  }
  799.  
  800.  .brand-v1:hover img {
  801.    transform: scale(1.05);
  802.  }
  803.  
  804.  .search-wrapper-v1 {
  805.    max-width: 600px;
  806.    position: relative;
  807.  }
  808.  
  809.  .search-input-v1 {
  810.    padding: 10px 16px 10px 42px;
  811.    border: 1px solid #e2e8f0;
  812.    border-radius: 24px;
  813.    font-size: 14px;
  814.    transition: all 0.3s ease;
  815.    background: white;
  816.    width: 100%;
  817.    max-width: 400px;
  818.  }
  819.  
  820.  .search-input-v1:focus {
  821.    border-color: #2563eb;
  822.    outline: none;
  823.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  824.    transform: translateY(-1px);
  825.  }
  826.  
  827.  .search-icon-v1 {
  828.    position: absolute;
  829.    left: 14px;
  830.    top: 50%;
  831.    transform: translateY(-50%);
  832.    color: #64748b;
  833.    width: 16px;
  834.    height: 16px;
  835.  }
  836.  
  837.  .navlink-v1 {
  838.    color: #374151;
  839.    font-weight: 500;
  840.    font-size: 15px;
  841.    padding: 8px 16px;
  842.    border-radius: 12px;
  843.    transition: all 0.2s ease;
  844.    text-decoration: none;
  845.    position: relative;
  846.  }
  847.  
  848.  .navlink-v1:hover {
  849.    background: rgba(37, 99, 235, 0.1);
  850.    color: #2563eb;
  851.    transform: translateY(-1px);
  852.  }
  853.  
  854.  .navlink-v1.active-v1 {
  855.    background: #2563eb;
  856.    color: white !important;
  857.  }
  858.  
  859.  .dropdown-v1 {
  860.    border: 1px solid #e2e8f0;
  861.    border-radius: 16px;
  862.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  863.    backdrop-filter: blur(8px);
  864.    background: rgba(255, 255, 255, 0.98);
  865.    padding: 8px 0;
  866.  }
  867.  
  868.  .dropdown-item-v1 {
  869.    padding: 8px 20px;
  870.    font-size: 14px;
  871.    color: #374151 !important;
  872.    transition: all 0.2s ease;
  873.    border-radius: 8px;
  874.    margin: 2px 0px;
  875.  }
  876.  
  877.  .dropdown-item-v1:hover {
  878.    background: rgba(37, 99, 235, 0.1);
  879.    color: #2563eb !important;
  880.  }
  881.  
  882.  .menu-btn-v1 {
  883.    padding: 8px 16px;
  884.    border: 1px solid #e2e8f0;
  885.    border-radius: 12px;
  886.    background: white;
  887.    color: #374151;
  888.    font-weight: 500;
  889.    transition: all 0.2s ease;
  890.  }
  891.  
  892.  .menu-btn-v1:hover {
  893.    border-color: #2563eb;
  894.    color: #2563eb;
  895.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  896.  }
  897.  
  898.  .offcanvas-v1 {
  899.    width: min(360px, 90vw);
  900.    background: white;
  901.    z-index: 1050;
  902.  }
  903.  
  904.  .post-card-v1 {
  905.    padding: 12px;
  906.    border-radius: 12px;
  907.    transition: all 0.2s ease;
  908.    border: 1px solid transparent;
  909.  }
  910.  
  911.  .post-card-v1:hover {
  912.    background: #f8fafc;
  913.    border-color: #e2e8f0;
  914.  }
  915.  
  916.  .post-img-v1 {
  917.    border-radius: 8px;
  918.    transition: transform 0.3s ease;
  919.  }
  920.  
  921.  .post-card-v1:hover .post-img-v1 {
  922.    transform: scale(1.02);
  923.  }
  924.  
  925.  .contact-info-v1 {
  926.    background: #f8fafc;
  927.    padding: 16px;
  928.    border-radius: 12px;
  929.    border: 1px solid #e2e8f0;
  930.  }
  931.  
  932.  @media (max-width: 1200px) {
  933.    .nav-width {
  934.      width: 100%;
  935.    }
  936.  }
  937.  
  938.  @media (max-width: 991px) {
  939.    .navlink-v1 {
  940.      padding: 12px 16px;
  941.      margin: 2px 0;
  942.    }
  943.  
  944.    .search-wrapper-v1 {
  945.      margin: 12px 0;
  946.    }
  947.  }
  948.  
  949.  /* search field */
  950.  .search-results-container {
  951.    position: absolute;
  952.    top: 100%;
  953.    /* Position it below the input field */
  954. left: 10px;
  955.  right: 10px;
  956.    background-color: white;
  957.    border: 1px solid #ddd;
  958.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  959.    max-height: 300px;
  960.    overflow-y: auto;
  961.    z-index: 1000;
  962.    display: none;
  963.    /* Initially hidden */
  964.  }
  965.  
  966.  .search-results-container p {
  967.    margin: 0;
  968.  }
  969.  
  970.  .search-results-container .result-item {
  971.    padding: 10px;
  972.    cursor: pointer;
  973.  }
  974.  
  975.  .search-results-container .result-item:hover {
  976.    background-color: #f0f0f0;
  977.  }
  978. </style>
  979. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  980.  document.addEventListener("DOMContentLoaded", function () {
  981.    console.error("loaded");
  982.  
  983.    // Pick input depending on screen size
  984.    const searchInput = window.innerWidth <= 991
  985.      ? document.getElementById("search-input")
  986.      : document.getElementById("search-input1");
  987.  
  988.    if (searchInput) {
  989.      console.log("inside");
  990.  
  991.      // Add event listener for keyup
  992.      searchInput.addEventListener("keyup", function (e) {
  993.        console.log('test');
  994.        console.log("Key pressed:", e.key);
  995.        e.preventDefault();
  996.  
  997.        const query = searchInput.value;
  998.        const searchResults = window.innerWidth <= 991
  999.          ? document.getElementById("search-results")
  1000.          : document.getElementById("search-results1");
  1001.  
  1002.        console.log("User is typing: " + query);
  1003.  
  1004.        if (query === "") {
  1005.          searchResults.innerHTML = "";
  1006.          searchResults.style.display = "none";
  1007.          return;
  1008.        }
  1009.  
  1010.        searchResults.style.display = "block";
  1011.  
  1012.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1013.          method: "GET",
  1014.          headers: {
  1015.            "X-Requested-With": "XMLHttpRequest",
  1016.          },
  1017.        })
  1018.          .then(response => {
  1019.            console.log("Response Status:", response.status);
  1020.            return response.json();
  1021.          })
  1022.          .then(data => {
  1023.            console.log("Data received:", data);
  1024.            if (data.html) {
  1025.              searchResults.innerHTML = data.html;
  1026.            } else {
  1027.              searchResults.innerHTML = "<p>No results found.</p>";
  1028.            }
  1029.          })
  1030.          .catch(error => {
  1031.            console.error("Error fetching search results:", error);
  1032.          });
  1033.      });
  1034.  
  1035.      // 🔹 Close results when clicking outside
  1036.      document.addEventListener("click", function (e) {
  1037.        const searchResults = window.innerWidth <= 991
  1038.          ? document.getElementById("search-results")
  1039.          : document.getElementById("search-results1");
  1040.  
  1041.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1042.          searchResults.style.display = "none";
  1043.        }
  1044.      });
  1045.  
  1046.    } else {
  1047.      console.error("Search input not found");
  1048.    }
  1049.  });
  1050. </script>
  1051. <script>
  1052.  // Function to check screen size and remove 'navbar-collapse' class
  1053.  function removeNavbarCollapseClass() {
  1054.    const navbar = document.getElementById('navCollapse-v1');
  1055.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1056.    if (window.innerWidth <= 1100) {
  1057.      if (navbar) {
  1058.        navbar.classList.remove('navbar-collapse');
  1059.      }
  1060.    } else {
  1061.      // You can re-add the class if the screen is smaller than 'lg' size
  1062.      if (navbar) {
  1063.        navbar.classList.add('navbar-collapse');
  1064.      }
  1065.    }
  1066.  }
  1067.  
  1068.  // Run the function on page load
  1069.  window.addEventListener('load', removeNavbarCollapseClass);
  1070.  
  1071.  // Also, run the function on window resize to check screen size dynamically
  1072.  window.addEventListener('resize', removeNavbarCollapseClass);
  1073.  
  1074.  
  1075. </script>
  1076.  
  1077.        </header>
  1078.        <!-- end of header -->
  1079.        <!-- start of wpo-blog-hero -->
  1080.        
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088. <div class="blog-hero-v9">
  1089.  <div class="container-fluid fluid-container">
  1090.    <!-- Top Section: Split Layout -->
  1091.    <div class="row g-4 mb-5">
  1092.      <!-- Large Featured Article (Left) -->
  1093.      
  1094.              
  1095.      <div class="col-lg-8 col-12">
  1096.        <article class="large-featured">
  1097.          <div class="featured-image-container">
  1098.            
  1099.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="This Season, Your Jeans Need to Be Firm, Polished and Tailored" class="featured-image">
  1100.            
  1101.            <div class="category-tag bg-primary-gradient">News</div>
  1102.          </div>
  1103.          <div class="featured-content">
  1104.            <h1 class="featured-title"><a href="/this-season-your-jeans-need-to-be-firm-polished-and-tailored/">
  1105.                                This Season, Your Jeans Need to Be Firm, Polished and Tailored
  1106.                            </a></h1>
  1107.            <p class="featured-summary"></p>
  1108.            <div class="article-meta">
  1109.              <div class="author-info">
  1110.                
  1111.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" class="author-pic" >
  1112.                  
  1113.                <span class="author-name">Jeanette Goodman</span>
  1114.                <span class="post-time">Aug 09, 2026</span>
  1115.              </div>
  1116.            </div>
  1117.          </div>
  1118.        </article>
  1119.      </div>
  1120.      
  1121.      
  1122.  
  1123.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1124.      <div class="col-lg-4 col-12">
  1125.        <div class="stacked-features">
  1126.          
  1127.          <article class="small-featured">
  1128.            <div class="small-image-container">
  1129.              
  1130.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Excruciating Agony: My Fight With the Puzzling Pain of Cluster Headaches" class="small-image">
  1131.              
  1132.              <div class="category-tag bg-primary-gradient">News</div>
  1133.            </div>
  1134.            <div class="small-content">
  1135.              <h3 class="small-title"> <a href="/excruciating-agony-my-fight-with-the-puzzling-pain-of-cluster-headaches/">
  1136.                                Excruciating Agony: My Fight With the Puzzling Pain of Cluster Headaches
  1137.                            </a></h3>
  1138.              <p class="compact-text"></p>
  1139.              <div class="small-meta">
  1140.                <span class="small-author">Jeanette Goodman</span>
  1141.                <span class="small-date">Aug 09, 2026</span>
  1142.              </div>
  1143.            </div>
  1144.          </article>
  1145.      
  1146.          <article class="small-featured">
  1147.            <div class="small-image-container">
  1148.              
  1149.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="A Shadow of His Imperious Self - Van Dijk Grapples With Waning Influence" class="small-image">
  1150.              
  1151.              <div class="category-tag bg-primary-gradient">News</div>
  1152.            </div>
  1153.            <div class="small-content">
  1154.              <h3 class="small-title"> <a href="/a-shadow-of-his-imperious-self-van-dijk-grapples-with-waning-influence/">
  1155.                                A Shadow of His Imperious Self - Van Dijk Grapples With Waning Influence
  1156.                            </a></h3>
  1157.              <p class="compact-text"></p>
  1158.              <div class="small-meta">
  1159.                <span class="small-author">Jeanette Goodman</span>
  1160.                <span class="small-date">Aug 09, 2026</span>
  1161.              </div>
  1162.            </div>
  1163.          </article>
  1164.      
  1165.        </div>
  1166.      </div>
  1167.    </div>
  1168.    <!-- Bottom Section: Three Compact Cards -->
  1169.    <div class="row g-4">
  1170.      
  1171.      <div class="col-lg-4 col-md-6 col-12">
  1172.        <article class="compact-card">
  1173.          <div class="compact-image">
  1174.            
  1175.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Get to Know the AI Laborers That Warn Family to Steer Clear Using AI" >
  1176.            
  1177.            <div class="compact-category bg-primary-gradient">News</div>
  1178.          </div>
  1179.          <div class="compact-body">
  1180.            <h3 class="compact-title"> <a href="/get-to-know-the-ai-laborers-that-warn-family-to-steer-clear-using-ai/">
  1181.                                    Get to Know the AI Laborers That Warn Family to Steer Clear Using AI
  1182.                                </a></h3>
  1183.            <p class="compact-text"></p>
  1184.            <div class="compact-footer">
  1185.              <span class="compact-name">Jeanette Goodman</span>
  1186.              <span class="compact-date">Aug 09</span>
  1187.            </div>
  1188.          </div>
  1189.        </article>
  1190.      </div>
  1191.      
  1192.      <div class="col-lg-4 col-md-6 col-12">
  1193.        <article class="compact-card">
  1194.          <div class="compact-image">
  1195.            
  1196.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Unexpected Emissary Pushing Ukraine Ceasefire Plan Reveals Vance Impact on US Policy" >
  1197.            
  1198.            <div class="compact-category bg-primary-gradient">News</div>
  1199.          </div>
  1200.          <div class="compact-body">
  1201.            <h3 class="compact-title"> <a href="/unexpected-emissary-pushing-ukraine-ceasefire-plan-reveals-vance-impact-on-us-policy/">
  1202.                                    Unexpected Emissary Pushing Ukraine Ceasefire Plan Reveals Vance Impact on US Policy
  1203.                                </a></h3>
  1204.            <p class="compact-text"></p>
  1205.            <div class="compact-footer">
  1206.              <span class="compact-name">Jeanette Goodman</span>
  1207.              <span class="compact-date">Aug 09</span>
  1208.            </div>
  1209.          </div>
  1210.        </article>
  1211.      </div>
  1212.      
  1213.    </div>
  1214.  </div>
  1215. </div>
  1216.  
  1217. <style>
  1218.  
  1219.  /* Large Featured Article */
  1220.  .large-featured {
  1221.    background: var(--card-bg, #ffffff);
  1222.    border-radius: 10px;
  1223.    overflow: hidden;
  1224.    transition: box-shadow 0.3s ease;
  1225.  }
  1226.  
  1227.  .large-featured:hover {
  1228.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1229.  }
  1230.  
  1231.  .featured-image-container {
  1232.    position: relative;
  1233.    height: 350px;
  1234.    overflow: hidden;
  1235.  }
  1236.  
  1237.  .featured-image {
  1238.    width: 100%;
  1239.    height: 100%;
  1240.    object-fit: cover;
  1241.  }
  1242.  
  1243.  .featured-content {
  1244.    padding: 2rem;
  1245.  }
  1246.  
  1247.  .featured-title {
  1248.    font-size: 2.2rem;
  1249.    font-weight: 700;
  1250.    color: #111827;
  1251.    margin-bottom: 0.75rem;
  1252.    line-height: 1.3;
  1253.  }
  1254.  
  1255.  .featured-summary {
  1256.    font-size: 1rem;
  1257.    color: #4b5563;
  1258.    line-height: 1.6;
  1259.    margin-bottom: 1.25rem;
  1260.  }
  1261.  
  1262.  .article-meta {
  1263.    display: flex;
  1264.    align-items: center;
  1265.    gap: 0.75rem;
  1266.    font-size: 0.85rem;
  1267.    color: #6b7280;
  1268.  }
  1269.  
  1270.  .author-info {
  1271.    display: flex;
  1272.    align-items: center;
  1273.    gap: 0.5rem;
  1274.  }
  1275.  
  1276.  .author-pic {
  1277.    width: 36px;
  1278.    height: 36px;
  1279.    border-radius: 50%;
  1280.  }
  1281.  
  1282.  .author-name {
  1283.    font-weight: 600;
  1284.    color: #374151;
  1285.  }
  1286.  
  1287.  /* Smaller Featured Articles (Stacked) */
  1288.  .stacked-features {
  1289.    display: flex;
  1290.    flex-direction: column;
  1291.    gap: 1.5rem;
  1292.  }
  1293.  
  1294.  .small-featured {
  1295.    background: var(--card-bg, #ffffff);
  1296.    border-radius: 10px;
  1297.    overflow: hidden;
  1298.    transition: box-shadow 0.3s ease;
  1299.  }
  1300.  
  1301.  .small-featured:hover {
  1302.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1303.  }
  1304.  
  1305.  .small-image-container {
  1306.    position: relative;
  1307.    height: 150px;
  1308.    overflow: hidden;
  1309.  }
  1310.  
  1311.  .small-image {
  1312.    width: 100%;
  1313.    height: 100%;
  1314.    object-fit: cover;
  1315.  }
  1316.  
  1317.  .small-content {
  1318.    padding: 1.25rem;
  1319.  }
  1320.  
  1321.  .small-title {
  1322.    font-size: 1.2rem;
  1323.    font-weight: 600;
  1324.    color: #111827;
  1325.    margin-bottom: 0.5rem;
  1326.  }
  1327.  
  1328.  .small-meta {
  1329.    display: flex;
  1330.    gap: 0.5rem;
  1331.    font-size: 0.8rem;
  1332.    color: #6b7280;
  1333.  }
  1334.  
  1335.  /* Category Tags - Gradient for Difference */
  1336.  .category-tag {
  1337.    position: absolute;
  1338.    top: 0.75rem;
  1339.    left: 0.75rem;
  1340.    padding: 0.3rem 1rem;
  1341.    font-size: 0.75rem;
  1342.    font-weight: 600;
  1343.    text-transform: uppercase;
  1344.    color: white;
  1345.    border-radius: 15px; /* Soft pill shape */
  1346.  }
  1347.  
  1348.  
  1349.  
  1350.  /* Compact Cards - Borderless */
  1351.  .compact-card {
  1352.    background: var(--card-bg, #ffffff);
  1353.    border-radius: 10px;
  1354.    overflow: hidden;
  1355.    transition: box-shadow 0.3s ease;
  1356.  }
  1357.  
  1358.  .compact-card:hover {
  1359.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1360.  }
  1361.  
  1362.  .compact-image {
  1363.    position: relative;
  1364.    height: 180px;
  1365.    overflow: hidden;
  1366.  }
  1367.  
  1368.  .compact-image img {
  1369.    width: 100%;
  1370.    height: 100%;
  1371.    object-fit: cover;
  1372.  }
  1373.  
  1374.  .compact-category {
  1375.    position: absolute;
  1376.    top: 0.75rem;
  1377.    left: 0.75rem;
  1378.    padding: 0.3rem 0.8rem;
  1379.    font-size: 0.7rem;
  1380.    border-radius: 15px;
  1381.    color: white;
  1382.  }
  1383.  
  1384.  .compact-body {
  1385.    padding: 1.5rem;
  1386.  }
  1387.  
  1388.  .compact-title {
  1389.    font-size: 1.1rem;
  1390.    font-weight: 600;
  1391.    color: #111827;
  1392.    margin-bottom: 0.5rem;
  1393.  }
  1394.  
  1395.  .compact-text {
  1396.    font-size: 0.9rem;
  1397.    color: #4b5563;
  1398.    line-height: 1.5;
  1399.    margin-bottom: 1rem;
  1400.  }
  1401.  
  1402.  .compact-footer {
  1403.    display: flex;
  1404.    justify-content: space-between;
  1405.    font-size: 0.8rem;
  1406.    color: #6b7280;
  1407.  }
  1408.  
  1409.  /* Responsive Design */
  1410.  @media (max-width: 992px) {
  1411.    .featured-image-container {
  1412.      height: 280px;
  1413.    }
  1414.  
  1415.    .featured-title {
  1416.      font-size: 1.8rem;
  1417.    }
  1418.  
  1419.    .small-image-container {
  1420.      height: 120px;
  1421.    }
  1422.  }
  1423.  
  1424.  @media (max-width: 768px) {
  1425.    .featured-content,
  1426.    .small-content,
  1427.    .compact-body {
  1428.      padding: 1.25rem;
  1429.    }
  1430.  
  1431.    .compact-image {
  1432.      height: 150px;
  1433.    }
  1434.  }
  1435.  
  1436.  @media (max-width: 576px) {
  1437.    .featured-title {
  1438.      font-size: 1.5rem;
  1439.    }
  1440.  
  1441.    .small-title,
  1442.    .compact-title {
  1443.      font-size: 1rem;
  1444.    }
  1445.  }
  1446. </style>
  1447.  
  1448.  
  1449.  
  1450.  
  1451.        <!-- end of wpo-blog-hero -->
  1452.  
  1453.        <!-- start of wpo-breacking-news -->
  1454.        
  1455.        <!-- end of wpo-breacking-news -->
  1456.        
  1457.        <!-- start wpo-blog-highlights-section -->
  1458.        
  1459.  
  1460.  
  1461.  
  1462.    
  1463.  
  1464.  
  1465.  
  1466. <style>
  1467.    .blog-highlights-v4 {
  1468.        padding: 30px 0;
  1469.        position: relative;
  1470.        min-height: 100vh;
  1471.        background: transparent; /* Solid background color */
  1472.    }
  1473.  
  1474.    /* Blog Container */
  1475.    .blog-container-v4 {
  1476.        position: relative;
  1477.        z-index: 10;
  1478.    }
  1479.  
  1480.    /* Card Design */
  1481.    .blog-card-v4 {
  1482.        border-radius: 25px;
  1483.        background: var(--card-bg);
  1484.        border: 1px solid var(--border-color);
  1485.        position: relative;
  1486.        overflow: hidden;
  1487.        transition: opacity 1.2s ease; /* Fade animation for card */
  1488.    }
  1489.  
  1490.    /* Image Container */
  1491.    .blog-image-container-v4 {
  1492.        height: 280px;
  1493.        border-radius: 20px 20px 0 0;
  1494.        overflow: hidden;
  1495.        position: relative;
  1496.        z-index: 2;
  1497.    }
  1498.  
  1499.    .blog-image-v4 {
  1500.        width: 100%;
  1501.        height: 100%;
  1502.        position: relative;
  1503.        overflow: hidden;
  1504.    }
  1505.  
  1506.    .blog-image-v4 img {
  1507.        width: 100%;
  1508.        height: 100%;
  1509.        object-fit: cover;
  1510.    }
  1511.  
  1512.    /* Category Badge */
  1513.    .blog-category-v4 {
  1514.        position: absolute;
  1515.        top: 20px;
  1516.        left: 20px;
  1517.        padding: 10px 18px;
  1518.        border-radius: 20px;
  1519.        font-size: 11px;
  1520.        font-weight: 700;
  1521.        text-transform: uppercase;
  1522.        letter-spacing: 1.2px;
  1523.        z-index: 5;
  1524.        border: 1px solid rgba(255, 255, 255, 0.3);
  1525.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1526.    }
  1527.  
  1528.    /* Content Area */
  1529.    .blog-content-v4 {
  1530.        padding: 20px 25px 25px;
  1531.        display: flex;
  1532.        flex-direction: column;
  1533.        justify-content: space-between;
  1534.        position: relative;
  1535.        z-index: 2;
  1536.    }
  1537.  
  1538.    /* Title */
  1539.    .blog-title-v4 {
  1540.        font-size: 20px;
  1541.        font-weight: 800;
  1542.        line-height: 1.3;
  1543.        margin-bottom: 8px;
  1544.    }
  1545.  
  1546.    .blog-title-v4 a {
  1547.        text-decoration: none;
  1548.    }
  1549.  
  1550.    /* Meta Information */
  1551.    .blog-meta-v4 {
  1552.        display: flex;
  1553.        align-items: center;
  1554.        gap: 12px;
  1555.        margin-bottom: 15px;
  1556.        font-size: 13px;
  1557.    }
  1558.  
  1559.    .blog-author-img-v4 {
  1560.        width: 35px;
  1561.        height: 35px;
  1562.        border-radius: 50%;
  1563.        border: 2px solid var(--border-color);
  1564.    }
  1565.  
  1566.    /* Excerpt */
  1567.    .blog-excerpt-v4 {
  1568.        font-size: 14px;
  1569.        line-height: 1.6;
  1570.        margin-bottom: 8px;
  1571.        display: -webkit-box;
  1572.        -webkit-line-clamp: 3;
  1573.        -webkit-box-orient: vertical;
  1574.        overflow: hidden;
  1575.    }
  1576.  
  1577.    /* Actions Area */
  1578.    .blog-actions-v4 {
  1579.        display: flex;
  1580.        justify-content: space-between;
  1581.        align-items: center;
  1582.    }
  1583.  
  1584.    .blog-stats-v4 {
  1585.        display: flex;
  1586.        gap: 20px;
  1587.        align-items: center;
  1588.    }
  1589.  
  1590.    .blog-stat-item-v4 {
  1591.        display: flex;
  1592.        align-items: center;
  1593.        gap: 6px;
  1594.        font-size: 12px;
  1595.    }
  1596.  
  1597.    /* Read More Button */
  1598.    .blog-read-more-v4 {
  1599.        width: 40px;
  1600.        height: 40px;
  1601.        border-radius: 50%;
  1602.        background: var(--border-color);
  1603.        border: 2px solid var(--border-color);
  1604.        display: flex;
  1605.        align-items: center;
  1606.        justify-content: center;
  1607.        text-decoration: none;
  1608.    }
  1609.  
  1610.    ..blog-read-more-v4:hover{
  1611.        background-color: #172133;
  1612.    }
  1613.    /* Section Header */
  1614.    .section-header-v4 {
  1615.        text-align: center;
  1616.        margin-bottom: 40px;
  1617.        position: relative;
  1618.        z-index: 15;
  1619.    }
  1620.  
  1621.    .section-title-v4 {
  1622.        font-size: 3.5rem;
  1623.        font-weight: 900;
  1624.        margin-bottom: .5rem;
  1625.    }
  1626.  
  1627.    .section-subtitle-v4 {
  1628.        font-size: 1.4rem;
  1629.        max-width: 700px;
  1630.        margin: 0 auto;
  1631.        line-height: 1.7;
  1632.        font-weight: 300;
  1633.    }
  1634.  
  1635.    /* Scroll Fade Animation */
  1636.    .scroll-trigger {
  1637.        opacity: 0;
  1638.        transition: opacity 1.2s ease;
  1639.    }
  1640.  
  1641.    .scroll-trigger.active {
  1642.        opacity: 1;
  1643.    }
  1644.  
  1645.    /* Responsive Design */
  1646.    @media (max-width: 768px) {
  1647.        .section-title-v4 {
  1648.            font-size: 3rem;
  1649.        }
  1650.        .blog-highlights-v4 {
  1651.            padding: 80px 0;
  1652.        }
  1653.        .blog-card-v4 {
  1654.            height: 450px;
  1655.        }
  1656.        .blog-content-v4 {
  1657.            padding: 15px 20px 20px;
  1658.        }
  1659.    }
  1660. </style>
  1661.  
  1662. <section class="blog-highlights-v4">
  1663.    <div class="container-fluid fluid-container blog-container-v4">
  1664.        <!-- Section Header -->
  1665.        <div class="row">
  1666.            <div class="col-12">
  1667.                <div class="section-header-v4">
  1668.                    <h2 class="section-title-v4">
  1669.                Today's Top Highlights
  1670.                   </h2>
  1671.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1672.                </div>
  1673.            </div>
  1674.        </div>
  1675.        
  1676.        <!-- Blog Grid -->
  1677.        <div class="row">
  1678.            <div class="col-lg-8">
  1679.                <div class="row g-4">
  1680.                    
  1681.                    <div class="col-lg-6 col-md-6">
  1682.                        <article class="blog-card-v4 scroll-trigger">
  1683.                            <div class="blog-image-container-v4">
  1684.                                <div class="blog-image-v4">
  1685.                                    
  1686.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1687.                                    
  1688.                                </div>
  1689.                                
  1690.                                <span class="blog-category-v4 bg-primary-gradient">
  1691.                                    News
  1692.                                </span>
  1693.                            </div>
  1694.                            
  1695.                            <div class="blog-content-v4">
  1696.                                <h3 class="blog-title-v4">
  1697.                                    <a href="/exploring-anthony-hopkins-autobiography-we-did-ok-kid-insights-a-legend-with-a-temper/" class="top-color">
  1698.                                    Exploring Anthony Hopkins&#x27; Autobiography We Did OK, Kid – Insights: A Legend with a Temper
  1699.                                    </a>
  1700.                                </h3>
  1701.                                <div class="blog-meta-v4">
  1702.                                    
  1703.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1704.                                    
  1705.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1706.                                    <span>•</span>
  1707.                                    <span>09 Aug 2026</span>
  1708.                                </div>
  1709.                                
  1710.                                <p class="blog-excerpt-v4">
  1711.                                    
  1712.                                </p>
  1713.                                
  1714.                                <div class="blog-actions-v4">
  1715.                                    
  1716.                                    <a href="/exploring-anthony-hopkins-autobiography-we-did-ok-kid-insights-a-legend-with-a-temper/" class="blog-read-more-v4 bg-primary-gradient">
  1717.                                        <i class="ti-arrow-right"></i>
  1718.                                    </a>
  1719.                                </div>
  1720.                            </div>
  1721.                        </article>
  1722.                    </div>
  1723.                    
  1724.                    <div class="col-lg-6 col-md-6">
  1725.                        <article class="blog-card-v4 scroll-trigger">
  1726.                            <div class="blog-image-container-v4">
  1727.                                <div class="blog-image-v4">
  1728.                                    
  1729.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1730.                                    
  1731.                                </div>
  1732.                                
  1733.                                <span class="blog-category-v4 bg-primary-gradient">
  1734.                                    News
  1735.                                </span>
  1736.                            </div>
  1737.                            
  1738.                            <div class="blog-content-v4">
  1739.                                <h3 class="blog-title-v4">
  1740.                                    <a href="/watkins-maintains-the-edge-but-calvert-lewin-might-still-secure-the-international-squad/" class="top-color">
  1741.                                    Watkins Maintains the Edge - But Calvert-Lewin Might Still Secure the International Squad
  1742.                                    </a>
  1743.                                </h3>
  1744.                                <div class="blog-meta-v4">
  1745.                                    
  1746.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1747.                                    
  1748.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1749.                                    <span>•</span>
  1750.                                    <span>09 Aug 2026</span>
  1751.                                </div>
  1752.                                
  1753.                                <p class="blog-excerpt-v4">
  1754.                                    
  1755.                                </p>
  1756.                                
  1757.                                <div class="blog-actions-v4">
  1758.                                    
  1759.                                    <a href="/watkins-maintains-the-edge-but-calvert-lewin-might-still-secure-the-international-squad/" class="blog-read-more-v4 bg-primary-gradient">
  1760.                                        <i class="ti-arrow-right"></i>
  1761.                                    </a>
  1762.                                </div>
  1763.                            </div>
  1764.                        </article>
  1765.                    </div>
  1766.                    
  1767.                    <div class="col-lg-6 col-md-6">
  1768.                        <article class="blog-card-v4 scroll-trigger">
  1769.                            <div class="blog-image-container-v4">
  1770.                                <div class="blog-image-v4">
  1771.                                    
  1772.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1773.                                    
  1774.                                </div>
  1775.                                
  1776.                                <span class="blog-category-v4 bg-primary-gradient">
  1777.                                    News
  1778.                                </span>
  1779.                            </div>
  1780.                            
  1781.                            <div class="blog-content-v4">
  1782.                                <h3 class="blog-title-v4">
  1783.                                    <a href="/that-drifting-excrement-was-way-too-meaningful-its-the-television-disappointments-of-the-past-year/" class="top-color">
  1784.                                    That Drifting Excrement Was Way Too Meaningful! It&#x27;s the Television Disappointments of the Past Year.
  1785.                                    </a>
  1786.                                </h3>
  1787.                                <div class="blog-meta-v4">
  1788.                                    
  1789.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1790.                                    
  1791.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1792.                                    <span>•</span>
  1793.                                    <span>08 Aug 2026</span>
  1794.                                </div>
  1795.                                
  1796.                                <p class="blog-excerpt-v4">
  1797.                                    
  1798.                                </p>
  1799.                                
  1800.                                <div class="blog-actions-v4">
  1801.                                    
  1802.                                    <a href="/that-drifting-excrement-was-way-too-meaningful-its-the-television-disappointments-of-the-past-year/" class="blog-read-more-v4 bg-primary-gradient">
  1803.                                        <i class="ti-arrow-right"></i>
  1804.                                    </a>
  1805.                                </div>
  1806.                            </div>
  1807.                        </article>
  1808.                    </div>
  1809.                    
  1810.                    <div class="col-lg-6 col-md-6">
  1811.                        <article class="blog-card-v4 scroll-trigger">
  1812.                            <div class="blog-image-container-v4">
  1813.                                <div class="blog-image-v4">
  1814.                                    
  1815.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1816.                                    
  1817.                                </div>
  1818.                                
  1819.                                <span class="blog-category-v4 bg-primary-gradient">
  1820.                                    News
  1821.                                </span>
  1822.                            </div>
  1823.                            
  1824.                            <div class="blog-content-v4">
  1825.                                <h3 class="blog-title-v4">
  1826.                                    <a href="/festive-finger-food-how-to-transform-christmas-leftovers-into-nye-canapes/" class="top-color">
  1827.                                    Festive Finger Food: How to Transform Christmas Leftovers into NYE Canapes
  1828.                                    </a>
  1829.                                </h3>
  1830.                                <div class="blog-meta-v4">
  1831.                                    
  1832.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1833.                                    
  1834.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1835.                                    <span>•</span>
  1836.                                    <span>08 Aug 2026</span>
  1837.                                </div>
  1838.                                
  1839.                                <p class="blog-excerpt-v4">
  1840.                                    
  1841.                                </p>
  1842.                                
  1843.                                <div class="blog-actions-v4">
  1844.                                    
  1845.                                    <a href="/festive-finger-food-how-to-transform-christmas-leftovers-into-nye-canapes/" class="blog-read-more-v4 bg-primary-gradient">
  1846.                                        <i class="ti-arrow-right"></i>
  1847.                                    </a>
  1848.                                </div>
  1849.                            </div>
  1850.                        </article>
  1851.                    </div>
  1852.                    
  1853.                    <div class="col-lg-6 col-md-6">
  1854.                        <article class="blog-card-v4 scroll-trigger">
  1855.                            <div class="blog-image-container-v4">
  1856.                                <div class="blog-image-v4">
  1857.                                    
  1858.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1859.                                    
  1860.                                </div>
  1861.                                
  1862.                                <span class="blog-category-v4 bg-primary-gradient">
  1863.                                    News
  1864.                                </span>
  1865.                            </div>
  1866.                            
  1867.                            <div class="blog-content-v4">
  1868.                                <h3 class="blog-title-v4">
  1869.                                    <a href="/the-dark-blues-versus-celtic-the-managers-side-aim-to-narrow-gap-at-summit/" class="top-color">
  1870.                                    The Dark Blues versus Celtic: The Manager&#x27;s Side Aim to Narrow Gap at Summit
  1871.                                    </a>
  1872.                                </h3>
  1873.                                <div class="blog-meta-v4">
  1874.                                    
  1875.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1876.                                    
  1877.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1878.                                    <span>•</span>
  1879.                                    <span>08 Aug 2026</span>
  1880.                                </div>
  1881.                                
  1882.                                <p class="blog-excerpt-v4">
  1883.                                    
  1884.                                </p>
  1885.                                
  1886.                                <div class="blog-actions-v4">
  1887.                                    
  1888.                                    <a href="/the-dark-blues-versus-celtic-the-managers-side-aim-to-narrow-gap-at-summit/" class="blog-read-more-v4 bg-primary-gradient">
  1889.                                        <i class="ti-arrow-right"></i>
  1890.                                    </a>
  1891.                                </div>
  1892.                            </div>
  1893.                        </article>
  1894.                    </div>
  1895.                    
  1896.                    <div class="col-lg-6 col-md-6">
  1897.                        <article class="blog-card-v4 scroll-trigger">
  1898.                            <div class="blog-image-container-v4">
  1899.                                <div class="blog-image-v4">
  1900.                                    
  1901.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1902.                                    
  1903.                                </div>
  1904.                                
  1905.                                <span class="blog-category-v4 bg-primary-gradient">
  1906.                                    News
  1907.                                </span>
  1908.                            </div>
  1909.                            
  1910.                            <div class="blog-content-v4">
  1911.                                <h3 class="blog-title-v4">
  1912.                                    <a href="/three-lions-top-talents-are-unable-to-operate-simultaneously-whats-the-verdict/" class="top-color">
  1913.                                    Three Lions&#x27; top talents are unable to operate simultaneously - what&#x27;s the verdict?
  1914.                                    </a>
  1915.                                </h3>
  1916.                                <div class="blog-meta-v4">
  1917.                                    
  1918.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1919.                                    
  1920.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1921.                                    <span>•</span>
  1922.                                    <span>08 Aug 2026</span>
  1923.                                </div>
  1924.                                
  1925.                                <p class="blog-excerpt-v4">
  1926.                                    
  1927.                                </p>
  1928.                                
  1929.                                <div class="blog-actions-v4">
  1930.                                    
  1931.                                    <a href="/three-lions-top-talents-are-unable-to-operate-simultaneously-whats-the-verdict/" class="blog-read-more-v4 bg-primary-gradient">
  1932.                                        <i class="ti-arrow-right"></i>
  1933.                                    </a>
  1934.                                </div>
  1935.                            </div>
  1936.                        </article>
  1937.                    </div>
  1938.                    
  1939.                    <div class="col-lg-6 col-md-6">
  1940.                        <article class="blog-card-v4 scroll-trigger">
  1941.                            <div class="blog-image-container-v4">
  1942.                                <div class="blog-image-v4">
  1943.                                    
  1944.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1945.                                    
  1946.                                </div>
  1947.                                
  1948.                                <span class="blog-category-v4 bg-primary-gradient">
  1949.                                    News
  1950.                                </span>
  1951.                            </div>
  1952.                            
  1953.                            <div class="blog-content-v4">
  1954.                                <h3 class="blog-title-v4">
  1955.                                    <a href="/seattle-seahawks-punch-play-off-berth-with-thrilling-extra-time-victory-over-rams/" class="top-color">
  1956.                                    Seattle Seahawks Punch Play-off Berth with Thrilling Extra Time Victory over Rams.
  1957.                                    </a>
  1958.                                </h3>
  1959.                                <div class="blog-meta-v4">
  1960.                                    
  1961.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  1962.                                    
  1963.                                    <span>By <strong>Jeanette Goodman</strong></span>
  1964.                                    <span>•</span>
  1965.                                    <span>08 Aug 2026</span>
  1966.                                </div>
  1967.                                
  1968.                                <p class="blog-excerpt-v4">
  1969.                                    
  1970.                                </p>
  1971.                                
  1972.                                <div class="blog-actions-v4">
  1973.                                    
  1974.                                    <a href="/seattle-seahawks-punch-play-off-berth-with-thrilling-extra-time-victory-over-rams/" class="blog-read-more-v4 bg-primary-gradient">
  1975.                                        <i class="ti-arrow-right"></i>
  1976.                                    </a>
  1977.                                </div>
  1978.                            </div>
  1979.                        </article>
  1980.                    </div>
  1981.                    
  1982.                    <div class="col-lg-6 col-md-6">
  1983.                        <article class="blog-card-v4 scroll-trigger">
  1984.                            <div class="blog-image-container-v4">
  1985.                                <div class="blog-image-v4">
  1986.                                    
  1987.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1988.                                    
  1989.                                </div>
  1990.                                
  1991.                                <span class="blog-category-v4 bg-primary-gradient">
  1992.                                    News
  1993.                                </span>
  1994.                            </div>
  1995.                            
  1996.                            <div class="blog-content-v4">
  1997.                                <h3 class="blog-title-v4">
  1998.                                    <a href="/why-hearts-landmark-championship-challenge-isnt-as-a-shock/" class="top-color">
  1999.                                    Why Hearts&#x27; Landmark Championship Challenge Isn&#x27;t as a Shock.
  2000.                                    </a>
  2001.                                </h3>
  2002.                                <div class="blog-meta-v4">
  2003.                                    
  2004.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  2005.                                    
  2006.                                    <span>By <strong>Jeanette Goodman</strong></span>
  2007.                                    <span>•</span>
  2008.                                    <span>08 Aug 2026</span>
  2009.                                </div>
  2010.                                
  2011.                                <p class="blog-excerpt-v4">
  2012.                                    
  2013.                                </p>
  2014.                                
  2015.                                <div class="blog-actions-v4">
  2016.                                    
  2017.                                    <a href="/why-hearts-landmark-championship-challenge-isnt-as-a-shock/" class="blog-read-more-v4 bg-primary-gradient">
  2018.                                        <i class="ti-arrow-right"></i>
  2019.                                    </a>
  2020.                                </div>
  2021.                            </div>
  2022.                        </article>
  2023.                    </div>
  2024.                    
  2025.                    <div class="col-lg-6 col-md-6">
  2026.                        <article class="blog-card-v4 scroll-trigger">
  2027.                            <div class="blog-image-container-v4">
  2028.                                <div class="blog-image-v4">
  2029.                                    
  2030.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2031.                                    
  2032.                                </div>
  2033.                                
  2034.                                <span class="blog-category-v4 bg-primary-gradient">
  2035.                                    News
  2036.                                </span>
  2037.                            </div>
  2038.                            
  2039.                            <div class="blog-content-v4">
  2040.                                <h3 class="blog-title-v4">
  2041.                                    <a href="/sokcho-in-winter-review-a-moody-slow-burn-story-of-familial-bonds-and-closeness-in-a-korean-frontier-town/" class="top-color">
  2042.                                    Sokcho in Winter Review: A Moody Slow-Burn Story of Familial Bonds and Closeness in a Korean Frontier Town
  2043.                                    </a>
  2044.                                </h3>
  2045.                                <div class="blog-meta-v4">
  2046.                                    
  2047.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  2048.                                    
  2049.                                    <span>By <strong>Jeanette Goodman</strong></span>
  2050.                                    <span>•</span>
  2051.                                    <span>08 Aug 2026</span>
  2052.                                </div>
  2053.                                
  2054.                                <p class="blog-excerpt-v4">
  2055.                                    
  2056.                                </p>
  2057.                                
  2058.                                <div class="blog-actions-v4">
  2059.                                    
  2060.                                    <a href="/sokcho-in-winter-review-a-moody-slow-burn-story-of-familial-bonds-and-closeness-in-a-korean-frontier-town/" class="blog-read-more-v4 bg-primary-gradient">
  2061.                                        <i class="ti-arrow-right"></i>
  2062.                                    </a>
  2063.                                </div>
  2064.                            </div>
  2065.                        </article>
  2066.                    </div>
  2067.                    
  2068.                    <div class="col-lg-6 col-md-6">
  2069.                        <article class="blog-card-v4 scroll-trigger">
  2070.                            <div class="blog-image-container-v4">
  2071.                                <div class="blog-image-v4">
  2072.                                    
  2073.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2074.                                    
  2075.                                </div>
  2076.                                
  2077.                                <span class="blog-category-v4 bg-primary-gradient">
  2078.                                    News
  2079.                                </span>
  2080.                            </div>
  2081.                            
  2082.                            <div class="blog-content-v4">
  2083.                                <h3 class="blog-title-v4">
  2084.                                    <a href="/keeper-review-romance-descends-into-the-underworld-in-powerfully-spooky-horror/" class="top-color">
  2085.                                    Keeper Review – Romance Descends into the Underworld in Powerfully Spooky Horror
  2086.                                    </a>
  2087.                                </h3>
  2088.                                <div class="blog-meta-v4">
  2089.                                    
  2090.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  2091.                                    
  2092.                                    <span>By <strong>Jeanette Goodman</strong></span>
  2093.                                    <span>•</span>
  2094.                                    <span>08 Aug 2026</span>
  2095.                                </div>
  2096.                                
  2097.                                <p class="blog-excerpt-v4">
  2098.                                    
  2099.                                </p>
  2100.                                
  2101.                                <div class="blog-actions-v4">
  2102.                                    
  2103.                                    <a href="/keeper-review-romance-descends-into-the-underworld-in-powerfully-spooky-horror/" class="blog-read-more-v4 bg-primary-gradient">
  2104.                                        <i class="ti-arrow-right"></i>
  2105.                                    </a>
  2106.                                </div>
  2107.                            </div>
  2108.                        </article>
  2109.                    </div>
  2110.                    
  2111.                    <div class="col-lg-6 col-md-6">
  2112.                        <article class="blog-card-v4 scroll-trigger">
  2113.                            <div class="blog-image-container-v4">
  2114.                                <div class="blog-image-v4">
  2115.                                    
  2116.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2117.                                    
  2118.                                </div>
  2119.                                
  2120.                                <span class="blog-category-v4 bg-primary-gradient">
  2121.                                    News
  2122.                                </span>
  2123.                            </div>
  2124.                            
  2125.                            <div class="blog-content-v4">
  2126.                                <h3 class="blog-title-v4">
  2127.                                    <a href="/edward-enninful-discusses-modern-britain-britain-feels-less-tolerant-now-than-we-were-decades-ago/" class="top-color">
  2128.                                    Edward Enninful discusses Modern Britain: &#x27;Britain Feels Less Tolerant Now&#x27; Than We Were Decades Ago.
  2129.                                    </a>
  2130.                                </h3>
  2131.                                <div class="blog-meta-v4">
  2132.                                    
  2133.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  2134.                                    
  2135.                                    <span>By <strong>Jeanette Goodman</strong></span>
  2136.                                    <span>•</span>
  2137.                                    <span>07 Aug 2026</span>
  2138.                                </div>
  2139.                                
  2140.                                <p class="blog-excerpt-v4">
  2141.                                    
  2142.                                </p>
  2143.                                
  2144.                                <div class="blog-actions-v4">
  2145.                                    
  2146.                                    <a href="/edward-enninful-discusses-modern-britain-britain-feels-less-tolerant-now-than-we-were-decades-ago/" class="blog-read-more-v4 bg-primary-gradient">
  2147.                                        <i class="ti-arrow-right"></i>
  2148.                                    </a>
  2149.                                </div>
  2150.                            </div>
  2151.                        </article>
  2152.                    </div>
  2153.                    
  2154.                    <div class="col-lg-6 col-md-6">
  2155.                        <article class="blog-card-v4 scroll-trigger">
  2156.                            <div class="blog-image-container-v4">
  2157.                                <div class="blog-image-v4">
  2158.                                    
  2159.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2160.                                    
  2161.                                </div>
  2162.                                
  2163.                                <span class="blog-category-v4 bg-primary-gradient">
  2164.                                    News
  2165.                                </span>
  2166.                            </div>
  2167.                            
  2168.                            <div class="blog-content-v4">
  2169.                                <h3 class="blog-title-v4">
  2170.                                    <a href="/high-youth-death-numbers-indicate-an-growing-emergency-worldwide-medical-analysis-cautions/" class="top-color">
  2171.                                    High Youth Death Numbers Indicate an Growing Emergency’, Worldwide Medical Analysis Cautions
  2172.                                    </a>
  2173.                                </h3>
  2174.                                <div class="blog-meta-v4">
  2175.                                    
  2176.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;"  class="blog-author-img-v4">
  2177.                                    
  2178.                                    <span>By <strong>Jeanette Goodman</strong></span>
  2179.                                    <span>•</span>
  2180.                                    <span>07 Aug 2026</span>
  2181.                                </div>
  2182.                                
  2183.                                <p class="blog-excerpt-v4">
  2184.                                    
  2185.                                </p>
  2186.                                
  2187.                                <div class="blog-actions-v4">
  2188.                                    
  2189.                                    <a href="/high-youth-death-numbers-indicate-an-growing-emergency-worldwide-medical-analysis-cautions/" class="blog-read-more-v4 bg-primary-gradient">
  2190.                                        <i class="ti-arrow-right"></i>
  2191.                                    </a>
  2192.                                </div>
  2193.                            </div>
  2194.                        </article>
  2195.                    </div>
  2196.                    
  2197.                    
  2198.  
  2199.                </div>
  2200.            </div>
  2201.            
  2202.             <div class="col col-lg-4 col-12">
  2203.                
  2204.  
  2205.  
  2206.  
  2207.    
  2208.  
  2209.  
  2210. <!-- Blog Sidebar -->
  2211.  
  2212.    <div class="sidebar mb-3">
  2213.        
  2214.        
  2215.        <div class="sidebar-widget mb-4">
  2216.            <div class="widget-title-wrapper mb-3">
  2217.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2218.                    July 2026 Blog Roll
  2219.                    <span class="title-arrow"></span>
  2220.                </h4>
  2221.            </div>
  2222.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2223.                <ul class="list-unstyled scrollable-sidebar">
  2224.                    
  2225.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2226.                        <a href="https://dadi.cloud/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2227.                            <i class="ti-angle-right me-2 text-primary"></i>
  2228.                            <span class="fw-semibold">best trading apps</span>
  2229.                        </a>
  2230.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2231.                    </li>
  2232.                    
  2233.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2234.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2235.                            <i class="ti-angle-right me-2 text-primary"></i>
  2236.                            <span class="fw-semibold">uk casinos</span>
  2237.                        </a>
  2238.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2239.                    </li>
  2240.                    
  2241.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2242.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2243.                            <i class="ti-angle-right me-2 text-primary"></i>
  2244.                            <span class="fw-semibold">uk online casinos</span>
  2245.                        </a>
  2246.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2247.                    </li>
  2248.                    
  2249.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2250.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2251.                            <i class="ti-angle-right me-2 text-primary"></i>
  2252.                            <span class="fw-semibold">uk online casinos</span>
  2253.                        </a>
  2254.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2255.                    </li>
  2256.                    
  2257.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2258.                        <a href="https://chapeltownpark.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2259.                            <i class="ti-angle-right me-2 text-primary"></i>
  2260.                            <span class="fw-semibold">casinos not on GamStop</span>
  2261.                        </a>
  2262.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2263.                    </li>
  2264.                    
  2265.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2266.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2267.                            <i class="ti-angle-right me-2 text-primary"></i>
  2268.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2269.                        </a>
  2270.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2271.                    </li>
  2272.                    
  2273.                </ul>
  2274.            </div>
  2275.        </div>
  2276.        
  2277.        <div class="sidebar-widget mb-4">
  2278.            <div class="widget-title-wrapper mb-3">
  2279.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2280.                    June 2026 Blog Roll
  2281.                    <span class="title-arrow"></span>
  2282.                </h4>
  2283.            </div>
  2284.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2285.                <ul class="list-unstyled scrollable-sidebar">
  2286.                    
  2287.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2288.                        <a href="https://esports-news.co.uk/online-casinos/crypto/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2289.                            <i class="ti-angle-right me-2 text-primary"></i>
  2290.                            <span class="fw-semibold">Verification casinos recommended</span>
  2291.                        </a>
  2292.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2293.                    </li>
  2294.                    
  2295.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2296.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2297.                            <i class="ti-angle-right me-2 text-primary"></i>
  2298.                            <span class="fw-semibold">casinos online</span>
  2299.                        </a>
  2300.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2301.                    </li>
  2302.                    
  2303.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2304.                        <a href="https://www.footitalia.com/betting-sites/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2305.                            <i class="ti-angle-right me-2 text-primary"></i>
  2306.                            <span class="fw-semibold">sports betting sites not on Gamstop</span>
  2307.                        </a>
  2308.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2309.                    </li>
  2310.                    
  2311.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2312.                        <a href="https://www.pokerstrategy.com/betting-sites/uk/non-gamstop-betting-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2313.                            <i class="ti-angle-right me-2 text-primary"></i>
  2314.                            <span class="fw-semibold">visit sports betting not on Gamstop</span>
  2315.                        </a>
  2316.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2317.                    </li>
  2318.                    
  2319.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2320.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2321.                            <i class="ti-angle-right me-2 text-primary"></i>
  2322.                            <span class="fw-semibold">find a non Gamstop casino UK</span>
  2323.                        </a>
  2324.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2325.                    </li>
  2326.                    
  2327.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2328.                        <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2329.                            <i class="ti-angle-right me-2 text-primary"></i>
  2330.                            <span class="fw-semibold">Non Gamstop Casino</span>
  2331.                        </a>
  2332.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2333.                    </li>
  2334.                    
  2335.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2336.                        <a href="https://www.camelotintl.com/betting-sites-not-on-gamstop-uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2337.                            <i class="ti-angle-right me-2 text-primary"></i>
  2338.                            <span class="fw-semibold">new betting sites not on gamstop</span>
  2339.                        </a>
  2340.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2341.                    </li>
  2342.                    
  2343.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2344.                        <a href="https://cryptonews.com/uk/best-crypto-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2345.                            <i class="ti-angle-right me-2 text-primary"></i>
  2346.                            <span class="fw-semibold">inner link to TOP Crypto Casinos</span>
  2347.                        </a>
  2348.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2349.                    </li>
  2350.                    
  2351.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2352.                        <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2353.                            <i class="ti-angle-right me-2 text-primary"></i>
  2354.                            <span class="fw-semibold">scroll for casino online UK</span>
  2355.                        </a>
  2356.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2357.                    </li>
  2358.                    
  2359.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2360.                        <a href="https://www.aboutcookies.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2361.                            <i class="ti-angle-right me-2 text-primary"></i>
  2362.                            <span class="fw-semibold">discover non-GAMSTOP casinos</span>
  2363.                        </a>
  2364.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2365.                    </li>
  2366.                    
  2367.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2368.                        <a href="https://www.kennybaker.co.uk/"  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">that online casino uk</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://www.outset.org/"  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">best online betting sites</span>
  2379.                        </a>
  2380.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2381.                    </li>
  2382.                    
  2383.                </ul>
  2384.            </div>
  2385.        </div>
  2386.        
  2387.        <div class="sidebar-widget mb-4">
  2388.            <div class="widget-title-wrapper mb-3">
  2389.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2390.                    May 2026 Blog Roll
  2391.                    <span class="title-arrow"></span>
  2392.                </h4>
  2393.            </div>
  2394.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2395.                <ul class="list-unstyled scrollable-sidebar">
  2396.                    
  2397.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2398.                        <a href="https://www.diabetologists-abcd.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="fw-semibold">casinos not on gamstop</span>
  2401.                        </a>
  2402.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2403.                    </li>
  2404.                    
  2405.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2406.                        <a href="https://www.wharfside.co.uk/introducing-wharfside"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="fw-semibold">non gamstop casino uk</span>
  2409.                        </a>
  2410.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2411.                    </li>
  2412.                    
  2413.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2414.                        <a href="https://www.foodandfuel.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2417.                        </a>
  2418.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2419.                    </li>
  2420.                    
  2421.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2422.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="fw-semibold">online casinos</span>
  2425.                        </a>
  2426.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2427.                    </li>
  2428.                    
  2429.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2430.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2431.                            <i class="ti-angle-right me-2 text-primary"></i>
  2432.                            <span class="fw-semibold">casino</span>
  2433.                        </a>
  2434.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2435.                    </li>
  2436.                    
  2437.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2438.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="fw-semibold">casinos not on gamstop</span>
  2441.                        </a>
  2442.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2443.                    </li>
  2444.                    
  2445.                </ul>
  2446.            </div>
  2447.        </div>
  2448.        
  2449.        <div class="sidebar-widget mb-4">
  2450.            <div class="widget-title-wrapper mb-3">
  2451.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2452.                    April 2026 Blog Roll
  2453.                    <span class="title-arrow"></span>
  2454.                </h4>
  2455.            </div>
  2456.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2457.                <ul class="list-unstyled scrollable-sidebar">
  2458.                    
  2459.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2460.                        <a href="https://maisondefleurs.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2461.                            <i class="ti-angle-right me-2 text-primary"></i>
  2462.                            <span class="fw-semibold">non GamStop slots</span>
  2463.                        </a>
  2464.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2465.                    </li>
  2466.                    
  2467.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2468.                        <a href="https://www.explorebedford.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2469.                            <i class="ti-angle-right me-2 text-primary"></i>
  2470.                            <span class="fw-semibold">no verification casinos</span>
  2471.                        </a>
  2472.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2473.                    </li>
  2474.                    
  2475.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2476.                        <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2477.                            <i class="ti-angle-right me-2 text-primary"></i>
  2478.                            <span class="fw-semibold">non gamstop casino</span>
  2479.                        </a>
  2480.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2481.                    </li>
  2482.                    
  2483.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2484.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2485.                            <i class="ti-angle-right me-2 text-primary"></i>
  2486.                            <span class="fw-semibold">casino</span>
  2487.                        </a>
  2488.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2489.                    </li>
  2490.                    
  2491.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2492.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="fw-semibold">online casinos UK</span>
  2495.                        </a>
  2496.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2497.                    </li>
  2498.                    
  2499.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2500.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2501.                            <i class="ti-angle-right me-2 text-primary"></i>
  2502.                            <span class="fw-semibold">casino not on GamStop</span>
  2503.                        </a>
  2504.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2505.                    </li>
  2506.                    
  2507.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2508.                        <a href="https://glasgowmuseumsslavery.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2509.                            <i class="ti-angle-right me-2 text-primary"></i>
  2510.                            <span class="fw-semibold">non gamstop casinos</span>
  2511.                        </a>
  2512.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2513.                    </li>
  2514.                    
  2515.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2516.                        <a href="https://bcab.org.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2517.                            <i class="ti-angle-right me-2 text-primary"></i>
  2518.                            <span class="fw-semibold">non gamstop casinos</span>
  2519.                        </a>
  2520.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2521.                    </li>
  2522.                    
  2523.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2524.                        <a href="https://casino.blackcurve.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2525.                            <i class="ti-angle-right me-2 text-primary"></i>
  2526.                            <span class="fw-semibold">legit non gamstop casino</span>
  2527.                        </a>
  2528.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2529.                    </li>
  2530.                    
  2531.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2532.                        <a href="https://www.horsleylodgegolfclub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2533.                            <i class="ti-angle-right me-2 text-primary"></i>
  2534.                            <span class="fw-semibold">credit card online casinos</span>
  2535.                        </a>
  2536.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2537.                    </li>
  2538.                    
  2539.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2540.                        <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2541.                            <i class="ti-angle-right me-2 text-primary"></i>
  2542.                            <span class="fw-semibold">best casinos not on GamStop</span>
  2543.                        </a>
  2544.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2545.                    </li>
  2546.                    
  2547.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2548.                        <a href="https://playmonster.co.uk"  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">casino not on GamStop UK</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://fdncoffee.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">games not on GamStop</span>
  2559.                        </a>
  2560.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2561.                    </li>
  2562.                    
  2563.                </ul>
  2564.            </div>
  2565.        </div>
  2566.        
  2567.        <div class="sidebar-widget mb-4">
  2568.            <div class="widget-title-wrapper mb-3">
  2569.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2570.                    March 2026 Blog Roll
  2571.                    <span class="title-arrow"></span>
  2572.                </h4>
  2573.            </div>
  2574.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2575.                <ul class="list-unstyled scrollable-sidebar">
  2576.                    
  2577.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2578.                        <a href="https://pirateparty.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2581.                        </a>
  2582.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2583.                    </li>
  2584.                    
  2585.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2586.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="fw-semibold">non gamstop casino</span>
  2589.                        </a>
  2590.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2591.                    </li>
  2592.                    
  2593.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2594.                        <a href="https://shopy.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="fw-semibold">non gamstop casino</span>
  2597.                        </a>
  2598.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2599.                    </li>
  2600.                    
  2601.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2602.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="fw-semibold">best non UK gambling sites</span>
  2605.                        </a>
  2606.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2607.                    </li>
  2608.                    
  2609.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2610.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="fw-semibold">best uk betting sites</span>
  2613.                        </a>
  2614.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2615.                    </li>
  2616.                    
  2617.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2618.                        <a href="https://cloistersbistro.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="fw-semibold">new casino</span>
  2621.                        </a>
  2622.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2623.                    </li>
  2624.                    
  2625.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2626.                        <a href="https://www.greenfinder.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="fw-semibold">new uk casino sites</span>
  2629.                        </a>
  2630.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2631.                    </li>
  2632.                    
  2633.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2634.                        <a href="https://80trains.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="fw-semibold">new betting sites uk</span>
  2637.                        </a>
  2638.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2639.                    </li>
  2640.                    
  2641.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2642.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="fw-semibold">casino</span>
  2645.                        </a>
  2646.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2647.                    </li>
  2648.                    
  2649.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2650.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="fw-semibold">uk casino not on gamstop</span>
  2653.                        </a>
  2654.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2655.                    </li>
  2656.                    
  2657.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2658.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="fw-semibold">independent casinos not on Gamstop</span>
  2661.                        </a>
  2662.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2663.                    </li>
  2664.                    
  2665.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2666.                        <a href="https://rebecca-page.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="fw-semibold">poker not on gamstop uk</span>
  2669.                        </a>
  2670.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2671.                    </li>
  2672.                    
  2673.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2674.                        <a href="https://www.schoolnet.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2677.                        </a>
  2678.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2679.                    </li>
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://www.ktponline.org.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">non GamStop</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.ferranti-technologies.co.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">casino not on gamstop</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://www.toop.eu"  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">online 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.kysty.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">Slots Not on GamCare</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://tridentcryptofund.com/"  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">bitcoin casinos UK</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://bereavementcommission.org.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">online casino</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.livingcoasts.org.uk/"  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">online casino</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://thegreenmanatinglewhite.co.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">non uk betting sites</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.autoidlabs.org.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">non uk sports betting sites</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.pgldevonshire.org.uk/"  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">credit card casino UK</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://arthousehotelliverpool.co.uk/non-gamstop-casinos/"  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">UK casino not on GamStop</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://www.peckhamaudio.co.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">non GamStop 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.moretonmotormuseum.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">non GamStop casinos</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.littleshipsramsgate.co.uk/"  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">UK casinos not on GamStop</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.ginspa.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">casino not on GamStop UK</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.teapotisland.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">casinos not on GamStop</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://www.runningbuggies.com/"  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">not on GamStop</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://ola.co.uk/"  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">casino not on GamStop UK</span>
  2821.                        </a>
  2822.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2823.                    </li>
  2824.                    
  2825.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2826.                        <a href="https://www.bw-ullesthorpecourt.co.uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2827.                            <i class="ti-angle-right me-2 text-primary"></i>
  2828.                            <span class="fw-semibold">casinos not on GamStop</span>
  2829.                        </a>
  2830.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2831.                    </li>
  2832.                    
  2833.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2834.                        <a href="https://americymru.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2835.                            <i class="ti-angle-right me-2 text-primary"></i>
  2836.                            <span class="fw-semibold">casinos not on GamStop</span>
  2837.                        </a>
  2838.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2839.                    </li>
  2840.                    
  2841.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2842.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="fw-semibold">non GamStop</span>
  2845.                        </a>
  2846.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2847.                    </li>
  2848.                    
  2849.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2850.                        <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2851.                            <i class="ti-angle-right me-2 text-primary"></i>
  2852.                            <span class="fw-semibold">best non GamStop casinos</span>
  2853.                        </a>
  2854.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2855.                    </li>
  2856.                    
  2857.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2858.                        <a href="https://stanselmchurchsouthall.com/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="fw-semibold">new non GamStop casinos</span>
  2861.                        </a>
  2862.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2863.                    </li>
  2864.                    
  2865.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2866.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="fw-semibold">non GamStop casino UK</span>
  2869.                        </a>
  2870.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2871.                    </li>
  2872.                    
  2873.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2874.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="fw-semibold">not on GamStop</span>
  2877.                        </a>
  2878.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2879.                    </li>
  2880.                    
  2881.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2882.                        <a href="https://www.drinksandco.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="fw-semibold">casinos not on GamStop</span>
  2885.                        </a>
  2886.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2887.                    </li>
  2888.                    
  2889.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2890.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="fw-semibold">non GamStop casinos</span>
  2893.                        </a>
  2894.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2895.                    </li>
  2896.                    
  2897.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2898.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="fw-semibold">casino not on gamstop</span>
  2901.                        </a>
  2902.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2903.                    </li>
  2904.                    
  2905.                </ul>
  2906.            </div>
  2907.        </div>
  2908.        
  2909.        <div class="sidebar-widget mb-4">
  2910.            <div class="widget-title-wrapper mb-3">
  2911.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2912.                    February 2026 Blog Roll
  2913.                    <span class="title-arrow"></span>
  2914.                </h4>
  2915.            </div>
  2916.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2917.                <ul class="list-unstyled scrollable-sidebar">
  2918.                    
  2919.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2920.                        <a href="https://www.taysideaviation.co.uk/"  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">betting apps not on gamstop</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://itechlabs.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">online bookmakers not on gamstop</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://financialservicescultureboard.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">online bookmakers 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://kam-media.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">best casinos not on GamStop UK</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.thekarczma.co.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 UKGC 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.voiceprint.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">online 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.casquette.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">online casino</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://financialservicescultureboard.org.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">betting apps 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.outset.org/"  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">new betting sites 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://www.bunker-51.com/"  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">sites not on GamStop</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://www.llancaiachfawr.co.uk/"  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 sites</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.runningbuggies.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">UK casinos not on GamStop</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.summerhall.co.uk/"  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">online casinos not on gamstop</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://www.open-money.co.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">online casinos 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://whitestarrunning.co.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">UK casino not on GamStop</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.mediawise.org.uk/"  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">not on GamStop</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://heartofsheffield.co.uk/"  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">gambling sites not on GamStop</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://thenurserytheatre.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">non GamStop casino</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://pirateparty.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">slots not on GamStop</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://hmdbookclub.co.uk/"  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">best casinos not on GamStop</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://www.drenge.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">non 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://www.stewartmilne.com/"  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">best casino 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.freedamedia.com/"  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">new non GamStop casinos</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://thenewoxford.com/"  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 casinos UK</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.rockthefrockbridal.co.uk/"  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">slot sites 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.london-irish.com/"  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">online casino</span>
  3123.                        </a>
  3124.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3125.                    </li>
  3126.                    
  3127.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3128.                        <a href="https://www.roundhaypark.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3129.                            <i class="ti-angle-right me-2 text-primary"></i>
  3130.                            <span class="fw-semibold">best non gamstop casinos</span>
  3131.                        </a>
  3132.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3133.                    </li>
  3134.                    
  3135.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3136.                        <a href="https://techweekeurope.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3137.                            <i class="ti-angle-right me-2 text-primary"></i>
  3138.                            <span class="fw-semibold">casino sites not on gamstop</span>
  3139.                        </a>
  3140.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3141.                    </li>
  3142.                    
  3143.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3144.                        <a href="https://www.aipce.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3145.                            <i class="ti-angle-right me-2 text-primary"></i>
  3146.                            <span class="fw-semibold">casinos not on gamstop</span>
  3147.                        </a>
  3148.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3149.                    </li>
  3150.                    
  3151.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3152.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3153.                            <i class="ti-angle-right me-2 text-primary"></i>
  3154.                            <span class="fw-semibold">non gamstop casino</span>
  3155.                        </a>
  3156.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3157.                    </li>
  3158.                    
  3159.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3160.                        <a href="https://nickisdiapers.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="fw-semibold">crypto betting sites</span>
  3163.                        </a>
  3164.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3165.                    </li>
  3166.                    
  3167.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3168.                        <a href="https://www.charlesjencks.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3169.                            <i class="ti-angle-right me-2 text-primary"></i>
  3170.                            <span class="fw-semibold">best non gamstop casinos</span>
  3171.                        </a>
  3172.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3173.                    </li>
  3174.                    
  3175.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3176.                        <a href="https://datamagazine.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3177.                            <i class="ti-angle-right me-2 text-primary"></i>
  3178.                            <span class="fw-semibold">non gamstop casinos</span>
  3179.                        </a>
  3180.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3181.                    </li>
  3182.                    
  3183.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3184.                        <a href="https://littlewhitelies.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3185.                            <i class="ti-angle-right me-2 text-primary"></i>
  3186.                            <span class="fw-semibold">non gamstop casinos</span>
  3187.                        </a>
  3188.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3189.                    </li>
  3190.                    
  3191.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3192.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3193.                            <i class="ti-angle-right me-2 text-primary"></i>
  3194.                            <span class="fw-semibold">casino not on GAMSTOP</span>
  3195.                        </a>
  3196.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3197.                    </li>
  3198.                    
  3199.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3200.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3201.                            <i class="ti-angle-right me-2 text-primary"></i>
  3202.                            <span class="fw-semibold">casino not on GAMSTOP</span>
  3203.                        </a>
  3204.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3205.                    </li>
  3206.                    
  3207.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3208.                        <a href="https://www.resourceshelf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3209.                            <i class="ti-angle-right me-2 text-primary"></i>
  3210.                            <span class="fw-semibold">non gamstop casinos</span>
  3211.                        </a>
  3212.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3213.                    </li>
  3214.                    
  3215.                </ul>
  3216.            </div>
  3217.        </div>
  3218.        
  3219.  
  3220.        <!-- Recent Posts Section -->
  3221.        <div class="sidebar-widget mb-3">
  3222.            <div class="widget-title-wrapper mb-3">
  3223.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3224.                    Recent Posts
  3225.                    <span class="title-arrow"></span>
  3226.                </h4>
  3227.            </div>
  3228.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3229.                <div class="recent-post-list">
  3230.                    
  3231.                    
  3232.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3233.                        <div class="post-image me-3 flex-shrink-0">
  3234.                            
  3235.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3236.                            
  3237.                        </div>
  3238.                        <div class="post-content flex-grow-1">
  3239.                            <h6 class="post-title mb-1">
  3240.                                 <a href="/pure-potential-or-a-pristine-problem-pantones-snowy-annual-hue-ignites-debate/" class="text-decoration-none top-color fw-semibold">
  3241.                                    Pure Potential or a Pristine Problem? Pantone&#x27;s Snowy Annual Hue Ignites Debate.
  3242.                                </a>
  3243.                            </h6>
  3244.                            <div class="post-meta">
  3245.                                <small class="text-muted">
  3246.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3247.                                </small>
  3248.                                <!-- <small class="text-muted ms-2">
  3249.                                    <i class="ti-eye me-1"></i>234 views
  3250.                                </small> -->
  3251.                            </div>
  3252.                        </div>
  3253.                    </div>
  3254.                    
  3255.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3256.                        <div class="post-image me-3 flex-shrink-0">
  3257.                            
  3258.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3259.                            
  3260.                        </div>
  3261.                        <div class="post-content flex-grow-1">
  3262.                            <h6 class="post-title mb-1">
  3263.                                 <a href="/thousands-left-without-electricity-in-south-east-queensland-and-victoria-following-powerful-weather-systems/" class="text-decoration-none top-color fw-semibold">
  3264.                                    Thousands Left Without Electricity in South-East Queensland and Victoria Following Powerful Weather Systems
  3265.                                </a>
  3266.                            </h6>
  3267.                            <div class="post-meta">
  3268.                                <small class="text-muted">
  3269.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3270.                                </small>
  3271.                                <!-- <small class="text-muted ms-2">
  3272.                                    <i class="ti-eye me-1"></i>234 views
  3273.                                </small> -->
  3274.                            </div>
  3275.                        </div>
  3276.                    </div>
  3277.                    
  3278.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3279.                        <div class="post-image me-3 flex-shrink-0">
  3280.                            
  3281.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3282.                            
  3283.                        </div>
  3284.                        <div class="post-content flex-grow-1">
  3285.                            <h6 class="post-title mb-1">
  3286.                                 <a href="/hendy-scores-three-as-eight-try-northampton-rout-pretoria-bulls/" class="text-decoration-none top-color fw-semibold">
  3287.                                    Hendy Scores Three as Eight-Try Northampton Rout Pretoria Bulls
  3288.                                </a>
  3289.                            </h6>
  3290.                            <div class="post-meta">
  3291.                                <small class="text-muted">
  3292.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3293.                                </small>
  3294.                                <!-- <small class="text-muted ms-2">
  3295.                                    <i class="ti-eye me-1"></i>234 views
  3296.                                </small> -->
  3297.                            </div>
  3298.                        </div>
  3299.                    </div>
  3300.                    
  3301.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3302.                        <div class="post-image me-3 flex-shrink-0">
  3303.                            
  3304.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3305.                            
  3306.                        </div>
  3307.                        <div class="post-content flex-grow-1">
  3308.                            <h6 class="post-title mb-1">
  3309.                                 <a href="/conflict-ravaged-myanmar-votes-in-broadly-condemned-sham-election/" class="text-decoration-none top-color fw-semibold">
  3310.                                    Conflict-ravaged Myanmar Votes in Broadly Condemned &#x27;Sham&#x27; Election.
  3311.                                </a>
  3312.                            </h6>
  3313.                            <div class="post-meta">
  3314.                                <small class="text-muted">
  3315.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3316.                                </small>
  3317.                                <!-- <small class="text-muted ms-2">
  3318.                                    <i class="ti-eye me-1"></i>234 views
  3319.                                </small> -->
  3320.                            </div>
  3321.                        </div>
  3322.                    </div>
  3323.                    
  3324.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3325.                        <div class="post-image me-3 flex-shrink-0">
  3326.                            
  3327.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3328.                            
  3329.                        </div>
  3330.                        <div class="post-content flex-grow-1">
  3331.                            <h6 class="post-title mb-1">
  3332.                                 <a href="/donald-trump-says-he-will-honor-the-compromise-to-conclude-government-shutdown/" class="text-decoration-none top-color fw-semibold">
  3333.                                    Donald Trump Says He Will ‘Honor the Compromise’ to Conclude Government Shutdown
  3334.                                </a>
  3335.                            </h6>
  3336.                            <div class="post-meta">
  3337.                                <small class="text-muted">
  3338.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3339.                                </small>
  3340.                                <!-- <small class="text-muted ms-2">
  3341.                                    <i class="ti-eye me-1"></i>234 views
  3342.                                </small> -->
  3343.                            </div>
  3344.                        </div>
  3345.                    </div>
  3346.                    
  3347.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3348.                        <div class="post-image me-3 flex-shrink-0">
  3349.                            
  3350.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3351.                            
  3352.                        </div>
  3353.                        <div class="post-content flex-grow-1">
  3354.                            <h6 class="post-title mb-1">
  3355.                                 <a href="/whats-next-for-the-heavyweight-division-after-wardleys-big-win/" class="text-decoration-none top-color fw-semibold">
  3356.                                    What&#x27;s Next for the Heavyweight Division After Wardley&#x27;s Big Win?
  3357.                                </a>
  3358.                            </h6>
  3359.                            <div class="post-meta">
  3360.                                <small class="text-muted">
  3361.                                    <i class="ti-calendar me-1"></i>07 Aug 2026
  3362.                                </small>
  3363.                                <!-- <small class="text-muted ms-2">
  3364.                                    <i class="ti-eye me-1"></i>234 views
  3365.                                </small> -->
  3366.                            </div>
  3367.                        </div>
  3368.                    </div>
  3369.                    
  3370.  
  3371.                </div>
  3372.            </div>
  3373.        </div>
  3374.  
  3375.    </div>
  3376.  
  3377.  
  3378. <!-- Sidebar Styles -->
  3379. <style>
  3380.    .sidebar-widget {
  3381.        position: relative;
  3382.    }
  3383.    
  3384.    .widget-title {
  3385.        font-size: 1.1rem;
  3386.        font-weight: 700;
  3387.        display: inline-block;
  3388.        position: relative;
  3389.        z-index: 2;
  3390.        border-radius: 0;
  3391.    }
  3392.    
  3393.    .title-arrow::after {
  3394.        content: '';
  3395.        position: absolute;
  3396.        top: 0;
  3397.        right: -20px;
  3398.        width: 0;
  3399.        height: 0;
  3400.        border-left: 20px solid var(--bs-primary);
  3401.        border-top: 20px solid transparent;
  3402.        border-bottom: 20px solid transparent;
  3403.        z-index: 1;
  3404.    }
  3405.    
  3406.    .widget-content {
  3407.        margin-top: -1px;
  3408.        position: relative;
  3409.        z-index: 1;
  3410.         background-color: var(--card-bg);
  3411.    }
  3412.    
  3413.    .recent-post-item:hover .post-title1 a {
  3414.        color: #dc3545 !important;
  3415.        transition: color 0.3s ease;
  3416.    }
  3417.    
  3418.    .recent-post-item .post-image img {
  3419.        transition: transform 0.3s ease;
  3420.    }
  3421.    
  3422.    .recent-post-item:hover .post-image img {
  3423.        transform: scale(1.05);
  3424.    }
  3425.    
  3426.    .btn:hover {
  3427.        transform: translateY(-1px);
  3428.        transition: all 0.3s ease;
  3429.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3430.    }
  3431.    
  3432.    @media (max-width: 991px) {
  3433.        .sidebar {
  3434.            margin-top: 3rem;
  3435.        }
  3436.    }
  3437.    
  3438.    @media (max-width: 576px) {
  3439.        .widget-title {
  3440.            font-size: 1rem;
  3441.            padding: 0.75rem 1rem !important;
  3442.        }
  3443.        
  3444.        .title-arrow::after {
  3445.            right: -15px;
  3446.            border-left: 15px solid var(--bs-primary);
  3447.            border-top: 15px solid transparent;
  3448.            border-bottom: 15px solid transparent;
  3449.        }
  3450.        
  3451.        .post-image {
  3452.            display: none !important;
  3453.        }
  3454.    }
  3455. </style>
  3456.    
  3457.            </div>
  3458.        </div>
  3459.    </div>
  3460. </section>
  3461.  
  3462. <script>
  3463. document.addEventListener('DOMContentLoaded', function() {
  3464.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3465.    const observerOptions = {
  3466.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3467.        rootMargin: '0px 0px -100px 0px'
  3468.    };
  3469.  
  3470.    // Group cards into pairs (assuming two cards per row)
  3471.    const cards = document.querySelectorAll('.scroll-trigger');
  3472.    const cardPairs = [];
  3473.    for (let i = 0; i < cards.length; i += 2) {
  3474.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3475.    }
  3476.  
  3477.    const observer = new IntersectionObserver(function(entries) {
  3478.        entries.forEach(entry => {
  3479.            const card = entry.target;
  3480.            // Find the pair index for the current card
  3481.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3482.            const pair = cardPairs[pairIndex];
  3483.  
  3484.            if (entry.isIntersecting) {
  3485.                // Fade in the pair with a delay based on pair index
  3486.                pair.forEach((cardInPair, index) => {
  3487.                    setTimeout(() => {
  3488.                        cardInPair.classList.add('active');
  3489.                    }, pairIndex * 300); // 300ms delay between pairs
  3490.                });
  3491.            } else {
  3492.                // Fade out the pair when exiting viewport
  3493.                pair.forEach(cardInPair => {
  3494.                    cardInPair.classList.remove('active');
  3495.                });
  3496.            }
  3497.        });
  3498.    }, observerOptions);
  3499.  
  3500.    // Observe each card individually
  3501.    cards.forEach(card => {
  3502.        observer.observe(card);
  3503.    });
  3504. });
  3505. </script>
  3506.  
  3507.    
  3508.        
  3509.        <!-- end wpo-blog-highlights-section -->
  3510.        <!-- start wpo-blog-sponsored-section -->
  3511.        
  3512.  
  3513.  
  3514.  
  3515.    
  3516.  
  3517.  
  3518.  
  3519. <style>
  3520.    .sponsored-section-v2 {
  3521.        padding: 0 0 60px;
  3522.    }
  3523.    
  3524.    .sponsored-card-v2 {
  3525.        background: var(--body-bg);
  3526.        border-radius: 12px;
  3527.        overflow: hidden;
  3528.        transition: all 0.3s ease;
  3529.        border: none;
  3530.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3531.        height: 100%;
  3532.    }
  3533.    
  3534.    .sponsored-card-v2:hover {
  3535.        transform: translateY(-4px);
  3536.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3537.    }
  3538.    
  3539.    .sponsored-image-v2 {
  3540.        position: relative;
  3541.        overflow: hidden;
  3542.        height: 180px;
  3543.    }
  3544.    
  3545.    .sponsored-image-v2 img {
  3546.        width: 100%;
  3547.        height: 100%;
  3548.        object-fit: cover;
  3549.        transition: transform 0.3s ease;
  3550.    }
  3551.    
  3552.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3553.        transform: scale(1.05);
  3554.    }
  3555.    
  3556.    .sponsored-badge-v2 {
  3557.        position: absolute;
  3558.        top: 12px;
  3559.        left: 12px;
  3560.        padding: 6px 12px;
  3561.        border-radius: 15px;
  3562.        font-size: 10px;
  3563.        font-weight: 600;
  3564.        text-transform: uppercase;
  3565.        letter-spacing: 0.5px;
  3566.        color: white;
  3567.    }
  3568.    
  3569.    .sponsored-content-v2 {
  3570.        padding: 20px;
  3571.    }
  3572.    
  3573.    .sponsored-title-v2 {
  3574.        font-size: 16px;
  3575.        font-weight: 600;
  3576.        line-height: 1.4;
  3577.        margin-bottom: 15px;
  3578.        min-height: 44px;
  3579.    }
  3580.    
  3581.    .sponsored-title-v2 a {
  3582.        text-decoration: none;
  3583.        transition: color 0.3s ease;
  3584.    }
  3585.    
  3586.    .sponsored-meta-v2 {
  3587.        display: flex;
  3588.        align-items: center;
  3589.        gap: 10px;
  3590.        font-size: 12px;
  3591.    }
  3592.    
  3593.    .sponsored-author-img-v2 {
  3594.        width: 28px;
  3595.        height: 28px;
  3596.        border-radius: 50%;
  3597.        object-fit: cover;
  3598.    }
  3599.    
  3600.    .section-title-sponsored-v2 {
  3601.        font-size: 2.5rem;
  3602.        font-weight: 700;
  3603.        text-align: center;
  3604.        margin-bottom: 20px;
  3605.        text-transform: capitalize;
  3606.    }
  3607.  
  3608.    @media (max-width: 768px) {
  3609.        .sponsored-section-v2 {
  3610.            padding: 0px 0 40px;
  3611.        }
  3612.        .section-title-sponsored-v2 {
  3613.            font-size: 2rem;
  3614.        }
  3615.        .sponsored-content-v2 {
  3616.            padding: 16px;
  3617.        }
  3618.    }
  3619. </style>
  3620.  
  3621. <section class="sponsored-section-v2">
  3622.    <div class="container-fluid fluid-container">
  3623.        <div class="row">
  3624.            <div class="col-12">
  3625.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3626.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3627.            </div>
  3628.        </div>
  3629.        
  3630.        <div class="row g-4">
  3631.            
  3632.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3633.                <div class="card sponsored-card-v2">
  3634.                    <div class="sponsored-image-v2">
  3635.                        
  3636.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3637.                        
  3638.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3639.                    </div>
  3640.                    <div class="sponsored-content-v2">
  3641.                        <h3 class="sponsored-title-v2">
  3642.                            <a href="/pure-potential-or-a-pristine-problem-pantones-snowy-annual-hue-ignites-debate/" class="top-color">
  3643.                            Pure Potential or a Pristine Problem? Pantone&#x27;s Snowy Annual Hue Ignites Debate.
  3644.                            </a>
  3645.                        </h3>
  3646.                        <div class="sponsored-meta-v2">
  3647.                            
  3648.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;" class="sponsored-author-img-v2">
  3649.                            
  3650.                            <span class="top-color">By Jeanette Goodman</span>
  3651.                            <span class="top-color">•</span>
  3652.                            <span class="top-color">07 Aug 2026</span>
  3653.                        </div>
  3654.                    </div>
  3655.                </div>
  3656.            </div>
  3657.            
  3658.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3659.                <div class="card sponsored-card-v2">
  3660.                    <div class="sponsored-image-v2">
  3661.                        
  3662.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3663.                        
  3664.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3665.                    </div>
  3666.                    <div class="sponsored-content-v2">
  3667.                        <h3 class="sponsored-title-v2">
  3668.                            <a href="/thousands-left-without-electricity-in-south-east-queensland-and-victoria-following-powerful-weather-systems/" class="top-color">
  3669.                            Thousands Left Without Electricity in South-East Queensland and Victoria Following Powerful Weather Systems
  3670.                            </a>
  3671.                        </h3>
  3672.                        <div class="sponsored-meta-v2">
  3673.                            
  3674.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;" class="sponsored-author-img-v2">
  3675.                            
  3676.                            <span class="top-color">By Jeanette Goodman</span>
  3677.                            <span class="top-color">•</span>
  3678.                            <span class="top-color">07 Aug 2026</span>
  3679.                        </div>
  3680.                    </div>
  3681.                </div>
  3682.            </div>
  3683.            
  3684.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3685.                <div class="card sponsored-card-v2">
  3686.                    <div class="sponsored-image-v2">
  3687.                        
  3688.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3689.                        
  3690.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3691.                    </div>
  3692.                    <div class="sponsored-content-v2">
  3693.                        <h3 class="sponsored-title-v2">
  3694.                            <a href="/hendy-scores-three-as-eight-try-northampton-rout-pretoria-bulls/" class="top-color">
  3695.                            Hendy Scores Three as Eight-Try Northampton Rout Pretoria Bulls
  3696.                            </a>
  3697.                        </h3>
  3698.                        <div class="sponsored-meta-v2">
  3699.                            
  3700.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;" class="sponsored-author-img-v2">
  3701.                            
  3702.                            <span class="top-color">By Jeanette Goodman</span>
  3703.                            <span class="top-color">•</span>
  3704.                            <span class="top-color">07 Aug 2026</span>
  3705.                        </div>
  3706.                    </div>
  3707.                </div>
  3708.            </div>
  3709.            
  3710.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3711.                <div class="card sponsored-card-v2">
  3712.                    <div class="sponsored-image-v2">
  3713.                        
  3714.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3715.                        
  3716.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3717.                    </div>
  3718.                    <div class="sponsored-content-v2">
  3719.                        <h3 class="sponsored-title-v2">
  3720.                            <a href="/conflict-ravaged-myanmar-votes-in-broadly-condemned-sham-election/" class="top-color">
  3721.                            Conflict-ravaged Myanmar Votes in Broadly Condemned &#x27;Sham&#x27; Election.
  3722.                            </a>
  3723.                        </h3>
  3724.                        <div class="sponsored-meta-v2">
  3725.                            
  3726.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;" class="sponsored-author-img-v2">
  3727.                            
  3728.                            <span class="top-color">By Jeanette Goodman</span>
  3729.                            <span class="top-color">•</span>
  3730.                            <span class="top-color">07 Aug 2026</span>
  3731.                        </div>
  3732.                    </div>
  3733.                </div>
  3734.            </div>
  3735.            
  3736.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3737.                <div class="card sponsored-card-v2">
  3738.                    <div class="sponsored-image-v2">
  3739.                        
  3740.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3741.                        
  3742.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3743.                    </div>
  3744.                    <div class="sponsored-content-v2">
  3745.                        <h3 class="sponsored-title-v2">
  3746.                            <a href="/donald-trump-says-he-will-honor-the-compromise-to-conclude-government-shutdown/" class="top-color">
  3747.                            Donald Trump Says He Will ‘Honor the Compromise’ to Conclude Government Shutdown
  3748.                            </a>
  3749.                        </h3>
  3750.                        <div class="sponsored-meta-v2">
  3751.                            
  3752.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;" class="sponsored-author-img-v2">
  3753.                            
  3754.                            <span class="top-color">By Jeanette Goodman</span>
  3755.                            <span class="top-color">•</span>
  3756.                            <span class="top-color">07 Aug 2026</span>
  3757.                        </div>
  3758.                    </div>
  3759.                </div>
  3760.            </div>
  3761.            
  3762.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3763.                <div class="card sponsored-card-v2">
  3764.                    <div class="sponsored-image-v2">
  3765.                        
  3766.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3767.                        
  3768.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3769.                    </div>
  3770.                    <div class="sponsored-content-v2">
  3771.                        <h3 class="sponsored-title-v2">
  3772.                            <a href="/whats-next-for-the-heavyweight-division-after-wardleys-big-win/" class="top-color">
  3773.                            What&#x27;s Next for the Heavyweight Division After Wardley&#x27;s Big Win?
  3774.                            </a>
  3775.                        </h3>
  3776.                        <div class="sponsored-meta-v2">
  3777.                            
  3778.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf162857-5872-4ee6-a936-f4ec598a4731_profile.png" alt="Jeanette Goodman" style="object-fit: cover;" class="sponsored-author-img-v2">
  3779.                            
  3780.                            <span class="top-color">By Jeanette Goodman</span>
  3781.                            <span class="top-color">•</span>
  3782.                            <span class="top-color">07 Aug 2026</span>
  3783.                        </div>
  3784.                    </div>
  3785.                </div>
  3786.            </div>
  3787.            
  3788.        </div>
  3789.    </div>
  3790. </section>
  3791.  
  3792.  
  3793.    
  3794.        <!-- end wpo-blog-sponsored-section -->
  3795.        <!-- start wpo-subscribe-section -->
  3796.        
  3797.        <!-- end subscribe-section -->
  3798.        <!-- start of wpo-site-footer-section -->
  3799.        
  3800.  
  3801.  
  3802.  
  3803.  
  3804.  
  3805. <footer class="wpo-site-footer-v2">
  3806.    <!-- Main Footer Content -->
  3807.    <div class="wpo-main-footer">
  3808.        <div class="container-fluid fluid-container">
  3809.            <div class="row g-4">
  3810.                
  3811.                <!-- Company Info Section -->
  3812.                <div class="col-lg-4 col-md-6 col-12">
  3813.                    <div class="footer-widget company-info-widget">
  3814.                        <div class="widget-header">
  3815.                            <div class="footer-logo">
  3816.                                
  3817.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7a91bcfb-4456-4ceb-b47f-7c02d6a66dce_logo.png" alt="Trend Society UK" class="img-fluid footer-logo-img">
  3818.                                
  3819.                            </div>
  3820.                        </div>
  3821.                        <div class="widget-content2 footer-widget-content2">
  3822.                            <p class="company-description-text">
  3823.                                Explore the latest trends in fashion, culture, and lifestyle from the UK. Get insights, tips, and updates on what&#x27;s shaping society today.
  3824.                            </p>
  3825.                            <div class="contact-info2">
  3826.                                <div class="contact-item">
  3827.                                    <i class="fas fa-envelope"></i>
  3828.                                    <span><a href="/cdn-cgi/l/email-protection#e5898c8b8e96a58b809d918784868e898c8b8e96cb868a88" class="footer-link2"><span class="__cf_email__" data-cfemail="87ebeee9ecf4c7e9e2fff3e5e6e4ecebeee9ecf4a9e4e8ea">[email&#160;protected]</span></a></span>
  3829.                                </div>
  3830.                                <!-- <div class="contact-item">
  3831.                                    <i class="fas fa-phone"></i>
  3832.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3833.                                </div> -->
  3834.                            </div>
  3835.                        </div>
  3836.                    </div>
  3837.                </div>
  3838.  
  3839.                <!-- Quick Links Section -->
  3840.                <div class="col-lg-4 col-md-6 col-12">
  3841.                    <div class="footer-widget quick-links-widget">
  3842.                        <div class="widget-header">
  3843.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3844.                        </div>
  3845.                        <div class="widget-content2 footer-widget-content2">
  3846.                            <ul class="footer-links">
  3847.                                
  3848.                                <li><a href="/hearts-push-8-points-ahead-clear-at-top-following-lawrence-shanklands-spot-kick-defeats-celtic/" class="footer-link">Hearts Push 8 Points Ahead Clear at Top Following Lawrence Shankland&#x27;s Spot-Kick Defeats Celtic</a></li>
  3849.                                
  3850.                                <li><a href="/the-holiday-season-can-be-a-terrifying-experience-for-misophonia-sufferers/" class="footer-link">The Holiday Season Can Be a Terrifying Experience for Misophonia Sufferers.</a></li>
  3851.                                
  3852.                                <li><a href="/tehran-declares-it-may-rejoin-american-nuclear-talks-provided-that-approached-with-dignity-and-honor/" class="footer-link">Tehran Declares It May Rejoin American Nuclear Talks provided that Approached with &#x27;Dignity&#x27; and &#x27;Honor&#x27;</a></li>
  3853.                                
  3854.                                <li><a href="/the-balco-mastermind-central-player-in-notorious-sports-performance-enhancing-drug-controversy-succumbs-at-age-75/" class="footer-link">The Balco mastermind, Central Player in Notorious Sports Performance-Enhancing Drug Controversy, Succumbs at Age 75.</a></li>
  3855.                                
  3856.                                <li><a href="/us-issues-warning-of-more-nigerian-military-actions-as-nigerias-capital-talks-of-collaborative-continuing-missions/" class="footer-link">US Issues Warning of More Nigerian Military Actions as Nigeria&#x27;s Capital Talks of &#x27;Collaborative Continuing Missions&#x27;.</a></li>
  3857.                                
  3858.                                <li><a href="/the-mclaren-driver-reveals-satisfaction-in-securing-first-f1-title-on-his-own-terms/" class="footer-link">The McLaren driver Reveals Satisfaction in Securing First F1 Title On His Own Terms.</a></li>
  3859.                                
  3860.                            </ul>
  3861.                        </div>
  3862.                    </div>
  3863.                </div>
  3864.  
  3865.                <!-- Blog Rolls Section -->
  3866.          <div class="col-lg-3 col-md-6 col-12">
  3867.    <div class="footer-widget blog-rolls-widget">
  3868.        <div class="widget-header">
  3869.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3870.        </div>
  3871.        <div class="widget-content2 footer-widget-content2">
  3872.            <div class="row">
  3873.                <div class="col-6">
  3874.                    <ul class="footer-links" id="blogroll">
  3875.                        
  3876.                        
  3877.                        
  3878.                        
  3879.                        
  3880.                        
  3881.                        
  3882.                    </ul>
  3883.                </div>
  3884.            </div>
  3885.        </div>
  3886.    </div>
  3887. </div>
  3888.                <!-- Categories Section -->
  3889.                <div class="col-lg-4 col-md-6 col-12">
  3890.                    <div class="footer-widget categories-widget">
  3891.                        <div class="widget-header">
  3892.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3893.                        </div>
  3894.                        <div class="widget-content2 footer-widget-content2">
  3895.                            <div class="row">
  3896.                                <div class="col-6">
  3897.                                    <ul class="footer-links">
  3898.                                        
  3899.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3900.                                            All Posts
  3901.                                        </a></li>
  3902.                                        
  3903.                                        <li> <a href="/category/business/" class="footer-link">
  3904.                                            Business
  3905.                                        </a></li>
  3906.                                        
  3907.                                        <li> <a href="/category/esports/" class="footer-link">
  3908.                                            Esports
  3909.                                        </a></li>
  3910.                                        
  3911.                                        <li> <a href="/category/fashion/" class="footer-link">
  3912.                                            Fashion
  3913.                                        </a></li>
  3914.                                        
  3915.                                        <li> <a href="/category/featured/" class="footer-link">
  3916.                                            Featured
  3917.                                        </a></li>
  3918.                                        
  3919.                                    </ul>
  3920.                                </div>
  3921.                              
  3922.                            </div>
  3923.                        </div>
  3924.                    </div>
  3925.                </div>
  3926.  
  3927.            </div>
  3928.        </div>
  3929.    </div>
  3930.  
  3931.    <!-- Footer Bottom -->
  3932.    <div class="footer-bottom">
  3933.        <div class="container-fluid fluid-container">
  3934.            <div class="row align-items-center">
  3935.                <!-- Copyright -->
  3936.                <div class="col-lg-6 col-md-6 col-12">
  3937.                    <div class="copyright-text">
  3938.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Trend Society UK</strong>.
  3939.                            All rights reserved.
  3940.                        </p>
  3941.                    </div>
  3942.                </div>
  3943.  
  3944.                <!-- Footer Menu -->
  3945.                <div class="col-lg-6 col-md-6 col-12">
  3946.                    <div class="footer-menu">
  3947.                        <ul class="bottom-menu">
  3948.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3949.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3950.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3951.                        </ul>
  3952.                    </div>
  3953.                </div>
  3954.            </div>
  3955.        </div>
  3956.    </div>
  3957.  
  3958. </footer>
  3959.  
  3960. <style>
  3961. /* Footer V2 Styles */
  3962. .wpo-site-footer-v2 {
  3963.    background: var(--footer-bg);
  3964.    color: var(--footer-color);
  3965.    position: relative;
  3966.    overflow: hidden;
  3967. }
  3968.  
  3969. .wpo-site-footer-v2::before {
  3970.    content: '';
  3971.    position: absolute;
  3972.    top: 0;
  3973.    left: 0;
  3974.    right: 0;
  3975.    bottom: 0;
  3976.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3977.    pointer-events: none;
  3978. }
  3979.  
  3980. .wpo-main-footer {
  3981.    padding: 60px 0 40px;
  3982.    position: relative;
  3983.    z-index: 2;
  3984. }
  3985.  
  3986. .footer-widget {
  3987.    margin-bottom: 30px;
  3988. }
  3989.  
  3990. .widget-header {
  3991.    margin-bottom: 25px;
  3992. }
  3993.  
  3994. .widget-title2 {
  3995.    font-size: 20px;
  3996.    font-weight: 700;
  3997.    color: var(--footer-color) !important;
  3998.    margin: 0;
  3999.    position: relative;
  4000.    padding-bottom: 10px;
  4001. }
  4002.  
  4003. .widget-title2::after {
  4004.    content: '';
  4005.    position: absolute;
  4006.    bottom: 0;
  4007.    left: 0;
  4008.    width: 40px;
  4009.    height: 3px;
  4010.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4011.    border-radius: 2px;
  4012. }
  4013.  
  4014. /* Company Info Styles */
  4015. .footer-logo-img {
  4016.    max-height: 100px;
  4017.    margin-bottom: 20px;
  4018. }
  4019.  
  4020. .footer-logo-text {
  4021.    color: var(--footer-color);
  4022. }
  4023.  
  4024. .company-description-text {
  4025.    font-size: 14px;
  4026.    line-height: 1.7;
  4027.    color: var(--footer-color);
  4028.    margin-bottom: 25px;
  4029. }
  4030.  
  4031. .contact-info2 .contact-item {
  4032.    display: flex;
  4033.    align-items: center;
  4034.    margin-bottom: 10px;
  4035.    font-size: 14px;
  4036. }
  4037.  
  4038. .contact-info2 .contact-item i {
  4039.    width: 20px;
  4040.    color: var(--footer-color);
  4041.    margin-right: 10px;
  4042. }
  4043.  
  4044. /* Footer Links Styles */
  4045. .footer-links {
  4046.    list-style: none;
  4047.    padding: 0;
  4048.    margin: 0;
  4049. }
  4050.  
  4051. .footer-links li {
  4052.    margin-bottom: 12px;
  4053. }
  4054. .footer-link2 {
  4055.    color: var(--footer-color) !important;
  4056. }
  4057. .footer-link2:hover {
  4058.    color: blue !important;
  4059. }
  4060. .footer-links a{
  4061.    color: var(--footer-color) !important;
  4062.    text-decoration: none;
  4063.    cursor: pointer;
  4064.    font-size: 14px;
  4065.    transition: all 0.3s ease;
  4066.    position: relative;
  4067. }
  4068.  
  4069. .footer-links a:hover {
  4070.    color: #4f46e5 !important;
  4071.    padding-left: 8px;
  4072. }
  4073.  
  4074. /* Footer Bottom Styles */
  4075. .footer-bottom {
  4076.    background: rgba(0, 0, 0, 0.3);
  4077.    padding: 20px 0;
  4078.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4079.    position: relative;
  4080.    z-index: 2;
  4081. }
  4082.  
  4083. .copyright-text-p {
  4084.    margin: 0;
  4085.    font-size: 14px;
  4086.    color: var(--footer-color);
  4087. }
  4088.  
  4089. .footer-sitename {
  4090.    color: var(--footer-color);
  4091. }
  4092.  
  4093. .bottom-menu {
  4094.    list-style: none;
  4095.    padding: 0;
  4096.    margin: 0;
  4097.    display: flex;
  4098.    justify-content: flex-end;
  4099.    gap: 20px;
  4100. }
  4101.  
  4102. .bottom-menu a {
  4103.    color: var(--footer-color);
  4104.    text-decoration: none;
  4105.    font-size: 14px;
  4106.    transition: color 0.3s ease;
  4107. }
  4108.  
  4109. .bottom-menu a:hover {
  4110.    color: #4f46e5;
  4111. }
  4112.  
  4113. @media (max-width: 768px) {
  4114.    .wpo-main-footer {
  4115.        padding: 40px 0 30px;
  4116.    }
  4117.    
  4118.    .bottom-menu {
  4119.        justify-content: center;
  4120.        margin-top: 15px;
  4121.    }
  4122.    
  4123.    .copyright-text {
  4124.        text-align: center;
  4125.    }
  4126.    
  4127.    .social-links {
  4128.        justify-content: center;
  4129.    }
  4130. }
  4131.  
  4132. @media (max-width: 576px) {
  4133.    .widget-title2 {
  4134.        font-size: 18px;
  4135.    }
  4136.    
  4137.    .newsletter-form .input-group {
  4138.        flex-direction: column;
  4139.    }
  4140.    
  4141.    .newsletter-form .btn {
  4142.        margin-top: 10px;
  4143.        border-radius: 8px;
  4144.    }
  4145.    
  4146.    .newsletter-form .form-control {
  4147.        border-radius: 8px;
  4148.    }
  4149. }
  4150. </style>
  4151.  
  4152.  
  4153. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4154.  document.addEventListener('DOMContentLoaded', function () {
  4155.    var btn = document.getElementById('toggleMore');
  4156.    if (!btn) return; // If there are <=5 items, no need for the button
  4157.  
  4158.    var extras = document.querySelectorAll('#blogroll li.extra');
  4159.  
  4160.    btn.addEventListener('click', function () {
  4161.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4162.        return li.classList.contains('d-none');
  4163.      });
  4164.  
  4165.      extras.forEach(function (li) {
  4166.        if (anyHidden) {
  4167.          li.classList.remove('d-none');
  4168.          li.classList.add('show'); // Show with smooth transition
  4169.        } else {
  4170.          li.classList.add('d-none');
  4171.          li.classList.remove('show'); // Hide smoothly
  4172.        }
  4173.      });
  4174.  
  4175.      // Update the button text and aria-expanded attribute
  4176.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4177.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4178.    });
  4179.  });
  4180. </script>
  4181.        <!-- end of wpo-site-footer-section -->
  4182.    </div>
  4183.    <!-- end of page-wrapper -->
  4184.  
  4185.    <!-- All JavaScript files
  4186.    ================================================== -->
  4187.    
  4188.  
  4189. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4190. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4191. <!-- Plugins for this template -->
  4192. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4193. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4194. <!-- Custom script for this template -->
  4195. <script src="/static/blogapp/assets/js/script.js"></script>
  4196.  
  4197. <script>
  4198. (function () {
  4199. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4200. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4201.  
  4202. function applyFallback(img) {
  4203. if (!img || img.dataset.fallbackApplied === "1") {
  4204. return;
  4205. }
  4206. var failedSrc = img.currentSrc || img.src || "";
  4207. img.dataset.fallbackApplied = "1";
  4208. img.onerror = null;
  4209. img.src = fallbackImageSrc;
  4210. console.warn("[ImageFallback] Replaced broken image:", {
  4211. failedSrc: failedSrc,
  4212. fallbackSrc: fallbackImageSrc,
  4213. alt: img.alt || "",
  4214. });
  4215. }
  4216.  
  4217. document.querySelectorAll("img").forEach(function (img) {
  4218. if (img.complete && img.naturalWidth === 0) {
  4219. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4220. failedSrc: img.currentSrc || img.src || "",
  4221. alt: img.alt || "",
  4222. });
  4223. applyFallback(img);
  4224. }
  4225. });
  4226.  
  4227. document.addEventListener(
  4228. "error",
  4229. function (event) {
  4230. var target = event.target;
  4231. if (target && target.tagName === "IMG") {
  4232. applyFallback(target);
  4233. }
  4234. },
  4235. true
  4236. );
  4237. })();
  4238. </script>
  4239.  
  4240. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4241.  
  4242.  
  4243.  
  4244. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"bf20cdf64cd44ee1bf464e178626847f","r":1}' crossorigin="anonymous"></script>
  4245. </body>
  4246.  
  4247. </html>
  4248.  
  4249.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda