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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  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_8_ciB31uU_fREpRXW_IDG4OCn.png">
  14.    
  15.  
  16.    <title>Playza Room: A Creative Hub for Gaming Enthusiasts and Tech Lovers</title>
  17.    <meta name="description" content="Explore Playza Room&#x27;s latest insights on gaming trends, tech reviews, and creative projects. Join our community for tips, tutorials, and inspiration.">
  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://playzaroom.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #606c38;
  42.        --bs-primary-rgb: 606c38;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2a9d8f;
  45.        --bs-danger: #e63946;
  46.        --bs-warning: #e76f51;
  47.        --bs-info: #457b9d;
  48.        --bs-light: #f4f1de;
  49.        --bs-dark: #283618;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #606c38;
  53.        --theme-primary-color-s2: #606c38;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #283618;
  57.        --text-light-color: #676767;
  58.        --heading-color: #283618;
  59.        --border-color: #d8d5c4;
  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: #e9ece2;
  75.        --navbar-color: #283618;
  76.        --topbar-bg: #f4f1de;
  77.        --topbar-color: #283618;
  78.        --footer-bg: #283618;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d8d5c4;
  82.        --card-radius: 10px;
  83.        --link-color: #606c38;
  84.        --link-hover: #4a552c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(96, 108, 56, 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-theme_20">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  407.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  408.  
  409.    <div class="unique-news-wrapper-container">
  410.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  411.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  412.            <p class="text-center">
  413.              
  414.              <a href="/tragic-discovery-remains-of-missing-mother-and-child-located-in-freezers-in-the-alpine-nation/" class="px-5 top-color">
  415.                Tragic Discovery: Remains of Missing Mother and Child Located in Freezers in the Alpine Nation
  416.              </a>
  417.              
  418.              <a href="/the-music-streaming-giants-year-end-recap-release-timeline-and-key-inquiries-answered/" class="px-5 top-color">
  419.                The Music Streaming Giant&#x27;s Year-End Recap: Release Timeline and Key Inquiries Answered
  420.              </a>
  421.              
  422.              <a href="/smooth-finish-to-messis-india-tour-following-disorder-in-kolkata/" class="px-5 top-color">
  423.                Smooth Finish to Messi&#x27;s India Tour Following Disorder in Kolkata
  424.              </a>
  425.              
  426.              <a href="/brian-harris-obituary-an-existence-through-the-camera/" class="px-5 top-color">
  427.                Brian Harris Obituary: An Existence Through the Camera
  428.              </a>
  429.              
  430.              <a href="/new-yorks-met-museum-faces-legal-action-over-allegedly-nazi-plundered-van-gogh-masterpiece/" class="px-5 top-color">
  431.                New York&#x27;s Met Museum Faces Legal Action Over Allegedly Nazi-Plundered Van Gogh Masterpiece
  432.              </a>
  433.              
  434.            </p>
  435.          </marquee>
  436.        </div>
  437.    </div>
  438.  
  439.    <div class="contact-info top-color">
  440.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  441.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  442.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  443.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  445.        </ul>
  446.    </div>
  447. </div>
  448. </div>
  449.  
  450. <script>
  451.    // Build array directly from Django context
  452.    const newsItems = [
  453.        
  454.            { title: "Tragic Discovery: Remains of Missing Mother and Child Located in Freezers in the Alpine Nation", url: "/tragic-discovery-remains-of-missing-mother-and-child-located-in-freezers-in-the-alpine-nation/" },
  455.        
  456.            { title: "The Music Streaming Giant\u0027s Year\u002DEnd Recap: Release Timeline and Key Inquiries Answered", url: "/the-music-streaming-giants-year-end-recap-release-timeline-and-key-inquiries-answered/" },
  457.        
  458.            { title: "Smooth Finish to Messi\u0027s India Tour Following Disorder in Kolkata", url: "/smooth-finish-to-messis-india-tour-following-disorder-in-kolkata/" },
  459.        
  460.            { title: "Brian Harris Obituary: An Existence Through the Camera", url: "/brian-harris-obituary-an-existence-through-the-camera/" },
  461.        
  462.            { title: "New York\u0027s Met Museum Faces Legal Action Over Allegedly Nazi\u002DPlundered Van Gogh Masterpiece", url: "/new-yorks-met-museum-faces-legal-action-over-allegedly-nazi-plundered-van-gogh-masterpiece/" }
  463.        
  464.    ];
  465.  
  466.    let currentNewsIndex = 0;
  467.    const newsWrapper = document.getElementById('newsWrapper');
  468.    let currentNewsElement = null;
  469.    let typingInterval = null;
  470.    let isTyping = false;
  471.  
  472.    function createNewsElement() {
  473.        const newsElement = document.createElement('div');
  474.        newsElement.className = 'unique-news-item top-color active';
  475.        newsWrapper.appendChild(newsElement);
  476.        currentNewsElement = newsElement;
  477.    }
  478.  
  479.    function typeText(news, element, callback) {
  480.        let index = 0;
  481.        element.innerHTML = '<span class="unique-cursor"></span>';
  482.  
  483.        typingInterval = setInterval(() => {
  484.            if (index < news.title.length) {
  485.                const currentText = news.title.substring(0, index + 1);
  486.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  487.                index++;
  488.            } else {
  489.                clearInterval(typingInterval);
  490.                setTimeout(() => {
  491.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  492.                    if (callback) callback();
  493.                }, 1000);
  494.            }
  495.        }, 100); // typing speed
  496.    }
  497.  
  498.    function startTyping() {
  499.        if (isTyping) return;
  500.  
  501.        isTyping = true;
  502.        const currentNews = newsItems[currentNewsIndex];
  503.  
  504.        typeText(currentNews, currentNewsElement, () => {
  505.            isTyping = false;
  506.            setTimeout(() => {
  507.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  508.                startTyping();
  509.            }, 5000); // wait before next headline
  510.        });
  511.    }
  512.  
  513.    window.onload = function() {
  514.        createNewsElement();
  515.        startTyping();
  516.    };
  517. </script>
  518.  
  519.  
  520.  
  521.            
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. <header class="header-v7 py-2 mb-4">
  529.    <!-- Top Bar -->
  530.    <div class="top-bar-v7">
  531.        <div class="container-fluid fluid-container">
  532.            <div class="row align-items-center justify-content-center">
  533.                <div class="col-lg-3 col-md-4">
  534.                    <div class="logo-section-v7">
  535.                        <a class="brand-link-v7" href="/">
  536.                            
  537.                                Playza Room
  538.                            
  539.                        </a>
  540.                    </div>
  541.                </div>
  542.                <div class="col-lg-6 col-md-5">
  543.                    <div class="search-bar-v7">
  544.                        <form class="search-form-v7" action="#" method="get">
  545.                            <div class="search-container-v7">
  546.                                <input id="search-input" type="search" class="search-input-v7"
  547.                                    placeholder="Search articles, tutorials, news..." name="q">
  548.                                <button type="submit" class="search-btn-v7">
  549.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  550.                                        stroke-width="2">
  551.                                        <circle cx="11" cy="11" r="8"></circle>
  552.                                        <path d="m21 21-4.35-4.35"></path>
  553.                                    </svg>
  554.                                </button>
  555.                            </div>
  556.                            <div id="search-results" class="search-results-container search-v1"></div>
  557.                        </form>
  558.                    </div>
  559.                </div>
  560.                <div class="col-lg-3 col-md-3">
  561.                    <!-- Empty column for spacing -->
  562.                </div>
  563.            </div>
  564.        </div>
  565.    </div>
  566.  
  567.    <!-- Main Navigation -->
  568.    <div class="main-nav-v7">
  569.        <div class="container-fluid">
  570.            <div class="nav-wrapper-v7">
  571.  
  572.                <!-- Sidebar Navigation -->
  573.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  574.                    <div class="nav-header-v7">
  575.                        <h6 class="nav-title-v7">Navigation</h6>
  576.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  577.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  578.                                stroke-width="2">
  579.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  580.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  581.                            </svg>
  582.                        </button>
  583.                    </div>
  584.  
  585.                    <ul class="sidebar-menu-v7">
  586.                        <li class="sidebar-item-v7">
  587.                            <a href='/' class="sidebar-link-v7 active-v7">
  588.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  589.                                    stroke="currentColor" stroke-width="2">
  590.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  591.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  592.                                </svg>
  593.                                Home
  594.                            </a>
  595.                        </li>
  596.  
  597.                        <li class="sidebar-item-v7 has-submenu-v7">
  598.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  599.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  600.                                    stroke="currentColor" stroke-width="2">
  601.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  602.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  603.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  604.                                </svg>
  605.                                Technology
  606.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  607.                                    stroke="currentColor" stroke-width="2">
  608.                                    <polyline points="6,9 12,15 18,9"></polyline>
  609.                                </svg>
  610.                            </a>
  611.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  612.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  613.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  614.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  615.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  616.                            </ul>
  617.                        </li>
  618.  
  619.                        <li class="sidebar-item-v7 has-submenu-v7">
  620.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  621.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  622.                                    stroke="currentColor" stroke-width="2">
  623.                                    <path
  624.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  625.                                    </path>
  626.                                </svg>
  627.                                Business
  628.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  629.                                    stroke="currentColor" stroke-width="2">
  630.                                    <polyline points="6,9 12,15 18,9"></polyline>
  631.                                </svg>
  632.                            </a>
  633.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  634.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  635.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  636.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  637.                            </ul>
  638.                        </li>
  639.  
  640.                        <li class="sidebar-item-v7">
  641.                            <a href="#" class="sidebar-link-v7">
  642.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  643.                                    stroke="currentColor" stroke-width="2">
  644.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  645.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  646.                                </svg>
  647.                                Tutorials
  648.                            </a>
  649.                        </li>
  650.  
  651.                        <li class="sidebar-item-v7">
  652.                            <a href="#" class="sidebar-link-v7">
  653.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  654.                                    stroke="currentColor" stroke-width="2">
  655.                                    <polygon
  656.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  657.                                    </polygon>
  658.                                </svg>
  659.                                Reviews
  660.                            </a>
  661.                        </li>
  662.  
  663.                        <li class="sidebar-item-v7">
  664.                            <a href="#" class="sidebar-link-v7">
  665.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  666.                                    stroke="currentColor" stroke-width="2">
  667.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  668.                                </svg>
  669.                                News
  670.                            </a>
  671.                        </li>
  672.  
  673.                        <li class="sidebar-item-v7">
  674.                            <a href="#" class="sidebar-link-v7">
  675.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  676.                                    stroke="currentColor" stroke-width="2">
  677.                                    <circle cx="12" cy="12" r="3"></circle>
  678.                                    <path
  679.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  680.                                    </path>
  681.                                </svg>
  682.                                About
  683.                            </a>
  684.                        </li>
  685.  
  686.                        <li class="sidebar-item-v7">
  687.                            <a href="#" class="sidebar-link-v7">
  688.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  689.                                    stroke="currentColor" stroke-width="2">
  690.                                    <path
  691.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  692.                                    </path>
  693.                                    <polyline points="22,6 12,13 2,6"></polyline>
  694.                                </svg>
  695.                                Contact
  696.                            </a>
  697.                        </li>
  698.                    </ul>
  699.                </nav>
  700.                <div class="sidebar-blur"></div>
  701.  
  702.                <!-- Main Content Area -->
  703.                <div class="content-area-v7">
  704.                    <!-- Horizontal Nav for Desktop -->
  705.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  706.                        <ul class="horizontal-menu-v7">
  707.  
  708.                            
  709.                            <li class="horizontal-item-v7">
  710.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  711.                            </li>
  712.  
  713.                            
  714.                            
  715.                             <li class="horizontal-item-v7">
  716.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  717.                                    All Posts
  718.                                </a>
  719.                                </li>
  720.  
  721.                                
  722.  
  723.                                        
  724.                                        
  725.                                
  726.                             <li class="horizontal-item-v7">
  727.                                <a href="/category/business/" class="horizontal-link-v7">
  728.                                    Business
  729.                                </a>
  730.                                </li>
  731.  
  732.                                
  733.  
  734.                                        
  735.                                        
  736.                                
  737.                             <li class="horizontal-item-v7">
  738.                                <a href="/category/esports/" class="horizontal-link-v7">
  739.                                    Esports
  740.                                </a>
  741.                                </li>
  742.  
  743.                                
  744.  
  745.                                        
  746.                                        
  747.                                
  748.                             <li class="horizontal-item-v7">
  749.                                <a href="/category/fashion/" class="horizontal-link-v7">
  750.                                    Fashion
  751.                                </a>
  752.                                </li>
  753.  
  754.                                
  755.  
  756.                                        
  757.                                        
  758.                                
  759.                             <li class="horizontal-item-v7">
  760.                                <a href="/category/featured/" class="horizontal-link-v7">
  761.                                    Featured
  762.                                </a>
  763.                                </li>
  764.  
  765.                                
  766.  
  767.                                        
  768.                                        
  769.                                
  770.                             <li class="horizontal-item-v7">
  771.                                <a href="/category/gaming/" class="horizontal-link-v7">
  772.                                    Gaming
  773.                                </a>
  774.                                </li>
  775.  
  776.                                
  777.  
  778.                                        
  779.                                        
  780.                                
  781.                             <li class="horizontal-item-v7">
  782.                                <a href="/category/health/" class="horizontal-link-v7">
  783.                                    Health
  784.                                </a>
  785.                                </li>
  786.  
  787.                                
  788.  
  789.                                        
  790.                                        
  791.                                
  792.                            
  793.                                
  794.                                <li class="horizontal-item-v7 dropdown-v7">
  795.                                    <a href="#" class="horizontal-link-v7">More</a>
  796.                                    <div class="horizontal-dropdown-v7">
  797.                                        <a href="/category/life-fitness/"
  798.                                            class="dropdown-item-v7">
  799.                                            Life &amp; Fitness
  800.                                        </a>
  801.                                        
  802.  
  803.                                        
  804.                                        
  805.                                
  806.                            
  807.                                        <a href="/category/lifestyle/"
  808.                                            class="dropdown-item-v7">
  809.                                            Lifestyle
  810.                                        </a>
  811.                                        
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                            
  817.                                        <a href="/category/news/"
  818.                                            class="dropdown-item-v7">
  819.                                            News
  820.                                        </a>
  821.                                        
  822.  
  823.                                        
  824.                                        
  825.                                
  826.                            
  827.                                        <a href="/category/others/"
  828.                                            class="dropdown-item-v7">
  829.                                            Others
  830.                                        </a>
  831.                                        
  832.  
  833.                                        
  834.                                        
  835.                                
  836.                            
  837.                                        <a href="/category/politics/"
  838.                                            class="dropdown-item-v7">
  839.                                            Politics
  840.                                        </a>
  841.                                        
  842.  
  843.                                        
  844.                                        
  845.                                
  846.                            
  847.                                        <a href="/category/sports/"
  848.                                            class="dropdown-item-v7">
  849.                                            Sports
  850.                                        </a>
  851.                                        
  852.  
  853.                                        
  854.                                        
  855.                                
  856.                            
  857.                                        <a href="/category/tech/"
  858.                                            class="dropdown-item-v7">
  859.                                            Tech
  860.                                        </a>
  861.                                        
  862.  
  863.                                        
  864.                                        
  865.                                
  866.                            
  867.                                        <a href="/category/travel/"
  868.                                            class="dropdown-item-v7">
  869.                                            Travel
  870.                                        </a>
  871.                                        
  872.  
  873.                                        
  874.                                        
  875.                                    </div>
  876.                                </li>
  877.                                
  878.                                
  879. <li>
  880.                  <a href="/page/contact-us/">
  881.                     Contact Us
  882.                  </a>
  883.              </li>
  884.                        </ul>
  885.                    </nav>
  886.  
  887.  
  888.                    <!-- Mobile Menu Button -->
  889.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  890.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  891.                            stroke-width="2">
  892.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  893.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  894.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  895.                        </svg>
  896.                        Menu
  897.                    </button>
  898.                </div>
  899.            </div>
  900.        </div>
  901.    </div>
  902.  
  903.    <!-- Overlay for mobile sidebar -->
  904.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  905. </header>
  906.  
  907. <style>
  908.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  909.    .header-v7 {
  910.        position: relative;
  911.        background: var(--navbar-bg);
  912.    }
  913.  
  914.    /* Top Bar Styles */
  915.    .top-bar-v7 {
  916.        padding: 15px 0;
  917.        border-bottom: 1px solid var(--border-color);
  918.        background: var(--navbar-bg);
  919.    }
  920.  
  921.    .logo-img-v7 {
  922.        max-height: 70px;
  923.        transition: transform 0.3s ease;
  924.    }
  925.  
  926.    .logo-img-v7:hover {
  927.        transform: scale(1.05);
  928.    }
  929.  
  930.    /* Search Bar Styles */
  931.    .search-container-v7 {
  932.        position: relative;
  933.        display: flex;
  934.        align-items: center;
  935.        background: transparent;
  936.        border: 2px solid var(--border-color);
  937.        border-radius: 8px;
  938.        overflow: hidden;
  939.        transition: all 0.3s ease;
  940.    }
  941.  
  942.    .search-container-v7:focus-within {
  943.        border-color: #007bff33;
  944.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  945.    }
  946.  
  947.    .search-input-v7 {
  948.        color: var(--topbar-color) !important;
  949.        flex: 1;
  950.        border: none;
  951.        padding: 12px 16px;
  952.        font-size: 14px;
  953.        outline: none;
  954.        background: transparent;
  955.    }
  956.  
  957.    .search-input-v7::placeholder {
  958.        color: #a0aec0;
  959.    }
  960.  
  961.    .search-btn-v7 {
  962.        background: var(--bs-primary);
  963.        color: white;
  964.        border: none;
  965.        padding: 12px 16px;
  966.        cursor: pointer;
  967.        transition: background 0.3s ease;
  968.    }
  969.  
  970.    .search-btn-v7:hover {
  971.        background: #3182ce;
  972.    }
  973.  
  974.    /* Header Actions */
  975.    .header-actions-v7 {
  976.        display: flex;
  977.        align-items: center;
  978.        gap: 15px;
  979.        justify-content: flex-end;
  980.    }
  981.  
  982.    .notification-btn-v7,
  983.    .profile-btn-v7 {
  984.        background: none;
  985.        border: none;
  986.        padding: 8px;
  987.        border-radius: 8px;
  988.        cursor: pointer;
  989.        transition: background 0.3s ease;
  990.        position: relative;
  991.    }
  992.  
  993.    .notification-btn-v7:hover,
  994.    .profile-btn-v7:hover {
  995.        background: #f1f5f9;
  996.    }
  997.  
  998.    .notification-badge-v7 {
  999.        position: absolute;
  1000.        top: 2px;
  1001.        right: 2px;
  1002.        background: #e53e3e;
  1003.        color: white;
  1004.        font-size: 16px;
  1005.        font-weight: 600;
  1006.        width: 16px;
  1007.        height: 16px;
  1008.        border-radius: 50%;
  1009.        display: flex;
  1010.        align-items: center;
  1011.        justify-content: center;
  1012.    }
  1013.  
  1014.    .profile-avatar-v7 {
  1015.        width: 32px;
  1016.        height: 32px;
  1017.        background: var(--border-color);
  1018.        border-radius: 50%;
  1019.        display: flex;
  1020.        align-items: center;
  1021.        justify-content: center;
  1022.    }
  1023.  
  1024.    /* Main Navigation */
  1025.    .main-nav-v7 {
  1026.        background: var(--navbar-bg);
  1027.    }
  1028.  
  1029.    .nav-wrapper-v7 {
  1030.        display: flex;
  1031.        align-items: center;
  1032.        justify-content: center;
  1033.        min-height: 60px;
  1034.    }
  1035.  
  1036.    /* Sidebar Navigation */
  1037.    .sidebar-nav-v7 {
  1038.        position: fixed;
  1039.        top: 0;
  1040.        left: -350px;
  1041.        width: 350px;
  1042.        height: 100vh;
  1043.        background: var(--navbar-bg);
  1044.        z-index: 1000;
  1045.        transition: left 0.3s ease;
  1046.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1047.        overflow-y: auto;
  1048.    }
  1049.  
  1050.    .sidebar-nav-v7.show-v7 {
  1051.        left: 0;
  1052.    }
  1053.  
  1054.    .nav-header-v7 {
  1055.        display: flex;
  1056.        align-items: center;
  1057.        justify-content: space-between;
  1058.        padding: 20px 25px;
  1059.        border-bottom: 1px solid var(--border-color);
  1060.        background: var(--navbar-bg);
  1061.    }
  1062.  
  1063.    .nav-title-v7 {
  1064.        font-size: 16px;
  1065.        font-weight: 600;
  1066.        color: #2d3748;
  1067.        margin: 0;
  1068.    }
  1069.  
  1070.    .sidebar-close-v7 {
  1071.        background: none;
  1072.        border: none;
  1073.        padding: 8px;
  1074.        cursor: pointer;
  1075.        border-radius: 6px;
  1076.        transition: background 0.3s ease;
  1077.    }
  1078.  
  1079.    .sidebar-close-v7:hover {
  1080.        background: var(--border-color);
  1081.    }
  1082.  
  1083.    .sidebar-menu-v7 {
  1084.        list-style: none;
  1085.        padding: 20px 0;
  1086.        margin: 0;
  1087.    }
  1088.  
  1089.    .sidebar-item-v7 {
  1090.        margin-bottom: 5px;
  1091.    }
  1092.  
  1093.    .sidebar-link-v7 {
  1094.        display: flex;
  1095.        align-items: center;
  1096.        color: #4a5568;
  1097.        text-decoration: none;
  1098.        padding: 15px 25px;
  1099.        font-size: 15px;
  1100.        font-weight: 500;
  1101.        transition: all 0.3s ease;
  1102.        position: relative;
  1103.    }
  1104.  
  1105.    .sidebar-link-v7:hover,
  1106.    .sidebar-link-v7.active-v7 {
  1107.        color: #007bff;
  1108.        background: var(--border-color);
  1109.    }
  1110.  
  1111.    .sidebar-link-v7.active-v7::before {
  1112.        content: '';
  1113.        position: absolute;
  1114.        left: 0;
  1115.        top: 0;
  1116.        bottom: 0;
  1117.        width: 4px;
  1118.        background: #007bff;
  1119.    }
  1120.  
  1121.    .sidebar-icon-v7 {
  1122.        margin-right: 12px;
  1123.        color: currentColor;
  1124.    }
  1125.  
  1126.    .submenu-arrow-v7 {
  1127.        margin-left: auto;
  1128.        transition: transform 0.3s ease;
  1129.    }
  1130.  
  1131.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1132.        transform: rotate(180deg);
  1133.    }
  1134.  
  1135.    .sidebar-submenu-v7 {
  1136.        list-style: none;
  1137.        padding: 0;
  1138.        margin: 0;
  1139.        max-height: 0;
  1140.        overflow: hidden;
  1141.        transition: max-height 0.3s ease;
  1142.        background: var(--navbar-bg);
  1143.    }
  1144.  
  1145.    .sidebar-submenu-v7.show-v7 {
  1146.        max-height: 300px;
  1147.        padding: 10px 0;
  1148.    }
  1149.  
  1150.    .sidebar-sublink-v7 {
  1151.        display: block;
  1152.        color: #718096;
  1153.        text-decoration: none;
  1154.        padding: 10px 25px 10px 55px;
  1155.        font-size: 14px;
  1156.        transition: all 0.3s ease;
  1157.    }
  1158.  
  1159.    .sidebar-sublink-v7:hover {
  1160.        color: #007bff;
  1161.        background: var(--border-color);
  1162.    }
  1163.  
  1164.    /* Sidebar Footer */
  1165.    .sidebar-footer-v7 {
  1166.        padding: 25px;
  1167.        margin-top: auto;
  1168.        border-top: 1px solid var(--border-color);
  1169.    }
  1170.  
  1171.    .sidebar-cta-v7 {
  1172.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1173.        padding: 20px;
  1174.        border-radius: 12px;
  1175.        text-align: center;
  1176.        color: white;
  1177.    }
  1178.  
  1179.    .cta-title-v7 {
  1180.        font-size: 14px;
  1181.        font-weight: 600;
  1182.        margin: 0 0 5px 0;
  1183.    }
  1184.  
  1185.    .cta-text-v7 {
  1186.        font-size: 12px;
  1187.        margin: 0 0 15px 0;
  1188.        opacity: 0.9;
  1189.    }
  1190.  
  1191.    .cta-btn-v7 {
  1192.        background: rgba(255, 255, 255, 0.2);
  1193.        color: white;
  1194.        border: 1px solid rgba(255, 255, 255, 0.3);
  1195.        padding: 8px 20px;
  1196.        border-radius: 20px;
  1197.        font-size: 12px;
  1198.        font-weight: 500;
  1199.        cursor: pointer;
  1200.        transition: all 0.3s ease;
  1201.    }
  1202.  
  1203.    .cta-btn-v7:hover {
  1204.        background: rgba(255, 255, 255, 0.3);
  1205.    }
  1206.  
  1207.    /* Horizontal Navigation for Desktop */
  1208.    .horizontal-nav-v7 {
  1209.        flex: 1;
  1210.        display: flex;
  1211.        justify-content: center;
  1212.    }
  1213.  
  1214.    .horizontal-menu-v7 {
  1215.        list-style: none;
  1216.        padding: 0;
  1217.        margin: 0;
  1218.        display: flex;
  1219.        align-items: center;
  1220.    }
  1221.  
  1222.    .horizontal-item-v7 {
  1223.        position: relative;
  1224.        margin-right: 30px;
  1225.    }
  1226.  
  1227.    .horizontal-link-v7 {
  1228.        color: #4a5568;
  1229.        text-decoration: none;
  1230.        font-size: 16px;
  1231.        font-weight: 500;
  1232.        padding: 20px 0;
  1233.        position: relative;
  1234.        transition: color 0.3s ease;
  1235.    }
  1236.  
  1237.    .horizontal-link-v7::after {
  1238.        content: '';
  1239.        position: absolute;
  1240.        bottom: 0;
  1241.        left: 0;
  1242.        width: 0;
  1243.        height: 2px;
  1244.        background: #007bff;
  1245.        transition: width 0.3s ease;
  1246.    }
  1247.  
  1248.    .horizontal-link-v7:hover,
  1249.    .horizontal-link-v7.active-v7 {
  1250.        color: #007bff;
  1251.        font-weight: 600;
  1252.    }
  1253.  
  1254.    .horizontal-link-v7:hover::after,
  1255.    .horizontal-link-v7.active-v7::after {
  1256.        width: 100%;
  1257.    }
  1258.  
  1259.    /* Horizontal Dropdown */
  1260.    .horizontal-dropdown-v7 {
  1261.        position: absolute;
  1262.        top: 100%;
  1263.        left: 0;
  1264.        background: var(--navbar-bg);
  1265.        min-width: 200px;
  1266.        border-radius: 8px;
  1267.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1268.        opacity: 0;
  1269.        visibility: hidden;
  1270.        transform: translateY(-10px);
  1271.        transition: all 0.3s ease;
  1272.        padding: 10px 0;
  1273.        z-index: 100;
  1274.    }
  1275.  
  1276.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1277.        opacity: 1;
  1278.        visibility: visible;
  1279.        transform: translateY(0);
  1280.    }
  1281.  
  1282.    .dropdown-item-v7 {
  1283.        display: block;
  1284.        color: #4a5568;
  1285.        text-decoration: none;
  1286.        padding: 12px 20px;
  1287.        font-size: 14px;
  1288.        transition: all 0.3s ease;
  1289.    }
  1290.  
  1291.    .dropdown-item-v7:hover {
  1292.        color: #007bff;
  1293.        background: #565758ff;
  1294.    }
  1295.  
  1296.    /* Mobile Menu Button */
  1297.    .mobile-menu-btn-v7 {
  1298.        background: none;
  1299.        border: 1px solid var(--border-color);
  1300.        padding: 10px 15px;
  1301.        border-radius: 8px;
  1302.        cursor: pointer;
  1303.        display: flex;
  1304.        align-items: center;
  1305.        gap: 8px;
  1306.        font-size: 14px;
  1307.        font-weight: 500;
  1308.        color: #4a5568;
  1309.        transition: all 0.3s ease;
  1310.        margin: 0 auto;
  1311.    }
  1312.  
  1313.    .mobile-menu-btn-v7:hover {
  1314.        border-color: #cbd5e0;
  1315.        opacity: 0.7;
  1316.    }
  1317.  
  1318.    /* Sidebar Overlay */
  1319.    .sidebar-overlay-v7 {
  1320.        position: fixed;
  1321.        top: 0;
  1322.        left: 0;
  1323.        right: 0;
  1324.        bottom: 0;
  1325.        background: rgba(0, 0, 0, 0.5);
  1326.        z-index: 999;
  1327.        opacity: 0;
  1328.        visibility: hidden;
  1329.        transition: all 0.3s ease;
  1330.    }
  1331.  
  1332.    .sidebar-overlay-v7.show-v7 {
  1333.        opacity: 1;
  1334.        visibility: visible;
  1335.    }
  1336.  
  1337.    /* Responsive Design */
  1338.    @media (max-width: 991px) {
  1339.        .top-bar-v7 .col-lg-6 {
  1340.            order: 3;
  1341.            margin-top: 15px;
  1342.        }
  1343.  
  1344.        .header-actions-v7 {
  1345.            justify-content: flex-start;
  1346.        }
  1347.    }
  1348.  
  1349.    @media (max-width: 768px) {
  1350.        .sidebar-nav-v7 {
  1351.            width: 300px;
  1352.            left: -300px;
  1353.        }
  1354.  
  1355.        .search-container-v7 {
  1356.            margin-top: 10px;
  1357.        }
  1358.    }
  1359. </style>
  1360.  
  1361. <script>
  1362.    function openSidebarV7() {
  1363.        const sidebar = document.getElementById('sidebarNavV7');
  1364.        const overlay = document.getElementById('sidebarOverlayV7');
  1365.  
  1366.        sidebar.classList.add('show-v7');
  1367.        overlay.classList.add('show-v7');
  1368.        document.body.style.overflow = 'hidden';
  1369.    }
  1370.  
  1371.    function closeSidebarV7() {
  1372.        const sidebar = document.getElementById('sidebarNavV7');
  1373.        const overlay = document.getElementById('sidebarOverlayV7');
  1374.  
  1375.        sidebar.classList.remove('show-v7');
  1376.        overlay.classList.remove('show-v7');
  1377.        document.body.style.overflow = '';
  1378.    }
  1379.  
  1380.    function toggleSubmenuV7(submenuId) {
  1381.        const submenu = document.getElementById(submenuId);
  1382.        const parentItem = submenu.closest('.sidebar-item-v7');
  1383.  
  1384.        // Close other open submenus
  1385.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1386.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1387.  
  1388.        allSubmenus.forEach(menu => {
  1389.            if (menu.id !== submenuId) {
  1390.                menu.classList.remove('show-v7');
  1391.            }
  1392.        });
  1393.  
  1394.        allParentItems.forEach(item => {
  1395.            if (item !== parentItem) {
  1396.                item.classList.remove('open-v7');
  1397.            }
  1398.        });
  1399.  
  1400.        // Toggle current submenu
  1401.        submenu.classList.toggle('show-v7');
  1402.        parentItem.classList.toggle('open-v7');
  1403.    }
  1404.  
  1405.    // Close sidebar when clicking outside
  1406.    document.addEventListener('click', function (event) {
  1407.        const sidebar = document.getElementById('sidebarNavV7');
  1408.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1409.  
  1410.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1411.            closeSidebarV7();
  1412.        }
  1413.    });
  1414.  
  1415.    // Handle window resize
  1416.    window.addEventListener('resize', function () {
  1417.        if (window.innerWidth >= 992) {
  1418.            closeSidebarV7();
  1419.        }
  1420.    });
  1421. </script>
  1422.  
  1423. <script>
  1424.  document.addEventListener("DOMContentLoaded", function () {
  1425.    console.log("loaded");
  1426.  
  1427.     const searchInput = document.getElementById("search-input")
  1428.    const searchResults = document.getElementById("search-results");
  1429.  
  1430.    if (!searchInput || !searchResults) {
  1431.      console.error("Search input/results not found");
  1432.      return;
  1433.    }
  1434.  
  1435.    // Prevent form submission
  1436.    if (searchInput.form) {
  1437.      searchInput.form.addEventListener("submit", function (e) {
  1438.        e.preventDefault();
  1439.      });
  1440.    }
  1441.  
  1442.    // Add event listener for keyup
  1443.    searchInput.addEventListener("keyup", function (e) {
  1444.      console.log("Key pressed:", e.key);
  1445.      e.preventDefault();
  1446.  
  1447.      const query = searchInput.value.trim();
  1448.      console.log("User is typing: " + query);
  1449.  
  1450.      // If empty → clear and hide
  1451.      if (query === "") {
  1452.        searchResults.innerHTML = "";
  1453.        searchResults.style.display = "none";
  1454.        return;
  1455.      }
  1456.  
  1457.      // Show results
  1458.      searchResults.style.display = "block";
  1459.  
  1460.      // Fetch search results
  1461.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1462.        method: "GET",
  1463.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1464.      })
  1465.        .then(response => {
  1466.          console.log("Response Status:", response.status);
  1467.          return response.json();
  1468.        })
  1469.        .then(data => {
  1470.          console.log("Data received:", data);
  1471.          if (data.html) {
  1472.            searchResults.innerHTML = data.html;
  1473.          } else {
  1474.            searchResults.innerHTML = "<p>No results found.</p>";
  1475.          }
  1476.        })
  1477.        .catch(error => {
  1478.          console.error("Error fetching search results:", error);
  1479.        });
  1480.    });
  1481.  
  1482.    // Close results when clicking outside
  1483.    document.addEventListener("click", function (e) {
  1484.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1485.        searchResults.style.display = "none";
  1486.      }
  1487.    });
  1488.  
  1489.    // Close results on ESC key
  1490.    document.addEventListener("keydown", function (e) {
  1491.      if (e.key === "Escape") {
  1492.        searchResults.style.display = "none";
  1493.      }
  1494.    });
  1495.  });
  1496. </script>
  1497.  
  1498. <style>
  1499.        /* search field */
  1500.  .search-results-container {
  1501.  position: absolute;
  1502.  top: 100%; /* Position it below the input field */
  1503.  left: 10px;
  1504.  right: 10px;
  1505.  background-color: white;
  1506.  border: 1px solid #ddd;
  1507.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1508.  max-height: 300px;
  1509.  overflow-y: auto;
  1510.  z-index: 1000;
  1511.  display: none; /* Initially hidden */
  1512. }
  1513.  
  1514. .search-results-container p {
  1515.  margin: 0;
  1516. }
  1517.  
  1518. .search-results-container .result-item {
  1519.  padding: 10px;
  1520.  cursor: pointer;
  1521. }
  1522.  
  1523. .search-results-container .result-item:hover {
  1524.  background-color: #f0f0f0;
  1525. }
  1526. </style>
  1527.  
  1528.        </header>
  1529.        <!-- end of header -->
  1530.        <!-- start of wpo-blog-hero -->
  1531.        
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539. <div class="blog-hero-v5">
  1540.  <div class="container-fluid fluid-container">
  1541.    <!-- Hero Header -->
  1542.  
  1543.    <!-- Main Content Grid -->
  1544.    <div class="row g-4">
  1545.      <!-- Large Featured Post - Left Side -->
  1546.      <div class="col-lg-6 col-md-12">
  1547.        
  1548.        
  1549.          
  1550.        <div class="large-featured-card">
  1551.          <div class="card-image-wrapper">
  1552.            
  1553.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1554.            
  1555.            <div class="image-overlay">
  1556.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1557.            </div>
  1558.          </div>
  1559.          <div class="card-content">
  1560.            <h2 class="card-title"><a class="top-color" href="/us-congressman-calls-on-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-investigation/">
  1561.                                        US Congressman Calls On Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Investigation
  1562.                                    </a></h2>
  1563.            <p class="card-description"></p>
  1564.            <div class="card-footer">
  1565.              <div class="author-section">
  1566.                <div class="author-avatar">
  1567.                  
  1568.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="author-img">
  1569.                    
  1570.                </div>
  1571.                <div class="author-details">
  1572.                  <span class="author-name">Thomas Rodriguez</span>
  1573.                  <span class="publish-date">12 May 2026</span>
  1574.                </div>
  1575.              </div>
  1576.              <div class="read-time">
  1577.                <!-- <span>9 min read</span> -->
  1578.              </div>
  1579.            </div>
  1580.          </div>
  1581.        </div>
  1582.  
  1583.        
  1584.      </div>
  1585.      
  1586.  
  1587.      <!-- Right Side - Grid of Posts -->
  1588.      <div class="col-lg-6 col-md-12">
  1589.        <div class="row h-100">
  1590.          
  1591.          
  1592.            
  1593.          <!-- Medium Featured Post -->
  1594.          <div class="col-12 mb-3">
  1595.            <div class="medium-featured-card h-100">
  1596.              <div class="row g-0 h-100">
  1597.                <div class="col-md-6">
  1598.                  <div class="medium-image-wrapper">
  1599.                    
  1600.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1601.                      
  1602.                    <div class="medium-overlay">
  1603.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1604.                    </div>
  1605.                  </div>
  1606.                </div>
  1607.                <div class="col-md-6">
  1608.                  <div class="medium-content">
  1609.                    <h3 class="medium-title"><a class="top-color" href="/the-gulf-nation-to-argue-at-british-supreme-court-over-sovereign-immunity-in-surveillance-allegations/">
  1610.                                        The Gulf nation to Argue at British Supreme Court Over Sovereign Immunity in Surveillance Allegations
  1611.                                    </a></h3>
  1612.                    <p class="medium-excerpt"></p>
  1613.                    <div class="medium-meta">
  1614.                      <span class="author">By Thomas Rodriguez</span>
  1615.                      <span class="date">12 May 2026</span>
  1616.                    </div>
  1617.                  </div>
  1618.                </div>
  1619.              </div>
  1620.            </div>
  1621.          </div>
  1622.  
  1623.          
  1624.          
  1625.  
  1626.          
  1627.            <!-- Small Cards Row -->
  1628.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1629.              <div class="small-card h-100">
  1630.                <div class="small-image-wrapper">
  1631.                    
  1632.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1633.                            style="object-fit: cover;" alt="">
  1634.                    
  1635.                  <span class="small-category bg-primary-gradient">News</span>
  1636.                </div>
  1637.                <div class="small-content">
  1638.                  <h4 class="small-title"> <a class="top-color" href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/" >
  1639.                                        James Cameron Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  1640.                                    </a></h4>
  1641.                  <p class="medium-excerpt"></p>
  1642.                  <div class="small-meta">
  1643.                    <span>By Thomas Rodriguez</span>
  1644.                    <span>11 May 2026</span>
  1645.                  </div>
  1646.                </div>
  1647.              </div>
  1648.            </div>
  1649.            
  1650.            <!-- Small Cards Row -->
  1651.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1652.              <div class="small-card h-100">
  1653.                <div class="small-image-wrapper">
  1654.                    
  1655.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1656.                            style="object-fit: cover;" alt="">
  1657.                    
  1658.                  <span class="small-category bg-primary-gradient">News</span>
  1659.                </div>
  1660.                <div class="small-content">
  1661.                  <h4 class="small-title"> <a class="top-color" href="/bound-isolated-and-terrified-the-harsh-truth-for-women-forced-to-deliver-in-prison/" >
  1662.                                        Bound, Isolated and Terrified: The Harsh Truth for Women Forced to Deliver in Prison.
  1663.                                    </a></h4>
  1664.                  <p class="medium-excerpt"></p>
  1665.                  <div class="small-meta">
  1666.                    <span>By Thomas Rodriguez</span>
  1667.                    <span>11 May 2026</span>
  1668.                  </div>
  1669.                </div>
  1670.              </div>
  1671.            </div>
  1672.            
  1673.  
  1674.        </div>
  1675.      </div>
  1676.    </div>
  1677.  </div>
  1678. </div>
  1679.  
  1680. <style>
  1681.  /* Blog Hero V5 - Clean Card Grid Design */
  1682.  :root {
  1683.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1684.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1685.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1686.  
  1687.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1688.  }
  1689.  
  1690.  .blog-hero-v5 {
  1691.    padding: 4rem 0;
  1692.  }
  1693.  
  1694.  /* Hero Header */
  1695.  .hero-header {
  1696.    margin-bottom: 2rem;
  1697.  }
  1698.  
  1699.  .hero-title {
  1700.    font-size: 3.5rem;
  1701.    font-weight: 800;
  1702.    color: var(--text-dark);
  1703.    margin-bottom: 1rem;
  1704.    letter-spacing: -0.025em;
  1705.    line-height: 1.1;
  1706.  }
  1707.  
  1708.  .hero-subtitle {
  1709.    font-size: 1.25rem;
  1710.    color: var(--text-light);
  1711.    font-weight: 400;
  1712.    max-width: 600px;
  1713.    margin: 0 auto;
  1714.  }
  1715.  
  1716.  /* Large Featured Card */
  1717.  .large-featured-card {
  1718.    background: var(--card-bg);
  1719.    border-radius: var(--border-radius);
  1720.    box-shadow: var(--shadow-medium);
  1721.    overflow: hidden;
  1722.    height: 100%;
  1723.    transition: var(--transition);
  1724.    border: 1px solid var(--border-color);
  1725.  }
  1726.  
  1727.  .large-featured-card:hover {
  1728.    transform: translateY(-8px);
  1729.    box-shadow: var(--shadow-heavy);
  1730.  }
  1731.  
  1732.  .card-image-wrapper {
  1733.    position: relative;
  1734.    height: 280px;
  1735.    overflow: hidden;
  1736.  }
  1737.  
  1738.  .card-image {
  1739.    width: 100%;
  1740.    height: 100%;
  1741.    object-fit: cover;
  1742.    transition: var(--transition);
  1743.  }
  1744.  
  1745.  .large-featured-card:hover .card-image {
  1746.    transform: scale(1.05);
  1747.  }
  1748.  
  1749.  .image-overlay {
  1750.    position: absolute;
  1751.    top: 1.5rem;
  1752.    left: 1.5rem;
  1753.  }
  1754.  
  1755.  .card-content {
  1756.    padding: 2rem;
  1757.  }
  1758.  
  1759.  .card-title {
  1760.    font-size: 1.75rem;
  1761.    font-weight: 700;
  1762.    color: var(--text-dark);
  1763.    margin-bottom: 1rem;
  1764.    line-height: 1.3;
  1765.  }
  1766.  
  1767.  .card-description {
  1768.    color: var(--text-light);
  1769.    font-size: 1rem;
  1770.    line-height: 1.6;
  1771.    margin-bottom: 2rem;
  1772.  }
  1773.  
  1774.  .card-footer {
  1775.    display: flex;
  1776.    align-items: center;
  1777.    justify-content: space-between;
  1778.  }
  1779.  
  1780.  .author-section {
  1781.    display: flex;
  1782.    align-items: center;
  1783.    gap: 1rem;
  1784.  }
  1785.  
  1786.  .author-avatar {
  1787.    width: 48px;
  1788.    height: 48px;
  1789.    border-radius: 50%;
  1790.    overflow: hidden;
  1791.    border: 2px solid var(--border-color);
  1792.  }
  1793.  
  1794.  .author-avatar img {
  1795.    width: 100%;
  1796.    height: 100%;
  1797.    object-fit: cover;
  1798.  }
  1799.  
  1800.  .author-details {
  1801.    display: flex;
  1802.    flex-direction: column;
  1803.  }
  1804.  
  1805.  .author-name {
  1806.    font-weight: 600;
  1807.    color: var(--text-dark);
  1808.    font-size: 0.95rem;
  1809.  }
  1810.  
  1811.  .publish-date {
  1812.    color: var(--text-light);
  1813.    font-size: 0.875rem;
  1814.  }
  1815.  
  1816.  .read-time {
  1817.    background: var(--card-bg);
  1818.    padding: 0.5rem 1rem;
  1819.    border-radius: 20px;
  1820.    font-size: 0.875rem;
  1821.    color: var(--text-light);
  1822.    font-weight: 500;
  1823.  }
  1824.  
  1825.  /* Category Pills */
  1826.  .category-pill {
  1827.    display: inline-block;
  1828.    padding: 0.5rem 1rem;
  1829.    font-size: 0.75rem;
  1830.    font-weight: 600;
  1831.    text-transform: uppercase;
  1832.    letter-spacing: 0.05em;
  1833.    border-radius: 20px;
  1834.    color: white;
  1835.  }
  1836.  
  1837.  
  1838.  /* Medium Featured Card */
  1839.  .medium-featured-card {
  1840.    background: var(--card-bg);
  1841.    border-radius: var(--border-radius);
  1842.    box-shadow: var(--shadow-light);
  1843.    overflow: hidden;
  1844.    height: 220px;
  1845.    transition: var(--transition);
  1846.    border: 1px solid var(--border-color);
  1847.  }
  1848.  
  1849.  .medium-featured-card:hover {
  1850.    transform: translateY(-4px);
  1851.    box-shadow: var(--shadow-medium);
  1852.  }
  1853.  
  1854.  .medium-image-wrapper {
  1855.    position: relative;
  1856.    height: 100%;
  1857.    overflow: hidden;
  1858.  }
  1859.  
  1860.  .medium-image-wrapper img {
  1861.    width: 100%;
  1862.    height: 100%;
  1863.    object-fit: cover;
  1864.    transition: var(--transition);
  1865.  }
  1866.  
  1867.  .medium-featured-card:hover .medium-image-wrapper img {
  1868.    transform: scale(1.05);
  1869.  }
  1870.  
  1871.  .medium-overlay {
  1872.    position: absolute;
  1873.    top: 1rem;
  1874.    left: 1rem;
  1875.  }
  1876.  
  1877.  .medium-content {
  1878.    padding: 1.5rem;
  1879.    display: flex;
  1880.    flex-direction: column;
  1881.    justify-content: space-between;
  1882.    height: 100%;
  1883.  }
  1884.  
  1885.  .medium-title {
  1886.    font-size: 1.25rem;
  1887.    font-weight: 600;
  1888.    color: var(--text-dark);
  1889.    margin-bottom: 0.75rem;
  1890.    line-height: 1.3;
  1891.  }
  1892.  
  1893.  .medium-excerpt {
  1894.    color: var(--text-light);
  1895.    font-size: 0.9rem;
  1896.    line-height: 1.5;
  1897.    margin-bottom: 1rem;
  1898.    flex-grow: 1;
  1899.  }
  1900.  
  1901.  .medium-meta {
  1902.    display: flex;
  1903.    flex-direction: column;
  1904.    gap: 0.25rem;
  1905.    font-size: 0.8rem;
  1906.  }
  1907.  
  1908.  /* Small Cards */
  1909.  .small-card {
  1910.    background: var(--card-bg);
  1911.    border-radius: var(--border-radius);
  1912.    box-shadow: var(--shadow-light);
  1913.    overflow: hidden;
  1914.    transition: var(--transition);
  1915.    border: 1px solid var(--border-color);
  1916.    display: flex;
  1917.    flex-direction: column;
  1918.  }
  1919.  
  1920.  .small-card:hover {
  1921.    transform: translateY(-4px);
  1922.    box-shadow: var(--shadow-medium);
  1923.  }
  1924.  
  1925.  .small-image-wrapper {
  1926.    position: relative;
  1927.    height: 140px;
  1928.    overflow: hidden;
  1929.    flex-shrink: 0;
  1930.  }
  1931.  
  1932.  .small-image-wrapper img {
  1933.    width: 100%;
  1934.    height: 100%;
  1935.    object-fit: cover;
  1936.    transition: var(--transition);
  1937.  }
  1938.  
  1939.  .small-card:hover .small-image-wrapper img {
  1940.    transform: scale(1.05);
  1941.  }
  1942.  
  1943.  .small-category {
  1944.    position: absolute;
  1945.    top: 0.75rem;
  1946.    left: 0.75rem;
  1947.    padding: 0.25rem 0.75rem;
  1948.    font-size: 0.7rem;
  1949.    font-weight: 600;
  1950.    text-transform: uppercase;
  1951.    border-radius: 12px;
  1952.    color: white;
  1953.  }
  1954.  
  1955.  
  1956.  .small-content {
  1957.    padding: 1rem;
  1958.    flex-grow: 1;
  1959.    display: flex;
  1960.    flex-direction: column;
  1961.    justify-content: space-between;
  1962.  }
  1963.  
  1964.  .small-title {
  1965.    font-size: 1rem;
  1966.    font-weight: 600;
  1967.    color: var(--text-dark);
  1968.    margin-bottom: 0.75rem;
  1969.    line-height: 1.3;
  1970.  }
  1971.  
  1972.  .small-meta {
  1973.    display: flex;
  1974.    justify-content: space-between;
  1975.    font-size: 0.75rem;
  1976.    color: var(--text-light);
  1977.  }
  1978.  
  1979.  /* Stats Section - Removed */
  1980.  
  1981.  /* Responsive Design */
  1982.  @media (max-width: 992px) {
  1983.    .hero-title {
  1984.      font-size: 2.5rem;
  1985.    }
  1986.  
  1987.    .card-content {
  1988.      padding: 1.5rem;
  1989.    }
  1990.  
  1991.    .card-title {
  1992.      font-size: 1.5rem;
  1993.    }
  1994.  
  1995.    .medium-featured-card {
  1996.      height: auto;
  1997.    }
  1998.  
  1999.    .medium-content {
  2000.      height: auto;
  2001.    }
  2002.  }
  2003.  
  2004.  @media (max-width: 768px) {
  2005.    .blog-hero-v5 {
  2006.      padding: 2rem 0;
  2007.    }
  2008.  
  2009.    .hero-title {
  2010.      font-size: 2rem;
  2011.    }
  2012.  
  2013.    .hero-subtitle {
  2014.      font-size: 1rem;
  2015.    }
  2016.  
  2017.    .card-image-wrapper {
  2018.      height: 200px;
  2019.    }
  2020.  
  2021.    .medium-featured-card {
  2022.      height: auto;
  2023.    }
  2024.  
  2025.    .medium-image-wrapper {
  2026.      height: 150px;
  2027.    }
  2028.  
  2029.    .small-image-wrapper {
  2030.      height: 120px;
  2031.    }
  2032.  }
  2033.  
  2034.  @media (max-width: 576px) {
  2035.    .card-footer {
  2036.      flex-direction: column;
  2037.      align-items: flex-start;
  2038.      gap: 1rem;
  2039.    }
  2040.  
  2041.    .stat-number {
  2042.      font-size: 1.5rem;
  2043.    }
  2044.  }
  2045. </style>
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.        <!-- end of wpo-blog-hero -->
  2052.  
  2053.        <!-- start of wpo-breacking-news -->
  2054.        
  2055.        <!-- end of wpo-breacking-news -->
  2056.        
  2057.        <!-- start wpo-blog-highlights-section -->
  2058.        
  2059.  
  2060.  
  2061.  
  2062.    
  2063.  
  2064.  
  2065.  
  2066. <style>
  2067.    /* General Section Styling */
  2068.    .blog-highlights-v10 {
  2069.        padding: 20px 0;  /* Adjusted padding for distinction */
  2070.        position: relative;
  2071.    }
  2072.  
  2073.    /* Section Header */
  2074.    .section-header-v10 {
  2075.        text-align: left;  /* Left-aligned for uniqueness */
  2076.        margin-bottom: 50px;
  2077.        padding-left: 15px;
  2078.    }
  2079.  
  2080.    .section-title-v10 {
  2081.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  2082.        font-weight: 800;
  2083.        color: #1a1a1a;
  2084.        margin-bottom: 15px;
  2085.        text-transform: none;  /* No uppercase for modern look */
  2086.    }
  2087.  
  2088.    .section-subtitle-v10 {
  2089.        font-size: 1.05rem;
  2090.        color: #555;
  2091.        max-width: 650px;
  2092.        line-height: 1.6;
  2093.    }
  2094.  
  2095.  
  2096.    /* Blog Card */
  2097.    .blog-card-v10 {
  2098.        background: var(--card-bg);
  2099.        border-radius: 10px;  /* Softer corners */
  2100.        margin-bottom: 35px;
  2101.        overflow: hidden;
  2102.        opacity: 0;  /* Initially hidden for animation */
  2103.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  2104.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  2105.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  2106.    }
  2107.  
  2108.    .blog-card-v10.visible {
  2109.        opacity: 1;
  2110.        transform: rotate(0deg);  /* Straighten on appearance */
  2111.    }
  2112.  
  2113.    @keyframes fadeRotateIn {
  2114.        from {
  2115.            opacity: 0;
  2116.            transform: rotate(1.5deg);
  2117.        }
  2118.        to {
  2119.            opacity: 1;
  2120.            transform: rotate(0deg);
  2121.        }
  2122.    }
  2123.  
  2124.    .blog-card-v10:hover {
  2125.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  2126.    }
  2127.  
  2128.    /* Blog Image */
  2129.    .blog-image-container-v10 {
  2130.        width: 100%;
  2131.        height: 240px;  /* Unique height for v10 */
  2132.        overflow: hidden;
  2133.        position: relative;
  2134.    }
  2135.  
  2136.    .blog-image-v10 img {
  2137.        width: 100%;
  2138.        height: 100%;
  2139.        object-fit: cover;
  2140.    }
  2141.  
  2142.    /* Blog Content */
  2143.    .blog-content-v10 {
  2144.        padding: 20px 22px;  /* Adjusted padding */
  2145.        text-align: left;
  2146.    }
  2147.  
  2148.    .blog-title-v10 {
  2149.        font-size: 1.55rem;  /* Slightly larger than v9 */
  2150.        font-weight: 700;
  2151.        margin-bottom: 12px;
  2152.        color: #1a1a1a;
  2153.    }
  2154.  
  2155.    .blog-meta-v10 {
  2156.        font-size: 0.85rem;
  2157.        color: #777;
  2158.        margin-bottom: 12px;
  2159.        font-style: italic;  /* Italic for distinction */
  2160.    }
  2161.  
  2162.    .blog-excerpt-v10 {
  2163.        font-size: 0.95rem;
  2164.        color: #555;
  2165.        margin-bottom: 15px;
  2166.        line-height: 1.6;
  2167.    }
  2168.  
  2169.    .blog-actions-v10 {
  2170.        display: inline-block;
  2171.    }
  2172.  
  2173.    .blog-read-more-v10 {
  2174.        font-size: 0.95rem;
  2175.        color: #e74c3c;  /* Red accent for uniqueness */
  2176.        text-decoration: none;
  2177.        font-weight: 600;
  2178.        transition: color 0.3s ease;
  2179.    }
  2180.  
  2181.    .blog-read-more-v10:hover {
  2182.        color: #c0392b;  /* Darker red on hover */
  2183.    }
  2184.    /* Responsive Design */
  2185.    @media (max-width: 768px) {
  2186.        .section-title-v10 {
  2187.            font-size: 2.4rem;
  2188.        }
  2189.  
  2190.        .section-header-v10 {
  2191.            padding-left: 10px;
  2192.        }
  2193.        
  2194.        .blog-card-v10 {
  2195.            margin-bottom: 20px;
  2196.        }
  2197.  
  2198.        .blog-meta-v10 {
  2199.            font-size: 0.75rem;
  2200.        }
  2201.  
  2202.        .blog-image-container-v10 {
  2203.            height: 170px;  /* Adjusted for mobile */
  2204.        }
  2205.  
  2206.        .sidebar-v10 {
  2207.            padding: 15px;
  2208.        }
  2209.    }
  2210. </style>
  2211.  
  2212. <section class="blog-highlights-v10">
  2213.    <div class="container-fluid fluid-container">
  2214.        <!-- Section Header -->
  2215.        <div class="row">
  2216.            <div class="col-12 col-lg-10">  
  2217.                <div class="section-header-v10">
  2218.                    <h2 class="section-title-v10">
  2219.                Today's Top Highlights
  2220.                   </h2>
  2221.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2222.                </div>
  2223.            </div>
  2224.        </div>
  2225.        
  2226.        <!-- Blog Grid and Sidebar -->
  2227.        <div class="row">
  2228.            <div class="col-lg-8">
  2229.                <div class="row">
  2230.                    
  2231.                    <div class="col-md-6 col-sm-12">  
  2232.                        <article class="blog-card-v10">
  2233.                            <div class="blog-image-container-v10">
  2234.                                <div class="blog-image-v10 h-100">
  2235.                                    
  2236.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2237.                                    
  2238.                                </div>
  2239.                            </div>
  2240.                            <div class="blog-content-v10">
  2241.                                <h3 class="blog-title-v10">
  2242.                                     <a class="top-color" href="/amid-the-bombed-out-debris-of-an-residential-building-i-saw-a-book-id-translated/" >
  2243.                                    Amid the Bombed-Out Debris of an Residential Building, I Saw a Book I’d Translated
  2244.                                    </a>
  2245.                                </h3>
  2246.                                <div class="blog-meta-v10">
  2247.                                    <span>By Thomas Rodriguez • 11 May 2026</span>
  2248.                                </div>
  2249.                                <p class="blog-excerpt-v10">
  2250.                                    
  2251.                                </p>
  2252.                                <div class="blog-actions-v10">
  2253.                                    <a href="/amid-the-bombed-out-debris-of-an-residential-building-i-saw-a-book-id-translated/" class="blog-read-more-v10">Read More</a>
  2254.                                </div>
  2255.                            </div>
  2256.                        </article>
  2257.                    </div>
  2258.                    
  2259.                    <div class="col-md-6 col-sm-12">  
  2260.                        <article class="blog-card-v10">
  2261.                            <div class="blog-image-container-v10">
  2262.                                <div class="blog-image-v10 h-100">
  2263.                                    
  2264.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2265.                                    
  2266.                                </div>
  2267.                            </div>
  2268.                            <div class="blog-content-v10">
  2269.                                <h3 class="blog-title-v10">
  2270.                                     <a class="top-color" href="/three-game-pass-games-were-enjoying-over-the-weekend-october-10-12/" >
  2271.                                    Three Game Pass Games We&#x27;re Enjoying Over the Weekend (October 10-12)
  2272.                                    </a>
  2273.                                </h3>
  2274.                                <div class="blog-meta-v10">
  2275.                                    <span>By Thomas Rodriguez • 11 May 2026</span>
  2276.                                </div>
  2277.                                <p class="blog-excerpt-v10">
  2278.                                    
  2279.                                </p>
  2280.                                <div class="blog-actions-v10">
  2281.                                    <a href="/three-game-pass-games-were-enjoying-over-the-weekend-october-10-12/" class="blog-read-more-v10">Read More</a>
  2282.                                </div>
  2283.                            </div>
  2284.                        </article>
  2285.                    </div>
  2286.                    
  2287.                    <div class="col-md-6 col-sm-12">  
  2288.                        <article class="blog-card-v10">
  2289.                            <div class="blog-image-container-v10">
  2290.                                <div class="blog-image-v10 h-100">
  2291.                                    
  2292.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2293.                                    
  2294.                                </div>
  2295.                            </div>
  2296.                            <div class="blog-content-v10">
  2297.                                <h3 class="blog-title-v10">
  2298.                                     <a class="top-color" href="/life-for-one-hundred-twenty-thousand-refugees-in-the-massive-shelter-on-the-mali-border/" >
  2299.                                    Life for one hundred twenty thousand Refugees in the Massive Shelter on the Mali Border.
  2300.                                    </a>
  2301.                                </h3>
  2302.                                <div class="blog-meta-v10">
  2303.                                    <span>By Thomas Rodriguez • 11 May 2026</span>
  2304.                                </div>
  2305.                                <p class="blog-excerpt-v10">
  2306.                                    
  2307.                                </p>
  2308.                                <div class="blog-actions-v10">
  2309.                                    <a href="/life-for-one-hundred-twenty-thousand-refugees-in-the-massive-shelter-on-the-mali-border/" class="blog-read-more-v10">Read More</a>
  2310.                                </div>
  2311.                            </div>
  2312.                        </article>
  2313.                    </div>
  2314.                    
  2315.                    <div class="col-md-6 col-sm-12">  
  2316.                        <article class="blog-card-v10">
  2317.                            <div class="blog-image-container-v10">
  2318.                                <div class="blog-image-v10 h-100">
  2319.                                    
  2320.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2321.                                    
  2322.                                </div>
  2323.                            </div>
  2324.                            <div class="blog-content-v10">
  2325.                                <h3 class="blog-title-v10">
  2326.                                     <a class="top-color" href="/how-a-us-military-veteran-assisted-mar%C3%ADa-corina-machado-escape-venezuela/" >
  2327.                                    How a US Military Veteran Assisted María Corina Machado Escape Venezuela
  2328.                                    </a>
  2329.                                </h3>
  2330.                                <div class="blog-meta-v10">
  2331.                                    <span>By Thomas Rodriguez • 11 May 2026</span>
  2332.                                </div>
  2333.                                <p class="blog-excerpt-v10">
  2334.                                    
  2335.                                </p>
  2336.                                <div class="blog-actions-v10">
  2337.                                    <a href="/how-a-us-military-veteran-assisted-mar%C3%ADa-corina-machado-escape-venezuela/" class="blog-read-more-v10">Read More</a>
  2338.                                </div>
  2339.                            </div>
  2340.                        </article>
  2341.                    </div>
  2342.                    
  2343.                    <div class="col-md-6 col-sm-12">  
  2344.                        <article class="blog-card-v10">
  2345.                            <div class="blog-image-container-v10">
  2346.                                <div class="blog-image-v10 h-100">
  2347.                                    
  2348.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2349.                                    
  2350.                                </div>
  2351.                            </div>
  2352.                            <div class="blog-content-v10">
  2353.                                <h3 class="blog-title-v10">
  2354.                                     <a class="top-color" href="/mastering-the-art-of-speak-romance-like-gen-z-51-hyperspecific-words-for-love-intimacy-and-bad-behaviour/" >
  2355.                                    Mastering the Art of Speak Romance Like Gen Z: 51 Hyperspecific Words for Love, Intimacy and Bad Behaviour
  2356.                                    </a>
  2357.                                </h3>
  2358.                                <div class="blog-meta-v10">
  2359.                                    <span>By Thomas Rodriguez • 11 May 2026</span>
  2360.                                </div>
  2361.                                <p class="blog-excerpt-v10">
  2362.                                    
  2363.                                </p>
  2364.                                <div class="blog-actions-v10">
  2365.                                    <a href="/mastering-the-art-of-speak-romance-like-gen-z-51-hyperspecific-words-for-love-intimacy-and-bad-behaviour/" class="blog-read-more-v10">Read More</a>
  2366.                                </div>
  2367.                            </div>
  2368.                        </article>
  2369.                    </div>
  2370.                    
  2371.                    <div class="col-md-6 col-sm-12">  
  2372.                        <article class="blog-card-v10">
  2373.                            <div class="blog-image-container-v10">
  2374.                                <div class="blog-image-v10 h-100">
  2375.                                    
  2376.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2377.                                    
  2378.                                </div>
  2379.                            </div>
  2380.                            <div class="blog-content-v10">
  2381.                                <h3 class="blog-title-v10">
  2382.                                     <a class="top-color" href="/trump-and-his-allies-envision-a-world-devoid-of-global-legal-norms-but-they-are-unlikely-to-achieve-it/" >
  2383.                                    Trump and His Allies Envision a World Devoid of Global Legal Norms – But They Are Unlikely to Achieve It
  2384.                                    </a>
  2385.                                </h3>
  2386.                                <div class="blog-meta-v10">
  2387.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2388.                                </div>
  2389.                                <p class="blog-excerpt-v10">
  2390.                                    
  2391.                                </p>
  2392.                                <div class="blog-actions-v10">
  2393.                                    <a href="/trump-and-his-allies-envision-a-world-devoid-of-global-legal-norms-but-they-are-unlikely-to-achieve-it/" class="blog-read-more-v10">Read More</a>
  2394.                                </div>
  2395.                            </div>
  2396.                        </article>
  2397.                    </div>
  2398.                    
  2399.                    <div class="col-md-6 col-sm-12">  
  2400.                        <article class="blog-card-v10">
  2401.                            <div class="blog-image-container-v10">
  2402.                                <div class="blog-image-v10 h-100">
  2403.                                    
  2404.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2405.                                    
  2406.                                </div>
  2407.                            </div>
  2408.                            <div class="blog-content-v10">
  2409.                                <h3 class="blog-title-v10">
  2410.                                     <a class="top-color" href="/swedish-squad-announcement-isak-named-whereas-viktor-gyokeres-excluded/" >
  2411.                                    Swedish Squad Announcement: Isak Named Whereas Viktor Gyokeres Excluded
  2412.                                    </a>
  2413.                                </h3>
  2414.                                <div class="blog-meta-v10">
  2415.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2416.                                </div>
  2417.                                <p class="blog-excerpt-v10">
  2418.                                    
  2419.                                </p>
  2420.                                <div class="blog-actions-v10">
  2421.                                    <a href="/swedish-squad-announcement-isak-named-whereas-viktor-gyokeres-excluded/" class="blog-read-more-v10">Read More</a>
  2422.                                </div>
  2423.                            </div>
  2424.                        </article>
  2425.                    </div>
  2426.                    
  2427.                    <div class="col-md-6 col-sm-12">  
  2428.                        <article class="blog-card-v10">
  2429.                            <div class="blog-image-container-v10">
  2430.                                <div class="blog-image-v10 h-100">
  2431.                                    
  2432.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2433.                                    
  2434.                                </div>
  2435.                            </div>
  2436.                            <div class="blog-content-v10">
  2437.                                <h3 class="blog-title-v10">
  2438.                                     <a class="top-color" href="/uae-refuses-to-participate-in-gazan-security-mission-without-clear-juridical-structure/" >
  2439.                                    UAE Refuses to Participate in Gazan Security Mission Without Clear Juridical Structure
  2440.                                    </a>
  2441.                                </h3>
  2442.                                <div class="blog-meta-v10">
  2443.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2444.                                </div>
  2445.                                <p class="blog-excerpt-v10">
  2446.                                    
  2447.                                </p>
  2448.                                <div class="blog-actions-v10">
  2449.                                    <a href="/uae-refuses-to-participate-in-gazan-security-mission-without-clear-juridical-structure/" class="blog-read-more-v10">Read More</a>
  2450.                                </div>
  2451.                            </div>
  2452.                        </article>
  2453.                    </div>
  2454.                    
  2455.                    <div class="col-md-6 col-sm-12">  
  2456.                        <article class="blog-card-v10">
  2457.                            <div class="blog-image-container-v10">
  2458.                                <div class="blog-image-v10 h-100">
  2459.                                    
  2460.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2461.                                    
  2462.                                </div>
  2463.                            </div>
  2464.                            <div class="blog-content-v10">
  2465.                                <h3 class="blog-title-v10">
  2466.                                     <a class="top-color" href="/abigail-spanberger-creates-a-landmark-as-first-female-governor/" >
  2467.                                    Abigail Spanberger Creates a Landmark as First Female Governor
  2468.                                    </a>
  2469.                                </h3>
  2470.                                <div class="blog-meta-v10">
  2471.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2472.                                </div>
  2473.                                <p class="blog-excerpt-v10">
  2474.                                    
  2475.                                </p>
  2476.                                <div class="blog-actions-v10">
  2477.                                    <a href="/abigail-spanberger-creates-a-landmark-as-first-female-governor/" class="blog-read-more-v10">Read More</a>
  2478.                                </div>
  2479.                            </div>
  2480.                        </article>
  2481.                    </div>
  2482.                    
  2483.                    <div class="col-md-6 col-sm-12">  
  2484.                        <article class="blog-card-v10">
  2485.                            <div class="blog-image-container-v10">
  2486.                                <div class="blog-image-v10 h-100">
  2487.                                    
  2488.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2489.                                    
  2490.                                </div>
  2491.                            </div>
  2492.                            <div class="blog-content-v10">
  2493.                                <h3 class="blog-title-v10">
  2494.                                     <a class="top-color" href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-jeremy-allen-white-portray-him-on-screen/" >
  2495.                                    â€˜When Did I Get That Handsome?’: Bruce Springsteen on Watching Jeremy Allen White Portray Him On Screen
  2496.                                    </a>
  2497.                                </h3>
  2498.                                <div class="blog-meta-v10">
  2499.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2500.                                </div>
  2501.                                <p class="blog-excerpt-v10">
  2502.                                    
  2503.                                </p>
  2504.                                <div class="blog-actions-v10">
  2505.                                    <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-watching-jeremy-allen-white-portray-him-on-screen/" class="blog-read-more-v10">Read More</a>
  2506.                                </div>
  2507.                            </div>
  2508.                        </article>
  2509.                    </div>
  2510.                    
  2511.                    <div class="col-md-6 col-sm-12">  
  2512.                        <article class="blog-card-v10">
  2513.                            <div class="blog-image-container-v10">
  2514.                                <div class="blog-image-v10 h-100">
  2515.                                    
  2516.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2517.                                    
  2518.                                </div>
  2519.                            </div>
  2520.                            <div class="blog-content-v10">
  2521.                                <h3 class="blog-title-v10">
  2522.                                     <a class="top-color" href="/the-debut-record-daughters-delves-into-grief-and-elegance/" >
  2523.                                    The Debut Record &quot;Daughters&quot; Delves Into Grief and Elegance
  2524.                                    </a>
  2525.                                </h3>
  2526.                                <div class="blog-meta-v10">
  2527.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2528.                                </div>
  2529.                                <p class="blog-excerpt-v10">
  2530.                                    
  2531.                                </p>
  2532.                                <div class="blog-actions-v10">
  2533.                                    <a href="/the-debut-record-daughters-delves-into-grief-and-elegance/" class="blog-read-more-v10">Read More</a>
  2534.                                </div>
  2535.                            </div>
  2536.                        </article>
  2537.                    </div>
  2538.                    
  2539.                    <div class="col-md-6 col-sm-12">  
  2540.                        <article class="blog-card-v10">
  2541.                            <div class="blog-image-container-v10">
  2542.                                <div class="blog-image-v10 h-100">
  2543.                                    
  2544.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2545.                                    
  2546.                                </div>
  2547.                            </div>
  2548.                            <div class="blog-content-v10">
  2549.                                <h3 class="blog-title-v10">
  2550.                                     <a class="top-color" href="/putin-pledges-steady-crude-oil-shipments-to-the-indian-nation-in-rebuff-of-american-demands/" >
  2551.                                    Putin Pledges Steady Crude Oil Shipments to the Indian Nation in Rebuff of American Demands
  2552.                                    </a>
  2553.                                </h3>
  2554.                                <div class="blog-meta-v10">
  2555.                                    <span>By Thomas Rodriguez • 10 May 2026</span>
  2556.                                </div>
  2557.                                <p class="blog-excerpt-v10">
  2558.                                    
  2559.                                </p>
  2560.                                <div class="blog-actions-v10">
  2561.                                    <a href="/putin-pledges-steady-crude-oil-shipments-to-the-indian-nation-in-rebuff-of-american-demands/" class="blog-read-more-v10">Read More</a>
  2562.                                </div>
  2563.                            </div>
  2564.                        </article>
  2565.                    </div>
  2566.                    
  2567.                    
  2568.  
  2569.                </div>
  2570.            </div>
  2571.  
  2572.            <!-- Sidebar -->
  2573.                   <div class="col col-lg-4 col-12">
  2574.                <div class="sidebar-v10">
  2575.                      
  2576.  
  2577.  
  2578.  
  2579.    
  2580.  
  2581.  
  2582. <!-- Blog Sidebar V2 - Focused Design -->
  2583.  <div class="sidebar mb-3">
  2584.    <!-- Recent Posts Section -->
  2585.    <div class="sidebar-widget mb-4">
  2586.      <div class="widget-title-wrapper mb-3">
  2587.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2588.          <i class="ti-time me-2"></i>Recent Posts
  2589.          <span class="title-arrow-primary"></span>
  2590.        </h4>
  2591.      </div>
  2592.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2593.        <div class="recent-post-list">
  2594.          
  2595.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2596.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2597.              
  2598.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2599.              
  2600.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2601.            </div>
  2602.            <div class="post-content flex-grow-1">
  2603.              <h6 class="post-title mb-2">
  2604.                <a href="/gaza-war-in-maps-after-two-years-of-fighting/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2605.                                            Gaza War in Maps After Two Years of Fighting
  2606.                                            </a>
  2607.              </h6>
  2608.              <div class="post-meta">
  2609.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2610.                <!-- <small class="text-muted">
  2611.                  <i class="ti-eye me-1"></i>348 views
  2612.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2613.                </small> -->
  2614.              </div>
  2615.            </div>
  2616.          </div>
  2617.          
  2618.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2619.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2620.              
  2621.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2622.              
  2623.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2624.            </div>
  2625.            <div class="post-content flex-grow-1">
  2626.              <h6 class="post-title mb-2">
  2627.                <a href="/democratic-lawmakers-criticize-trump-after-he-claims-they-should-face-capital-punishment/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2628.                                            Democratic lawmakers Criticize Trump After He Claims They Should Face Capital Punishment
  2629.                                            </a>
  2630.              </h6>
  2631.              <div class="post-meta">
  2632.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2633.                <!-- <small class="text-muted">
  2634.                  <i class="ti-eye me-1"></i>348 views
  2635.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2636.                </small> -->
  2637.              </div>
  2638.            </div>
  2639.          </div>
  2640.          
  2641.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2642.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2643.              
  2644.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2645.              
  2646.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2647.            </div>
  2648.            <div class="post-content flex-grow-1">
  2649.              <h6 class="post-title mb-2">
  2650.                <a href="/the-players-and-trainers-born-outside-in-the-united-states/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2651.                                            The Players and Trainers Born Outside in the United States
  2652.                                            </a>
  2653.              </h6>
  2654.              <div class="post-meta">
  2655.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2656.                <!-- <small class="text-muted">
  2657.                  <i class="ti-eye me-1"></i>348 views
  2658.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2659.                </small> -->
  2660.              </div>
  2661.            </div>
  2662.          </div>
  2663.          
  2664.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2665.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2666.              
  2667.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2668.              
  2669.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2670.            </div>
  2671.            <div class="post-content flex-grow-1">
  2672.              <h6 class="post-title mb-2">
  2673.                <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-state-media-report/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2674.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, State Media Report
  2675.                                            </a>
  2676.              </h6>
  2677.              <div class="post-meta">
  2678.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2679.                <!-- <small class="text-muted">
  2680.                  <i class="ti-eye me-1"></i>348 views
  2681.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2682.                </small> -->
  2683.              </div>
  2684.            </div>
  2685.          </div>
  2686.          
  2687.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2688.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2689.              
  2690.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2691.              
  2692.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2693.            </div>
  2694.            <div class="post-content flex-grow-1">
  2695.              <h6 class="post-title mb-2">
  2696.                <a href="/chernobyl-disaster-containment-structure-can-no-longer-blocks-harmful-radiation-requires-significant-restoration-international-atomic-energy-agency/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2697.                                            Chernobyl Disaster Containment Structure Can No Longer Blocks Harmful Radiation, Requires Significant Restoration – International Atomic Energy Agency
  2698.                                            </a>
  2699.              </h6>
  2700.              <div class="post-meta">
  2701.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2702.                <!-- <small class="text-muted">
  2703.                  <i class="ti-eye me-1"></i>348 views
  2704.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2705.                </small> -->
  2706.              </div>
  2707.            </div>
  2708.          </div>
  2709.          
  2710.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2711.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2712.              
  2713.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2714.              
  2715.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2716.            </div>
  2717.            <div class="post-content flex-grow-1">
  2718.              <h6 class="post-title mb-2">
  2719.                <a href="/arsenal-face-wolves-in-pivotal-english-top-division-clash/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2720.                                            Arsenal Face Wolves in Pivotal English Top Division Clash
  2721.                                            </a>
  2722.              </h6>
  2723.              <div class="post-meta">
  2724.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2725.                <!-- <small class="text-muted">
  2726.                  <i class="ti-eye me-1"></i>348 views
  2727.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2728.                </small> -->
  2729.              </div>
  2730.            </div>
  2731.          </div>
  2732.          
  2733.  
  2734.        </div>
  2735.  
  2736.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2737.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2738.        </div> -->
  2739.      </div>
  2740.    </div>
  2741.    
  2742.    
  2743.    <div class="sidebar-widget mb-4">
  2744.      <div class="widget-title-wrapper mb-3">
  2745.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2746.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2747.          <span class="title-arrow"></span>
  2748.        </h4>
  2749.      </div>
  2750.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2751.        <div class="blog-roll-list scrollable-sidebar">
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                 non gamstop casinos uk
  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://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-titl 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://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                 non gamstop casinos uk
  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://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                 online casino
  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://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                 online casino
  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://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2800.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2801.                <i class="ti-angle-right me-2 text-primary"></i>
  2802.                 non gamstop casino
  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://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                 casino not on gamstop
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2817.            <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2818.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2819.                <i class="ti-angle-right me-2 text-primary"></i>
  2820.                 best uk betting sites
  2821.              </h6>
  2822.            </a>
  2823.          </div>
  2824.          
  2825.  
  2826.        </div>
  2827.  
  2828.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2829.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2830.        </div> -->
  2831.      </div>
  2832.    </div>
  2833.    
  2834.    <div class="sidebar-widget mb-4">
  2835.      <div class="widget-title-wrapper mb-3">
  2836.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2837.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2838.          <span class="title-arrow"></span>
  2839.        </h4>
  2840.      </div>
  2841.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2842.        <div class="blog-roll-list scrollable-sidebar">
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://www.tamworthinformed.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2846.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                 non gamstop casino
  2849.              </h6>
  2850.            </a>
  2851.          </div>
  2852.          
  2853.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2854.            <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2855.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2856.                <i class="ti-angle-right me-2 text-primary"></i>
  2857.                 crypto casino
  2858.              </h6>
  2859.            </a>
  2860.          </div>
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2864.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                 casino not on gamstop
  2867.              </h6>
  2868.            </a>
  2869.          </div>
  2870.          
  2871.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2873.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2874.                <i class="ti-angle-right me-2 text-primary"></i>
  2875.                 casino not on gamstop
  2876.              </h6>
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2882.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                 uk casinos not on gamstop
  2885.              </h6>
  2886.            </a>
  2887.          </div>
  2888.          
  2889.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2890.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2891.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2892.                <i class="ti-angle-right me-2 text-primary"></i>
  2893.                 uk casinos not on gamstop
  2894.              </h6>
  2895.            </a>
  2896.          </div>
  2897.          
  2898.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2899.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2900.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2901.                <i class="ti-angle-right me-2 text-primary"></i>
  2902.                 uk casinos not on gamstop
  2903.              </h6>
  2904.            </a>
  2905.          </div>
  2906.          
  2907.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2908.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2909.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2910.                <i class="ti-angle-right me-2 text-primary"></i>
  2911.                 uk casinos not on gamstop
  2912.              </h6>
  2913.            </a>
  2914.          </div>
  2915.          
  2916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2918.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                 uk casinos not on gamstop
  2921.              </h6>
  2922.            </a>
  2923.          </div>
  2924.          
  2925.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2927.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2928.                <i class="ti-angle-right me-2 text-primary"></i>
  2929.                 uk casinos not on gamstop
  2930.              </h6>
  2931.            </a>
  2932.          </div>
  2933.          
  2934.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2935.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2936.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2937.                <i class="ti-angle-right me-2 text-primary"></i>
  2938.                 uk casinos not on gamstop
  2939.              </h6>
  2940.            </a>
  2941.          </div>
  2942.          
  2943.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2944.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2945.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2946.                <i class="ti-angle-right me-2 text-primary"></i>
  2947.                 casino sites not on gamstop
  2948.              </h6>
  2949.            </a>
  2950.          </div>
  2951.          
  2952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2954.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                 uk casinos not on gamstop
  2957.              </h6>
  2958.            </a>
  2959.          </div>
  2960.          
  2961.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2963.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2964.                <i class="ti-angle-right me-2 text-primary"></i>
  2965.                 uk casinos not on gamstop
  2966.              </h6>
  2967.            </a>
  2968.          </div>
  2969.          
  2970.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2971.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2972.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2973.                <i class="ti-angle-right me-2 text-primary"></i>
  2974.                 uk casinos not on gamstop
  2975.              </h6>
  2976.            </a>
  2977.          </div>
  2978.          
  2979.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2980.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2981.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2982.                <i class="ti-angle-right me-2 text-primary"></i>
  2983.                 uk casinos not on gamstop
  2984.              </h6>
  2985.            </a>
  2986.          </div>
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://craftanddough.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2990.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                 casino sites that accept credit cards
  2993.              </h6>
  2994.            </a>
  2995.          </div>
  2996.          
  2997.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2998.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  2999.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3000.                <i class="ti-angle-right me-2 text-primary"></i>
  3001.                 UK gambling sites
  3002.              </h6>
  3003.            </a>
  3004.          </div>
  3005.          
  3006.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3007.            <a href="https://fishleyhall.co.uk"  rel="dofollow" class="text-decoration-none ">
  3008.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3009.                <i class="ti-angle-right me-2 text-primary"></i>
  3010.                 non uk online casinos
  3011.              </h6>
  3012.            </a>
  3013.          </div>
  3014.          
  3015.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3016.            <a href="https://bluedoorbakery.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3017.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3018.                <i class="ti-angle-right me-2 text-primary"></i>
  3019.                 secure non uk bookmakers for uk users
  3020.              </h6>
  3021.            </a>
  3022.          </div>
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  3026.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                 lolajack casino
  3029.              </h6>
  3030.            </a>
  3031.          </div>
  3032.          
  3033.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.            <a href="https://qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  3035.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3036.                <i class="ti-angle-right me-2 text-primary"></i>
  3037.                 lolajack casino reviews
  3038.              </h6>
  3039.            </a>
  3040.          </div>
  3041.          
  3042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3043.            <a href="https://editorialintelligence.com"  rel="dofollow" class="text-decoration-none ">
  3044.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3045.                <i class="ti-angle-right me-2 text-primary"></i>
  3046.                 non gamstop casinos
  3047.              </h6>
  3048.            </a>
  3049.          </div>
  3050.          
  3051.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.            <a href="https://epik.org.uk"  rel="dofollow" class="text-decoration-none ">
  3053.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3054.                <i class="ti-angle-right me-2 text-primary"></i>
  3055.                 non gamstop casinos
  3056.              </h6>
  3057.            </a>
  3058.          </div>
  3059.          
  3060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.            <a href="https://openidentityexchange.org"  rel="dofollow" class="text-decoration-none ">
  3062.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3063.                <i class="ti-angle-right me-2 text-primary"></i>
  3064.                 casino not on gamstop
  3065.              </h6>
  3066.            </a>
  3067.          </div>
  3068.          
  3069.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3070.            <a href="https://www.pgldevonshire.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3071.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3072.                <i class="ti-angle-right me-2 text-primary"></i>
  3073.                 online casino that accepts credit cards
  3074.              </h6>
  3075.            </a>
  3076.          </div>
  3077.          
  3078.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3079.            <a href="https://superdao.co/"  rel="dofollow" class="text-decoration-none ">
  3080.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3081.                <i class="ti-angle-right me-2 text-primary"></i>
  3082.                 crypto casino no deposit bonus
  3083.              </h6>
  3084.            </a>
  3085.          </div>
  3086.          
  3087.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.            <a href="https://bladnoch.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3089.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3090.                <i class="ti-angle-right me-2 text-primary"></i>
  3091.                 best betting sites
  3092.              </h6>
  3093.            </a>
  3094.          </div>
  3095.          
  3096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3097.            <a href="https://www.4ye.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3098.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3099.                <i class="ti-angle-right me-2 text-primary"></i>
  3100.                 non gamstop casino
  3101.              </h6>
  3102.            </a>
  3103.          </div>
  3104.          
  3105.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3106.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3107.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3108.                <i class="ti-angle-right me-2 text-primary"></i>
  3109.                 casino not on gamstop
  3110.              </h6>
  3111.            </a>
  3112.          </div>
  3113.          
  3114.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3115.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3116.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3117.                <i class="ti-angle-right me-2 text-primary"></i>
  3118.                 best non UK casino
  3119.              </h6>
  3120.            </a>
  3121.          </div>
  3122.          
  3123.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3124.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3125.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3126.                <i class="ti-angle-right me-2 text-primary"></i>
  3127.                 Casino Non UK
  3128.              </h6>
  3129.            </a>
  3130.          </div>
  3131.          
  3132.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3133.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3134.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3135.                <i class="ti-angle-right me-2 text-primary"></i>
  3136.                 uk online casinos list
  3137.              </h6>
  3138.            </a>
  3139.          </div>
  3140.          
  3141.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3142.            <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none ">
  3143.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3144.                <i class="ti-angle-right me-2 text-primary"></i>
  3145.                 best non Gamstop casinos
  3146.              </h6>
  3147.            </a>
  3148.          </div>
  3149.          
  3150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3151.            <a href="https://bikeweek.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3152.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3153.                <i class="ti-angle-right me-2 text-primary"></i>
  3154.                 uk casinos not on gamstop
  3155.              </h6>
  3156.            </a>
  3157.          </div>
  3158.          
  3159.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3160.            <a href="https://ecademy.com/"  rel="dofollow" class="text-decoration-none ">
  3161.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3162.                <i class="ti-angle-right me-2 text-primary"></i>
  3163.                 uk casinos not on gamstop
  3164.              </h6>
  3165.            </a>
  3166.          </div>
  3167.          
  3168.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3169.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3170.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3171.                <i class="ti-angle-right me-2 text-primary"></i>
  3172.                 casino sites not on gamstop
  3173.              </h6>
  3174.            </a>
  3175.          </div>
  3176.          
  3177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3178.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  3179.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3180.                <i class="ti-angle-right me-2 text-primary"></i>
  3181.                 uk casinos not on gamstop
  3182.              </h6>
  3183.            </a>
  3184.          </div>
  3185.          
  3186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3187.            <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none ">
  3188.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3189.                <i class="ti-angle-right me-2 text-primary"></i>
  3190.                 online casino not on GamStop
  3191.              </h6>
  3192.            </a>
  3193.          </div>
  3194.          
  3195.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3196.            <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none ">
  3197.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3198.                <i class="ti-angle-right me-2 text-primary"></i>
  3199.                 non GamStop casino
  3200.              </h6>
  3201.            </a>
  3202.          </div>
  3203.          
  3204.  
  3205.        </div>
  3206.  
  3207.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3208.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3209.        </div> -->
  3210.      </div>
  3211.    </div>
  3212.    
  3213.    <div class="sidebar-widget mb-4">
  3214.      <div class="widget-title-wrapper mb-3">
  3215.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3216.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3217.          <span class="title-arrow"></span>
  3218.        </h4>
  3219.      </div>
  3220.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3221.        <div class="blog-roll-list scrollable-sidebar">
  3222.          
  3223.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3224.            <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3225.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3226.                <i class="ti-angle-right me-2 text-primary"></i>
  3227.                 slot sites not on GamStop
  3228.              </h6>
  3229.            </a>
  3230.          </div>
  3231.          
  3232.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3233.            <a href="https://www.relatederby.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3234.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3235.                <i class="ti-angle-right me-2 text-primary"></i>
  3236.                 UK Non GamStop Casinos
  3237.              </h6>
  3238.            </a>
  3239.          </div>
  3240.          
  3241.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3242.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3243.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3244.                <i class="ti-angle-right me-2 text-primary"></i>
  3245.                 best casinos not on GamStop
  3246.              </h6>
  3247.            </a>
  3248.          </div>
  3249.          
  3250.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3251.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3252.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3253.                <i class="ti-angle-right me-2 text-primary"></i>
  3254.                 casino not on GamStop
  3255.              </h6>
  3256.            </a>
  3257.          </div>
  3258.          
  3259.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3261.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3262.                <i class="ti-angle-right me-2 text-primary"></i>
  3263.                 Casinos Exempt from GamStop
  3264.              </h6>
  3265.            </a>
  3266.          </div>
  3267.          
  3268.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3269.            <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none ">
  3270.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3271.                <i class="ti-angle-right me-2 text-primary"></i>
  3272.                 crypto casinos uk
  3273.              </h6>
  3274.            </a>
  3275.          </div>
  3276.          
  3277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3278.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3279.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3280.                <i class="ti-angle-right me-2 text-primary"></i>
  3281.                 UK casinos not on GamStop
  3282.              </h6>
  3283.            </a>
  3284.          </div>
  3285.          
  3286.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3287.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3288.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3289.                <i class="ti-angle-right me-2 text-primary"></i>
  3290.                 casinos not on GamStop
  3291.              </h6>
  3292.            </a>
  3293.          </div>
  3294.          
  3295.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3297.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3298.                <i class="ti-angle-right me-2 text-primary"></i>
  3299.                 online casinos not on GamStop
  3300.              </h6>
  3301.            </a>
  3302.          </div>
  3303.          
  3304.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3306.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3307.                <i class="ti-angle-right me-2 text-primary"></i>
  3308.                 games not on GamStop
  3309.              </h6>
  3310.            </a>
  3311.          </div>
  3312.          
  3313.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3314.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3315.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3316.                <i class="ti-angle-right me-2 text-primary"></i>
  3317.                 casinos not on gamstop
  3318.              </h6>
  3319.            </a>
  3320.          </div>
  3321.          
  3322.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3323.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3324.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3325.                <i class="ti-angle-right me-2 text-primary"></i>
  3326.                 non gamstop casino
  3327.              </h6>
  3328.            </a>
  3329.          </div>
  3330.          
  3331.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.            <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none ">
  3333.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3334.                <i class="ti-angle-right me-2 text-primary"></i>
  3335.                 casino not on gamstop
  3336.              </h6>
  3337.            </a>
  3338.          </div>
  3339.          
  3340.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.            <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3342.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3343.                <i class="ti-angle-right me-2 text-primary"></i>
  3344.                 best non gamstop casinos uk
  3345.              </h6>
  3346.            </a>
  3347.          </div>
  3348.          
  3349.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3350.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3351.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3352.                <i class="ti-angle-right me-2 text-primary"></i>
  3353.                 gambling site
  3354.              </h6>
  3355.            </a>
  3356.          </div>
  3357.          
  3358.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3359.            <a href="https://www.hdra.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3360.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3361.                <i class="ti-angle-right me-2 text-primary"></i>
  3362.                 betting sites not on gamstop
  3363.              </h6>
  3364.            </a>
  3365.          </div>
  3366.          
  3367.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.            <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3369.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3370.                <i class="ti-angle-right me-2 text-primary"></i>
  3371.                 non gamstop casinos
  3372.              </h6>
  3373.            </a>
  3374.          </div>
  3375.          
  3376.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3377.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3378.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3379.                <i class="ti-angle-right me-2 text-primary"></i>
  3380.                 non GamStop casinos
  3381.              </h6>
  3382.            </a>
  3383.          </div>
  3384.          
  3385.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3386.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3387.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3388.                <i class="ti-angle-right me-2 text-primary"></i>
  3389.                 non gamstop casino
  3390.              </h6>
  3391.            </a>
  3392.          </div>
  3393.          
  3394.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3395.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3396.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3397.                <i class="ti-angle-right me-2 text-primary"></i>
  3398.                 games not on Gamban
  3399.              </h6>
  3400.            </a>
  3401.          </div>
  3402.          
  3403.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3404.            <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none ">
  3405.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3406.                <i class="ti-angle-right me-2 text-primary"></i>
  3407.                 online casinos
  3408.              </h6>
  3409.            </a>
  3410.          </div>
  3411.          
  3412.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3413.            <a href="https://bapca.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3414.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3415.                <i class="ti-angle-right me-2 text-primary"></i>
  3416.                 online casinos
  3417.              </h6>
  3418.            </a>
  3419.          </div>
  3420.          
  3421.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3422.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3423.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3424.                <i class="ti-angle-right me-2 text-primary"></i>
  3425.                 non gamstop casino
  3426.              </h6>
  3427.            </a>
  3428.          </div>
  3429.          
  3430.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3431.            <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3432.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3433.                <i class="ti-angle-right me-2 text-primary"></i>
  3434.                 casino not on gamstop
  3435.              </h6>
  3436.            </a>
  3437.          </div>
  3438.          
  3439.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3440.            <a href="https://www.bttad.org/"  rel="dofollow" class="text-decoration-none ">
  3441.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3442.                <i class="ti-angle-right me-2 text-primary"></i>
  3443.                 casino not on gamstop
  3444.              </h6>
  3445.            </a>
  3446.          </div>
  3447.          
  3448.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3449.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3450.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3451.                <i class="ti-angle-right me-2 text-primary"></i>
  3452.                 no kyc casinos
  3453.              </h6>
  3454.            </a>
  3455.          </div>
  3456.          
  3457.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3458.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3459.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3460.                <i class="ti-angle-right me-2 text-primary"></i>
  3461.                 non gamstop casinos
  3462.              </h6>
  3463.            </a>
  3464.          </div>
  3465.          
  3466.  
  3467.        </div>
  3468.  
  3469.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3470.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3471.        </div> -->
  3472.      </div>
  3473.    </div>
  3474.    
  3475.    <div class="sidebar-widget mb-4">
  3476.      <div class="widget-title-wrapper mb-3">
  3477.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3478.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3479.          <span class="title-arrow"></span>
  3480.        </h4>
  3481.      </div>
  3482.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3483.        <div class="blog-roll-list scrollable-sidebar">
  3484.          
  3485.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3486.            <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none ">
  3487.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3488.                <i class="ti-angle-right me-2 text-primary"></i>
  3489.                 best uk non GamStop casinos
  3490.              </h6>
  3491.            </a>
  3492.          </div>
  3493.          
  3494.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3495.            <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3496.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3497.                <i class="ti-angle-right me-2 text-primary"></i>
  3498.                 casino online
  3499.              </h6>
  3500.            </a>
  3501.          </div>
  3502.          
  3503.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3504.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3505.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3506.                <i class="ti-angle-right me-2 text-primary"></i>
  3507.                 casino not on gamstop
  3508.              </h6>
  3509.            </a>
  3510.          </div>
  3511.          
  3512.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3513.            <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3514.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3515.                <i class="ti-angle-right me-2 text-primary"></i>
  3516.                 betting sites not on gamstop
  3517.              </h6>
  3518.            </a>
  3519.          </div>
  3520.          
  3521.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3522.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3523.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3524.                <i class="ti-angle-right me-2 text-primary"></i>
  3525.                 non gamstop sports betting
  3526.              </h6>
  3527.            </a>
  3528.          </div>
  3529.          
  3530.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3531.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3532.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3533.                <i class="ti-angle-right me-2 text-primary"></i>
  3534.                 non gamstop betting
  3535.              </h6>
  3536.            </a>
  3537.          </div>
  3538.          
  3539.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3540.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3541.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3542.                <i class="ti-angle-right me-2 text-primary"></i>
  3543.                 uk online casinos list
  3544.              </h6>
  3545.            </a>
  3546.          </div>
  3547.          
  3548.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3549.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3550.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3551.                <i class="ti-angle-right me-2 text-primary"></i>
  3552.                 non gamstop casino
  3553.              </h6>
  3554.            </a>
  3555.          </div>
  3556.          
  3557.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3558.            <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3559.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3560.                <i class="ti-angle-right me-2 text-primary"></i>
  3561.                 online casinos
  3562.              </h6>
  3563.            </a>
  3564.          </div>
  3565.          
  3566.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3567.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3568.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3569.                <i class="ti-angle-right me-2 text-primary"></i>
  3570.                 online casinos
  3571.              </h6>
  3572.            </a>
  3573.          </div>
  3574.          
  3575.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3576.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  3577.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3578.                <i class="ti-angle-right me-2 text-primary"></i>
  3579.                 betting sites not on gamstop
  3580.              </h6>
  3581.            </a>
  3582.          </div>
  3583.          
  3584.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3585.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3586.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3587.                <i class="ti-angle-right me-2 text-primary"></i>
  3588.                 non gamstop casino
  3589.              </h6>
  3590.            </a>
  3591.          </div>
  3592.          
  3593.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3594.            <a href="https://www.gifmania.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3595.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3596.                <i class="ti-angle-right me-2 text-primary"></i>
  3597.                 non gamstop casino uk
  3598.              </h6>
  3599.            </a>
  3600.          </div>
  3601.          
  3602.  
  3603.        </div>
  3604.  
  3605.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3606.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3607.        </div> -->
  3608.      </div>
  3609.    </div>
  3610.    
  3611.  </div>
  3612.  
  3613. <!-- Sidebar V2 Styles -->
  3614. <style>
  3615.  .sidebar-widget {
  3616.    position: relative;
  3617.  }
  3618.  
  3619.  .widget-title {
  3620.    font-size: 1.1rem;
  3621.    font-weight: 700;
  3622.    display: inline-block;
  3623.    position: relative;
  3624.    z-index: 2;
  3625.    border-radius: 0;
  3626.  }
  3627.  
  3628.  /* Green arrow for August Blog Roll */
  3629.  .title-arrow::after {
  3630.    content: '';
  3631.    position: absolute;
  3632.    top: 0;
  3633.    right: -22px;
  3634.    width: 0;
  3635.    height: 0;
  3636.    border-left: 22px solid var(--bs-primary);
  3637.    border-top: 22px solid transparent;
  3638.    border-bottom: 22px solid transparent;
  3639.    z-index: 1;
  3640.  }
  3641.  
  3642.  /* Blue arrow for Recent Posts */
  3643.  .title-arrow-primary::after {
  3644.    content: '';
  3645.    position: absolute;
  3646.    top: 0;
  3647.    right: -22px;
  3648.    width: 0;
  3649.    height: 0;
  3650.    border-left: 22px solid var(--bs-primary);
  3651.    border-top: 22px solid transparent;
  3652.    border-bottom: 22px solid transparent;
  3653.    z-index: 1;
  3654.  }
  3655.  
  3656.  .widget-content {
  3657.    margin-top: -1px;
  3658.    position: relative;
  3659.    z-index: 1;
  3660.     background-color: var(--card-bg);
  3661.  }
  3662.  
  3663.  /* Blog Roll Items Hover Effects */
  3664.  .blog-roll-item:hover .post-title {
  3665.    color: #198754 !important;
  3666.    transform: translateX(5px);
  3667.    transition: all 0.3s ease;
  3668.  }
  3669.  
  3670.  /* Recent Post Items Hover Effects */
  3671.  .recent-post-item:hover .post-title a {
  3672.    color: #0d6efd !important;
  3673.    transition: color 0.3s ease;
  3674.  }
  3675.  
  3676.  .recent-post-item:hover .post-image img {
  3677.    transform: scale(1.05);
  3678.    transition: transform 0.3s ease;
  3679.  }
  3680.  
  3681.  /* Button Hover Effects */
  3682.  .btn:hover {
  3683.    transform: translateY(-2px);
  3684.    transition: all 0.3s ease;
  3685.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3686.  }
  3687.  
  3688.  /* Badge Hover Effects */
  3689.  .badge:hover {
  3690.    transform: scale(1.05);
  3691.    transition: transform 0.3s ease;
  3692.  }
  3693.  
  3694.  @media (max-width: 991px) {
  3695.    .sidebar {
  3696.      margin-top: 3rem;
  3697.    }
  3698.  }
  3699.  
  3700.  @media (max-width: 576px) {
  3701.    .widget-title {
  3702.      font-size: 1rem;
  3703.      padding: 0.75rem 1rem !important;
  3704.    }
  3705.  
  3706.    .title-arrow::after,
  3707.    .title-arrow-primary::after {
  3708.      right: -18px;
  3709.      border-left-width: 18px;
  3710.      border-top-width: 18px;
  3711.      border-bottom-width: 18px;
  3712.    }
  3713.  
  3714.    .post-image {
  3715.      width: 70px !important;
  3716.      height: 55px !important;
  3717.    }
  3718.  
  3719.    .blog-meta {
  3720.      flex-direction: column !important;
  3721.      align-items: flex-start !important;
  3722.      gap: 0.5rem;
  3723.    }
  3724.  }
  3725. </style>
  3726.  
  3727.    
  3728.                </div>
  3729.            </div>
  3730.        </div>
  3731.    </div>
  3732. </section>
  3733.  
  3734. <script>
  3735.    // Intersection Observer for Fade-in with Slight Rotation
  3736.    document.addEventListener('DOMContentLoaded', function() {
  3737.        const observerOptions = {
  3738.            threshold: 0.15, // Trigger when 15% of the card is visible
  3739.            rootMargin: '0px 0px -50px 0px',
  3740.        };
  3741.  
  3742.        const observer = new IntersectionObserver(function(entries, observer) {
  3743.            entries.forEach(entry => {
  3744.                if (entry.isIntersecting) {
  3745.                    entry.target.classList.add('visible');
  3746.                    observer.unobserve(entry.target);
  3747.                }
  3748.            });
  3749.        }, observerOptions);
  3750.  
  3751.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3752.            observer.observe(card);
  3753.        });
  3754.    });
  3755. </script>
  3756.  
  3757.    
  3758.        
  3759.        <!-- end wpo-blog-highlights-section -->
  3760.        <!-- start wpo-blog-sponsored-section -->
  3761.        
  3762.  
  3763.  
  3764.  
  3765.    
  3766.  
  3767.  
  3768.  
  3769. <style>
  3770.    .sponsored-section-v5 {
  3771.        padding: 40px 0;
  3772.    }
  3773.    
  3774.    .sponsored-card-v5 {
  3775.        background: var(--card-bg);
  3776.        border: 1px solid #f5f5f5;
  3777.        border-radius: var(--border-radius);
  3778.        transition: border-color 0.3s ease;
  3779.        height: 100%;
  3780.    }
  3781.    
  3782.    .sponsored-card-v5:hover {
  3783.        border-color: var(--bs-primary);
  3784.    }
  3785.    
  3786.    .sponsored-image-v5 {
  3787.        position: relative;
  3788.        background: var(--card-bg);
  3789.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3790.        margin: 15px 15px 0;
  3791.    }
  3792.    
  3793.    .sponsored-image-v5 img {
  3794.        width: 100%;
  3795.        height: 140px;
  3796.        object-fit: cover;
  3797.        border-radius: var(--border-radius);
  3798.    }
  3799.    
  3800.    .sponsored-badge-v5 {
  3801.        position: absolute;
  3802.        top: 6px;
  3803.        left: 8px;
  3804.        padding: 4px 10px;
  3805.        font-size: 11px;
  3806.        font-weight: 600;
  3807.        text-transform: uppercase;    
  3808.        border-radius: var(--border-radius);
  3809.    }
  3810.    
  3811.    .sponsored-badge-v5::before {
  3812.        content: '';
  3813.        position: absolute;
  3814.        top: 8px;
  3815.        left: -10px;
  3816.        border-top: 10px solid var(--bs-primary);
  3817.        border-left: 10px solid transparent;
  3818.        transform: rotate(45deg);
  3819.    }
  3820.    
  3821.    .sponsored-content-v5 {
  3822.        padding: 15px;
  3823.    }
  3824.    
  3825.    .sponsored-title-v5 {
  3826.        font-size: 15px;
  3827.        font-weight: 700;
  3828.        line-height: 1.4;
  3829.        margin-bottom: 8px;
  3830.        color: #333;
  3831.    }
  3832.    
  3833.    .sponsored-title-v5 a {
  3834.        text-decoration: none;
  3835.        color: #333;
  3836.    }
  3837.    
  3838.    .sponsored-title-v5 a:hover {
  3839.        color: var(--bs-primary); /* Purple hover */
  3840.    }
  3841.    
  3842.    .sponsored-excerpt-v5 {
  3843.        font-size: 12px;
  3844.        font-style: italic;
  3845.        color: #868e96;
  3846.        margin-bottom: 10px;
  3847.        line-height: 1.5;
  3848.    }
  3849.    
  3850.    .sponsored-meta-v5 {
  3851.        font-size: 11px;
  3852.        color: #6c757d;
  3853.    }
  3854.    
  3855.    .author-info-v5 {
  3856.        margin-bottom: 5px;
  3857.    }
  3858.    
  3859.    .sponsored-author-img-v5 {
  3860.        width: 22px;
  3861.        height: 22px;
  3862.        border-radius: var(--border-radius);
  3863.        object-fit: cover;
  3864.        vertical-align: middle;
  3865.        margin-right: 5px;
  3866.    }
  3867.    
  3868.    .section-title-sponsored-v5 {
  3869.        font-size: 2.1rem;
  3870.        font-weight: 700;
  3871.        text-align: center;
  3872.        margin-bottom: 30px;
  3873.        color: #333;
  3874.        position: relative;
  3875.    }
  3876.    
  3877.    .section-title-sponsored-v5::after {
  3878.        content: '';
  3879.        position: absolute;
  3880.        bottom: -10px;
  3881.        left: 50%;
  3882.        transform: translateX(-50%);
  3883.        width: 80px;
  3884.        height: 2px;
  3885.        background: var(--bs-primary);
  3886.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3887.    }
  3888.  
  3889.    @media (max-width: 768px) {
  3890.        .sponsored-section-v5 {
  3891.            padding: 25px 0;
  3892.        }
  3893.        .sponsored-image-v5 {
  3894.            margin: 10px 10px 0;
  3895.            padding: 8px;
  3896.        }
  3897.        .sponsored-image-v5 img {
  3898.            height: 120px;
  3899.        }
  3900.        .sponsored-content-v5 {
  3901.            padding: 12px;
  3902.        }
  3903.        .sponsored-title-v5 {
  3904.            font-size: 14px;
  3905.        }
  3906.        .sponsored-excerpt-v5 {
  3907.            font-size: 11px;
  3908.        }
  3909.        .section-title-sponsored-v5 {
  3910.            font-size: 1.7rem;
  3911.        }
  3912.    }
  3913. </style>
  3914.  
  3915. <section class="sponsored-section-v5">
  3916.    <div class="container-fluid fluid-container">
  3917.        <div class="row">
  3918.            <div class="col-12">
  3919.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3920.            </div>
  3921.        </div>
  3922.        
  3923.        <div class="row g-3">
  3924.            
  3925.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3926.                <div class="card sponsored-card-v5">
  3927.                    <div class="sponsored-image-v5">
  3928.                        
  3929.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3930.                        
  3931.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3932.                    </div>
  3933.                    <div class="sponsored-content-v5">
  3934.                        <h3 class="sponsored-title-v5">
  3935.                            <a href="/gaza-war-in-maps-after-two-years-of-fighting/" >
  3936.                                            Gaza War in Maps After Two Years of Fighting
  3937.                                            </a>
  3938.                        </h3>
  3939.                        <p class="sponsored-excerpt-v5">
  3940.                          
  3941.                        </p>
  3942.                        <div class="sponsored-meta-v5">
  3943.                            <div class="author-info-v5">
  3944.                                
  3945.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="sponsored-author-img-v5">
  3946.                                
  3947.                                <span>
  3948.                                    Thomas Rodriguez
  3949.                                </span>
  3950.                            </div>
  3951.                            <div>10 May 2026</div>
  3952.                        </div>
  3953.                    </div>
  3954.                </div>
  3955.            </div>
  3956.            
  3957.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3958.                <div class="card sponsored-card-v5">
  3959.                    <div class="sponsored-image-v5">
  3960.                        
  3961.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3962.                        
  3963.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3964.                    </div>
  3965.                    <div class="sponsored-content-v5">
  3966.                        <h3 class="sponsored-title-v5">
  3967.                            <a href="/democratic-lawmakers-criticize-trump-after-he-claims-they-should-face-capital-punishment/" >
  3968.                                            Democratic lawmakers Criticize Trump After He Claims They Should Face Capital Punishment
  3969.                                            </a>
  3970.                        </h3>
  3971.                        <p class="sponsored-excerpt-v5">
  3972.                          
  3973.                        </p>
  3974.                        <div class="sponsored-meta-v5">
  3975.                            <div class="author-info-v5">
  3976.                                
  3977.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="sponsored-author-img-v5">
  3978.                                
  3979.                                <span>
  3980.                                    Thomas Rodriguez
  3981.                                </span>
  3982.                            </div>
  3983.                            <div>09 May 2026</div>
  3984.                        </div>
  3985.                    </div>
  3986.                </div>
  3987.            </div>
  3988.            
  3989.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3990.                <div class="card sponsored-card-v5">
  3991.                    <div class="sponsored-image-v5">
  3992.                        
  3993.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3994.                        
  3995.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3996.                    </div>
  3997.                    <div class="sponsored-content-v5">
  3998.                        <h3 class="sponsored-title-v5">
  3999.                            <a href="/the-players-and-trainers-born-outside-in-the-united-states/" >
  4000.                                            The Players and Trainers Born Outside in the United States
  4001.                                            </a>
  4002.                        </h3>
  4003.                        <p class="sponsored-excerpt-v5">
  4004.                          
  4005.                        </p>
  4006.                        <div class="sponsored-meta-v5">
  4007.                            <div class="author-info-v5">
  4008.                                
  4009.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="sponsored-author-img-v5">
  4010.                                
  4011.                                <span>
  4012.                                    Thomas Rodriguez
  4013.                                </span>
  4014.                            </div>
  4015.                            <div>09 May 2026</div>
  4016.                        </div>
  4017.                    </div>
  4018.                </div>
  4019.            </div>
  4020.            
  4021.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4022.                <div class="card sponsored-card-v5">
  4023.                    <div class="sponsored-image-v5">
  4024.                        
  4025.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4026.                        
  4027.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4028.                    </div>
  4029.                    <div class="sponsored-content-v5">
  4030.                        <h3 class="sponsored-title-v5">
  4031.                            <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-state-media-report/" >
  4032.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, State Media Report
  4033.                                            </a>
  4034.                        </h3>
  4035.                        <p class="sponsored-excerpt-v5">
  4036.                          
  4037.                        </p>
  4038.                        <div class="sponsored-meta-v5">
  4039.                            <div class="author-info-v5">
  4040.                                
  4041.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="sponsored-author-img-v5">
  4042.                                
  4043.                                <span>
  4044.                                    Thomas Rodriguez
  4045.                                </span>
  4046.                            </div>
  4047.                            <div>09 May 2026</div>
  4048.                        </div>
  4049.                    </div>
  4050.                </div>
  4051.            </div>
  4052.            
  4053.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4054.                <div class="card sponsored-card-v5">
  4055.                    <div class="sponsored-image-v5">
  4056.                        
  4057.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4058.                        
  4059.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4060.                    </div>
  4061.                    <div class="sponsored-content-v5">
  4062.                        <h3 class="sponsored-title-v5">
  4063.                            <a href="/chernobyl-disaster-containment-structure-can-no-longer-blocks-harmful-radiation-requires-significant-restoration-international-atomic-energy-agency/" >
  4064.                                            Chernobyl Disaster Containment Structure Can No Longer Blocks Harmful Radiation, Requires Significant Restoration – International Atomic Energy Agency
  4065.                                            </a>
  4066.                        </h3>
  4067.                        <p class="sponsored-excerpt-v5">
  4068.                          
  4069.                        </p>
  4070.                        <div class="sponsored-meta-v5">
  4071.                            <div class="author-info-v5">
  4072.                                
  4073.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="sponsored-author-img-v5">
  4074.                                
  4075.                                <span>
  4076.                                    Thomas Rodriguez
  4077.                                </span>
  4078.                            </div>
  4079.                            <div>09 May 2026</div>
  4080.                        </div>
  4081.                    </div>
  4082.                </div>
  4083.            </div>
  4084.            
  4085.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4086.                <div class="card sponsored-card-v5">
  4087.                    <div class="sponsored-image-v5">
  4088.                        
  4089.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4090.                        
  4091.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4092.                    </div>
  4093.                    <div class="sponsored-content-v5">
  4094.                        <h3 class="sponsored-title-v5">
  4095.                            <a href="/arsenal-face-wolves-in-pivotal-english-top-division-clash/" >
  4096.                                            Arsenal Face Wolves in Pivotal English Top Division Clash
  4097.                                            </a>
  4098.                        </h3>
  4099.                        <p class="sponsored-excerpt-v5">
  4100.                          
  4101.                        </p>
  4102.                        <div class="sponsored-meta-v5">
  4103.                            <div class="author-info-v5">
  4104.                                
  4105.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Thomas Rodriguez" class="sponsored-author-img-v5">
  4106.                                
  4107.                                <span>
  4108.                                    Thomas Rodriguez
  4109.                                </span>
  4110.                            </div>
  4111.                            <div>09 May 2026</div>
  4112.                        </div>
  4113.                    </div>
  4114.                </div>
  4115.            </div>
  4116.            
  4117.        </div>
  4118.    </div>
  4119. </section>
  4120.  
  4121.  
  4122.    
  4123.        <!-- end wpo-blog-sponsored-section -->
  4124.        <!-- start wpo-subscribe-section -->
  4125.        
  4126.        <!-- end subscribe-section -->
  4127.        <!-- start of wpo-site-footer-section -->
  4128.        
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134. <footer class="wpo-site-footer-v2">
  4135.    <!-- Main Footer Content -->
  4136.    <div class="wpo-main-footer">
  4137.        <div class="container-fluid fluid-container">
  4138.            <div class="row g-4">
  4139.                
  4140.                <!-- Company Info Section -->
  4141.                <div class="col-lg-4 col-md-6 col-12">
  4142.                    <div class="footer-widget company-info-widget">
  4143.                        <div class="widget-header">
  4144.                            <div class="footer-logo">
  4145.                                
  4146.                                    <h2 class="footer-logo-text">Playza Room</h2>
  4147.                                
  4148.                            </div>
  4149.                        </div>
  4150.                        <div class="widget-content2 footer-widget-content2">
  4151.                            <p class="company-description-text">
  4152.                                Explore Playza Room&#x27;s latest insights on gaming trends, tech reviews, and creative projects. Join our community for tips, tutorials, and inspiration.
  4153.                            </p>
  4154.                            <div class="contact-info2">
  4155.                                <div class="contact-item">
  4156.                                    <i class="fas fa-envelope"></i>
  4157.                                    <span><a href="/cdn-cgi/l/email-protection#14787d7a7f67547a716c607675777f787d7a7f673a777b79" class="footer-link2"><span class="__cf_email__" data-cfemail="d8b4b1b6b3ab98b6bda0acbab9bbb3b4b1b6b3abf6bbb7b5">[email&#160;protected]</span></a></span>
  4158.                                </div>
  4159.                                <!-- <div class="contact-item">
  4160.                                    <i class="fas fa-phone"></i>
  4161.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  4162.                                </div> -->
  4163.                            </div>
  4164.                        </div>
  4165.                    </div>
  4166.                </div>
  4167.  
  4168.                <!-- Quick Links Section -->
  4169.                <div class="col-lg-4 col-md-6 col-12">
  4170.                    <div class="footer-widget quick-links-widget">
  4171.                        <div class="widget-header">
  4172.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  4173.                        </div>
  4174.                        <div class="widget-content2 footer-widget-content2">
  4175.                            <ul class="footer-links">
  4176.                                
  4177.                                <li><a href="/englands-joe-root-expresses-mixed-feelings-on-pink-ball-test-matches-before-crucial-ashes-series-clash/" class="footer-link">England&#x27;s Joe Root Expresses Mixed Feelings on Pink-Ball Test Matches Before Crucial Ashes Series Clash</a></li>
  4178.                                
  4179.                                <li><a href="/dining-over-the-gap-an-meeting-between-opposing-viewpoints/" class="footer-link">Dining Over the Gap: An Meeting Between Opposing Viewpoints</a></li>
  4180.                                
  4181.                                <li><a href="/wta-finals-latest-news-rybakina-faces-ekaterina-alexandrova-iga-swiatek-clashes-with-amanda-anisimova/" class="footer-link">WTA Finals Latest News: Rybakina Faces Ekaterina Alexandrova, Iga Swiatek Clashes With Amanda Anisimova</a></li>
  4182.                                
  4183.                                <li><a href="/cameroon-opposition-leader-faces-court-action-over-post-election-violence-authorities-says/" class="footer-link">Cameroon Opposition Leader Faces Court Action Over Post-Election Violence, Authorities Says</a></li>
  4184.                                
  4185.                                <li><a href="/the-big-apple-prepares-for-incoming-casinos-in-the-midst-of-a-us-gambling-surge/" class="footer-link">The Big Apple Prepares For Incoming Casinos In The Midst Of A US Gambling Surge</a></li>
  4186.                                
  4187.                                <li><a href="/the-finnish-team-stuns-back-to-back-defending-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/" class="footer-link">The Finnish Team Stuns Back-to-Back Defending Title Holders the United States in U20 World Championship Quarterfinal Round.</a></li>
  4188.                                
  4189.                            </ul>
  4190.                        </div>
  4191.                    </div>
  4192.                </div>
  4193.  
  4194.                <!-- Blog Rolls Section -->
  4195.          <div class="col-lg-3 col-md-6 col-12">
  4196.    <div class="footer-widget blog-rolls-widget">
  4197.        <div class="widget-header">
  4198.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  4199.        </div>
  4200.        <div class="widget-content2 footer-widget-content2">
  4201.            <div class="row">
  4202.                <div class="col-6">
  4203.                    <ul class="footer-links" id="blogroll">
  4204.                        
  4205.                        
  4206.                        
  4207.                        
  4208.                        
  4209.                        
  4210.                        
  4211.                    </ul>
  4212.                </div>
  4213.            </div>
  4214.        </div>
  4215.    </div>
  4216. </div>
  4217.                <!-- Categories Section -->
  4218.                <div class="col-lg-4 col-md-6 col-12">
  4219.                    <div class="footer-widget categories-widget">
  4220.                        <div class="widget-header">
  4221.                            <h4 class="widget-title2 categories-title">Categories</h4>
  4222.                        </div>
  4223.                        <div class="widget-content2 footer-widget-content2">
  4224.                            <div class="row">
  4225.                                <div class="col-6">
  4226.                                    <ul class="footer-links">
  4227.                                        
  4228.                                        <li> <a href="/category/all-posts/" class="footer-link">
  4229.                                            All Posts
  4230.                                        </a></li>
  4231.                                        
  4232.                                        <li> <a href="/category/business/" class="footer-link">
  4233.                                            Business
  4234.                                        </a></li>
  4235.                                        
  4236.                                        <li> <a href="/category/esports/" class="footer-link">
  4237.                                            Esports
  4238.                                        </a></li>
  4239.                                        
  4240.                                        <li> <a href="/category/fashion/" class="footer-link">
  4241.                                            Fashion
  4242.                                        </a></li>
  4243.                                        
  4244.                                        <li> <a href="/category/featured/" class="footer-link">
  4245.                                            Featured
  4246.                                        </a></li>
  4247.                                        
  4248.                                    </ul>
  4249.                                </div>
  4250.                              
  4251.                            </div>
  4252.                        </div>
  4253.                    </div>
  4254.                </div>
  4255.  
  4256.            </div>
  4257.        </div>
  4258.    </div>
  4259.  
  4260.    <!-- Footer Bottom -->
  4261.    <div class="footer-bottom">
  4262.        <div class="container-fluid fluid-container">
  4263.            <div class="row align-items-center">
  4264.                <!-- Copyright -->
  4265.                <div class="col-lg-6 col-md-6 col-12">
  4266.                    <div class="copyright-text">
  4267.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Playza Room</strong>.
  4268.                            All rights reserved.
  4269.                        </p>
  4270.                    </div>
  4271.                </div>
  4272.  
  4273.                <!-- Footer Menu -->
  4274.                <div class="col-lg-6 col-md-6 col-12">
  4275.                    <div class="footer-menu">
  4276.                        <ul class="bottom-menu">
  4277.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  4278.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  4279.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  4280.                        </ul>
  4281.                    </div>
  4282.                </div>
  4283.            </div>
  4284.        </div>
  4285.    </div>
  4286.  
  4287. </footer>
  4288.  
  4289. <style>
  4290. /* Footer V2 Styles */
  4291. .wpo-site-footer-v2 {
  4292.    background: var(--footer-bg);
  4293.    color: var(--footer-color);
  4294.    position: relative;
  4295.    overflow: hidden;
  4296. }
  4297.  
  4298. .wpo-site-footer-v2::before {
  4299.    content: '';
  4300.    position: absolute;
  4301.    top: 0;
  4302.    left: 0;
  4303.    right: 0;
  4304.    bottom: 0;
  4305.    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>');
  4306.    pointer-events: none;
  4307. }
  4308.  
  4309. .wpo-main-footer {
  4310.    padding: 60px 0 40px;
  4311.    position: relative;
  4312.    z-index: 2;
  4313. }
  4314.  
  4315. .footer-widget {
  4316.    margin-bottom: 30px;
  4317. }
  4318.  
  4319. .widget-header {
  4320.    margin-bottom: 25px;
  4321. }
  4322.  
  4323. .widget-title2 {
  4324.    font-size: 20px;
  4325.    font-weight: 700;
  4326.    color: var(--footer-color) !important;
  4327.    margin: 0;
  4328.    position: relative;
  4329.    padding-bottom: 10px;
  4330. }
  4331.  
  4332. .widget-title2::after {
  4333.    content: '';
  4334.    position: absolute;
  4335.    bottom: 0;
  4336.    left: 0;
  4337.    width: 40px;
  4338.    height: 3px;
  4339.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4340.    border-radius: 2px;
  4341. }
  4342.  
  4343. /* Company Info Styles */
  4344. .footer-logo-img {
  4345.    max-height: 100px;
  4346.    margin-bottom: 20px;
  4347. }
  4348.  
  4349. .footer-logo-text {
  4350.    color: var(--footer-color);
  4351. }
  4352.  
  4353. .company-description-text {
  4354.    font-size: 14px;
  4355.    line-height: 1.7;
  4356.    color: var(--footer-color);
  4357.    margin-bottom: 25px;
  4358. }
  4359.  
  4360. .contact-info2 .contact-item {
  4361.    display: flex;
  4362.    align-items: center;
  4363.    margin-bottom: 10px;
  4364.    font-size: 14px;
  4365. }
  4366.  
  4367. .contact-info2 .contact-item i {
  4368.    width: 20px;
  4369.    color: var(--footer-color);
  4370.    margin-right: 10px;
  4371. }
  4372.  
  4373. /* Footer Links Styles */
  4374. .footer-links {
  4375.    list-style: none;
  4376.    padding: 0;
  4377.    margin: 0;
  4378. }
  4379.  
  4380. .footer-links li {
  4381.    margin-bottom: 12px;
  4382. }
  4383. .footer-link2 {
  4384.    color: var(--footer-color) !important;
  4385. }
  4386. .footer-link2:hover {
  4387.    color: blue !important;
  4388. }
  4389. .footer-links a{
  4390.    color: var(--footer-color) !important;
  4391.    text-decoration: none;
  4392.    cursor: pointer;
  4393.    font-size: 14px;
  4394.    transition: all 0.3s ease;
  4395.    position: relative;
  4396. }
  4397.  
  4398. .footer-links a:hover {
  4399.    color: #4f46e5 !important;
  4400.    padding-left: 8px;
  4401. }
  4402.  
  4403. /* Footer Bottom Styles */
  4404. .footer-bottom {
  4405.    background: rgba(0, 0, 0, 0.3);
  4406.    padding: 20px 0;
  4407.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4408.    position: relative;
  4409.    z-index: 2;
  4410. }
  4411.  
  4412. .copyright-text-p {
  4413.    margin: 0;
  4414.    font-size: 14px;
  4415.    color: var(--footer-color);
  4416. }
  4417.  
  4418. .footer-sitename {
  4419.    color: var(--footer-color);
  4420. }
  4421.  
  4422. .bottom-menu {
  4423.    list-style: none;
  4424.    padding: 0;
  4425.    margin: 0;
  4426.    display: flex;
  4427.    justify-content: flex-end;
  4428.    gap: 20px;
  4429. }
  4430.  
  4431. .bottom-menu a {
  4432.    color: var(--footer-color);
  4433.    text-decoration: none;
  4434.    font-size: 14px;
  4435.    transition: color 0.3s ease;
  4436. }
  4437.  
  4438. .bottom-menu a:hover {
  4439.    color: #4f46e5;
  4440. }
  4441.  
  4442. @media (max-width: 768px) {
  4443.    .wpo-main-footer {
  4444.        padding: 40px 0 30px;
  4445.    }
  4446.    
  4447.    .bottom-menu {
  4448.        justify-content: center;
  4449.        margin-top: 15px;
  4450.    }
  4451.    
  4452.    .copyright-text {
  4453.        text-align: center;
  4454.    }
  4455.    
  4456.    .social-links {
  4457.        justify-content: center;
  4458.    }
  4459. }
  4460.  
  4461. @media (max-width: 576px) {
  4462.    .widget-title2 {
  4463.        font-size: 18px;
  4464.    }
  4465.    
  4466.    .newsletter-form .input-group {
  4467.        flex-direction: column;
  4468.    }
  4469.    
  4470.    .newsletter-form .btn {
  4471.        margin-top: 10px;
  4472.        border-radius: 8px;
  4473.    }
  4474.    
  4475.    .newsletter-form .form-control {
  4476.        border-radius: 8px;
  4477.    }
  4478. }
  4479. </style>
  4480.  
  4481.  
  4482. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4483.  document.addEventListener('DOMContentLoaded', function () {
  4484.    var btn = document.getElementById('toggleMore');
  4485.    if (!btn) return; // If there are <=5 items, no need for the button
  4486.  
  4487.    var extras = document.querySelectorAll('#blogroll li.extra');
  4488.  
  4489.    btn.addEventListener('click', function () {
  4490.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4491.        return li.classList.contains('d-none');
  4492.      });
  4493.  
  4494.      extras.forEach(function (li) {
  4495.        if (anyHidden) {
  4496.          li.classList.remove('d-none');
  4497.          li.classList.add('show'); // Show with smooth transition
  4498.        } else {
  4499.          li.classList.add('d-none');
  4500.          li.classList.remove('show'); // Hide smoothly
  4501.        }
  4502.      });
  4503.  
  4504.      // Update the button text and aria-expanded attribute
  4505.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4506.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4507.    });
  4508.  });
  4509. </script>
  4510.        <!-- end of wpo-site-footer-section -->
  4511.    </div>
  4512.    <!-- end of page-wrapper -->
  4513.  
  4514.    <!-- All JavaScript files
  4515.    ================================================== -->
  4516.    
  4517.  
  4518. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4519. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4520. <!-- Plugins for this template -->
  4521. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4522. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4523. <!-- Custom script for this template -->
  4524. <script src="/static/blogapp/assets/js/script.js"></script>
  4525.  
  4526. <script>
  4527. (function () {
  4528. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4529. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4530.  
  4531. function applyFallback(img) {
  4532. if (!img || img.dataset.fallbackApplied === "1") {
  4533. return;
  4534. }
  4535. var failedSrc = img.currentSrc || img.src || "";
  4536. img.dataset.fallbackApplied = "1";
  4537. img.onerror = null;
  4538. img.src = fallbackImageSrc;
  4539. console.warn("[ImageFallback] Replaced broken image:", {
  4540. failedSrc: failedSrc,
  4541. fallbackSrc: fallbackImageSrc,
  4542. alt: img.alt || "",
  4543. });
  4544. }
  4545.  
  4546. document.querySelectorAll("img").forEach(function (img) {
  4547. if (img.complete && img.naturalWidth === 0) {
  4548. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4549. failedSrc: img.currentSrc || img.src || "",
  4550. alt: img.alt || "",
  4551. });
  4552. applyFallback(img);
  4553. }
  4554. });
  4555.  
  4556. document.addEventListener(
  4557. "error",
  4558. function (event) {
  4559. var target = event.target;
  4560. if (target && target.tagName === "IMG") {
  4561. applyFallback(target);
  4562. }
  4563. },
  4564. true
  4565. );
  4566. })();
  4567. </script>
  4568.  
  4569. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4570.  
  4571.  
  4572.  
  4573. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"fd7d81972c7041d0a76bef2ed9ca71f4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4574. </body>
  4575.  
  4576. </html>
  4577.  
  4578.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda