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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="poppins">
  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_20_VEx2aCF_DtKF0qM_a58J8lF_6WEl9nl.png">
  14.    
  15.  
  16.    <title>Pathia Lounge | Authentic Indian Cuisine &amp; Restaurant Blog</title>
  17.    <meta name="description" content="Explore Pathia Lounge&#x27;s blog for delicious Indian recipes, restaurant insights, and culinary tips. Discover authentic flavors and dining experiences in the UK.">
  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://pathialounge.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0d9488;
  42.        --bs-primary-rgb: 0d9488;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f0fdfa;
  49.        --bs-dark: #0f2027;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0d9488;
  53.        --theme-primary-color-s2: #0d9488;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #f0fdfa;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 16px;
  83.        --link-color: #0d9488;
  84.        --link-hover: #0f766e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(13, 148, 136, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-fresh">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  409.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  410.        
  411.        <div class="unique-news-container">
  412.            <div class="unique-news-wrapper" id="newsWrapper">
  413.                <!-- News items injected via JS -->
  414.            </div>
  415.        </div>
  416.    
  417.        <div class="contact-info">
  418.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.            </ul>
  424.        </div>
  425.    </div>
  426. </div>
  427.  
  428. <script>
  429.    // Build array dynamically from Django context
  430.    const newsItems = [
  431.        
  432.            { title: "Shocking Find: Bodies of Missing Mother and Child Located in Freezing Units in Austria", url: "/shocking-find-bodies-of-missing-mother-and-child-located-in-freezing-units-in-austria/" },
  433.        
  434.            { title: "Spotify Year\u002DEnd Recap: Launch Date and Your Burning Questions Explained", url: "/spotify-year-end-recap-launch-date-and-your-burning-questions-explained/" },
  435.        
  436.            { title: "Calm End to Messi\u0027s Visit to India After Unrest in Kolkata", url: "/calm-end-to-messis-visit-to-india-after-unrest-in-kolkata/" },
  437.        
  438.            { title: "Brian Harris Obituary: A Life Through the Camera", url: "/brian-harris-obituary-a-life-through-the-camera/" },
  439.        
  440.            { title: "The Met Responds to Legal Challenge Over Supposedly Nazi\u002DPlundered Van Gogh Artwork", url: "/the-met-responds-to-legal-challenge-over-supposedly-nazi-plundered-van-gogh-artwork/" }
  441.        
  442.    ];
  443.  
  444.    let currentNewsIndex = 0;
  445.    const newsWrapper = document.getElementById('newsWrapper');
  446.    let newsElements = [];
  447.  
  448.    // Create news elements dynamically with links
  449.    function createNewsElements() {
  450.        newsItems.forEach((news, index) => {
  451.            const newsElement = document.createElement('div');
  452.            newsElement.className = 'unique-news-item';
  453.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  454.            newsWrapper.appendChild(newsElement);
  455.            newsElements.push(newsElement);
  456.        });
  457.  
  458.        if (newsElements.length > 0) {
  459.            newsElements[0].classList.add('active');
  460.        }
  461.    }
  462.  
  463.    function changeNews() {
  464.        const currentElement = newsElements[currentNewsIndex];
  465.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  466.        const nextElement = newsElements[nextIndex];
  467.  
  468.        currentElement.classList.remove('active');
  469.        currentElement.classList.add('exit-up');
  470.  
  471.        setTimeout(() => {
  472.            nextElement.classList.add('active');
  473.            currentNewsIndex = nextIndex;
  474.  
  475.            setTimeout(() => {
  476.                currentElement.classList.remove('exit-up');
  477.            }, 100);
  478.        }, 250);
  479.    }
  480.  
  481.    function startNewsRotation() {
  482.        setInterval(changeNews, 5000);
  483.    }
  484.  
  485.    window.onload = function() {
  486.        createNewsElements();
  487.        startNewsRotation();
  488.    };
  489. </script>
  490.  
  491.  
  492.  
  493.            
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. <nav class="navigation navbar navbar-expand-lg mb-4">
  501.  <div class="container-fluid fluid-container">
  502.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  503.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  504.          <a class="navbar-brand" href="/">
  505.              
  506.                  Pathia Lounge
  507.              
  508.          </a>
  509.      </div>
  510.      <div class="">
  511.        <div class="style-card">
  512.          <div class="minimal-search mb-md-4 mb-0">
  513.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  514.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  515.              <circle cx="11" cy="11" r="8"></circle>
  516.              <path d="m21 21-4.35-4.35"></path>
  517.            </svg>
  518.          </div>
  519.          <!-- The search results will be displayed here -->
  520.          <div id="search-results" class="search-results-container search-v1"></div>
  521.        </div>
  522.      </div>
  523.      <div class=" d-flex flex-wrap">
  524.        <div class="navbar-header d-lg-none d-none d-md-flex">
  525.          <a class="navbar-brand" href='/'><img src="" alt="" /></a>
  526.        </div>
  527.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  528.          <button class="menu-close"><i class="ti-close"></i></button>
  529.  
  530.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  531.    <li>
  532.      <a href="/">
  533.        Home
  534.      </a>
  535.    </li>
  536.  
  537.  
  538.    <li>
  539.      <a href="/category/all-posts/">
  540.        All Posts
  541.      </a>
  542.    </li>
  543.  
  544.    <li>
  545.      <a href="/category/business/">
  546.        Business
  547.      </a>
  548.    </li>
  549.  
  550.    <li>
  551.      <a href="/category/esports/">
  552.        Esports
  553.      </a>
  554.    </li>
  555.  
  556.  
  557.  
  558.  <div class="navbar-header d-lg-block d-none">
  559.    <a class="navbar-brand" href="/">
  560.      <img src="" alt="" />
  561.    </a>
  562.  </div>
  563.  
  564.  
  565.  
  566.    
  567.    
  568.    
  569.      <li>
  570.        <a href="/category/fashion/">
  571.          Fashion
  572.        </a>
  573.      </li>
  574.    
  575.      <li>
  576.        <a href="/category/featured/">
  577.          Featured
  578.        </a>
  579.      </li>
  580.    
  581.  
  582.    
  583.    
  584.      <li class="menu-item-has-children">
  585.        <a href="#">More</a>
  586.        <ul class="sub-menu">
  587.          
  588.            <li>
  589.              <a href="/category/gaming/">
  590.                Gaming
  591.              </a>
  592.            </li>
  593.          
  594.            <li>
  595.              <a href="/category/health/">
  596.                Health
  597.              </a>
  598.            </li>
  599.          
  600.            <li>
  601.              <a href="/category/life-fitness/">
  602.                Life &amp; Fitness
  603.              </a>
  604.            </li>
  605.          
  606.            <li>
  607.              <a href="/category/lifestyle/">
  608.                Lifestyle
  609.              </a>
  610.            </li>
  611.          
  612.            <li>
  613.              <a href="/category/news/">
  614.                News
  615.              </a>
  616.            </li>
  617.          
  618.            <li>
  619.              <a href="/category/others/">
  620.                Others
  621.              </a>
  622.            </li>
  623.          
  624.            <li>
  625.              <a href="/category/politics/">
  626.                Politics
  627.              </a>
  628.            </li>
  629.          
  630.            <li>
  631.              <a href="/category/sports/">
  632.                Sports
  633.              </a>
  634.            </li>
  635.          
  636.            <li>
  637.              <a href="/category/tech/">
  638.                Tech
  639.              </a>
  640.            </li>
  641.          
  642.            <li>
  643.              <a href="/category/travel/">
  644.                Travel
  645.              </a>
  646.            </li>
  647.          
  648.        </ul>
  649.      </li>
  650.    
  651.  
  652.  
  653. <li>
  654.                  <a href="/page/contact-us/">
  655.                     Contact Us
  656.                  </a>
  657.              </li>
  658. </ul>
  659.  
  660.        </div>
  661.        <div class="sidebar-blur"></div>
  662.        <!-- end of nav-collapse -->
  663.      </div>
  664.      <div class="me-3">
  665.        <div class="mobail-menu d-xl-none d-block">
  666.          <button type="button" class="navbar-toggler open-btn">
  667.            <span class="sr-only">Toggle navigation</span>
  668.            <span class="icon-bar first-angle"></span>
  669.            <span class="icon-bar middle-angle"></span>
  670.            <span class="icon-bar last-angle"></span>
  671.          </button>
  672.        </div>
  673.        <!-- <div class="header-right">
  674.          <div class="header-right-menu-wrapper d-xl-block d-none">
  675.            <div class="header-right-menu">
  676.              <div class="right-menu-toggle-btn">
  677.                <span></span>
  678.                <span></span>
  679.                <span></span>
  680.              </div>
  681.              <div class="header-right-menu-wrap" style="z-index: 999;">
  682.                <button class="right-menu-close"><i class="ti-close"></i></button>
  683.                <div class="logo">
  684.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  685.                </div>
  686.                <div class="header-right-sec">
  687.                  <div class="project-widget widget">
  688.                    <h3 class="text-white">Our Latest News</h3>
  689.                    <div class="posts">
  690.                      <div class="post">
  691.                        <div class="img-holder">
  692.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  693.                        </div>
  694.                        <div class="details">
  695.                          <span class="date">19 Jun 2022</span>
  696.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  697.                        </div>
  698.                      </div>
  699.                      <div class="post">
  700.                        <div class="img-holder">
  701.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  702.                        </div>
  703.                        <div class="details">
  704.                          <span class="date">22 May 2022</span>
  705.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  706.                        </div>
  707.                      </div>
  708.                      <div class="post">
  709.                        <div class="img-holder">
  710.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  711.                        </div>
  712.                        <div class="details">
  713.                          <span class="date">12 Apr 2022</span>
  714.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  715.                        </div>
  716.                      </div>
  717.                    </div>
  718.                  </div>
  719.                  <div class="widget wpo-contact-widget">
  720.                    <div class="widget-title">
  721.                      <h3 class="text-white">Contact Us</h3>
  722.                    </div>
  723.                    <div class="contact-ft">
  724.                      <ul>
  725.                        <li>
  726.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  727.                        </li>
  728.                        <li>
  729.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  730.                          + 8 (123) 123 456 789
  731.                        </li>
  732.                        <li>
  733.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  734.                        </li>
  735.                      </ul>
  736.                    </div>
  737.                  </div>
  738.                </div>
  739.              </div>
  740.              <div class="sidebar-blur"></div>
  741.            </div>
  742.          </div>
  743.        </div> -->
  744.      </div>
  745.    </div>
  746.  </div>
  747.  <!-- end of container -->
  748. </nav>
  749. <style>
  750.  .navbar-brand img{
  751.    height: 70px;
  752.    object-fit: contain;
  753.  }
  754.    /* search field */
  755.  .search-results-container {
  756.  position: absolute;
  757.  top: 100%; /* Position it below the input field */
  758. left: 10px;
  759.  right: 10px;
  760.  background-color: white;
  761.  border: 1px solid #ddd;
  762.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  763.  max-height: 300px;
  764.  overflow-y: auto;
  765.  z-index: 1000;
  766.  display: none; /* Initially hidden */
  767. }
  768.  
  769. .search-results-container p {
  770.  margin: 0;
  771. }
  772.  
  773. .search-results-container .result-item {
  774.  padding: 10px;
  775.  cursor: pointer;
  776. }
  777.  
  778. .search-results-container .result-item:hover {
  779.  background-color: #f0f0f0;
  780. }
  781. @media (max-width:576px) {
  782.  .w-sm-full{
  783.    padding-top: 10px;
  784.    width: 100%;
  785.  }
  786.  .m-s-0{
  787.    margin-top: 0px !important;
  788.  }
  789. }
  790. @media (max-width:768px) {
  791. .search-icon{
  792. top: 50%;
  793. }
  794. }
  795.  
  796.  
  797. </style>
  798. <script>
  799.  const searchInput = document.querySelector(".search-input");
  800.  const searchResults = document.getElementById("search-results");
  801.  
  802.  // Handle typing
  803.  searchInput.addEventListener("keyup", function (e) {
  804.    e.preventDefault();
  805.  
  806.    const query = searchInput.value;
  807.  
  808.    if (query === "") {
  809.      searchResults.innerHTML = "";
  810.      searchResults.style.display = "none";
  811.      return;
  812.    }
  813.  
  814.    searchResults.style.display = "block";
  815.  
  816.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  817.      method: "GET",
  818.      headers: {
  819.        "X-Requested-With": "XMLHttpRequest",
  820.      },
  821.    })
  822.      .then(response => response.json())
  823.      .then(data => {
  824.        if (data.html) {
  825.          searchResults.innerHTML = data.html;
  826.        } else {
  827.          searchResults.innerHTML = "<p>No results found.</p>";
  828.        }
  829.      })
  830.      .catch(error => {
  831.        console.error("Error fetching search results:", error);
  832.      });
  833.  });
  834.  
  835.  // Close results when clicking outside
  836.  document.addEventListener("click", function (e) {
  837.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  838.      searchResults.style.display = "none";
  839.    }
  840.  });
  841. </script>
  842.  
  843.  
  844.        </header>
  845.        <!-- end of header -->
  846.        <!-- start of wpo-blog-hero -->
  847.        
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. <div class="blog-hero-v9">
  856.  <div class="container-fluid fluid-container">
  857.    <!-- Top Section: Split Layout -->
  858.    <div class="row g-4 mb-5">
  859.      <!-- Large Featured Article (Left) -->
  860.      
  861.              
  862.      <div class="col-lg-8 col-12">
  863.        <article class="large-featured">
  864.          <div class="featured-image-container">
  865.            
  866.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="American Lawmaker Urges Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry" class="featured-image">
  867.            
  868.            <div class="category-tag bg-primary-gradient">News</div>
  869.          </div>
  870.          <div class="featured-content">
  871.            <h1 class="featured-title"><a href="/american-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/">
  872.                                American Lawmaker Urges Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  873.                            </a></h1>
  874.            <p class="featured-summary"></p>
  875.            <div class="article-meta">
  876.              <div class="author-info">
  877.                
  878.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Joshua Cross" class="author-pic" >
  879.                  
  880.                <span class="author-name">Joshua Cross</span>
  881.                <span class="post-time">May 12, 2026</span>
  882.              </div>
  883.            </div>
  884.          </div>
  885.        </article>
  886.      </div>
  887.      
  888.      
  889.  
  890.      <!-- Smaller Featured Articles (Right, Stacked) -->
  891.      <div class="col-lg-4 col-12">
  892.        <div class="stacked-features">
  893.          
  894.          <article class="small-featured">
  895.            <div class="small-image-container">
  896.              
  897.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Gulf nation to Present Case at UK Highest Court Over Sovereign Immunity in Spyware Claims" class="small-image">
  898.              
  899.              <div class="category-tag bg-primary-gradient">News</div>
  900.            </div>
  901.            <div class="small-content">
  902.              <h3 class="small-title"> <a href="/the-gulf-nation-to-present-case-at-uk-highest-court-over-sovereign-immunity-in-spyware-claims/">
  903.                                The Gulf nation to Present Case at UK Highest Court Over Sovereign Immunity in Spyware Claims
  904.                            </a></h3>
  905.              <p class="compact-text"></p>
  906.              <div class="small-meta">
  907.                <span class="small-author">Joshua Cross</span>
  908.                <span class="small-date">May 12, 2026</span>
  909.              </div>
  910.            </div>
  911.          </article>
  912.      
  913.          <article class="small-featured">
  914.            <div class="small-image-container">
  915.              
  916.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Renowned Director Makes It Clear: ‘Avatar Movies Are Not Made By Computers’" class="small-image">
  917.              
  918.              <div class="category-tag bg-primary-gradient">News</div>
  919.            </div>
  920.            <div class="small-content">
  921.              <h3 class="small-title"> <a href="/the-renowned-director-makes-it-clear-avatar-movies-are-not-made-by-computers/">
  922.                                The Renowned Director Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  923.                            </a></h3>
  924.              <p class="compact-text"></p>
  925.              <div class="small-meta">
  926.                <span class="small-author">Joshua Cross</span>
  927.                <span class="small-date">May 11, 2026</span>
  928.              </div>
  929.            </div>
  930.          </article>
  931.      
  932.        </div>
  933.      </div>
  934.    </div>
  935.    <!-- Bottom Section: Three Compact Cards -->
  936.    <div class="row g-4">
  937.      
  938.      <div class="col-lg-4 col-md-6 col-12">
  939.        <article class="compact-card">
  940.          <div class="compact-image">
  941.            
  942.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Bound, Isolated and Terrified: The Bleak Reality for Female Inmates Made to Deliver in Detention." >
  943.            
  944.            <div class="compact-category bg-primary-gradient">News</div>
  945.          </div>
  946.          <div class="compact-body">
  947.            <h3 class="compact-title"> <a href="/bound-isolated-and-terrified-the-bleak-reality-for-female-inmates-made-to-deliver-in-detention/">
  948.                                    Bound, Isolated and Terrified: The Bleak Reality for Female Inmates Made to Deliver in Detention.
  949.                                </a></h3>
  950.            <p class="compact-text"></p>
  951.            <div class="compact-footer">
  952.              <span class="compact-name">Joshua Cross</span>
  953.              <span class="compact-date">May 11</span>
  954.            </div>
  955.          </div>
  956.        </article>
  957.      </div>
  958.      
  959.      <div class="col-lg-4 col-md-6 col-12">
  960.        <article class="compact-card">
  961.          <div class="compact-image">
  962.            
  963.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="An Story of Unexpected Kindness: When a University Student Let Me Sleep on Her Dorm Ground" >
  964.            
  965.            <div class="compact-category bg-primary-gradient">News</div>
  966.          </div>
  967.          <div class="compact-body">
  968.            <h3 class="compact-title"> <a href="/an-story-of-unexpected-kindness-when-a-university-student-let-me-sleep-on-her-dorm-ground/">
  969.                                    An Story of Unexpected Kindness: When a University Student Let Me Sleep on Her Dorm Ground
  970.                                </a></h3>
  971.            <p class="compact-text"></p>
  972.            <div class="compact-footer">
  973.              <span class="compact-name">Joshua Cross</span>
  974.              <span class="compact-date">May 11</span>
  975.            </div>
  976.          </div>
  977.        </article>
  978.      </div>
  979.      
  980.    </div>
  981.  </div>
  982. </div>
  983.  
  984. <style>
  985.  
  986.  /* Large Featured Article */
  987.  .large-featured {
  988.    background: var(--card-bg, #ffffff);
  989.    border-radius: 10px;
  990.    overflow: hidden;
  991.    transition: box-shadow 0.3s ease;
  992.  }
  993.  
  994.  .large-featured:hover {
  995.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  996.  }
  997.  
  998.  .featured-image-container {
  999.    position: relative;
  1000.    height: 350px;
  1001.    overflow: hidden;
  1002.  }
  1003.  
  1004.  .featured-image {
  1005.    width: 100%;
  1006.    height: 100%;
  1007.    object-fit: cover;
  1008.  }
  1009.  
  1010.  .featured-content {
  1011.    padding: 2rem;
  1012.  }
  1013.  
  1014.  .featured-title {
  1015.    font-size: 2.2rem;
  1016.    font-weight: 700;
  1017.    color: #111827;
  1018.    margin-bottom: 0.75rem;
  1019.    line-height: 1.3;
  1020.  }
  1021.  
  1022.  .featured-summary {
  1023.    font-size: 1rem;
  1024.    color: #4b5563;
  1025.    line-height: 1.6;
  1026.    margin-bottom: 1.25rem;
  1027.  }
  1028.  
  1029.  .article-meta {
  1030.    display: flex;
  1031.    align-items: center;
  1032.    gap: 0.75rem;
  1033.    font-size: 0.85rem;
  1034.    color: #6b7280;
  1035.  }
  1036.  
  1037.  .author-info {
  1038.    display: flex;
  1039.    align-items: center;
  1040.    gap: 0.5rem;
  1041.  }
  1042.  
  1043.  .author-pic {
  1044.    width: 36px;
  1045.    height: 36px;
  1046.    border-radius: 50%;
  1047.  }
  1048.  
  1049.  .author-name {
  1050.    font-weight: 600;
  1051.    color: #374151;
  1052.  }
  1053.  
  1054.  /* Smaller Featured Articles (Stacked) */
  1055.  .stacked-features {
  1056.    display: flex;
  1057.    flex-direction: column;
  1058.    gap: 1.5rem;
  1059.  }
  1060.  
  1061.  .small-featured {
  1062.    background: var(--card-bg, #ffffff);
  1063.    border-radius: 10px;
  1064.    overflow: hidden;
  1065.    transition: box-shadow 0.3s ease;
  1066.  }
  1067.  
  1068.  .small-featured:hover {
  1069.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1070.  }
  1071.  
  1072.  .small-image-container {
  1073.    position: relative;
  1074.    height: 150px;
  1075.    overflow: hidden;
  1076.  }
  1077.  
  1078.  .small-image {
  1079.    width: 100%;
  1080.    height: 100%;
  1081.    object-fit: cover;
  1082.  }
  1083.  
  1084.  .small-content {
  1085.    padding: 1.25rem;
  1086.  }
  1087.  
  1088.  .small-title {
  1089.    font-size: 1.2rem;
  1090.    font-weight: 600;
  1091.    color: #111827;
  1092.    margin-bottom: 0.5rem;
  1093.  }
  1094.  
  1095.  .small-meta {
  1096.    display: flex;
  1097.    gap: 0.5rem;
  1098.    font-size: 0.8rem;
  1099.    color: #6b7280;
  1100.  }
  1101.  
  1102.  /* Category Tags - Gradient for Difference */
  1103.  .category-tag {
  1104.    position: absolute;
  1105.    top: 0.75rem;
  1106.    left: 0.75rem;
  1107.    padding: 0.3rem 1rem;
  1108.    font-size: 0.75rem;
  1109.    font-weight: 600;
  1110.    text-transform: uppercase;
  1111.    color: white;
  1112.    border-radius: 15px; /* Soft pill shape */
  1113.  }
  1114.  
  1115.  
  1116.  
  1117.  /* Compact Cards - Borderless */
  1118.  .compact-card {
  1119.    background: var(--card-bg, #ffffff);
  1120.    border-radius: 10px;
  1121.    overflow: hidden;
  1122.    transition: box-shadow 0.3s ease;
  1123.  }
  1124.  
  1125.  .compact-card:hover {
  1126.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1127.  }
  1128.  
  1129.  .compact-image {
  1130.    position: relative;
  1131.    height: 180px;
  1132.    overflow: hidden;
  1133.  }
  1134.  
  1135.  .compact-image img {
  1136.    width: 100%;
  1137.    height: 100%;
  1138.    object-fit: cover;
  1139.  }
  1140.  
  1141.  .compact-category {
  1142.    position: absolute;
  1143.    top: 0.75rem;
  1144.    left: 0.75rem;
  1145.    padding: 0.3rem 0.8rem;
  1146.    font-size: 0.7rem;
  1147.    border-radius: 15px;
  1148.    color: white;
  1149.  }
  1150.  
  1151.  .compact-body {
  1152.    padding: 1.5rem;
  1153.  }
  1154.  
  1155.  .compact-title {
  1156.    font-size: 1.1rem;
  1157.    font-weight: 600;
  1158.    color: #111827;
  1159.    margin-bottom: 0.5rem;
  1160.  }
  1161.  
  1162.  .compact-text {
  1163.    font-size: 0.9rem;
  1164.    color: #4b5563;
  1165.    line-height: 1.5;
  1166.    margin-bottom: 1rem;
  1167.  }
  1168.  
  1169.  .compact-footer {
  1170.    display: flex;
  1171.    justify-content: space-between;
  1172.    font-size: 0.8rem;
  1173.    color: #6b7280;
  1174.  }
  1175.  
  1176.  /* Responsive Design */
  1177.  @media (max-width: 992px) {
  1178.    .featured-image-container {
  1179.      height: 280px;
  1180.    }
  1181.  
  1182.    .featured-title {
  1183.      font-size: 1.8rem;
  1184.    }
  1185.  
  1186.    .small-image-container {
  1187.      height: 120px;
  1188.    }
  1189.  }
  1190.  
  1191.  @media (max-width: 768px) {
  1192.    .featured-content,
  1193.    .small-content,
  1194.    .compact-body {
  1195.      padding: 1.25rem;
  1196.    }
  1197.  
  1198.    .compact-image {
  1199.      height: 150px;
  1200.    }
  1201.  }
  1202.  
  1203.  @media (max-width: 576px) {
  1204.    .featured-title {
  1205.      font-size: 1.5rem;
  1206.    }
  1207.  
  1208.    .small-title,
  1209.    .compact-title {
  1210.      font-size: 1rem;
  1211.    }
  1212.  }
  1213. </style>
  1214.  
  1215.  
  1216.  
  1217.  
  1218.        <!-- end of wpo-blog-hero -->
  1219.  
  1220.        <!-- start of wpo-breacking-news -->
  1221.        
  1222.        <!-- end of wpo-breacking-news -->
  1223.        
  1224.        <!-- start wpo-blog-highlights-section -->
  1225.        
  1226.  
  1227.  
  1228.  
  1229.    
  1230.  
  1231.  
  1232.  
  1233. <style>
  1234.    .blog-highlights-v2 {
  1235.        padding: 60px 0;
  1236.        position: relative;
  1237.        overflow: hidden;
  1238.    }
  1239.    
  1240.    .blog-highlights-v2::before {
  1241.        content: '';
  1242.        position: absolute;
  1243.        top: 0;
  1244.        left: 0;
  1245.        width: 100%;
  1246.        height: 100%;
  1247.        background: var(--body-bg);
  1248.        pointer-events: none;
  1249.    }
  1250.    
  1251.    .blog-card-v2 {
  1252.        border: none;
  1253.        border-radius: 20px;
  1254.        overflow: hidden;
  1255.        background: white;
  1256.        height: 100%;
  1257.        position: relative;
  1258.        transform: translateY(0);
  1259.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1260.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1261.        will-change: transform;
  1262.    }
  1263.    
  1264.    .blog-card-v2::before {
  1265.        content: '';
  1266.        position: absolute;
  1267.        top: 0;
  1268.        left: 0;
  1269.        width: 100%;
  1270.        height: 100%;
  1271.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1272.        transform: translateX(-100%);
  1273.        transition: transform 0.6s ease;
  1274.        z-index: 1;
  1275.    }
  1276.    
  1277.    .blog-card-v2:hover {
  1278.        transform: translateY(-15px) scale(1.02);
  1279.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1280.    }
  1281.    
  1282.    .blog-card-v2:hover::before {
  1283.        transform: translateX(100%);
  1284.    }
  1285.    
  1286.    .blog-image-v2 {
  1287.        position: relative;
  1288.        overflow: hidden;
  1289.        height: 250px;
  1290.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1291.    }
  1292.    
  1293.    .blog-image-v2::after {
  1294.        content: '';
  1295.        position: absolute;
  1296.        top: 0;
  1297.        left: 0;
  1298.        width: 100%;
  1299.        height: 100%;
  1300.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1301.        z-index: 2;
  1302.    }
  1303.    
  1304.    .blog-image-v2 img {
  1305.        width: 100%;
  1306.        height: 100%;
  1307.        object-fit: cover;
  1308.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1309.        transform: scale(1);
  1310.    }
  1311.    
  1312.    .blog-card-v2:hover .blog-image-v2 img {
  1313.        transform: scale(1.1) rotate(2deg);
  1314.    }
  1315.    
  1316.    .blog-category-v2 {
  1317.        position: absolute;
  1318.        top: 20px;
  1319.        left: 20px;
  1320.        padding: 8px 16px;
  1321.        border-radius: 50px;
  1322.        font-size: 12px;
  1323.        font-weight: 700;
  1324.        text-transform: uppercase;
  1325.        letter-spacing: 1px;
  1326.      
  1327.        z-index: 3;
  1328.        transform: translateY(0);
  1329.        transition: all 0.3s ease;
  1330.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1331.    }
  1332.    
  1333.    .blog-card-v2:hover .blog-category-v2 {
  1334.        transform: translateY(-5px);
  1335.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1336.    }
  1337.    
  1338.    .blog-content-v2 {
  1339.        padding: 30px 25px;
  1340.        position: relative;
  1341.        z-index: 2;
  1342.    }
  1343.    
  1344.    .blog-title-v2 {
  1345.        font-size: 18px;
  1346.        font-weight: 700;
  1347.        line-height: 1.4;
  1348.        margin-bottom: 15px;
  1349.        min-height: 50px;
  1350.        position: relative;
  1351.        overflow: hidden;
  1352.    }
  1353.    
  1354.    .blog-title-v2 a {
  1355.        text-decoration: none;
  1356.        position: relative;
  1357.        transition: all 0.3s ease;
  1358.        background-clip: text;
  1359.        -webkit-background-clip: text;
  1360.    }
  1361.    
  1362.    .blog-title-v2 a::after {
  1363.        content: '';
  1364.        position: absolute;
  1365.        bottom: -2px;
  1366.        left: 0;
  1367.        width: 0;
  1368.        height: 2px;
  1369.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1370.        transition: width 0.4s ease;
  1371.    }
  1372.    
  1373.    .blog-card-v2:hover .blog-title-v2 a::after {
  1374.        width: 100%;
  1375.    }
  1376.    
  1377.    .blog-meta-v2 {
  1378.        display: flex;
  1379.        align-items: center;
  1380.        gap: 12px;
  1381.        margin-bottom: 15px;
  1382.        font-size: 13px;
  1383.        padding-bottom: 15px;
  1384.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1385.        position: relative;
  1386.    }
  1387.    
  1388.    .blog-meta-v2::after {
  1389.        content: '';
  1390.        position: absolute;
  1391.        bottom: -2px;
  1392.        left: 0;
  1393.        width: 0;
  1394.        height: 2px;
  1395.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1396.        transition: width 0.5s ease 0.2s;
  1397.    }
  1398.    
  1399.    .blog-card-v2:hover .blog-meta-v2::after {
  1400.        width: 60px;
  1401.    }
  1402.    
  1403.    .blog-author-img-v2 {
  1404.        width: 32px;
  1405.        height: 32px;
  1406.        border-radius: 50%;
  1407.        object-fit: cover;
  1408.        border: 3px solid white;
  1409.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1410.        transition: all 0.3s ease;
  1411.    }
  1412.    
  1413.    .blog-card-v2:hover .blog-author-img-v2 {
  1414.        transform: scale(1.1);
  1415.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1416.    }
  1417.    
  1418.    .blog-excerpt-v2 {
  1419.        font-size: 14px;
  1420.        line-height: 1.6;
  1421.        color: #666;
  1422.        display: -webkit-box;
  1423.        -webkit-line-clamp: 3;
  1424.        -webkit-box-orient: vertical;
  1425.        overflow: hidden;
  1426.        position: relative;
  1427.        opacity: 0.8;
  1428.        transition: opacity 0.3s ease;
  1429.    }
  1430.    
  1431.    .blog-card-v2:hover .blog-excerpt-v2 {
  1432.        opacity: 1;
  1433.    }
  1434.    
  1435.    .section-header-v2 {
  1436.        text-align: center;
  1437.        margin-bottom: 70px;
  1438.        position: relative;
  1439.    }
  1440.    
  1441.    .section-title-v2 {
  1442.        font-size: 3.2rem;
  1443.        font-weight: 800;
  1444.        margin-bottom: 20px;
  1445.        position: relative;
  1446.    }
  1447.    
  1448.    .section-title-v2::after {
  1449.        content: '';
  1450.        position: absolute;
  1451.        bottom: -10px;
  1452.        left: 50%;
  1453.        transform: translateX(-50%);
  1454.        width: 80px;
  1455.        height: 4px;
  1456.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1457.        border-radius: 2px;
  1458.    }
  1459.    
  1460.    .section-subtitle-v2 {
  1461.        font-size: 1.1rem;
  1462.        color: #666;
  1463.        max-width: 600px;
  1464.        margin: 0 auto;
  1465.        line-height: 1.6;
  1466.    }
  1467.    
  1468.    .blog-read-more-v2 {
  1469.        position: absolute;
  1470.        bottom: 25px;
  1471.        right: 25px;
  1472.        width: 45px;
  1473.        height: 45px;
  1474.        border-radius: 50%;
  1475.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1476.        display: flex;
  1477.        align-items: center;
  1478.        justify-content: center;
  1479.        color: white;
  1480.        text-decoration: none;
  1481.        transition: all 0.4s ease;
  1482.        transform: scale(0);
  1483.        opacity: 0;
  1484.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1485.    }
  1486.    
  1487.    .blog-card-v2:hover .blog-read-more-v2 {
  1488.        transform: scale(1);
  1489.        opacity: 1;
  1490.    }
  1491.    
  1492.    .blog-read-more-v2:hover {
  1493.        transform: scale(1.1);
  1494.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1495.    }
  1496.    
  1497.    /* Animation Classes */
  1498.    .animate-on-scroll {
  1499.        opacity: 0;
  1500.        transform: translateY(30px);
  1501.        transition: all 0.6s ease;
  1502.    }
  1503.    
  1504.    .animate-on-scroll.animated {
  1505.        opacity: 1;
  1506.        transform: translateY(0);
  1507.    }
  1508.    
  1509.    /* Staggered Animation */
  1510.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1511.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1512.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1513.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1514.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1515.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1516.  
  1517.    @media (max-width: 768px) {
  1518.        .section-title-v2 {
  1519.            font-size: 2.5rem;
  1520.        }
  1521.        .blog-highlights-v2 {
  1522.            padding: 40px 0;
  1523.        }
  1524.        .blog-content-v2 {
  1525.            padding: 25px 20px;
  1526.        }
  1527.        .blog-card-v2:hover {
  1528.            transform: translateY(-10px) scale(1.01);
  1529.        }
  1530.    }
  1531. </style>
  1532.  
  1533. <section class="blog-highlights-v2">
  1534.    <div class="container-fluid fluid-container">
  1535.        <div class="row">
  1536.            <div class="col-12">
  1537.                <div class="section-header-v2 animate-on-scroll">
  1538.                    <h2 class="section-title-v2 text-primary-gradient">
  1539.                Today's Top Highlights
  1540.                   </h2>
  1541.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1542.                </div>
  1543.            </div>
  1544.        </div>
  1545.        
  1546.        <div class="row">
  1547.            <div class="col-lg-8 col-12">
  1548.                <div class="row g-4">
  1549.                    
  1550.                    <div class="col-lg-6 col-md-6 col-12">
  1551.                        <div class="card blog-card-v2 animate-on-scroll">
  1552.                            <div class="blog-image-v2">
  1553.                                
  1554.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1555.                                
  1556.                                <span class="blog-category-v2 bg-primary-gradient">
  1557.                                    News
  1558.                                </span>
  1559.                            </div>
  1560.                            <div class="blog-content-v2">
  1561.                                <h3 class="blog-title-v2">
  1562.                                    <a class="top-color" href="/amid-those-devastated-debris-of-an-residential-building-i-saw-a-volume-id-translated/">
  1563.                                    Amid those Devastated Debris of an Residential Building, I Saw a Volume I’d Translated
  1564.                                    </a>
  1565.                                </h3>
  1566.                                <div class="blog-meta-v2">
  1567.                                    
  1568.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1569.                                    
  1570.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1571.                                    <span>By Joshua Cross</span>
  1572.                                    <span style="color: #ccc;">•</span>
  1573.                                    <span style="color: #999;">11 May 2026</span>
  1574.                                </div>
  1575.                                <p class="blog-excerpt-v2"></p>
  1576.                              
  1577.                            </div>
  1578.                        </div>
  1579.                    </div>
  1580.                    
  1581.                    <div class="col-lg-6 col-md-6 col-12">
  1582.                        <div class="card blog-card-v2 animate-on-scroll">
  1583.                            <div class="blog-image-v2">
  1584.                                
  1585.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1586.                                
  1587.                                <span class="blog-category-v2 bg-primary-gradient">
  1588.                                    News
  1589.                                </span>
  1590.                            </div>
  1591.                            <div class="blog-content-v2">
  1592.                                <h3 class="blog-title-v2">
  1593.                                    <a class="top-color" href="/three-xbox-game-pass-games-were-playing-this-weekend-oct-10-12/">
  1594.                                    Three Xbox Game Pass Games We&#x27;re Playing This Weekend (Oct. 10-12)
  1595.                                    </a>
  1596.                                </h3>
  1597.                                <div class="blog-meta-v2">
  1598.                                    
  1599.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1600.                                    
  1601.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1602.                                    <span>By Joshua Cross</span>
  1603.                                    <span style="color: #ccc;">•</span>
  1604.                                    <span style="color: #999;">11 May 2026</span>
  1605.                                </div>
  1606.                                <p class="blog-excerpt-v2"></p>
  1607.                              
  1608.                            </div>
  1609.                        </div>
  1610.                    </div>
  1611.                    
  1612.                    <div class="col-lg-6 col-md-6 col-12">
  1613.                        <div class="card blog-card-v2 animate-on-scroll">
  1614.                            <div class="blog-image-v2">
  1615.                                
  1616.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1617.                                
  1618.                                <span class="blog-category-v2 bg-primary-gradient">
  1619.                                    News
  1620.                                </span>
  1621.                            </div>
  1622.                            <div class="blog-content-v2">
  1623.                                <h3 class="blog-title-v2">
  1624.                                    <a class="top-color" href="/everyday-reality-for-one-hundred-twenty-thousand-asylum-seekers-in-mauritanias-vast-refugee-camp-on-the-mali-frontier/">
  1625.                                    Everyday Reality for one hundred twenty thousand Asylum Seekers in Mauritania&#x27;s Vast Refugee Camp on the Mali Frontier.
  1626.                                    </a>
  1627.                                </h3>
  1628.                                <div class="blog-meta-v2">
  1629.                                    
  1630.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1631.                                    
  1632.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1633.                                    <span>By Joshua Cross</span>
  1634.                                    <span style="color: #ccc;">•</span>
  1635.                                    <span style="color: #999;">11 May 2026</span>
  1636.                                </div>
  1637.                                <p class="blog-excerpt-v2"></p>
  1638.                              
  1639.                            </div>
  1640.                        </div>
  1641.                    </div>
  1642.                    
  1643.                    <div class="col-lg-6 col-md-6 col-12">
  1644.                        <div class="card blog-card-v2 animate-on-scroll">
  1645.                            <div class="blog-image-v2">
  1646.                                
  1647.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1648.                                
  1649.                                <span class="blog-category-v2 bg-primary-gradient">
  1650.                                    News
  1651.                                </span>
  1652.                            </div>
  1653.                            <div class="blog-content-v2">
  1654.                                <h3 class="blog-title-v2">
  1655.                                    <a class="top-color" href="/the-way-a-us-special-forces-vet-assisted-the-venezuelan-opposition-leader-flee-her-homeland/">
  1656.                                    The Way a US Special Forces Vet Assisted the Venezuelan Opposition Leader Flee Her Homeland
  1657.                                    </a>
  1658.                                </h3>
  1659.                                <div class="blog-meta-v2">
  1660.                                    
  1661.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1662.                                    
  1663.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1664.                                    <span>By Joshua Cross</span>
  1665.                                    <span style="color: #ccc;">•</span>
  1666.                                    <span style="color: #999;">11 May 2026</span>
  1667.                                </div>
  1668.                                <p class="blog-excerpt-v2"></p>
  1669.                              
  1670.                            </div>
  1671.                        </div>
  1672.                    </div>
  1673.                    
  1674.                    <div class="col-lg-6 col-md-6 col-12">
  1675.                        <div class="card blog-card-v2 animate-on-scroll">
  1676.                            <div class="blog-image-v2">
  1677.                                
  1678.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1679.                                
  1680.                                <span class="blog-category-v2 bg-primary-gradient">
  1681.                                    News
  1682.                                </span>
  1683.                            </div>
  1684.                            <div class="blog-content-v2">
  1685.                                <h3 class="blog-title-v2">
  1686.                                    <a class="top-color" href="/mastering-the-art-of-speak-dating-like-zoomer-fifty-one-hyperspecific-phrases-for-romance-sex-and-questionable-conduct/">
  1687.                                    Mastering the Art of Speak Dating Like Zoomer: Fifty-One Hyperspecific Phrases for Romance, Sex and Questionable Conduct
  1688.                                    </a>
  1689.                                </h3>
  1690.                                <div class="blog-meta-v2">
  1691.                                    
  1692.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1693.                                    
  1694.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1695.                                    <span>By Joshua Cross</span>
  1696.                                    <span style="color: #ccc;">•</span>
  1697.                                    <span style="color: #999;">11 May 2026</span>
  1698.                                </div>
  1699.                                <p class="blog-excerpt-v2"></p>
  1700.                              
  1701.                            </div>
  1702.                        </div>
  1703.                    </div>
  1704.                    
  1705.                    <div class="col-lg-6 col-md-6 col-12">
  1706.                        <div class="card blog-card-v2 animate-on-scroll">
  1707.                            <div class="blog-image-v2">
  1708.                                
  1709.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1710.                                
  1711.                                <span class="blog-category-v2 bg-primary-gradient">
  1712.                                    News
  1713.                                </span>
  1714.                            </div>
  1715.                            <div class="blog-content-v2">
  1716.                                <h3 class="blog-title-v2">
  1717.                                    <a class="top-color" href="/trump-and-his-followers-imagine-a-planet-lacking-international-law-however-they-are-unlikely-to-achieve-it/">
  1718.                                    Trump and His Followers Imagine a Planet Lacking International Law – However They Are Unlikely to Achieve It
  1719.                                    </a>
  1720.                                </h3>
  1721.                                <div class="blog-meta-v2">
  1722.                                    
  1723.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1724.                                    
  1725.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1726.                                    <span>By Joshua Cross</span>
  1727.                                    <span style="color: #ccc;">•</span>
  1728.                                    <span style="color: #999;">10 May 2026</span>
  1729.                                </div>
  1730.                                <p class="blog-excerpt-v2"></p>
  1731.                              
  1732.                            </div>
  1733.                        </div>
  1734.                    </div>
  1735.                    
  1736.                    <div class="col-lg-6 col-md-6 col-12">
  1737.                        <div class="card blog-card-v2 animate-on-scroll">
  1738.                            <div class="blog-image-v2">
  1739.                                
  1740.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1741.                                
  1742.                                <span class="blog-category-v2 bg-primary-gradient">
  1743.                                    News
  1744.                                </span>
  1745.                            </div>
  1746.                            <div class="blog-content-v2">
  1747.                                <h3 class="blog-title-v2">
  1748.                                    <a class="top-color" href="/swedish-team-announcement-alexander-isak-named-while-viktor-gyokeres-excluded/">
  1749.                                    Swedish Team Announcement: Alexander Isak Named While Viktor Gyokeres Excluded
  1750.                                    </a>
  1751.                                </h3>
  1752.                                <div class="blog-meta-v2">
  1753.                                    
  1754.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1755.                                    
  1756.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1757.                                    <span>By Joshua Cross</span>
  1758.                                    <span style="color: #ccc;">•</span>
  1759.                                    <span style="color: #999;">10 May 2026</span>
  1760.                                </div>
  1761.                                <p class="blog-excerpt-v2"></p>
  1762.                              
  1763.                            </div>
  1764.                        </div>
  1765.                    </div>
  1766.                    
  1767.                    <div class="col-lg-6 col-md-6 col-12">
  1768.                        <div class="card blog-card-v2 animate-on-scroll">
  1769.                            <div class="blog-image-v2">
  1770.                                
  1771.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1772.                                
  1773.                                <span class="blog-category-v2 bg-primary-gradient">
  1774.                                    News
  1775.                                </span>
  1776.                            </div>
  1777.                            <div class="blog-content-v2">
  1778.                                <h3 class="blog-title-v2">
  1779.                                    <a class="top-color" href="/uae-declines-to-join-gazan-stabilisation-force-lacking-defined-juridical-structure/">
  1780.                                    UAE Declines to Join Gazan Stabilisation Force Lacking Defined Juridical Structure
  1781.                                    </a>
  1782.                                </h3>
  1783.                                <div class="blog-meta-v2">
  1784.                                    
  1785.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1786.                                    
  1787.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1788.                                    <span>By Joshua Cross</span>
  1789.                                    <span style="color: #ccc;">•</span>
  1790.                                    <span style="color: #999;">10 May 2026</span>
  1791.                                </div>
  1792.                                <p class="blog-excerpt-v2"></p>
  1793.                              
  1794.                            </div>
  1795.                        </div>
  1796.                    </div>
  1797.                    
  1798.                    <div class="col-lg-6 col-md-6 col-12">
  1799.                        <div class="card blog-card-v2 animate-on-scroll">
  1800.                            <div class="blog-image-v2">
  1801.                                
  1802.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1803.                                
  1804.                                <span class="blog-category-v2 bg-primary-gradient">
  1805.                                    News
  1806.                                </span>
  1807.                            </div>
  1808.                            <div class="blog-content-v2">
  1809.                                <h3 class="blog-title-v2">
  1810.                                    <a class="top-color" href="/the-former-congresswoman-makes-a-landmark-as-virginias-initial-woman-state-leader/">
  1811.                                    The Former Congresswoman Makes a Landmark as Virginia&#x27;s Initial Woman State Leader
  1812.                                    </a>
  1813.                                </h3>
  1814.                                <div class="blog-meta-v2">
  1815.                                    
  1816.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1817.                                    
  1818.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1819.                                    <span>By Joshua Cross</span>
  1820.                                    <span style="color: #ccc;">•</span>
  1821.                                    <span style="color: #999;">10 May 2026</span>
  1822.                                </div>
  1823.                                <p class="blog-excerpt-v2"></p>
  1824.                              
  1825.                            </div>
  1826.                        </div>
  1827.                    </div>
  1828.                    
  1829.                    <div class="col-lg-6 col-md-6 col-12">
  1830.                        <div class="card blog-card-v2 animate-on-scroll">
  1831.                            <div class="blog-image-v2">
  1832.                                
  1833.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1834.                                
  1835.                                <span class="blog-category-v2 bg-primary-gradient">
  1836.                                    News
  1837.                                </span>
  1838.                            </div>
  1839.                            <div class="blog-content-v2">
  1840.                                <h3 class="blog-title-v2">
  1841.                                    <a class="top-color" href="/when-did-i-get-that-attractive-the-rock-legend-on-seeing-jeremy-allen-white-play-him-on-screen/">
  1842.                                    ‘When Did I Get That Attractive?’: The Rock Legend on Seeing Jeremy Allen White Play Him On Screen
  1843.                                    </a>
  1844.                                </h3>
  1845.                                <div class="blog-meta-v2">
  1846.                                    
  1847.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1848.                                    
  1849.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1850.                                    <span>By Joshua Cross</span>
  1851.                                    <span style="color: #ccc;">•</span>
  1852.                                    <span style="color: #999;">10 May 2026</span>
  1853.                                </div>
  1854.                                <p class="blog-excerpt-v2"></p>
  1855.                              
  1856.                            </div>
  1857.                        </div>
  1858.                    </div>
  1859.                    
  1860.                    <div class="col-lg-6 col-md-6 col-12">
  1861.                        <div class="card blog-card-v2 animate-on-scroll">
  1862.                            <div class="blog-image-v2">
  1863.                                
  1864.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1865.                                
  1866.                                <span class="blog-category-v2 bg-primary-gradient">
  1867.                                    News
  1868.                                </span>
  1869.                            </div>
  1870.                            <div class="blog-content-v2">
  1871.                                <h3 class="blog-title-v2">
  1872.                                    <a class="top-color" href="/jennifer-waltons-first-album-daughters-delves-into-sorrow-and-style/">
  1873.                                    Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Delves Into Sorrow and Style
  1874.                                    </a>
  1875.                                </h3>
  1876.                                <div class="blog-meta-v2">
  1877.                                    
  1878.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1879.                                    
  1880.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1881.                                    <span>By Joshua Cross</span>
  1882.                                    <span style="color: #ccc;">•</span>
  1883.                                    <span style="color: #999;">10 May 2026</span>
  1884.                                </div>
  1885.                                <p class="blog-excerpt-v2"></p>
  1886.                              
  1887.                            </div>
  1888.                        </div>
  1889.                    </div>
  1890.                    
  1891.                    <div class="col-lg-6 col-md-6 col-12">
  1892.                        <div class="card blog-card-v2 animate-on-scroll">
  1893.                            <div class="blog-image-v2">
  1894.                                
  1895.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1896.                                
  1897.                                <span class="blog-category-v2 bg-primary-gradient">
  1898.                                    News
  1899.                                </span>
  1900.                            </div>
  1901.                            <div class="blog-content-v2">
  1902.                                <h3 class="blog-title-v2">
  1903.                                    <a class="top-color" href="/russian-president-vladimir-putin-pledges-continuous-energy-supplies-to-india-in-defiance-of-washington-demands/">
  1904.                                    Russian President Vladimir Putin Pledges Continuous Energy Supplies to India in Defiance of Washington Demands
  1905.                                    </a>
  1906.                                </h3>
  1907.                                <div class="blog-meta-v2">
  1908.                                    
  1909.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="blog-author-img-v2">
  1910.                                    
  1911.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1912.                                    <span>By Joshua Cross</span>
  1913.                                    <span style="color: #ccc;">•</span>
  1914.                                    <span style="color: #999;">10 May 2026</span>
  1915.                                </div>
  1916.                                <p class="blog-excerpt-v2"></p>
  1917.                              
  1918.                            </div>
  1919.                        </div>
  1920.                    </div>
  1921.                    
  1922.                    
  1923.  
  1924.                </div>
  1925.            </div>
  1926.            
  1927.               <div class="col col-lg-4 col-12">
  1928.                
  1929.  
  1930.  
  1931.  
  1932.    
  1933.  
  1934.  
  1935. <!-- Blog Sidebar V2 - Focused Design -->
  1936.  <div class="sidebar mb-3">
  1937.    <!-- Recent Posts Section -->
  1938.    <div class="sidebar-widget mb-4">
  1939.      <div class="widget-title-wrapper mb-3">
  1940.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1941.          <i class="ti-time me-2"></i>Recent Posts
  1942.          <span class="title-arrow-primary"></span>
  1943.        </h4>
  1944.      </div>
  1945.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1946.        <div class="recent-post-list">
  1947.          
  1948.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1949.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1950.                
  1951.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1952.                
  1953.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1954.            </div>
  1955.            <div class="post-content flex-grow-1">
  1956.              <h6 class="post-title mb-2">
  1957.                 <a href="/gaza-strip-conflict-in-maps-following-two-years-of-hostilities/" class="text-decoration-none top-color fw-semibold lh-sm">
  1958.                                            Gaza Strip Conflict in Maps Following Two Years of Hostilities
  1959.                                            </a>
  1960.              </h6>
  1961.              <div class="post-meta mb-3">
  1962.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1963.                <!-- <small class="text-muted">
  1964.                  <i class="ti-eye me-1"></i>348 views
  1965.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1966.                </small> -->
  1967.              </div>
  1968.            </div>
  1969.          </div>
  1970.          
  1971.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1972.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1973.                
  1974.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1975.                
  1976.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1977.            </div>
  1978.            <div class="post-content flex-grow-1">
  1979.              <h6 class="post-title mb-2">
  1980.                 <a href="/democratic-lawmakers-criticize-trump-after-he-states-they-should-face-death-penalty/" class="text-decoration-none top-color fw-semibold lh-sm">
  1981.                                            Democratic lawmakers Criticize Trump After He States They Should Face Death Penalty
  1982.                                            </a>
  1983.              </h6>
  1984.              <div class="post-meta mb-3">
  1985.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  1986.                <!-- <small class="text-muted">
  1987.                  <i class="ti-eye me-1"></i>348 views
  1988.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1989.                </small> -->
  1990.              </div>
  1991.            </div>
  1992.          </div>
  1993.          
  1994.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1995.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1996.                
  1997.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1998.                
  1999.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2000.            </div>
  2001.            <div class="post-content flex-grow-1">
  2002.              <h6 class="post-title mb-2">
  2003.                 <a href="/these-athletes-and-trainers-born-outside-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2004.                                            These Athletes and Trainers Born Outside in the United States
  2005.                                            </a>
  2006.              </h6>
  2007.              <div class="post-meta mb-3">
  2008.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2009.                <!-- <small class="text-muted">
  2010.                  <i class="ti-eye me-1"></i>348 views
  2011.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2012.                </small> -->
  2013.              </div>
  2014.            </div>
  2015.          </div>
  2016.          
  2017.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2018.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2019.                
  2020.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2021.                
  2022.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2023.            </div>
  2024.            <div class="post-content flex-grow-1">
  2025.              <h6 class="post-title mb-2">
  2026.                 <a href="/russian-authorities-restricts-snapchat-and-limits-apples-facetime-officials-report/" class="text-decoration-none top-color fw-semibold lh-sm">
  2027.                                            Russian Authorities Restricts Snapchat and Limits Apple&#x27;s FaceTime, Officials Report
  2028.                                            </a>
  2029.              </h6>
  2030.              <div class="post-meta mb-3">
  2031.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2032.                <!-- <small class="text-muted">
  2033.                  <i class="ti-eye me-1"></i>348 views
  2034.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2035.                </small> -->
  2036.              </div>
  2037.            </div>
  2038.          </div>
  2039.          
  2040.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2041.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2042.                
  2043.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2044.                
  2045.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2046.            </div>
  2047.            <div class="post-content flex-grow-1">
  2048.              <h6 class="post-title mb-2">
  2049.                 <a href="/chernobyl-disaster-containment-structure-can-no-longer-effectively-blocks-harmful-radiation-needs-significant-restoration-iaea/" class="text-decoration-none top-color fw-semibold lh-sm">
  2050.                                            Chernobyl Disaster Containment Structure Can No Longer Effectively Blocks Harmful Radiation, Needs Significant Restoration – IAEA
  2051.                                            </a>
  2052.              </h6>
  2053.              <div class="post-meta mb-3">
  2054.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2055.                <!-- <small class="text-muted">
  2056.                  <i class="ti-eye me-1"></i>348 views
  2057.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2058.                </small> -->
  2059.              </div>
  2060.            </div>
  2061.          </div>
  2062.          
  2063.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2064.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2065.                
  2066.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2067.                
  2068.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2069.            </div>
  2070.            <div class="post-content flex-grow-1">
  2071.              <h6 class="post-title mb-2">
  2072.                 <a href="/arsenal-host-wolverhampton-wanderers-in-pivotal-premier-league-fixture/" class="text-decoration-none top-color fw-semibold lh-sm">
  2073.                                            Arsenal Host Wolverhampton Wanderers in Pivotal Premier League Fixture
  2074.                                            </a>
  2075.              </h6>
  2076.              <div class="post-meta mb-3">
  2077.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2078.                <!-- <small class="text-muted">
  2079.                  <i class="ti-eye me-1"></i>348 views
  2080.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2081.                </small> -->
  2082.              </div>
  2083.            </div>
  2084.          </div>
  2085.          
  2086.  
  2087.        </div>
  2088.  
  2089.        <div class="text-center mt-4 pt-3 border-top border-light">
  2090.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2091.        </div>
  2092.      </div>
  2093.    </div>
  2094.  
  2095.    
  2096.    <div class="sidebar-widget mb-4">
  2097.      <div class="widget-title-wrapper mb-3">
  2098.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2099.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2100.          <span class="title-arrow"></span>
  2101.        </h4>
  2102.      </div>
  2103.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2104.        <div class="blog-roll-list scrollable-sidebar">
  2105.          
  2106.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2107.            <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none ">
  2108.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2109.                <i class="ti-angle-right me-2 text-primary"></i>
  2110.                online casino
  2111.              </h6>
  2112.            </a>
  2113.          </div>
  2114.          
  2115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2116.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  2117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2118.                <i class="ti-angle-right me-2 text-primary"></i>
  2119.                casinos non gamstop
  2120.              </h6>
  2121.            </a>
  2122.          </div>
  2123.          
  2124.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2125.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2126.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2127.                <i class="ti-angle-right me-2 text-primary"></i>
  2128.                non gamstop casino
  2129.              </h6>
  2130.            </a>
  2131.          </div>
  2132.          
  2133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2134.            <a href="https://thebrexitparty.org/" rel="dofollow" class="text-decoration-none ">
  2135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2136.                <i class="ti-angle-right me-2 text-primary"></i>
  2137.                non gamstop casinos uk
  2138.              </h6>
  2139.            </a>
  2140.          </div>
  2141.          
  2142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2143.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2144.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2145.                <i class="ti-angle-right me-2 text-primary"></i>
  2146.                online casino
  2147.              </h6>
  2148.            </a>
  2149.          </div>
  2150.          
  2151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2152.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2154.                <i class="ti-angle-right me-2 text-primary"></i>
  2155.                online casino
  2156.              </h6>
  2157.            </a>
  2158.          </div>
  2159.          
  2160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2161.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2162.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2163.                <i class="ti-angle-right me-2 text-primary"></i>
  2164.                non gamstop casino
  2165.              </h6>
  2166.            </a>
  2167.          </div>
  2168.          
  2169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2170.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2171.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2172.                <i class="ti-angle-right me-2 text-primary"></i>
  2173.                casino not on gamstop
  2174.              </h6>
  2175.            </a>
  2176.          </div>
  2177.          
  2178.      </div>
  2179.    </div>
  2180.    
  2181.    <div class="sidebar-widget mb-4">
  2182.      <div class="widget-title-wrapper mb-3">
  2183.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2184.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2185.          <span class="title-arrow"></span>
  2186.        </h4>
  2187.      </div>
  2188.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2189.        <div class="blog-roll-list scrollable-sidebar">
  2190.          
  2191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2192.            <a href="https://www.thecornishvegan.com" rel="dofollow" class="text-decoration-none ">
  2193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2194.                <i class="ti-angle-right me-2 text-primary"></i>
  2195.                betting sites not on gamstop
  2196.              </h6>
  2197.            </a>
  2198.          </div>
  2199.          
  2200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2201.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2202.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2203.                <i class="ti-angle-right me-2 text-primary"></i>
  2204.                casinos exempt from GAMSTOP
  2205.              </h6>
  2206.            </a>
  2207.          </div>
  2208.          
  2209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2210.            <a href="https://www.tamworthinformed.co.uk/" rel="dofollow" class="text-decoration-none ">
  2211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2212.                <i class="ti-angle-right me-2 text-primary"></i>
  2213.                non gamstop casino
  2214.              </h6>
  2215.            </a>
  2216.          </div>
  2217.          
  2218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2219.            <a href="https://www.heatonpark.org.uk/" rel="dofollow" class="text-decoration-none ">
  2220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2221.                <i class="ti-angle-right me-2 text-primary"></i>
  2222.                crypto casino
  2223.              </h6>
  2224.            </a>
  2225.          </div>
  2226.          
  2227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2228.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2230.                <i class="ti-angle-right me-2 text-primary"></i>
  2231.                casino not on gamstop
  2232.              </h6>
  2233.            </a>
  2234.          </div>
  2235.          
  2236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2237.            <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2239.                <i class="ti-angle-right me-2 text-primary"></i>
  2240.                casinos not on gamstop
  2241.              </h6>
  2242.            </a>
  2243.          </div>
  2244.          
  2245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2246.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  2247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2248.                <i class="ti-angle-right me-2 text-primary"></i>
  2249.                casinos not on gamstop
  2250.              </h6>
  2251.            </a>
  2252.          </div>
  2253.          
  2254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2255.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2257.                <i class="ti-angle-right me-2 text-primary"></i>
  2258.                casino not on gamstop
  2259.              </h6>
  2260.            </a>
  2261.          </div>
  2262.          
  2263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2264.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2266.                <i class="ti-angle-right me-2 text-primary"></i>
  2267.                online casinos not on gamstop
  2268.              </h6>
  2269.            </a>
  2270.          </div>
  2271.          
  2272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2273.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2275.                <i class="ti-angle-right me-2 text-primary"></i>
  2276.                online casinos not on gamstop
  2277.              </h6>
  2278.            </a>
  2279.          </div>
  2280.          
  2281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2282.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2284.                <i class="ti-angle-right me-2 text-primary"></i>
  2285.                online casinos not on gamstop
  2286.              </h6>
  2287.            </a>
  2288.          </div>
  2289.          
  2290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2291.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2293.                <i class="ti-angle-right me-2 text-primary"></i>
  2294.                uk casinos not on gamstop
  2295.              </h6>
  2296.            </a>
  2297.          </div>
  2298.          
  2299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2300.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2302.                <i class="ti-angle-right me-2 text-primary"></i>
  2303.                online casinos not on gamstop
  2304.              </h6>
  2305.            </a>
  2306.          </div>
  2307.          
  2308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2309.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2311.                <i class="ti-angle-right me-2 text-primary"></i>
  2312.                online casinos not on gamstop
  2313.              </h6>
  2314.            </a>
  2315.          </div>
  2316.          
  2317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2318.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2320.                <i class="ti-angle-right me-2 text-primary"></i>
  2321.                online casinos not on gamstop
  2322.              </h6>
  2323.            </a>
  2324.          </div>
  2325.          
  2326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2327.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2329.                <i class="ti-angle-right me-2 text-primary"></i>
  2330.                online casinos not on gamstop
  2331.              </h6>
  2332.            </a>
  2333.          </div>
  2334.          
  2335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2336.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2338.                <i class="ti-angle-right me-2 text-primary"></i>
  2339.                online casinos not on gamstop
  2340.              </h6>
  2341.            </a>
  2342.          </div>
  2343.          
  2344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2345.            <a href="https://cloistersbistro.com/" rel="dofollow" class="text-decoration-none ">
  2346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2347.                <i class="ti-angle-right me-2 text-primary"></i>
  2348.                new UK casino
  2349.              </h6>
  2350.            </a>
  2351.          </div>
  2352.          
  2353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2354.            <a href="https://www.costaricanembassy.co.uk" rel="dofollow" class="text-decoration-none ">
  2355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2356.                <i class="ti-angle-right me-2 text-primary"></i>
  2357.                UK gambling sites
  2358.              </h6>
  2359.            </a>
  2360.          </div>
  2361.          
  2362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2363.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  2364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2365.                <i class="ti-angle-right me-2 text-primary"></i>
  2366.                best casino sites uk
  2367.              </h6>
  2368.            </a>
  2369.          </div>
  2370.          
  2371.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2372.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2373.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2374.                <i class="ti-angle-right me-2 text-primary"></i>
  2375.                Non UK Casinos That Accept UK Players
  2376.              </h6>
  2377.            </a>
  2378.          </div>
  2379.          
  2380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2381.            <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none ">
  2382.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2383.                <i class="ti-angle-right me-2 text-primary"></i>
  2384.                crypto casino UK
  2385.              </h6>
  2386.            </a>
  2387.          </div>
  2388.          
  2389.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2390.            <a href="https://www.qualityofcarenetwork.org/" rel="dofollow" class="text-decoration-none ">
  2391.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2392.                <i class="ti-angle-right me-2 text-primary"></i>
  2393.                lolajack casino
  2394.              </h6>
  2395.            </a>
  2396.          </div>
  2397.          
  2398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2399.            <a href="https://headley.co.uk" rel="dofollow" class="text-decoration-none ">
  2400.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2401.                <i class="ti-angle-right me-2 text-primary"></i>
  2402.                non gamstop casinos
  2403.              </h6>
  2404.            </a>
  2405.          </div>
  2406.          
  2407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2408.            <a href="https://globix.net" rel="dofollow" class="text-decoration-none ">
  2409.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2410.                <i class="ti-angle-right me-2 text-primary"></i>
  2411.                casino not on gamstop
  2412.              </h6>
  2413.            </a>
  2414.          </div>
  2415.          
  2416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2417.            <a href="https://bmagic.org.uk" rel="dofollow" class="text-decoration-none ">
  2418.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2419.                <i class="ti-angle-right me-2 text-primary"></i>
  2420.                non gamstop casino
  2421.              </h6>
  2422.            </a>
  2423.          </div>
  2424.          
  2425.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2426.            <a href="https://www.economicjournal.co.uk/" rel="dofollow" class="text-decoration-none ">
  2427.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2428.                <i class="ti-angle-right me-2 text-primary"></i>
  2429.                betting sites not on gamstop uk
  2430.              </h6>
  2431.            </a>
  2432.          </div>
  2433.          
  2434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2435.            <a href="https://superdao.co/" rel="dofollow" class="text-decoration-none ">
  2436.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2437.                <i class="ti-angle-right me-2 text-primary"></i>
  2438.                online crypto casino
  2439.              </h6>
  2440.            </a>
  2441.          </div>
  2442.          
  2443.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2444.            <a href="https://phoneweek.co.uk/" rel="dofollow" class="text-decoration-none ">
  2445.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2446.                <i class="ti-angle-right me-2 text-primary"></i>
  2447.                brand new non gamstop casinos
  2448.              </h6>
  2449.            </a>
  2450.          </div>
  2451.          
  2452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2454.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2455.                <i class="ti-angle-right me-2 text-primary"></i>
  2456.                casino not on gamstop
  2457.              </h6>
  2458.            </a>
  2459.          </div>
  2460.          
  2461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2462.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2463.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2464.                <i class="ti-angle-right me-2 text-primary"></i>
  2465.                casino not on gamstop
  2466.              </h6>
  2467.            </a>
  2468.          </div>
  2469.          
  2470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2471.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2472.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2473.                <i class="ti-angle-right me-2 text-primary"></i>
  2474.                casino not on gamstop
  2475.              </h6>
  2476.            </a>
  2477.          </div>
  2478.          
  2479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2480.            <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none ">
  2481.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2482.                <i class="ti-angle-right me-2 text-primary"></i>
  2483.                best online casinos
  2484.              </h6>
  2485.            </a>
  2486.          </div>
  2487.          
  2488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2490.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2491.                <i class="ti-angle-right me-2 text-primary"></i>
  2492.                casinos not on GamStop
  2493.              </h6>
  2494.            </a>
  2495.          </div>
  2496.          
  2497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2498.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  2499.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2500.                <i class="ti-angle-right me-2 text-primary"></i>
  2501.                online casinos uk
  2502.              </h6>
  2503.            </a>
  2504.          </div>
  2505.          
  2506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2507.            <a href="https://letstalkloneliness.co.uk/" rel="dofollow" class="text-decoration-none ">
  2508.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2509.                <i class="ti-angle-right me-2 text-primary"></i>
  2510.                uk casinos not on gamstop
  2511.              </h6>
  2512.            </a>
  2513.          </div>
  2514.          
  2515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2516.            <a href="https://www.cafebabel.co.uk/" rel="dofollow" class="text-decoration-none ">
  2517.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2518.                <i class="ti-angle-right me-2 text-primary"></i>
  2519.                non gamstop casinos uk
  2520.              </h6>
  2521.            </a>
  2522.          </div>
  2523.          
  2524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.            <a href="https://ecademy.com/" rel="dofollow" class="text-decoration-none ">
  2526.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2527.                <i class="ti-angle-right me-2 text-primary"></i>
  2528.                casinos not on gamstop
  2529.              </h6>
  2530.            </a>
  2531.          </div>
  2532.          
  2533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2534.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2535.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2536.                <i class="ti-angle-right me-2 text-primary"></i>
  2537.                best uk non gamstop casinos
  2538.              </h6>
  2539.            </a>
  2540.          </div>
  2541.          
  2542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2543.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  2544.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2545.                <i class="ti-angle-right me-2 text-primary"></i>
  2546.                non gamstop casino uk
  2547.              </h6>
  2548.            </a>
  2549.          </div>
  2550.          
  2551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2552.            <a href="https://www.coexisthouse.org.uk" rel="dofollow" class="text-decoration-none ">
  2553.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2554.                <i class="ti-angle-right me-2 text-primary"></i>
  2555.                casino not on GamStop
  2556.              </h6>
  2557.            </a>
  2558.          </div>
  2559.          
  2560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  2562.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2563.                <i class="ti-angle-right me-2 text-primary"></i>
  2564.                slot sites not on GamStop
  2565.              </h6>
  2566.            </a>
  2567.          </div>
  2568.          
  2569.      </div>
  2570.    </div>
  2571.    
  2572.    <div class="sidebar-widget mb-4">
  2573.      <div class="widget-title-wrapper mb-3">
  2574.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2575.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2576.          <span class="title-arrow"></span>
  2577.        </h4>
  2578.      </div>
  2579.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2580.        <div class="blog-roll-list scrollable-sidebar">
  2581.          
  2582.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2583.            <a href="https://www.drenge.co.uk/" rel="dofollow" class="text-decoration-none ">
  2584.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2585.                <i class="ti-angle-right me-2 text-primary"></i>
  2586.                non GamStop casinos
  2587.              </h6>
  2588.            </a>
  2589.          </div>
  2590.          
  2591.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2592.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2593.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2594.                <i class="ti-angle-right me-2 text-primary"></i>
  2595.                Non UK Casinos Accepting UK Players
  2596.              </h6>
  2597.            </a>
  2598.          </div>
  2599.          
  2600.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2601.            <a href="https://www.open-money.co.uk/" rel="dofollow" class="text-decoration-none ">
  2602.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2603.                <i class="ti-angle-right me-2 text-primary"></i>
  2604.                best casino not on GamStop
  2605.              </h6>
  2606.            </a>
  2607.          </div>
  2608.          
  2609.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2610.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  2611.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2612.                <i class="ti-angle-right me-2 text-primary"></i>
  2613.                non GamStop casinos UK
  2614.              </h6>
  2615.            </a>
  2616.          </div>
  2617.          
  2618.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2619.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2620.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2621.                <i class="ti-angle-right me-2 text-primary"></i>
  2622.                non Gamstop casinos
  2623.              </h6>
  2624.            </a>
  2625.          </div>
  2626.          
  2627.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2628.            <a href="https://www.roostblog.com/" rel="dofollow" class="text-decoration-none ">
  2629.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2630.                <i class="ti-angle-right me-2 text-primary"></i>
  2631.                crypto casinos
  2632.              </h6>
  2633.            </a>
  2634.          </div>
  2635.          
  2636.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2637.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2638.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2639.                <i class="ti-angle-right me-2 text-primary"></i>
  2640.                new non GamStop casinos
  2641.              </h6>
  2642.            </a>
  2643.          </div>
  2644.          
  2645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2646.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2647.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2648.                <i class="ti-angle-right me-2 text-primary"></i>
  2649.                not on GamStop
  2650.              </h6>
  2651.            </a>
  2652.          </div>
  2653.          
  2654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2655.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2656.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2657.                <i class="ti-angle-right me-2 text-primary"></i>
  2658.                games not on GamStop
  2659.              </h6>
  2660.            </a>
  2661.          </div>
  2662.          
  2663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2664.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2665.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2666.                <i class="ti-angle-right me-2 text-primary"></i>
  2667.                casinos not on GamStop
  2668.              </h6>
  2669.            </a>
  2670.          </div>
  2671.          
  2672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2673.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2674.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2675.                <i class="ti-angle-right me-2 text-primary"></i>
  2676.                UK casinos not on GamStop
  2677.              </h6>
  2678.            </a>
  2679.          </div>
  2680.          
  2681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.                <i class="ti-angle-right me-2 text-primary"></i>
  2685.                casino not on GamStop
  2686.              </h6>
  2687.            </a>
  2688.          </div>
  2689.          
  2690.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2691.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  2692.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2693.                <i class="ti-angle-right me-2 text-primary"></i>
  2694.                non GamStop casinos
  2695.              </h6>
  2696.            </a>
  2697.          </div>
  2698.          
  2699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2700.            <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none ">
  2701.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2702.                <i class="ti-angle-right me-2 text-primary"></i>
  2703.                casinos not on GamStop
  2704.              </h6>
  2705.            </a>
  2706.          </div>
  2707.          
  2708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2710.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2711.                <i class="ti-angle-right me-2 text-primary"></i>
  2712.                non gamstop casino
  2713.              </h6>
  2714.            </a>
  2715.          </div>
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://robinhoodtax.org/" rel="dofollow" class="text-decoration-none ">
  2719.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                non gamstop casinos
  2722.              </h6>
  2723.            </a>
  2724.          </div>
  2725.          
  2726.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2727.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2728.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2729.                <i class="ti-angle-right me-2 text-primary"></i>
  2730.                casinos not on gamstop
  2731.              </h6>
  2732.            </a>
  2733.          </div>
  2734.          
  2735.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2736.            <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="text-decoration-none ">
  2737.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2738.                <i class="ti-angle-right me-2 text-primary"></i>
  2739.                best non Gamstop casinos
  2740.              </h6>
  2741.            </a>
  2742.          </div>
  2743.          
  2744.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2745.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2746.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2747.                <i class="ti-angle-right me-2 text-primary"></i>
  2748.                Non GamCare Casinos
  2749.              </h6>
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                best betting sites
  2758.              </h6>
  2759.            </a>
  2760.          </div>
  2761.          
  2762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2765.                <i class="ti-angle-right me-2 text-primary"></i>
  2766.                Non Gamstop Casinos
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://free2learn.org.uk/" rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                non gamstop casino
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                non gamstop casinos
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                no kyc casinos
  2794.              </h6>
  2795.            </a>
  2796.          </div>
  2797.          
  2798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2800.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2801.                <i class="ti-angle-right me-2 text-primary"></i>
  2802.                casino not on gamstop
  2803.              </h6>
  2804.            </a>
  2805.          </div>
  2806.          
  2807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                non gamstop casinos
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.      </div>
  2817.    </div>
  2818.    
  2819.    <div class="sidebar-widget mb-4">
  2820.      <div class="widget-title-wrapper mb-3">
  2821.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2822.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2823.          <span class="title-arrow"></span>
  2824.        </h4>
  2825.      </div>
  2826.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2827.        <div class="blog-roll-list scrollable-sidebar">
  2828.          
  2829.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2830.            <a href="https://www.ncpqsw.com/" rel="dofollow" class="text-decoration-none ">
  2831.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2832.                <i class="ti-angle-right me-2 text-primary"></i>
  2833.                best non gamstop casinos
  2834.              </h6>
  2835.            </a>
  2836.          </div>
  2837.          
  2838.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2839.            <a href="https://croftersrights.co.uk/" rel="dofollow" class="text-decoration-none ">
  2840.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2841.                <i class="ti-angle-right me-2 text-primary"></i>
  2842.                online casino
  2843.              </h6>
  2844.            </a>
  2845.          </div>
  2846.          
  2847.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2848.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2849.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2850.                <i class="ti-angle-right me-2 text-primary"></i>
  2851.                casino not on gamstop
  2852.              </h6>
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2858.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                betting sites not on gamstop
  2861.              </h6>
  2862.            </a>
  2863.          </div>
  2864.          
  2865.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2866.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  2867.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2868.                <i class="ti-angle-right me-2 text-primary"></i>
  2869.                non gamstop betting
  2870.              </h6>
  2871.            </a>
  2872.          </div>
  2873.          
  2874.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2875.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  2876.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2877.                <i class="ti-angle-right me-2 text-primary"></i>
  2878.                betting sites not on gamstop
  2879.              </h6>
  2880.            </a>
  2881.          </div>
  2882.          
  2883.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2884.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2885.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2886.                <i class="ti-angle-right me-2 text-primary"></i>
  2887.                non gamstop casino
  2888.              </h6>
  2889.            </a>
  2890.          </div>
  2891.          
  2892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  2894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                online casinos
  2897.              </h6>
  2898.            </a>
  2899.          </div>
  2900.          
  2901.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2902.            <a href="https://jst.org.uk/" rel="dofollow" class="text-decoration-none ">
  2903.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2904.                <i class="ti-angle-right me-2 text-primary"></i>
  2905.                online casinos
  2906.              </h6>
  2907.            </a>
  2908.          </div>
  2909.          
  2910.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2911.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  2912.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2913.                <i class="ti-angle-right me-2 text-primary"></i>
  2914.                non gamstop casino
  2915.              </h6>
  2916.            </a>
  2917.          </div>
  2918.          
  2919.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2920.            <a href="https://www.gifmania.co.uk/" rel="dofollow" class="text-decoration-none ">
  2921.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2922.                <i class="ti-angle-right me-2 text-primary"></i>
  2923.                online casinos
  2924.              </h6>
  2925.            </a>
  2926.          </div>
  2927.          
  2928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.            <a href="https://www.charitydigitalnews.co.uk/" rel="dofollow" class="text-decoration-none ">
  2930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                best uk non gamstop casinos
  2933.              </h6>
  2934.            </a>
  2935.          </div>
  2936.          
  2937.      </div>
  2938.    </div>
  2939.    
  2940.  </div>
  2941.  
  2942. <!-- Sidebar V2 Styles -->
  2943. <style>
  2944.  .sidebar-widget {
  2945.    position: relative;
  2946.  }
  2947.  
  2948.  .widget-title {
  2949.    font-size: 1.1rem;
  2950.    font-weight: 700;
  2951.    display: inline-block;
  2952.    position: relative;
  2953.    z-index: 2;
  2954.    border-radius: 0;
  2955.  }
  2956.  
  2957.  /* Green arrow for August Blog Roll */
  2958.  .title-arrow::after {
  2959.    content: '';
  2960.    position: absolute;
  2961.    top: 0;
  2962.    right: -22px;
  2963.    width: 0;
  2964.    height: 0;
  2965.    border-left: 22px solid var(--bs-primary);
  2966.    border-top: 22px solid transparent;
  2967.    border-bottom: 22px solid transparent;
  2968.    z-index: 1;
  2969.  }
  2970.  
  2971.  /* Blue arrow for Recent Posts */
  2972.  .title-arrow-primary::after {
  2973.    content: '';
  2974.    position: absolute;
  2975.    top: 0;
  2976.    right: -22px;
  2977.    width: 0;
  2978.    height: 0;
  2979.    border-left: 22px solid var(--bs-primary);
  2980.    border-top: 22px solid transparent;
  2981.    border-bottom: 22px solid transparent;
  2982.    z-index: 1;
  2983.  }
  2984.  
  2985.  .widget-content {
  2986.    margin-top: -1px;
  2987.    position: relative;
  2988.    z-index: 1;
  2989.     background-color: var(--card-bg);
  2990.  }
  2991.  
  2992.  /* Blog Roll Items Hover Effects */
  2993.  .blog-roll-item:hover .blog-title {
  2994.    color: #198754 !important;
  2995.    transform: translateX(5px);
  2996.    transition: all 0.3s ease;
  2997.  }
  2998.  
  2999.  /* Recent Post Items Hover Effects */
  3000.  .recent-post-item:hover .post-title a {
  3001.    color: #0d6efd !important;
  3002.    transition: color 0.3s ease;
  3003.  }
  3004.  
  3005.  .recent-post-item:hover .post-image img {
  3006.    transform: scale(1.05);
  3007.    transition: transform 0.3s ease;
  3008.  }
  3009.  
  3010.  /* Button Hover Effects */
  3011.  .btn:hover {
  3012.    transform: translateY(-2px);
  3013.    transition: all 0.3s ease;
  3014.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3015.  }
  3016.  
  3017.  /* Badge Hover Effects */
  3018.  .badge:hover {
  3019.    transform: scale(1.05);
  3020.    transition: transform 0.3s ease;
  3021.  }
  3022.  
  3023.  @media (max-width: 991px) {
  3024.    .sidebar {
  3025.      margin-top: 3rem;
  3026.    }
  3027.  }
  3028.  
  3029.  @media (max-width: 576px) {
  3030.    .widget-title {
  3031.      font-size: 1rem;
  3032.      padding: 0.75rem 1rem !important;
  3033.    }
  3034.  
  3035.    .title-arrow::after,
  3036.    .title-arrow-primary::after {
  3037.      right: -18px;
  3038.      border-left-width: 18px;
  3039.      border-top-width: 18px;
  3040.      border-bottom-width: 18px;
  3041.    }
  3042.  
  3043.    .post-image {
  3044.      width: 70px !important;
  3045.      height: 55px !important;
  3046.    }
  3047.  
  3048.    .blog-meta {
  3049.      flex-direction: column !important;
  3050.      align-items: flex-start !important;
  3051.      gap: 0.5rem;
  3052.    }
  3053.  }
  3054. </style>
  3055.  
  3056.    
  3057.            </div>
  3058.        </div>
  3059.    </div>
  3060. </section>
  3061.  
  3062. <script>
  3063. // Intersection Observer for scroll animations
  3064. document.addEventListener('DOMContentLoaded', function() {
  3065.    const observerOptions = {
  3066.        threshold: 0.1,
  3067.        rootMargin: '0px 0px -50px 0px'
  3068.    };
  3069.  
  3070.    const observer = new IntersectionObserver(function(entries) {
  3071.        entries.forEach(entry => {
  3072.            if (entry.isIntersecting) {
  3073.                entry.target.classList.add('animated');
  3074.            }
  3075.        });
  3076.    }, observerOptions);
  3077.  
  3078.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3079.        observer.observe(el);
  3080.    });
  3081. });
  3082. </script>
  3083.  
  3084.    
  3085.        
  3086.        <!-- end wpo-blog-highlights-section -->
  3087.        <!-- start wpo-blog-sponsored-section -->
  3088.        
  3089.  
  3090.  
  3091.  
  3092.    
  3093.  
  3094.  
  3095.  
  3096. <style>
  3097.    .sponsored-section-v2 {
  3098.        padding: 0 0 60px;
  3099.    }
  3100.    
  3101.    .sponsored-card-v2 {
  3102.        background: var(--body-bg);
  3103.        border-radius: 12px;
  3104.        overflow: hidden;
  3105.        transition: all 0.3s ease;
  3106.        border: none;
  3107.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3108.        height: 100%;
  3109.    }
  3110.    
  3111.    .sponsored-card-v2:hover {
  3112.        transform: translateY(-4px);
  3113.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3114.    }
  3115.    
  3116.    .sponsored-image-v2 {
  3117.        position: relative;
  3118.        overflow: hidden;
  3119.        height: 180px;
  3120.    }
  3121.    
  3122.    .sponsored-image-v2 img {
  3123.        width: 100%;
  3124.        height: 100%;
  3125.        object-fit: cover;
  3126.        transition: transform 0.3s ease;
  3127.    }
  3128.    
  3129.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3130.        transform: scale(1.05);
  3131.    }
  3132.    
  3133.    .sponsored-badge-v2 {
  3134.        position: absolute;
  3135.        top: 12px;
  3136.        left: 12px;
  3137.        padding: 6px 12px;
  3138.        border-radius: 15px;
  3139.        font-size: 10px;
  3140.        font-weight: 600;
  3141.        text-transform: uppercase;
  3142.        letter-spacing: 0.5px;
  3143.        color: white;
  3144.    }
  3145.    
  3146.    .sponsored-content-v2 {
  3147.        padding: 20px;
  3148.    }
  3149.    
  3150.    .sponsored-title-v2 {
  3151.        font-size: 16px;
  3152.        font-weight: 600;
  3153.        line-height: 1.4;
  3154.        margin-bottom: 15px;
  3155.        min-height: 44px;
  3156.    }
  3157.    
  3158.    .sponsored-title-v2 a {
  3159.        text-decoration: none;
  3160.        transition: color 0.3s ease;
  3161.    }
  3162.    
  3163.    .sponsored-meta-v2 {
  3164.        display: flex;
  3165.        align-items: center;
  3166.        gap: 10px;
  3167.        font-size: 12px;
  3168.    }
  3169.    
  3170.    .sponsored-author-img-v2 {
  3171.        width: 28px;
  3172.        height: 28px;
  3173.        border-radius: 50%;
  3174.        object-fit: cover;
  3175.    }
  3176.    
  3177.    .section-title-sponsored-v2 {
  3178.        font-size: 2.5rem;
  3179.        font-weight: 700;
  3180.        text-align: center;
  3181.        margin-bottom: 20px;
  3182.        text-transform: capitalize;
  3183.    }
  3184.  
  3185.    @media (max-width: 768px) {
  3186.        .sponsored-section-v2 {
  3187.            padding: 0px 0 40px;
  3188.        }
  3189.        .section-title-sponsored-v2 {
  3190.            font-size: 2rem;
  3191.        }
  3192.        .sponsored-content-v2 {
  3193.            padding: 16px;
  3194.        }
  3195.    }
  3196. </style>
  3197.  
  3198. <section class="sponsored-section-v2">
  3199.    <div class="container-fluid fluid-container">
  3200.        <div class="row">
  3201.            <div class="col-12">
  3202.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3203.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3204.            </div>
  3205.        </div>
  3206.        
  3207.        <div class="row g-4">
  3208.            
  3209.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3210.                <div class="card sponsored-card-v2">
  3211.                    <div class="sponsored-image-v2">
  3212.                        
  3213.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3214.                        
  3215.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3216.                    </div>
  3217.                    <div class="sponsored-content-v2">
  3218.                        <h3 class="sponsored-title-v2">
  3219.                            <a href="/gaza-strip-conflict-in-maps-following-two-years-of-hostilities/" class="top-color">
  3220.                            Gaza Strip Conflict in Maps Following Two Years of Hostilities
  3221.                            </a>
  3222.                        </h3>
  3223.                        <div class="sponsored-meta-v2">
  3224.                            
  3225.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="sponsored-author-img-v2">
  3226.                            
  3227.                            <span class="top-color">By Joshua Cross</span>
  3228.                            <span class="top-color">•</span>
  3229.                            <span class="top-color">10 May 2026</span>
  3230.                        </div>
  3231.                    </div>
  3232.                </div>
  3233.            </div>
  3234.            
  3235.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3236.                <div class="card sponsored-card-v2">
  3237.                    <div class="sponsored-image-v2">
  3238.                        
  3239.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3240.                        
  3241.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3242.                    </div>
  3243.                    <div class="sponsored-content-v2">
  3244.                        <h3 class="sponsored-title-v2">
  3245.                            <a href="/democratic-lawmakers-criticize-trump-after-he-states-they-should-face-death-penalty/" class="top-color">
  3246.                            Democratic lawmakers Criticize Trump After He States They Should Face Death Penalty
  3247.                            </a>
  3248.                        </h3>
  3249.                        <div class="sponsored-meta-v2">
  3250.                            
  3251.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="sponsored-author-img-v2">
  3252.                            
  3253.                            <span class="top-color">By Joshua Cross</span>
  3254.                            <span class="top-color">•</span>
  3255.                            <span class="top-color">09 May 2026</span>
  3256.                        </div>
  3257.                    </div>
  3258.                </div>
  3259.            </div>
  3260.            
  3261.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3262.                <div class="card sponsored-card-v2">
  3263.                    <div class="sponsored-image-v2">
  3264.                        
  3265.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3266.                        
  3267.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3268.                    </div>
  3269.                    <div class="sponsored-content-v2">
  3270.                        <h3 class="sponsored-title-v2">
  3271.                            <a href="/these-athletes-and-trainers-born-outside-in-the-united-states/" class="top-color">
  3272.                            These Athletes and Trainers Born Outside in the United States
  3273.                            </a>
  3274.                        </h3>
  3275.                        <div class="sponsored-meta-v2">
  3276.                            
  3277.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="sponsored-author-img-v2">
  3278.                            
  3279.                            <span class="top-color">By Joshua Cross</span>
  3280.                            <span class="top-color">•</span>
  3281.                            <span class="top-color">09 May 2026</span>
  3282.                        </div>
  3283.                    </div>
  3284.                </div>
  3285.            </div>
  3286.            
  3287.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3288.                <div class="card sponsored-card-v2">
  3289.                    <div class="sponsored-image-v2">
  3290.                        
  3291.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3292.                        
  3293.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3294.                    </div>
  3295.                    <div class="sponsored-content-v2">
  3296.                        <h3 class="sponsored-title-v2">
  3297.                            <a href="/russian-authorities-restricts-snapchat-and-limits-apples-facetime-officials-report/" class="top-color">
  3298.                            Russian Authorities Restricts Snapchat and Limits Apple&#x27;s FaceTime, Officials Report
  3299.                            </a>
  3300.                        </h3>
  3301.                        <div class="sponsored-meta-v2">
  3302.                            
  3303.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="sponsored-author-img-v2">
  3304.                            
  3305.                            <span class="top-color">By Joshua Cross</span>
  3306.                            <span class="top-color">•</span>
  3307.                            <span class="top-color">09 May 2026</span>
  3308.                        </div>
  3309.                    </div>
  3310.                </div>
  3311.            </div>
  3312.            
  3313.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3314.                <div class="card sponsored-card-v2">
  3315.                    <div class="sponsored-image-v2">
  3316.                        
  3317.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3318.                        
  3319.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3320.                    </div>
  3321.                    <div class="sponsored-content-v2">
  3322.                        <h3 class="sponsored-title-v2">
  3323.                            <a href="/chernobyl-disaster-containment-structure-can-no-longer-effectively-blocks-harmful-radiation-needs-significant-restoration-iaea/" class="top-color">
  3324.                            Chernobyl Disaster Containment Structure Can No Longer Effectively Blocks Harmful Radiation, Needs Significant Restoration – IAEA
  3325.                            </a>
  3326.                        </h3>
  3327.                        <div class="sponsored-meta-v2">
  3328.                            
  3329.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="sponsored-author-img-v2">
  3330.                            
  3331.                            <span class="top-color">By Joshua Cross</span>
  3332.                            <span class="top-color">•</span>
  3333.                            <span class="top-color">09 May 2026</span>
  3334.                        </div>
  3335.                    </div>
  3336.                </div>
  3337.            </div>
  3338.            
  3339.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3340.                <div class="card sponsored-card-v2">
  3341.                    <div class="sponsored-image-v2">
  3342.                        
  3343.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3344.                        
  3345.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3346.                    </div>
  3347.                    <div class="sponsored-content-v2">
  3348.                        <h3 class="sponsored-title-v2">
  3349.                            <a href="/arsenal-host-wolverhampton-wanderers-in-pivotal-premier-league-fixture/" class="top-color">
  3350.                            Arsenal Host Wolverhampton Wanderers in Pivotal Premier League Fixture
  3351.                            </a>
  3352.                        </h3>
  3353.                        <div class="sponsored-meta-v2">
  3354.                            
  3355.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Cross" class="sponsored-author-img-v2">
  3356.                            
  3357.                            <span class="top-color">By Joshua Cross</span>
  3358.                            <span class="top-color">•</span>
  3359.                            <span class="top-color">09 May 2026</span>
  3360.                        </div>
  3361.                    </div>
  3362.                </div>
  3363.            </div>
  3364.            
  3365.        </div>
  3366.    </div>
  3367. </section>
  3368.  
  3369.  
  3370.    
  3371.        <!-- end wpo-blog-sponsored-section -->
  3372.        <!-- start wpo-subscribe-section -->
  3373.        
  3374.        <!-- end subscribe-section -->
  3375.        <!-- start of wpo-site-footer-section -->
  3376.        
  3377.  
  3378.  
  3379.  
  3380.  
  3381.  
  3382. <footer class="wpo-site-footer-v2">
  3383.    <!-- Main Footer Content -->
  3384.    <div class="wpo-main-footer">
  3385.        <div class="container-fluid fluid-container">
  3386.            <div class="row g-4">
  3387.                
  3388.                <!-- Company Info Section -->
  3389.                <div class="col-lg-4 col-md-6 col-12">
  3390.                    <div class="footer-widget company-info-widget">
  3391.                        <div class="widget-header">
  3392.                            <div class="footer-logo">
  3393.                                
  3394.                                    <h2 class="footer-logo-text">Pathia Lounge</h2>
  3395.                                
  3396.                            </div>
  3397.                        </div>
  3398.                        <div class="widget-content2 footer-widget-content2">
  3399.                            <p class="company-description-text">
  3400.                                Explore Pathia Lounge&#x27;s blog for delicious Indian recipes, restaurant insights, and culinary tips. Discover authentic flavors and dining experiences in the UK.
  3401.                            </p>
  3402.                            <div class="contact-info2">
  3403.                                <div class="contact-item">
  3404.                                    <i class="fas fa-envelope"></i>
  3405.                                    <span><a href="/cdn-cgi/l/email-protection#90fcf9fefbe3d0fef5e8e4f2f1f3fbfcf9fefbe3bef3fffd" class="footer-link2"><span class="__cf_email__" data-cfemail="3b57525550487b555e434f595a5850575255504815585456">[email&#160;protected]</span></a></span>
  3406.                                </div>
  3407.                                <!-- <div class="contact-item">
  3408.                                    <i class="fas fa-phone"></i>
  3409.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3410.                                </div> -->
  3411.                            </div>
  3412.                        </div>
  3413.                    </div>
  3414.                </div>
  3415.  
  3416.                <!-- Quick Links Section -->
  3417.                <div class="col-lg-4 col-md-6 col-12">
  3418.                    <div class="footer-widget quick-links-widget">
  3419.                        <div class="widget-header">
  3420.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3421.                        </div>
  3422.                        <div class="widget-content2 footer-widget-content2">
  3423.                            <ul class="footer-links">
  3424.                                
  3425.                                <li><a href="/root-shares-conflicted-feelings-on-day-night-test-cricket-before-crucial-ashes-series-showdown/" class="footer-link">Root Shares Conflicted Feelings on Day-Night Test Cricket Before Crucial Ashes Series Showdown</a></li>
  3426.                                
  3427.                                <li><a href="/conversing-over-the-gap-an-meeting-between-different-perspectives/" class="footer-link">Conversing Over the Gap: An Meeting Between Different Perspectives</a></li>
  3428.                                
  3429.                                <li><a href="/womens-tennis-finals-latest-news-elena-rybakina-faces-ekaterina-alexandrova-iga-swiatek-battles-amanda-anisimova/" class="footer-link">Women&#x27;s Tennis Finals Latest News: Elena Rybakina Faces Ekaterina Alexandrova, Iga Swiatek Battles Amanda Anisimova</a></li>
  3430.                                
  3431.                                <li><a href="/cameroonian-political-opposition-figure-faces-legal-proceedings-over-post-election-violence-authorities-says/" class="footer-link">Cameroonian Political Opposition Figure Faces Legal Proceedings Over Post-Election Violence, Authorities Says</a></li>
  3432.                                
  3433.                                <li><a href="/new-york-city-gears-up-for-fresh-casinos-in-the-midst-of-an-american-gambling-surge/" class="footer-link">New York City Gears Up For Fresh Casinos In The Midst Of An American Gambling Surge</a></li>
  3434.                                
  3435.                                <li><a href="/finland-stuns-two-time-reigning-title-holders-us-in-world-junior-quarterfinal-round/" class="footer-link">Finland Stuns Two-Time Reigning Title Holders US in World Junior Quarterfinal Round.</a></li>
  3436.                                
  3437.                            </ul>
  3438.                        </div>
  3439.                    </div>
  3440.                </div>
  3441.  
  3442.                <!-- Blog Rolls Section -->
  3443.          <div class="col-lg-3 col-md-6 col-12">
  3444.    <div class="footer-widget blog-rolls-widget">
  3445.        <div class="widget-header">
  3446.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3447.        </div>
  3448.        <div class="widget-content2 footer-widget-content2">
  3449.            <div class="row">
  3450.                <div class="col-6">
  3451.                    <ul class="footer-links" id="blogroll">
  3452.                        
  3453.                        
  3454.                        
  3455.                        
  3456.                        
  3457.                        
  3458.                        
  3459.                    </ul>
  3460.                </div>
  3461.            </div>
  3462.        </div>
  3463.    </div>
  3464. </div>
  3465.                <!-- Categories Section -->
  3466.                <div class="col-lg-4 col-md-6 col-12">
  3467.                    <div class="footer-widget categories-widget">
  3468.                        <div class="widget-header">
  3469.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3470.                        </div>
  3471.                        <div class="widget-content2 footer-widget-content2">
  3472.                            <div class="row">
  3473.                                <div class="col-6">
  3474.                                    <ul class="footer-links">
  3475.                                        
  3476.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3477.                                            All Posts
  3478.                                        </a></li>
  3479.                                        
  3480.                                        <li> <a href="/category/business/" class="footer-link">
  3481.                                            Business
  3482.                                        </a></li>
  3483.                                        
  3484.                                        <li> <a href="/category/esports/" class="footer-link">
  3485.                                            Esports
  3486.                                        </a></li>
  3487.                                        
  3488.                                        <li> <a href="/category/fashion/" class="footer-link">
  3489.                                            Fashion
  3490.                                        </a></li>
  3491.                                        
  3492.                                        <li> <a href="/category/featured/" class="footer-link">
  3493.                                            Featured
  3494.                                        </a></li>
  3495.                                        
  3496.                                    </ul>
  3497.                                </div>
  3498.                              
  3499.                            </div>
  3500.                        </div>
  3501.                    </div>
  3502.                </div>
  3503.  
  3504.            </div>
  3505.        </div>
  3506.    </div>
  3507.  
  3508.    <!-- Footer Bottom -->
  3509.    <div class="footer-bottom">
  3510.        <div class="container-fluid fluid-container">
  3511.            <div class="row align-items-center">
  3512.                <!-- Copyright -->
  3513.                <div class="col-lg-6 col-md-6 col-12">
  3514.                    <div class="copyright-text">
  3515.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Pathia Lounge</strong>.
  3516.                            All rights reserved.
  3517.                        </p>
  3518.                    </div>
  3519.                </div>
  3520.  
  3521.                <!-- Footer Menu -->
  3522.                <div class="col-lg-6 col-md-6 col-12">
  3523.                    <div class="footer-menu">
  3524.                        <ul class="bottom-menu">
  3525.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3526.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3527.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3528.                        </ul>
  3529.                    </div>
  3530.                </div>
  3531.            </div>
  3532.        </div>
  3533.    </div>
  3534.  
  3535. </footer>
  3536.  
  3537. <style>
  3538. /* Footer V2 Styles */
  3539. .wpo-site-footer-v2 {
  3540.    background: var(--footer-bg);
  3541.    color: var(--footer-color);
  3542.    position: relative;
  3543.    overflow: hidden;
  3544. }
  3545.  
  3546. .wpo-site-footer-v2::before {
  3547.    content: '';
  3548.    position: absolute;
  3549.    top: 0;
  3550.    left: 0;
  3551.    right: 0;
  3552.    bottom: 0;
  3553.    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>');
  3554.    pointer-events: none;
  3555. }
  3556.  
  3557. .wpo-main-footer {
  3558.    padding: 60px 0 40px;
  3559.    position: relative;
  3560.    z-index: 2;
  3561. }
  3562.  
  3563. .footer-widget {
  3564.    margin-bottom: 30px;
  3565. }
  3566.  
  3567. .widget-header {
  3568.    margin-bottom: 25px;
  3569. }
  3570.  
  3571. .widget-title2 {
  3572.    font-size: 20px;
  3573.    font-weight: 700;
  3574.    color: var(--footer-color) !important;
  3575.    margin: 0;
  3576.    position: relative;
  3577.    padding-bottom: 10px;
  3578. }
  3579.  
  3580. .widget-title2::after {
  3581.    content: '';
  3582.    position: absolute;
  3583.    bottom: 0;
  3584.    left: 0;
  3585.    width: 40px;
  3586.    height: 3px;
  3587.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3588.    border-radius: 2px;
  3589. }
  3590.  
  3591. /* Company Info Styles */
  3592. .footer-logo-img {
  3593.    max-height: 100px;
  3594.    margin-bottom: 20px;
  3595. }
  3596.  
  3597. .footer-logo-text {
  3598.    color: var(--footer-color);
  3599. }
  3600.  
  3601. .company-description-text {
  3602.    font-size: 14px;
  3603.    line-height: 1.7;
  3604.    color: var(--footer-color);
  3605.    margin-bottom: 25px;
  3606. }
  3607.  
  3608. .contact-info2 .contact-item {
  3609.    display: flex;
  3610.    align-items: center;
  3611.    margin-bottom: 10px;
  3612.    font-size: 14px;
  3613. }
  3614.  
  3615. .contact-info2 .contact-item i {
  3616.    width: 20px;
  3617.    color: var(--footer-color);
  3618.    margin-right: 10px;
  3619. }
  3620.  
  3621. /* Footer Links Styles */
  3622. .footer-links {
  3623.    list-style: none;
  3624.    padding: 0;
  3625.    margin: 0;
  3626. }
  3627.  
  3628. .footer-links li {
  3629.    margin-bottom: 12px;
  3630. }
  3631. .footer-link2 {
  3632.    color: var(--footer-color) !important;
  3633. }
  3634. .footer-link2:hover {
  3635.    color: blue !important;
  3636. }
  3637. .footer-links a{
  3638.    color: var(--footer-color) !important;
  3639.    text-decoration: none;
  3640.    cursor: pointer;
  3641.    font-size: 14px;
  3642.    transition: all 0.3s ease;
  3643.    position: relative;
  3644. }
  3645.  
  3646. .footer-links a:hover {
  3647.    color: #4f46e5 !important;
  3648.    padding-left: 8px;
  3649. }
  3650.  
  3651. /* Footer Bottom Styles */
  3652. .footer-bottom {
  3653.    background: rgba(0, 0, 0, 0.3);
  3654.    padding: 20px 0;
  3655.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3656.    position: relative;
  3657.    z-index: 2;
  3658. }
  3659.  
  3660. .copyright-text-p {
  3661.    margin: 0;
  3662.    font-size: 14px;
  3663.    color: var(--footer-color);
  3664. }
  3665.  
  3666. .footer-sitename {
  3667.    color: var(--footer-color);
  3668. }
  3669.  
  3670. .bottom-menu {
  3671.    list-style: none;
  3672.    padding: 0;
  3673.    margin: 0;
  3674.    display: flex;
  3675.    justify-content: flex-end;
  3676.    gap: 20px;
  3677. }
  3678.  
  3679. .bottom-menu a {
  3680.    color: var(--footer-color);
  3681.    text-decoration: none;
  3682.    font-size: 14px;
  3683.    transition: color 0.3s ease;
  3684. }
  3685.  
  3686. .bottom-menu a:hover {
  3687.    color: #4f46e5;
  3688. }
  3689.  
  3690. @media (max-width: 768px) {
  3691.    .wpo-main-footer {
  3692.        padding: 40px 0 30px;
  3693.    }
  3694.    
  3695.    .bottom-menu {
  3696.        justify-content: center;
  3697.        margin-top: 15px;
  3698.    }
  3699.    
  3700.    .copyright-text {
  3701.        text-align: center;
  3702.    }
  3703.    
  3704.    .social-links {
  3705.        justify-content: center;
  3706.    }
  3707. }
  3708.  
  3709. @media (max-width: 576px) {
  3710.    .widget-title2 {
  3711.        font-size: 18px;
  3712.    }
  3713.    
  3714.    .newsletter-form .input-group {
  3715.        flex-direction: column;
  3716.    }
  3717.    
  3718.    .newsletter-form .btn {
  3719.        margin-top: 10px;
  3720.        border-radius: 8px;
  3721.    }
  3722.    
  3723.    .newsletter-form .form-control {
  3724.        border-radius: 8px;
  3725.    }
  3726. }
  3727. </style>
  3728.  
  3729.  
  3730. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3731.  document.addEventListener('DOMContentLoaded', function () {
  3732.    var btn = document.getElementById('toggleMore');
  3733.    if (!btn) return; // If there are <=5 items, no need for the button
  3734.  
  3735.    var extras = document.querySelectorAll('#blogroll li.extra');
  3736.  
  3737.    btn.addEventListener('click', function () {
  3738.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3739.        return li.classList.contains('d-none');
  3740.      });
  3741.  
  3742.      extras.forEach(function (li) {
  3743.        if (anyHidden) {
  3744.          li.classList.remove('d-none');
  3745.          li.classList.add('show'); // Show with smooth transition
  3746.        } else {
  3747.          li.classList.add('d-none');
  3748.          li.classList.remove('show'); // Hide smoothly
  3749.        }
  3750.      });
  3751.  
  3752.      // Update the button text and aria-expanded attribute
  3753.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3754.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3755.    });
  3756.  });
  3757. </script>
  3758.        <!-- end of wpo-site-footer-section -->
  3759.    </div>
  3760.    <!-- end of page-wrapper -->
  3761.  
  3762.    <!-- All JavaScript files
  3763.    ================================================== -->
  3764.    
  3765.  
  3766. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3767. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3768. <!-- Plugins for this template -->
  3769. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3770. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3771. <!-- Custom script for this template -->
  3772. <script src="/static/blogapp/assets/js/script.js"></script>
  3773.  
  3774. <script>
  3775. (function () {
  3776. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3777. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3778.  
  3779. function applyFallback(img) {
  3780. if (!img || img.dataset.fallbackApplied === "1") {
  3781. return;
  3782. }
  3783. var failedSrc = img.currentSrc || img.src || "";
  3784. img.dataset.fallbackApplied = "1";
  3785. img.onerror = null;
  3786. img.src = fallbackImageSrc;
  3787. console.warn("[ImageFallback] Replaced broken image:", {
  3788. failedSrc: failedSrc,
  3789. fallbackSrc: fallbackImageSrc,
  3790. alt: img.alt || "",
  3791. });
  3792. }
  3793.  
  3794. document.querySelectorAll("img").forEach(function (img) {
  3795. if (img.complete && img.naturalWidth === 0) {
  3796. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3797. failedSrc: img.currentSrc || img.src || "",
  3798. alt: img.alt || "",
  3799. });
  3800. applyFallback(img);
  3801. }
  3802. });
  3803.  
  3804. document.addEventListener(
  3805. "error",
  3806. function (event) {
  3807. var target = event.target;
  3808. if (target && target.tagName === "IMG") {
  3809. applyFallback(target);
  3810. }
  3811. },
  3812. true
  3813. );
  3814. })();
  3815. </script>
  3816.  
  3817. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3818.  
  3819.  
  3820.  
  3821. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"68f4963824c54d06b3f5c88c00931597","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3822. </body>
  3823.  
  3824. </html>
  3825.  
  3826.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda