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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T175821.969_DNX0Vnu_MmnmPAN_BYqVM3u_pxzu5sd.png">
  14.    
  15.  
  16.    <title>PowerCore Arena - UK&#x27;s Premier Gaming &amp; Esports Community Hub</title>
  17.    <meta name="description" content="PowerCore Arena is the UK&#x27;s leading destination for gaming news, esports tournaments, and community events, featuring in-depth reviews and exclusive interviews.">
  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://powercorearena.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #ef4444;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 107, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_99">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418. <style>
  419.    /* General styling for top bar */
  420.    .unique-topbar-v7 {
  421.        background-color: var(--topbar-bg);
  422.        color: #fff;
  423.      
  424.    }
  425.    .unique-v7 {
  426.        padding: 10px 30px;
  427.        display: flex;
  428.        align-items: center;
  429.        justify-content: space-between; /* Ensure it stretches across */
  430.    }
  431.  
  432.    .unique-menu-btn-v7 {
  433.        border: none;
  434.        max-width: 145px !important;
  435.        padding: 8px;
  436.        cursor: pointer;
  437.        border-radius: 5px;
  438.    }
  439.  
  440.    .unique-news-container-v7 {
  441.        display: flex;
  442.        align-items: center;
  443.        overflow: hidden;
  444.        width: fit-content;
  445.        flex-grow: 1; /* Take remaining space */
  446.        height: 60px;
  447.    }
  448.  
  449.    .unique-news-wrapper-v7 {
  450.        display: flex;
  451.        flex-direction: row;
  452.        align-items: center;
  453.        padding: 5px;
  454.    }
  455.  
  456.    .unique-news-item-v7 {
  457.        opacity: 0;
  458.        transform: translateX(100px);
  459.        transition: all 0.5s ease;
  460.        font-size: 16px;
  461.        color: var(--topbar-color);
  462.        height: 0;
  463.        width: 0;
  464.    }
  465.    
  466.    .unique-news-item-v7.active-v7 {
  467.        padding: 10px;
  468.        opacity: 1;
  469.          height: auto;
  470.        width: auto;
  471.        margin-right: 20px;
  472.        transform: translateX(0);
  473.    }
  474.  
  475.    .unique-news-item-v7.exit-up-v7 {
  476.        opacity: 0;
  477.        transform: translateX(-100px); /* Move news item left */
  478.    }
  479.  
  480.    /* Social Icons in Inline */
  481.    .contact-info-v7 {
  482.        display: flex;
  483.        gap: 10px;
  484.    }
  485.  
  486.    .contact-info-v7 ul {
  487.        display: flex;
  488.        gap: 15px;
  489.        list-style: none;
  490.    }
  491.  
  492.    .social-icon-v7 {
  493.        color: var(--topbar-color) !important;
  494.        font-size: 20px;
  495.        text-decoration: none;
  496.    }
  497.  
  498.    .social-icon-v7:hover {
  499.        color: #1da1f2;
  500.    }
  501. </style>
  502.  
  503. <div class="unique-topbar-v7">
  504.    <div class="fluid-container unique-v7 container-fluid">
  505.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  506.      
  507.        <div class="unique-news-container-v7">
  508.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  509.                <!-- News items will be added dynamically -->
  510.            </div>
  511.        </div>
  512.      
  513.        <div class="contact-info-v7">
  514.            <ul>
  515.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  516.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  517.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  518.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  519.            </ul>
  520.        </div>
  521.    </div>
  522. </div>
  523.  
  524. <script>
  525.    // Build array dynamically from Django context
  526.    const newsItems = [
  527.        
  528.            { title: "California\u0027s Governor Confirms He Is Evaluating a White House Bid in 2028", url: "/californias-governor-confirms-he-is-evaluating-a-white-house-bid-in-2028/" },
  529.        
  530.            { title: "Some groups on the opposing sides who offer only discontent: Labour is getting on with the job of financial revitalization.", url: "/some-groups-on-the-opposing-sides-who-offer-only-discontent-labour-is-getting-on-with-the-job-of-financial-revitalization/" },
  531.        
  532.            { title: "Andy Burnham Would \u0027Probably\u0027 Have Won Gorton and Denton Byelection, States Labour Deputy Leader", url: "/andy-burnham-would-probably-have-won-gorton-and-denton-byelection-states-labour-deputy-leader/" },
  533.        
  534.            { title: "Former BBC Consultants Undergo Members of Parliament\u0027s Questioning In the Wake of Claims of Bias in Leaked Memo", url: "/former-bbc-consultants-undergo-members-of-parliaments-questioning-in-the-wake-of-claims-of-bias-in-leaked-memo/" },
  535.        
  536.            { title: "The Blue Jays Claim Fall Classic Matchup Versus the Dodgers", url: "/the-blue-jays-claim-fall-classic-matchup-versus-the-dodgers/" }
  537.        
  538.    ];
  539.  
  540.    let currentNewsIndex = 0;
  541.    const newsWrapper = document.getElementById('newsWrapper-v7');
  542.    let newsElements = [];
  543.  
  544.    // Create news elements
  545.    function createNewsElements() {
  546.        newsItems.forEach((news, index) => {
  547.            const newsElement = document.createElement('div');
  548.            newsElement.className = 'unique-news-item-v7';
  549.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  550.            newsWrapper.appendChild(newsElement);
  551.            newsElements.push(newsElement);
  552.        });
  553.  
  554.        if (newsElements.length > 0) {
  555.            newsElements[0].classList.add('active-v7');
  556.        }
  557.    }
  558.  
  559.    // Animate news change
  560.    function changeNews() {
  561.        const currentElement = newsElements[currentNewsIndex];
  562.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  563.        const nextElement = newsElements[nextIndex];
  564.  
  565.        currentElement.classList.remove('active-v7');
  566.        currentElement.classList.add('exit-up-v7');
  567.  
  568.        setTimeout(() => {
  569.            nextElement.classList.add('active-v7');
  570.            currentNewsIndex = nextIndex;
  571.  
  572.            setTimeout(() => {
  573.                currentElement.classList.remove('exit-up-v7');
  574.            }, 100);
  575.        }, 250);
  576.    }
  577.  
  578.    // Start news rotation
  579.    function startNewsRotation() {
  580.        setInterval(changeNews, 5000);
  581.    }
  582.  
  583.    window.onload = function() {
  584.        createNewsElements();
  585.        startNewsRotation();
  586.    };
  587. </script>
  588.  
  589.  
  590.  
  591.            
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. <nav class="navigation navbar navbar-expand-lg mb-4">
  599.  <div class="container-fluid fluid-container">
  600.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  601.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  602.          <a class="navbar-brand" href="/">
  603.              
  604.                  PowerCore Arena
  605.              
  606.          </a>
  607.      </div>
  608.      <div class="">
  609.        <div class="style-card">
  610.          <div class="minimal-search mb-md-4 mb-0">
  611.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  612.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  613.              <circle cx="11" cy="11" r="8"></circle>
  614.              <path d="m21 21-4.35-4.35"></path>
  615.            </svg>
  616.          </div>
  617.          <!-- The search results will be displayed here -->
  618.          <div id="search-results" class="search-results-container search-v1"></div>
  619.        </div>
  620.      </div>
  621.      <div class=" d-flex flex-wrap">
  622.        <div class="navbar-header d-lg-none d-none d-md-flex">
  623.          <a class="navbar-brand" href='/'><img src="" alt="" /></a>
  624.        </div>
  625.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  626.          <button class="menu-close"><i class="ti-close"></i></button>
  627.  
  628.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  629.    <li>
  630.      <a href="/">
  631.        Home
  632.      </a>
  633.    </li>
  634.  
  635.  
  636.    <li>
  637.      <a href="/category/all-posts/">
  638.        All Posts
  639.      </a>
  640.    </li>
  641.  
  642.    <li>
  643.      <a href="/category/business/">
  644.        Business
  645.      </a>
  646.    </li>
  647.  
  648.    <li>
  649.      <a href="/category/esports/">
  650.        Esports
  651.      </a>
  652.    </li>
  653.  
  654.  
  655.  
  656.  <div class="navbar-header d-lg-block d-none">
  657.    <a class="navbar-brand" href="/">
  658.      <img src="" alt="" />
  659.    </a>
  660.  </div>
  661.  
  662.  
  663.  
  664.    
  665.    
  666.    
  667.      <li>
  668.        <a href="/category/fashion/">
  669.          Fashion
  670.        </a>
  671.      </li>
  672.    
  673.      <li>
  674.        <a href="/category/featured/">
  675.          Featured
  676.        </a>
  677.      </li>
  678.    
  679.  
  680.    
  681.    
  682.      <li class="menu-item-has-children">
  683.        <a href="#">More</a>
  684.        <ul class="sub-menu">
  685.          
  686.            <li>
  687.              <a href="/category/gaming/">
  688.                Gaming
  689.              </a>
  690.            </li>
  691.          
  692.            <li>
  693.              <a href="/category/health/">
  694.                Health
  695.              </a>
  696.            </li>
  697.          
  698.            <li>
  699.              <a href="/category/life-fitness/">
  700.                Life &amp; Fitness
  701.              </a>
  702.            </li>
  703.          
  704.            <li>
  705.              <a href="/category/lifestyle/">
  706.                Lifestyle
  707.              </a>
  708.            </li>
  709.          
  710.            <li>
  711.              <a href="/category/news/">
  712.                News
  713.              </a>
  714.            </li>
  715.          
  716.            <li>
  717.              <a href="/category/others/">
  718.                Others
  719.              </a>
  720.            </li>
  721.          
  722.            <li>
  723.              <a href="/category/politics/">
  724.                Politics
  725.              </a>
  726.            </li>
  727.          
  728.            <li>
  729.              <a href="/category/sports/">
  730.                Sports
  731.              </a>
  732.            </li>
  733.          
  734.            <li>
  735.              <a href="/category/tech/">
  736.                Tech
  737.              </a>
  738.            </li>
  739.          
  740.            <li>
  741.              <a href="/category/travel/">
  742.                Travel
  743.              </a>
  744.            </li>
  745.          
  746.        </ul>
  747.      </li>
  748.    
  749.  
  750.  
  751. <li>
  752.                  <a href="/page/contact-us/">
  753.                     Contact Us
  754.                  </a>
  755.              </li>
  756. </ul>
  757.  
  758.        </div>
  759.        <div class="sidebar-blur"></div>
  760.        <!-- end of nav-collapse -->
  761.      </div>
  762.      <div class="me-3">
  763.        <div class="mobail-menu d-xl-none d-block">
  764.          <button type="button" class="navbar-toggler open-btn">
  765.            <span class="sr-only">Toggle navigation</span>
  766.            <span class="icon-bar first-angle"></span>
  767.            <span class="icon-bar middle-angle"></span>
  768.            <span class="icon-bar last-angle"></span>
  769.          </button>
  770.        </div>
  771.        <!-- <div class="header-right">
  772.          <div class="header-right-menu-wrapper d-xl-block d-none">
  773.            <div class="header-right-menu">
  774.              <div class="right-menu-toggle-btn">
  775.                <span></span>
  776.                <span></span>
  777.                <span></span>
  778.              </div>
  779.              <div class="header-right-menu-wrap" style="z-index: 999;">
  780.                <button class="right-menu-close"><i class="ti-close"></i></button>
  781.                <div class="logo">
  782.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  783.                </div>
  784.                <div class="header-right-sec">
  785.                  <div class="project-widget widget">
  786.                    <h3 class="text-white">Our Latest News</h3>
  787.                    <div class="posts">
  788.                      <div class="post">
  789.                        <div class="img-holder">
  790.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  791.                        </div>
  792.                        <div class="details">
  793.                          <span class="date">19 Jun 2022</span>
  794.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  795.                        </div>
  796.                      </div>
  797.                      <div class="post">
  798.                        <div class="img-holder">
  799.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  800.                        </div>
  801.                        <div class="details">
  802.                          <span class="date">22 May 2022</span>
  803.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  804.                        </div>
  805.                      </div>
  806.                      <div class="post">
  807.                        <div class="img-holder">
  808.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  809.                        </div>
  810.                        <div class="details">
  811.                          <span class="date">12 Apr 2022</span>
  812.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  813.                        </div>
  814.                      </div>
  815.                    </div>
  816.                  </div>
  817.                  <div class="widget wpo-contact-widget">
  818.                    <div class="widget-title">
  819.                      <h3 class="text-white">Contact Us</h3>
  820.                    </div>
  821.                    <div class="contact-ft">
  822.                      <ul>
  823.                        <li>
  824.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  825.                        </li>
  826.                        <li>
  827.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  828.                          + 8 (123) 123 456 789
  829.                        </li>
  830.                        <li>
  831.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  832.                        </li>
  833.                      </ul>
  834.                    </div>
  835.                  </div>
  836.                </div>
  837.              </div>
  838.              <div class="sidebar-blur"></div>
  839.            </div>
  840.          </div>
  841.        </div> -->
  842.      </div>
  843.    </div>
  844.  </div>
  845.  <!-- end of container -->
  846. </nav>
  847. <style>
  848.  .navbar-brand img{
  849.    height: 70px;
  850.    object-fit: contain;
  851.  }
  852.    /* search field */
  853.  .search-results-container {
  854.  position: absolute;
  855.  top: 100%; /* Position it below the input field */
  856. left: 10px;
  857.  right: 10px;
  858.  background-color: white;
  859.  border: 1px solid #ddd;
  860.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  861.  max-height: 300px;
  862.  overflow-y: auto;
  863.  z-index: 1000;
  864.  display: none; /* Initially hidden */
  865. }
  866.  
  867. .search-results-container p {
  868.  margin: 0;
  869. }
  870.  
  871. .search-results-container .result-item {
  872.  padding: 10px;
  873.  cursor: pointer;
  874. }
  875.  
  876. .search-results-container .result-item:hover {
  877.  background-color: #f0f0f0;
  878. }
  879. @media (max-width:576px) {
  880.  .w-sm-full{
  881.    padding-top: 10px;
  882.    width: 100%;
  883.  }
  884.  .m-s-0{
  885.    margin-top: 0px !important;
  886.  }
  887. }
  888. @media (max-width:768px) {
  889. .search-icon{
  890. top: 50%;
  891. }
  892. }
  893.  
  894.  
  895. </style>
  896. <script>
  897.  const searchInput = document.querySelector(".search-input");
  898.  const searchResults = document.getElementById("search-results");
  899.  
  900.  // Handle typing
  901.  searchInput.addEventListener("keyup", function (e) {
  902.    e.preventDefault();
  903.  
  904.    const query = searchInput.value;
  905.  
  906.    if (query === "") {
  907.      searchResults.innerHTML = "";
  908.      searchResults.style.display = "none";
  909.      return;
  910.    }
  911.  
  912.    searchResults.style.display = "block";
  913.  
  914.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  915.      method: "GET",
  916.      headers: {
  917.        "X-Requested-With": "XMLHttpRequest",
  918.      },
  919.    })
  920.      .then(response => response.json())
  921.      .then(data => {
  922.        if (data.html) {
  923.          searchResults.innerHTML = data.html;
  924.        } else {
  925.          searchResults.innerHTML = "<p>No results found.</p>";
  926.        }
  927.      })
  928.      .catch(error => {
  929.        console.error("Error fetching search results:", error);
  930.      });
  931.  });
  932.  
  933.  // Close results when clicking outside
  934.  document.addEventListener("click", function (e) {
  935.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  936.      searchResults.style.display = "none";
  937.    }
  938.  });
  939. </script>
  940.  
  941.  
  942.        </header>
  943.        <!-- end of header -->
  944.        <!-- start of wpo-blog-hero -->
  945.        
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953. <div class="blog-hero-v9">
  954.  <div class="container-fluid fluid-container">
  955.    <!-- Top Section: Split Layout -->
  956.    <div class="row g-4 mb-5">
  957.      <!-- Large Featured Article (Left) -->
  958.      
  959.              
  960.      <div class="col-lg-8 col-12">
  961.        <article class="large-featured">
  962.          <div class="featured-image-container">
  963.            
  964.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The English team Select the off-spinner in Line-up for Ashes Opener" class="featured-image">
  965.            
  966.            <div class="category-tag bg-primary-gradient">News</div>
  967.          </div>
  968.          <div class="featured-content">
  969.            <h1 class="featured-title"><a href="/the-english-team-select-the-off-spinner-in-line-up-for-ashes-opener/">
  970.                                The English team Select the off-spinner in Line-up for Ashes Opener
  971.                            </a></h1>
  972.            <p class="featured-summary"></p>
  973.            <div class="article-meta">
  974.              <div class="author-info">
  975.                
  976.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="John Smith" class="author-pic" >
  977.                  
  978.                <span class="author-name">John Smith</span>
  979.                <span class="post-time">May 13, 2026</span>
  980.              </div>
  981.            </div>
  982.          </div>
  983.        </article>
  984.      </div>
  985.      
  986.      
  987.  
  988.      <!-- Smaller Featured Articles (Right, Stacked) -->
  989.      <div class="col-lg-4 col-12">
  990.        <div class="stacked-features">
  991.          
  992.          <article class="small-featured">
  993.            <div class="small-image-container">
  994.              
  995.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Olympic Athlete and Several Eritreans Released After 18 Years Without Facing Charges, Relatives Report" class="small-image">
  996.              
  997.              <div class="category-tag bg-primary-gradient">News</div>
  998.            </div>
  999.            <div class="small-content">
  1000.              <h3 class="small-title"> <a href="/olympic-athlete-and-several-eritreans-released-after-18-years-without-facing-charges-relatives-report/">
  1001.                                Olympic Athlete and Several Eritreans Released After 18 Years Without Facing Charges, Relatives Report
  1002.                            </a></h3>
  1003.              <p class="compact-text"></p>
  1004.              <div class="small-meta">
  1005.                <span class="small-author">John Smith</span>
  1006.                <span class="small-date">May 13, 2026</span>
  1007.              </div>
  1008.            </div>
  1009.          </article>
  1010.      
  1011.          <article class="small-featured">
  1012.            <div class="small-image-container">
  1013.              
  1014.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade" class="small-image">
  1015.              
  1016.              <div class="category-tag bg-primary-gradient">News</div>
  1017.            </div>
  1018.            <div class="small-content">
  1019.              <h3 class="small-title"> <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/">
  1020.                                The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  1021.                            </a></h3>
  1022.              <p class="compact-text"></p>
  1023.              <div class="small-meta">
  1024.                <span class="small-author">John Smith</span>
  1025.                <span class="small-date">May 12, 2026</span>
  1026.              </div>
  1027.            </div>
  1028.          </article>
  1029.      
  1030.        </div>
  1031.      </div>
  1032.    </div>
  1033.    <!-- Bottom Section: Three Compact Cards -->
  1034.    <div class="row g-4">
  1035.      
  1036.      <div class="col-lg-4 col-md-6 col-12">
  1037.        <article class="compact-card">
  1038.          <div class="compact-image">
  1039.            
  1040.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Disturbing Discovery: Remains of Vanished Mother and Child Found in Freezers in the Alpine Nation" >
  1041.            
  1042.            <div class="compact-category bg-primary-gradient">News</div>
  1043.          </div>
  1044.          <div class="compact-body">
  1045.            <h3 class="compact-title"> <a href="/disturbing-discovery-remains-of-vanished-mother-and-child-found-in-freezers-in-the-alpine-nation/">
  1046.                                    Disturbing Discovery: Remains of Vanished Mother and Child Found in Freezers in the Alpine Nation
  1047.                                </a></h3>
  1048.            <p class="compact-text"></p>
  1049.            <div class="compact-footer">
  1050.              <span class="compact-name">John Smith</span>
  1051.              <span class="compact-date">May 12</span>
  1052.            </div>
  1053.          </div>
  1054.        </article>
  1055.      </div>
  1056.      
  1057.      <div class="col-lg-4 col-md-6 col-12">
  1058.        <article class="compact-card">
  1059.          <div class="compact-image">
  1060.            
  1061.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Spotify Year-End Recap: Launch Date plus Key Inquiries Answered" >
  1062.            
  1063.            <div class="compact-category bg-primary-gradient">News</div>
  1064.          </div>
  1065.          <div class="compact-body">
  1066.            <h3 class="compact-title"> <a href="/spotify-year-end-recap-launch-date-plus-key-inquiries-answered/">
  1067.                                    Spotify Year-End Recap: Launch Date plus Key Inquiries Answered
  1068.                                </a></h3>
  1069.            <p class="compact-text"></p>
  1070.            <div class="compact-footer">
  1071.              <span class="compact-name">John Smith</span>
  1072.              <span class="compact-date">May 12</span>
  1073.            </div>
  1074.          </div>
  1075.        </article>
  1076.      </div>
  1077.      
  1078.    </div>
  1079.  </div>
  1080. </div>
  1081.  
  1082. <style>
  1083.  
  1084.  /* Large Featured Article */
  1085.  .large-featured {
  1086.    background: var(--card-bg, #ffffff);
  1087.    border-radius: 10px;
  1088.    overflow: hidden;
  1089.    transition: box-shadow 0.3s ease;
  1090.  }
  1091.  
  1092.  .large-featured:hover {
  1093.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1094.  }
  1095.  
  1096.  .featured-image-container {
  1097.    position: relative;
  1098.    height: 350px;
  1099.    overflow: hidden;
  1100.  }
  1101.  
  1102.  .featured-image {
  1103.    width: 100%;
  1104.    height: 100%;
  1105.    object-fit: cover;
  1106.  }
  1107.  
  1108.  .featured-content {
  1109.    padding: 2rem;
  1110.  }
  1111.  
  1112.  .featured-title {
  1113.    font-size: 2.2rem;
  1114.    font-weight: 700;
  1115.    color: #111827;
  1116.    margin-bottom: 0.75rem;
  1117.    line-height: 1.3;
  1118.  }
  1119.  
  1120.  .featured-summary {
  1121.    font-size: 1rem;
  1122.    color: #4b5563;
  1123.    line-height: 1.6;
  1124.    margin-bottom: 1.25rem;
  1125.  }
  1126.  
  1127.  .article-meta {
  1128.    display: flex;
  1129.    align-items: center;
  1130.    gap: 0.75rem;
  1131.    font-size: 0.85rem;
  1132.    color: #6b7280;
  1133.  }
  1134.  
  1135.  .author-info {
  1136.    display: flex;
  1137.    align-items: center;
  1138.    gap: 0.5rem;
  1139.  }
  1140.  
  1141.  .author-pic {
  1142.    width: 36px;
  1143.    height: 36px;
  1144.    border-radius: 50%;
  1145.  }
  1146.  
  1147.  .author-name {
  1148.    font-weight: 600;
  1149.    color: #374151;
  1150.  }
  1151.  
  1152.  /* Smaller Featured Articles (Stacked) */
  1153.  .stacked-features {
  1154.    display: flex;
  1155.    flex-direction: column;
  1156.    gap: 1.5rem;
  1157.  }
  1158.  
  1159.  .small-featured {
  1160.    background: var(--card-bg, #ffffff);
  1161.    border-radius: 10px;
  1162.    overflow: hidden;
  1163.    transition: box-shadow 0.3s ease;
  1164.  }
  1165.  
  1166.  .small-featured:hover {
  1167.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1168.  }
  1169.  
  1170.  .small-image-container {
  1171.    position: relative;
  1172.    height: 150px;
  1173.    overflow: hidden;
  1174.  }
  1175.  
  1176.  .small-image {
  1177.    width: 100%;
  1178.    height: 100%;
  1179.    object-fit: cover;
  1180.  }
  1181.  
  1182.  .small-content {
  1183.    padding: 1.25rem;
  1184.  }
  1185.  
  1186.  .small-title {
  1187.    font-size: 1.2rem;
  1188.    font-weight: 600;
  1189.    color: #111827;
  1190.    margin-bottom: 0.5rem;
  1191.  }
  1192.  
  1193.  .small-meta {
  1194.    display: flex;
  1195.    gap: 0.5rem;
  1196.    font-size: 0.8rem;
  1197.    color: #6b7280;
  1198.  }
  1199.  
  1200.  /* Category Tags - Gradient for Difference */
  1201.  .category-tag {
  1202.    position: absolute;
  1203.    top: 0.75rem;
  1204.    left: 0.75rem;
  1205.    padding: 0.3rem 1rem;
  1206.    font-size: 0.75rem;
  1207.    font-weight: 600;
  1208.    text-transform: uppercase;
  1209.    color: white;
  1210.    border-radius: 15px; /* Soft pill shape */
  1211.  }
  1212.  
  1213.  
  1214.  
  1215.  /* Compact Cards - Borderless */
  1216.  .compact-card {
  1217.    background: var(--card-bg, #ffffff);
  1218.    border-radius: 10px;
  1219.    overflow: hidden;
  1220.    transition: box-shadow 0.3s ease;
  1221.  }
  1222.  
  1223.  .compact-card:hover {
  1224.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1225.  }
  1226.  
  1227.  .compact-image {
  1228.    position: relative;
  1229.    height: 180px;
  1230.    overflow: hidden;
  1231.  }
  1232.  
  1233.  .compact-image img {
  1234.    width: 100%;
  1235.    height: 100%;
  1236.    object-fit: cover;
  1237.  }
  1238.  
  1239.  .compact-category {
  1240.    position: absolute;
  1241.    top: 0.75rem;
  1242.    left: 0.75rem;
  1243.    padding: 0.3rem 0.8rem;
  1244.    font-size: 0.7rem;
  1245.    border-radius: 15px;
  1246.    color: white;
  1247.  }
  1248.  
  1249.  .compact-body {
  1250.    padding: 1.5rem;
  1251.  }
  1252.  
  1253.  .compact-title {
  1254.    font-size: 1.1rem;
  1255.    font-weight: 600;
  1256.    color: #111827;
  1257.    margin-bottom: 0.5rem;
  1258.  }
  1259.  
  1260.  .compact-text {
  1261.    font-size: 0.9rem;
  1262.    color: #4b5563;
  1263.    line-height: 1.5;
  1264.    margin-bottom: 1rem;
  1265.  }
  1266.  
  1267.  .compact-footer {
  1268.    display: flex;
  1269.    justify-content: space-between;
  1270.    font-size: 0.8rem;
  1271.    color: #6b7280;
  1272.  }
  1273.  
  1274.  /* Responsive Design */
  1275.  @media (max-width: 992px) {
  1276.    .featured-image-container {
  1277.      height: 280px;
  1278.    }
  1279.  
  1280.    .featured-title {
  1281.      font-size: 1.8rem;
  1282.    }
  1283.  
  1284.    .small-image-container {
  1285.      height: 120px;
  1286.    }
  1287.  }
  1288.  
  1289.  @media (max-width: 768px) {
  1290.    .featured-content,
  1291.    .small-content,
  1292.    .compact-body {
  1293.      padding: 1.25rem;
  1294.    }
  1295.  
  1296.    .compact-image {
  1297.      height: 150px;
  1298.    }
  1299.  }
  1300.  
  1301.  @media (max-width: 576px) {
  1302.    .featured-title {
  1303.      font-size: 1.5rem;
  1304.    }
  1305.  
  1306.    .small-title,
  1307.    .compact-title {
  1308.      font-size: 1rem;
  1309.    }
  1310.  }
  1311. </style>
  1312.  
  1313.  
  1314.  
  1315.  
  1316.        <!-- end of wpo-blog-hero -->
  1317.  
  1318.        <!-- start of wpo-breacking-news -->
  1319.        
  1320.        <!-- end of wpo-breacking-news -->
  1321.        
  1322.        <!-- start wpo-blog-highlights-section -->
  1323.        
  1324.  
  1325.  
  1326.  
  1327.    
  1328.  
  1329.  
  1330.  
  1331. <style>
  1332.    /* General Section Styling */
  1333.    .blog-highlights-v10 {
  1334.        padding: 20px 0;  /* Adjusted padding for distinction */
  1335.        position: relative;
  1336.    }
  1337.  
  1338.    /* Section Header */
  1339.    .section-header-v10 {
  1340.        text-align: left;  /* Left-aligned for uniqueness */
  1341.        margin-bottom: 50px;
  1342.        padding-left: 15px;
  1343.    }
  1344.  
  1345.    .section-title-v10 {
  1346.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1347.        font-weight: 800;
  1348.        color: #1a1a1a;
  1349.        margin-bottom: 15px;
  1350.        text-transform: none;  /* No uppercase for modern look */
  1351.    }
  1352.  
  1353.    .section-subtitle-v10 {
  1354.        font-size: 1.05rem;
  1355.        color: #555;
  1356.        max-width: 650px;
  1357.        line-height: 1.6;
  1358.    }
  1359.  
  1360.  
  1361.    /* Blog Card */
  1362.    .blog-card-v10 {
  1363.        background: var(--card-bg);
  1364.        border-radius: 10px;  /* Softer corners */
  1365.        margin-bottom: 35px;
  1366.        overflow: hidden;
  1367.        opacity: 0;  /* Initially hidden for animation */
  1368.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1369.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1370.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1371.    }
  1372.  
  1373.    .blog-card-v10.visible {
  1374.        opacity: 1;
  1375.        transform: rotate(0deg);  /* Straighten on appearance */
  1376.    }
  1377.  
  1378.    @keyframes fadeRotateIn {
  1379.        from {
  1380.            opacity: 0;
  1381.            transform: rotate(1.5deg);
  1382.        }
  1383.        to {
  1384.            opacity: 1;
  1385.            transform: rotate(0deg);
  1386.        }
  1387.    }
  1388.  
  1389.    .blog-card-v10:hover {
  1390.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1391.    }
  1392.  
  1393.    /* Blog Image */
  1394.    .blog-image-container-v10 {
  1395.        width: 100%;
  1396.        height: 240px;  /* Unique height for v10 */
  1397.        overflow: hidden;
  1398.        position: relative;
  1399.    }
  1400.  
  1401.    .blog-image-v10 img {
  1402.        width: 100%;
  1403.        height: 100%;
  1404.        object-fit: cover;
  1405.    }
  1406.  
  1407.    /* Blog Content */
  1408.    .blog-content-v10 {
  1409.        padding: 20px 22px;  /* Adjusted padding */
  1410.        text-align: left;
  1411.    }
  1412.  
  1413.    .blog-title-v10 {
  1414.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1415.        font-weight: 700;
  1416.        margin-bottom: 12px;
  1417.        color: #1a1a1a;
  1418.    }
  1419.  
  1420.    .blog-meta-v10 {
  1421.        font-size: 0.85rem;
  1422.        color: #777;
  1423.        margin-bottom: 12px;
  1424.        font-style: italic;  /* Italic for distinction */
  1425.    }
  1426.  
  1427.    .blog-excerpt-v10 {
  1428.        font-size: 0.95rem;
  1429.        color: #555;
  1430.        margin-bottom: 15px;
  1431.        line-height: 1.6;
  1432.    }
  1433.  
  1434.    .blog-actions-v10 {
  1435.        display: inline-block;
  1436.    }
  1437.  
  1438.    .blog-read-more-v10 {
  1439.        font-size: 0.95rem;
  1440.        color: #e74c3c;  /* Red accent for uniqueness */
  1441.        text-decoration: none;
  1442.        font-weight: 600;
  1443.        transition: color 0.3s ease;
  1444.    }
  1445.  
  1446.    .blog-read-more-v10:hover {
  1447.        color: #c0392b;  /* Darker red on hover */
  1448.    }
  1449.    /* Responsive Design */
  1450.    @media (max-width: 768px) {
  1451.        .section-title-v10 {
  1452.            font-size: 2.4rem;
  1453.        }
  1454.  
  1455.        .section-header-v10 {
  1456.            padding-left: 10px;
  1457.        }
  1458.        
  1459.        .blog-card-v10 {
  1460.            margin-bottom: 20px;
  1461.        }
  1462.  
  1463.        .blog-meta-v10 {
  1464.            font-size: 0.75rem;
  1465.        }
  1466.  
  1467.        .blog-image-container-v10 {
  1468.            height: 170px;  /* Adjusted for mobile */
  1469.        }
  1470.  
  1471.        .sidebar-v10 {
  1472.            padding: 15px;
  1473.        }
  1474.    }
  1475. </style>
  1476.  
  1477. <section class="blog-highlights-v10">
  1478.    <div class="container-fluid fluid-container">
  1479.        <!-- Section Header -->
  1480.        <div class="row">
  1481.            <div class="col-12 col-lg-10">  
  1482.                <div class="section-header-v10">
  1483.                    <h2 class="section-title-v10">
  1484.                Today's Top Highlights
  1485.                   </h2>
  1486.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1487.                </div>
  1488.            </div>
  1489.        </div>
  1490.        
  1491.        <!-- Blog Grid and Sidebar -->
  1492.        <div class="row">
  1493.            <div class="col-lg-8">
  1494.                <div class="row">
  1495.                    
  1496.                    <div class="col-md-6 col-sm-12">  
  1497.                        <article class="blog-card-v10">
  1498.                            <div class="blog-image-container-v10">
  1499.                                <div class="blog-image-v10 h-100">
  1500.                                    
  1501.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1502.                                    
  1503.                                </div>
  1504.                            </div>
  1505.                            <div class="blog-content-v10">
  1506.                                <h3 class="blog-title-v10">
  1507.                                     <a class="top-color" href="/calm-finish-to-lionel-messis-india-tour-in-the-wake-of-kolkata-chaos/" >
  1508.                                    Calm Finish to Lionel Messi&#x27;s India Tour In the Wake of Kolkata Chaos
  1509.                                    </a>
  1510.                                </h3>
  1511.                                <div class="blog-meta-v10">
  1512.                                    <span>By John Smith • 12 May 2026</span>
  1513.                                </div>
  1514.                                <p class="blog-excerpt-v10">
  1515.                                    
  1516.                                </p>
  1517.                                <div class="blog-actions-v10">
  1518.                                    <a href="/calm-finish-to-lionel-messis-india-tour-in-the-wake-of-kolkata-chaos/" class="blog-read-more-v10">Read More</a>
  1519.                                </div>
  1520.                            </div>
  1521.                        </article>
  1522.                    </div>
  1523.                    
  1524.                    <div class="col-md-6 col-sm-12">  
  1525.                        <article class="blog-card-v10">
  1526.                            <div class="blog-image-container-v10">
  1527.                                <div class="blog-image-v10 h-100">
  1528.                                    
  1529.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1530.                                    
  1531.                                </div>
  1532.                            </div>
  1533.                            <div class="blog-content-v10">
  1534.                                <h3 class="blog-title-v10">
  1535.                                     <a class="top-color" href="/brian-harris-obituary-a-life-through-the-camera/" >
  1536.                                    Brian Harris Obituary: A Life Through the Camera
  1537.                                    </a>
  1538.                                </h3>
  1539.                                <div class="blog-meta-v10">
  1540.                                    <span>By John Smith • 12 May 2026</span>
  1541.                                </div>
  1542.                                <p class="blog-excerpt-v10">
  1543.                                    
  1544.                                </p>
  1545.                                <div class="blog-actions-v10">
  1546.                                    <a href="/brian-harris-obituary-a-life-through-the-camera/" class="blog-read-more-v10">Read More</a>
  1547.                                </div>
  1548.                            </div>
  1549.                        </article>
  1550.                    </div>
  1551.                    
  1552.                    <div class="col-md-6 col-sm-12">  
  1553.                        <article class="blog-card-v10">
  1554.                            <div class="blog-image-container-v10">
  1555.                                <div class="blog-image-v10 h-100">
  1556.                                    
  1557.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1558.                                    
  1559.                                </div>
  1560.                            </div>
  1561.                            <div class="blog-content-v10">
  1562.                                <h3 class="blog-title-v10">
  1563.                                     <a class="top-color" href="/the-met-confronts-legal-challenge-over-allegedly-nazi-looted-van-gogh-artwork/" >
  1564.                                    The Met Confronts Legal Challenge Over Allegedly Nazi-Looted Van Gogh Artwork
  1565.                                    </a>
  1566.                                </h3>
  1567.                                <div class="blog-meta-v10">
  1568.                                    <span>By John Smith • 12 May 2026</span>
  1569.                                </div>
  1570.                                <p class="blog-excerpt-v10">
  1571.                                    
  1572.                                </p>
  1573.                                <div class="blog-actions-v10">
  1574.                                    <a href="/the-met-confronts-legal-challenge-over-allegedly-nazi-looted-van-gogh-artwork/" class="blog-read-more-v10">Read More</a>
  1575.                                </div>
  1576.                            </div>
  1577.                        </article>
  1578.                    </div>
  1579.                    
  1580.                    <div class="col-md-6 col-sm-12">  
  1581.                        <article class="blog-card-v10">
  1582.                            <div class="blog-image-container-v10">
  1583.                                <div class="blog-image-v10 h-100">
  1584.                                    
  1585.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1586.                                    
  1587.                                </div>
  1588.                            </div>
  1589.                            <div class="blog-content-v10">
  1590.                                <h3 class="blog-title-v10">
  1591.                                     <a class="top-color" href="/us-congressman-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/" >
  1592.                                    US Congressman Urges Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  1593.                                    </a>
  1594.                                </h3>
  1595.                                <div class="blog-meta-v10">
  1596.                                    <span>By John Smith • 12 May 2026</span>
  1597.                                </div>
  1598.                                <p class="blog-excerpt-v10">
  1599.                                    
  1600.                                </p>
  1601.                                <div class="blog-actions-v10">
  1602.                                    <a href="/us-congressman-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/" class="blog-read-more-v10">Read More</a>
  1603.                                </div>
  1604.                            </div>
  1605.                        </article>
  1606.                    </div>
  1607.                    
  1608.                    <div class="col-md-6 col-sm-12">  
  1609.                        <article class="blog-card-v10">
  1610.                            <div class="blog-image-container-v10">
  1611.                                <div class="blog-image-v10 h-100">
  1612.                                    
  1613.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1614.                                    
  1615.                                </div>
  1616.                            </div>
  1617.                            <div class="blog-content-v10">
  1618.                                <h3 class="blog-title-v10">
  1619.                                     <a class="top-color" href="/bahrain-to-argue-at-british-highest-court-over-sovereign-immunity-in-spyware-allegations/" >
  1620.                                    Bahrain to Argue at British Highest Court Over Sovereign Immunity in Spyware Allegations
  1621.                                    </a>
  1622.                                </h3>
  1623.                                <div class="blog-meta-v10">
  1624.                                    <span>By John Smith • 12 May 2026</span>
  1625.                                </div>
  1626.                                <p class="blog-excerpt-v10">
  1627.                                    
  1628.                                </p>
  1629.                                <div class="blog-actions-v10">
  1630.                                    <a href="/bahrain-to-argue-at-british-highest-court-over-sovereign-immunity-in-spyware-allegations/" class="blog-read-more-v10">Read More</a>
  1631.                                </div>
  1632.                            </div>
  1633.                        </article>
  1634.                    </div>
  1635.                    
  1636.                    <div class="col-md-6 col-sm-12">  
  1637.                        <article class="blog-card-v10">
  1638.                            <div class="blog-image-container-v10">
  1639.                                <div class="blog-image-v10 h-100">
  1640.                                    
  1641.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1642.                                    
  1643.                                </div>
  1644.                            </div>
  1645.                            <div class="blog-content-v10">
  1646.                                <h3 class="blog-title-v10">
  1647.                                     <a class="top-color" href="/the-visionary-filmmaker-clarifies-ai-doesnt-produce-the-avatar-series/" >
  1648.                                    The Visionary Filmmaker Clarifies: ‘AI Doesn’t Produce the Avatar Series’
  1649.                                    </a>
  1650.                                </h3>
  1651.                                <div class="blog-meta-v10">
  1652.                                    <span>By John Smith • 11 May 2026</span>
  1653.                                </div>
  1654.                                <p class="blog-excerpt-v10">
  1655.                                    
  1656.                                </p>
  1657.                                <div class="blog-actions-v10">
  1658.                                    <a href="/the-visionary-filmmaker-clarifies-ai-doesnt-produce-the-avatar-series/" class="blog-read-more-v10">Read More</a>
  1659.                                </div>
  1660.                            </div>
  1661.                        </article>
  1662.                    </div>
  1663.                    
  1664.                    <div class="col-md-6 col-sm-12">  
  1665.                        <article class="blog-card-v10">
  1666.                            <div class="blog-image-container-v10">
  1667.                                <div class="blog-image-v10 h-100">
  1668.                                    
  1669.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1670.                                    
  1671.                                </div>
  1672.                            </div>
  1673.                            <div class="blog-content-v10">
  1674.                                <h3 class="blog-title-v10">
  1675.                                     <a class="top-color" href="/bound-solitary-and-terrified-the-grim-reality-for-female-prisoners-made-to-give-birth-in-prison/" >
  1676.                                    Bound, Solitary and Terrified: The Grim Reality for Female Prisoners Made to Give Birth in Prison.
  1677.                                    </a>
  1678.                                </h3>
  1679.                                <div class="blog-meta-v10">
  1680.                                    <span>By John Smith • 11 May 2026</span>
  1681.                                </div>
  1682.                                <p class="blog-excerpt-v10">
  1683.                                    
  1684.                                </p>
  1685.                                <div class="blog-actions-v10">
  1686.                                    <a href="/bound-solitary-and-terrified-the-grim-reality-for-female-prisoners-made-to-give-birth-in-prison/" class="blog-read-more-v10">Read More</a>
  1687.                                </div>
  1688.                            </div>
  1689.                        </article>
  1690.                    </div>
  1691.                    
  1692.                    <div class="col-md-6 col-sm-12">  
  1693.                        <article class="blog-card-v10">
  1694.                            <div class="blog-image-container-v10">
  1695.                                <div class="blog-image-v10 h-100">
  1696.                                    
  1697.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1698.                                    
  1699.                                </div>
  1700.                            </div>
  1701.                            <div class="blog-content-v10">
  1702.                                <h3 class="blog-title-v10">
  1703.                                     <a class="top-color" href="/a-tale-of-unexpected-generosity-when-a-student-allowed-me-to-sleep-on-her-dorm-floor/" >
  1704.                                    A Tale of Unexpected Generosity: When a Student Allowed Me to Sleep on Her Dorm Floor
  1705.                                    </a>
  1706.                                </h3>
  1707.                                <div class="blog-meta-v10">
  1708.                                    <span>By John Smith • 11 May 2026</span>
  1709.                                </div>
  1710.                                <p class="blog-excerpt-v10">
  1711.                                    
  1712.                                </p>
  1713.                                <div class="blog-actions-v10">
  1714.                                    <a href="/a-tale-of-unexpected-generosity-when-a-student-allowed-me-to-sleep-on-her-dorm-floor/" class="blog-read-more-v10">Read More</a>
  1715.                                </div>
  1716.                            </div>
  1717.                        </article>
  1718.                    </div>
  1719.                    
  1720.                    <div class="col-md-6 col-sm-12">  
  1721.                        <article class="blog-card-v10">
  1722.                            <div class="blog-image-container-v10">
  1723.                                <div class="blog-image-v10 h-100">
  1724.                                    
  1725.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1726.                                    
  1727.                                </div>
  1728.                            </div>
  1729.                            <div class="blog-content-v10">
  1730.                                <h3 class="blog-title-v10">
  1731.                                     <a class="top-color" href="/amid-the-devastated-remains-of-an-apartment-block-i-found-a-volume-id-rendered/" >
  1732.                                    Amid the Devastated Remains of an Apartment Block, I Found a Volume I’d Rendered
  1733.                                    </a>
  1734.                                </h3>
  1735.                                <div class="blog-meta-v10">
  1736.                                    <span>By John Smith • 11 May 2026</span>
  1737.                                </div>
  1738.                                <p class="blog-excerpt-v10">
  1739.                                    
  1740.                                </p>
  1741.                                <div class="blog-actions-v10">
  1742.                                    <a href="/amid-the-devastated-remains-of-an-apartment-block-i-found-a-volume-id-rendered/" class="blog-read-more-v10">Read More</a>
  1743.                                </div>
  1744.                            </div>
  1745.                        </article>
  1746.                    </div>
  1747.                    
  1748.                    <div class="col-md-6 col-sm-12">  
  1749.                        <article class="blog-card-v10">
  1750.                            <div class="blog-image-container-v10">
  1751.                                <div class="blog-image-v10 h-100">
  1752.                                    
  1753.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1754.                                    
  1755.                                </div>
  1756.                            </div>
  1757.                            <div class="blog-content-v10">
  1758.                                <h3 class="blog-title-v10">
  1759.                                     <a class="top-color" href="/three-xbox-game-pass-games-we-are-playing-over-the-weekend-october-10-12/" >
  1760.                                    Three Xbox Game Pass Games We Are Playing Over the Weekend (October 10-12)
  1761.                                    </a>
  1762.                                </h3>
  1763.                                <div class="blog-meta-v10">
  1764.                                    <span>By John Smith • 11 May 2026</span>
  1765.                                </div>
  1766.                                <p class="blog-excerpt-v10">
  1767.                                    
  1768.                                </p>
  1769.                                <div class="blog-actions-v10">
  1770.                                    <a href="/three-xbox-game-pass-games-we-are-playing-over-the-weekend-october-10-12/" class="blog-read-more-v10">Read More</a>
  1771.                                </div>
  1772.                            </div>
  1773.                        </article>
  1774.                    </div>
  1775.                    
  1776.                    <div class="col-md-6 col-sm-12">  
  1777.                        <article class="blog-card-v10">
  1778.                            <div class="blog-image-container-v10">
  1779.                                <div class="blog-image-v10 h-100">
  1780.                                    
  1781.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1782.                                    
  1783.                                </div>
  1784.                            </div>
  1785.                            <div class="blog-content-v10">
  1786.                                <h3 class="blog-title-v10">
  1787.                                     <a class="top-color" href="/everyday-reality-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-vast-mbera-camp-on-the-malians-frontier/" >
  1788.                                    Everyday Reality for one hundred twenty thousand Displaced People in Mauritania&#x27;s Vast Mbera Camp on the Malians Frontier.
  1789.                                    </a>
  1790.                                </h3>
  1791.                                <div class="blog-meta-v10">
  1792.                                    <span>By John Smith • 11 May 2026</span>
  1793.                                </div>
  1794.                                <p class="blog-excerpt-v10">
  1795.                                    
  1796.                                </p>
  1797.                                <div class="blog-actions-v10">
  1798.                                    <a href="/everyday-reality-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-vast-mbera-camp-on-the-malians-frontier/" class="blog-read-more-v10">Read More</a>
  1799.                                </div>
  1800.                            </div>
  1801.                        </article>
  1802.                    </div>
  1803.                    
  1804.                    <div class="col-md-6 col-sm-12">  
  1805.                        <article class="blog-card-v10">
  1806.                            <div class="blog-image-container-v10">
  1807.                                <div class="blog-image-v10 h-100">
  1808.                                    
  1809.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1810.                                    
  1811.                                </div>
  1812.                            </div>
  1813.                            <div class="blog-content-v10">
  1814.                                <h3 class="blog-title-v10">
  1815.                                     <a class="top-color" href="/how-a-american-special-forces-vet-aided-the-venezuelan-opposition-leader-escape-her-homeland/" >
  1816.                                    How a American Special Forces Vet Aided the Venezuelan Opposition Leader Escape Her Homeland
  1817.                                    </a>
  1818.                                </h3>
  1819.                                <div class="blog-meta-v10">
  1820.                                    <span>By John Smith • 11 May 2026</span>
  1821.                                </div>
  1822.                                <p class="blog-excerpt-v10">
  1823.                                    
  1824.                                </p>
  1825.                                <div class="blog-actions-v10">
  1826.                                    <a href="/how-a-american-special-forces-vet-aided-the-venezuelan-opposition-leader-escape-her-homeland/" class="blog-read-more-v10">Read More</a>
  1827.                                </div>
  1828.                            </div>
  1829.                        </article>
  1830.                    </div>
  1831.                    
  1832.                    
  1833.  
  1834.                </div>
  1835.            </div>
  1836.  
  1837.            <!-- Sidebar -->
  1838.                   <div class="col col-lg-4 col-12">
  1839.                <div class="sidebar-v10">
  1840.                      
  1841.  
  1842.  
  1843.  
  1844.    
  1845.  
  1846.  
  1847. <!-- Blog Sidebar V2 - Focused Design -->
  1848.  <div class="sidebar mb-3">
  1849.    <!-- Recent Posts Section -->
  1850.    <div class="sidebar-widget mb-4">
  1851.      <div class="widget-title-wrapper mb-3">
  1852.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1853.          <i class="ti-time me-2"></i>Recent Posts
  1854.          <span class="title-arrow-primary"></span>
  1855.        </h4>
  1856.      </div>
  1857.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  1858.        <div class="recent-post-list">
  1859.          
  1860.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1861.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1862.              
  1863.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1864.              
  1865.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1866.            </div>
  1867.            <div class="post-content flex-grow-1">
  1868.              <h6 class="post-title mb-2">
  1869.                <a href="/how-to-talk-romance-like-gen-z-fifty-one-hyperspecific-words-for-romance-sex-and-questionable-conduct/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1870.                                            How to Talk Romance Like Gen Z: Fifty-One Hyperspecific Words for Romance, Sex and Questionable Conduct
  1871.                                            </a>
  1872.              </h6>
  1873.              <div class="post-meta">
  1874.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  1875.                <!-- <small class="text-muted">
  1876.                  <i class="ti-eye me-1"></i>348 views
  1877.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1878.                </small> -->
  1879.              </div>
  1880.            </div>
  1881.          </div>
  1882.          
  1883.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1884.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1885.              
  1886.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1887.              
  1888.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1889.            </div>
  1890.            <div class="post-content flex-grow-1">
  1891.              <h6 class="post-title mb-2">
  1892.                <a href="/trump-and-his-supporters-envision-a-planet-devoid-of-global-legal-norms-yet-they-will-not-succeed/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1893.                                            Trump and His Supporters Envision a Planet Devoid of Global Legal Norms – Yet They Will Not Succeed
  1894.                                            </a>
  1895.              </h6>
  1896.              <div class="post-meta">
  1897.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1898.                <!-- <small class="text-muted">
  1899.                  <i class="ti-eye me-1"></i>348 views
  1900.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1901.                </small> -->
  1902.              </div>
  1903.            </div>
  1904.          </div>
  1905.          
  1906.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1907.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1908.              
  1909.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1910.              
  1911.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1912.            </div>
  1913.            <div class="post-content flex-grow-1">
  1914.              <h6 class="post-title mb-2">
  1915.                <a href="/swedish-team-announcement-alexander-isak-included-while-gyokeres-misses-out/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1916.                                            Swedish Team Announcement: Alexander Isak Included While Gyokeres Misses Out
  1917.                                            </a>
  1918.              </h6>
  1919.              <div class="post-meta">
  1920.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1921.                <!-- <small class="text-muted">
  1922.                  <i class="ti-eye me-1"></i>348 views
  1923.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1924.                </small> -->
  1925.              </div>
  1926.            </div>
  1927.          </div>
  1928.          
  1929.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1930.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1931.              
  1932.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1933.              
  1934.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1935.            </div>
  1936.            <div class="post-content flex-grow-1">
  1937.              <h6 class="post-title mb-2">
  1938.                <a href="/uae-declines-to-participate-in-gaza-security-mission-without-defined-legal-framework/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1939.                                            UAE Declines to Participate in Gaza Security Mission Without Defined Legal Framework
  1940.                                            </a>
  1941.              </h6>
  1942.              <div class="post-meta">
  1943.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1944.                <!-- <small class="text-muted">
  1945.                  <i class="ti-eye me-1"></i>348 views
  1946.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1947.                </small> -->
  1948.              </div>
  1949.            </div>
  1950.          </div>
  1951.          
  1952.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1953.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1954.              
  1955.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1956.              
  1957.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1958.            </div>
  1959.            <div class="post-content flex-grow-1">
  1960.              <h6 class="post-title mb-2">
  1961.                <a href="/abigail-spanberger-creates-history-as-first-female-state-leader/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1962.                                            Abigail Spanberger Creates History as First Female State Leader
  1963.                                            </a>
  1964.              </h6>
  1965.              <div class="post-meta">
  1966.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1967.                <!-- <small class="text-muted">
  1968.                  <i class="ti-eye me-1"></i>348 views
  1969.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1970.                </small> -->
  1971.              </div>
  1972.            </div>
  1973.          </div>
  1974.          
  1975.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1976.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1977.              
  1978.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1979.              
  1980.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1981.            </div>
  1982.            <div class="post-content flex-grow-1">
  1983.              <h6 class="post-title mb-2">
  1984.                <a href="/when-did-i-get-that-attractive-bruce-springsteen-on-seeing-the-actor-portray-him-on-screen/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1985.                                            ‘When Did I Get That Attractive?’: Bruce Springsteen on Seeing The Actor Portray Him On Screen
  1986.                                            </a>
  1987.              </h6>
  1988.              <div class="post-meta">
  1989.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1990.                <!-- <small class="text-muted">
  1991.                  <i class="ti-eye me-1"></i>348 views
  1992.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1993.                </small> -->
  1994.              </div>
  1995.            </div>
  1996.          </div>
  1997.          
  1998.  
  1999.        </div>
  2000.  
  2001.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2002.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2003.        </div> -->
  2004.      </div>
  2005.    </div>
  2006.    
  2007.    
  2008.    <div class="sidebar-widget mb-4">
  2009.      <div class="widget-title-wrapper mb-3">
  2010.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2011.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2012.          <span class="title-arrow"></span>
  2013.        </h4>
  2014.      </div>
  2015.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2016.        <div class="blog-roll-list scrollable-sidebar">
  2017.          
  2018.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2019.            <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none ">
  2020.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2021.                <i class="ti-angle-right me-2 text-primary"></i>
  2022.                 best non gamstop casinos
  2023.              </h6>
  2024.            </a>
  2025.          </div>
  2026.          
  2027.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2028.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2029.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2030.                <i class="ti-angle-right me-2 text-primary"></i>
  2031.                 non gamstop casinos uk
  2032.              </h6>
  2033.            </a>
  2034.          </div>
  2035.          
  2036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2037.            <a href="https://coffinmew.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2038.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2039.                <i class="ti-angle-right me-2 text-primary"></i>
  2040.                 non gamstop casinos uk
  2041.              </h6>
  2042.            </a>
  2043.          </div>
  2044.          
  2045.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2046.            <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2047.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2048.                <i class="ti-angle-right me-2 text-primary"></i>
  2049.                 online casino
  2050.              </h6>
  2051.            </a>
  2052.          </div>
  2053.          
  2054.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2055.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2056.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2057.                <i class="ti-angle-right me-2 text-primary"></i>
  2058.                 casino not on gamstop
  2059.              </h6>
  2060.            </a>
  2061.          </div>
  2062.          
  2063.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2064.            <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2065.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2066.                <i class="ti-angle-right me-2 text-primary"></i>
  2067.                 non uk betting sites
  2068.              </h6>
  2069.            </a>
  2070.          </div>
  2071.          
  2072.  
  2073.        </div>
  2074.  
  2075.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2076.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2077.        </div> -->
  2078.      </div>
  2079.    </div>
  2080.    
  2081.    <div class="sidebar-widget mb-4">
  2082.      <div class="widget-title-wrapper mb-3">
  2083.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2084.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2085.          <span class="title-arrow"></span>
  2086.        </h4>
  2087.      </div>
  2088.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2089.        <div class="blog-roll-list scrollable-sidebar">
  2090.          
  2091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2092.            <a href="https://www.tamworthinformed.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2093.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2094.                <i class="ti-angle-right me-2 text-primary"></i>
  2095.                 non gamstop casino
  2096.              </h6>
  2097.            </a>
  2098.          </div>
  2099.          
  2100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2101.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2102.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2103.                <i class="ti-angle-right me-2 text-primary"></i>
  2104.                 casino not on gamstop
  2105.              </h6>
  2106.            </a>
  2107.          </div>
  2108.          
  2109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2110.            <a href="https://www.ambiental.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2111.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2112.                <i class="ti-angle-right me-2 text-primary"></i>
  2113.                 non gamstop casino
  2114.              </h6>
  2115.            </a>
  2116.          </div>
  2117.          
  2118.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2119.            <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2120.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2121.                <i class="ti-angle-right me-2 text-primary"></i>
  2122.                 non gamstop casinos
  2123.              </h6>
  2124.            </a>
  2125.          </div>
  2126.          
  2127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2128.            <a href="https://nva.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2129.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2130.                <i class="ti-angle-right me-2 text-primary"></i>
  2131.                 casino not on gamstop
  2132.              </h6>
  2133.            </a>
  2134.          </div>
  2135.          
  2136.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2137.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2138.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2139.                <i class="ti-angle-right me-2 text-primary"></i>
  2140.                 casinos not on gamstop
  2141.              </h6>
  2142.            </a>
  2143.          </div>
  2144.          
  2145.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2146.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2147.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2148.                <i class="ti-angle-right me-2 text-primary"></i>
  2149.                 uk casinos not on gamstop
  2150.              </h6>
  2151.            </a>
  2152.          </div>
  2153.          
  2154.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2155.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2156.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2157.                <i class="ti-angle-right me-2 text-primary"></i>
  2158.                 casino sites not on gamstop
  2159.              </h6>
  2160.            </a>
  2161.          </div>
  2162.          
  2163.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2164.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2165.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2166.                <i class="ti-angle-right me-2 text-primary"></i>
  2167.                 uk casinos not on gamstop
  2168.              </h6>
  2169.            </a>
  2170.          </div>
  2171.          
  2172.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2173.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2174.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2175.                <i class="ti-angle-right me-2 text-primary"></i>
  2176.                 uk casinos not on gamstop
  2177.              </h6>
  2178.            </a>
  2179.          </div>
  2180.          
  2181.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2182.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2183.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2184.                <i class="ti-angle-right me-2 text-primary"></i>
  2185.                 uk casinos not on gamstop
  2186.              </h6>
  2187.            </a>
  2188.          </div>
  2189.          
  2190.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2191.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2192.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2193.                <i class="ti-angle-right me-2 text-primary"></i>
  2194.                 uk casinos not on gamstop
  2195.              </h6>
  2196.            </a>
  2197.          </div>
  2198.          
  2199.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2200.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2201.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2202.                <i class="ti-angle-right me-2 text-primary"></i>
  2203.                 uk casinos not on gamstop
  2204.              </h6>
  2205.            </a>
  2206.          </div>
  2207.          
  2208.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2209.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2210.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2211.                <i class="ti-angle-right me-2 text-primary"></i>
  2212.                 uk casinos not on gamstop
  2213.              </h6>
  2214.            </a>
  2215.          </div>
  2216.          
  2217.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2218.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2219.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2220.                <i class="ti-angle-right me-2 text-primary"></i>
  2221.                 uk casinos not on gamstop
  2222.              </h6>
  2223.            </a>
  2224.          </div>
  2225.          
  2226.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2227.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2228.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2229.                <i class="ti-angle-right me-2 text-primary"></i>
  2230.                 uk casinos not on gamstop
  2231.              </h6>
  2232.            </a>
  2233.          </div>
  2234.          
  2235.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2236.            <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  2237.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2238.                <i class="ti-angle-right me-2 text-primary"></i>
  2239.                 lolajack casino
  2240.              </h6>
  2241.            </a>
  2242.          </div>
  2243.          
  2244.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2245.            <a href="https://chargeyourcar.org.uk"  rel="dofollow" class="text-decoration-none ">
  2246.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2247.                <i class="ti-angle-right me-2 text-primary"></i>
  2248.                 non gamstop casinos
  2249.              </h6>
  2250.            </a>
  2251.          </div>
  2252.          
  2253.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2254.            <a href="https://botafogo.co.uk"  rel="dofollow" class="text-decoration-none ">
  2255.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2256.                <i class="ti-angle-right me-2 text-primary"></i>
  2257.                 non gamstop casino
  2258.              </h6>
  2259.            </a>
  2260.          </div>
  2261.          
  2262.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2263.            <a href="https://epik.org.uk"  rel="dofollow" class="text-decoration-none ">
  2264.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2265.                <i class="ti-angle-right me-2 text-primary"></i>
  2266.                 casino not on gamstop
  2267.              </h6>
  2268.            </a>
  2269.          </div>
  2270.          
  2271.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2272.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2273.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2274.                <i class="ti-angle-right me-2 text-primary"></i>
  2275.                 non UK gambling sites
  2276.              </h6>
  2277.            </a>
  2278.          </div>
  2279.          
  2280.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2281.            <a href="https://bladnoch.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2282.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2283.                <i class="ti-angle-right me-2 text-primary"></i>
  2284.                 best betting sites uk
  2285.              </h6>
  2286.            </a>
  2287.          </div>
  2288.          
  2289.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2290.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2291.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2292.                <i class="ti-angle-right me-2 text-primary"></i>
  2293.                 casino not on gamstop
  2294.              </h6>
  2295.            </a>
  2296.          </div>
  2297.          
  2298.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2299.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2300.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2301.                <i class="ti-angle-right me-2 text-primary"></i>
  2302.                 casino not on gamstop
  2303.              </h6>
  2304.            </a>
  2305.          </div>
  2306.          
  2307.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2308.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2309.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2310.                <i class="ti-angle-right me-2 text-primary"></i>
  2311.                 Non UK Casino
  2312.              </h6>
  2313.            </a>
  2314.          </div>
  2315.          
  2316.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2317.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  2318.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2319.                <i class="ti-angle-right me-2 text-primary"></i>
  2320.                 casinos not on GamStop
  2321.              </h6>
  2322.            </a>
  2323.          </div>
  2324.          
  2325.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2326.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2327.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2328.                <i class="ti-angle-right me-2 text-primary"></i>
  2329.                 new online casinos uk
  2330.              </h6>
  2331.            </a>
  2332.          </div>
  2333.          
  2334.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2335.            <a href="https://www.homepointfinancial.com/"  rel="dofollow" class="text-decoration-none ">
  2336.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2337.                <i class="ti-angle-right me-2 text-primary"></i>
  2338.                 non gamstop casino
  2339.              </h6>
  2340.            </a>
  2341.          </div>
  2342.          
  2343.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2344.            <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2345.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2346.                <i class="ti-angle-right me-2 text-primary"></i>
  2347.                 online casinos not on gamstop
  2348.              </h6>
  2349.            </a>
  2350.          </div>
  2351.          
  2352.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2353.            <a href="https://focusontheuser.eu/"  rel="dofollow" class="text-decoration-none ">
  2354.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2355.                <i class="ti-angle-right me-2 text-primary"></i>
  2356.                 non gamstop casino
  2357.              </h6>
  2358.            </a>
  2359.          </div>
  2360.          
  2361.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2362.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2363.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2364.                <i class="ti-angle-right me-2 text-primary"></i>
  2365.                 uk online casinos not on gamstop
  2366.              </h6>
  2367.            </a>
  2368.          </div>
  2369.          
  2370.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2371.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  2372.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2373.                <i class="ti-angle-right me-2 text-primary"></i>
  2374.                 best uk non gamstop casinos
  2375.              </h6>
  2376.            </a>
  2377.          </div>
  2378.          
  2379.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2380.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2381.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2382.                <i class="ti-angle-right me-2 text-primary"></i>
  2383.                 Casinos Not on Gamstop
  2384.              </h6>
  2385.            </a>
  2386.          </div>
  2387.          
  2388.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2390.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2391.                <i class="ti-angle-right me-2 text-primary"></i>
  2392.                 casinos not on GamStop
  2393.              </h6>
  2394.            </a>
  2395.          </div>
  2396.          
  2397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.            <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none ">
  2399.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2400.                <i class="ti-angle-right me-2 text-primary"></i>
  2401.                 slot sites not on GamStop
  2402.              </h6>
  2403.            </a>
  2404.          </div>
  2405.          
  2406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2407.            <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2408.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2409.                <i class="ti-angle-right me-2 text-primary"></i>
  2410.                 crypto casino
  2411.              </h6>
  2412.            </a>
  2413.          </div>
  2414.          
  2415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2416.            <a href="https://www.coexisthouse.org.uk"  rel="dofollow" class="text-decoration-none ">
  2417.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2418.                <i class="ti-angle-right me-2 text-primary"></i>
  2419.                 non GamStop UK casinos
  2420.              </h6>
  2421.            </a>
  2422.          </div>
  2423.          
  2424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.            <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none ">
  2426.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2427.                <i class="ti-angle-right me-2 text-primary"></i>
  2428.                 non GamStop casinos
  2429.              </h6>
  2430.            </a>
  2431.          </div>
  2432.          
  2433.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2434.            <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none ">
  2435.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2436.                <i class="ti-angle-right me-2 text-primary"></i>
  2437.                 gambling sites not on GamStop
  2438.              </h6>
  2439.            </a>
  2440.          </div>
  2441.          
  2442.  
  2443.        </div>
  2444.  
  2445.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2446.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2447.        </div> -->
  2448.      </div>
  2449.    </div>
  2450.    
  2451.    <div class="sidebar-widget mb-4">
  2452.      <div class="widget-title-wrapper mb-3">
  2453.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2454.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2455.          <span class="title-arrow"></span>
  2456.        </h4>
  2457.      </div>
  2458.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2459.        <div class="blog-roll-list scrollable-sidebar">
  2460.          
  2461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2462.            <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2463.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2464.                <i class="ti-angle-right me-2 text-primary"></i>
  2465.                 casinos not on GamStop
  2466.              </h6>
  2467.            </a>
  2468.          </div>
  2469.          
  2470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2471.            <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none ">
  2472.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2473.                <i class="ti-angle-right me-2 text-primary"></i>
  2474.                 non GamStop sites
  2475.              </h6>
  2476.            </a>
  2477.          </div>
  2478.          
  2479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2480.            <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2481.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2482.                <i class="ti-angle-right me-2 text-primary"></i>
  2483.                 online casino not on GamStop
  2484.              </h6>
  2485.            </a>
  2486.          </div>
  2487.          
  2488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2490.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2491.                <i class="ti-angle-right me-2 text-primary"></i>
  2492.                 non GamStop UK casinos
  2493.              </h6>
  2494.            </a>
  2495.          </div>
  2496.          
  2497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2498.            <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none ">
  2499.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2500.                <i class="ti-angle-right me-2 text-primary"></i>
  2501.                 non GamStop sites
  2502.              </h6>
  2503.            </a>
  2504.          </div>
  2505.          
  2506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2507.            <a href="https://coinslot.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2508.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2509.                <i class="ti-angle-right me-2 text-primary"></i>
  2510.                 crypto casinos
  2511.              </h6>
  2512.            </a>
  2513.          </div>
  2514.          
  2515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2516.            <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none ">
  2517.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2518.                <i class="ti-angle-right me-2 text-primary"></i>
  2519.                 casinos not on gamstop
  2520.              </h6>
  2521.            </a>
  2522.          </div>
  2523.          
  2524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2526.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2527.                <i class="ti-angle-right me-2 text-primary"></i>
  2528.                 UK casinos not on GamStop
  2529.              </h6>
  2530.            </a>
  2531.          </div>
  2532.          
  2533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2534.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2535.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2536.                <i class="ti-angle-right me-2 text-primary"></i>
  2537.                 New Non GAMSTOP Casinos
  2538.              </h6>
  2539.            </a>
  2540.          </div>
  2541.          
  2542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2543.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2544.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2545.                <i class="ti-angle-right me-2 text-primary"></i>
  2546.                 gambling site
  2547.              </h6>
  2548.            </a>
  2549.          </div>
  2550.          
  2551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2552.            <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2553.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2554.                <i class="ti-angle-right me-2 text-primary"></i>
  2555.                 best non gamstop casinos 2026
  2556.              </h6>
  2557.            </a>
  2558.          </div>
  2559.          
  2560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.            <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none ">
  2562.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2563.                <i class="ti-angle-right me-2 text-primary"></i>
  2564.                 non gamstop betting
  2565.              </h6>
  2566.            </a>
  2567.          </div>
  2568.          
  2569.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2570.            <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2571.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2572.                <i class="ti-angle-right me-2 text-primary"></i>
  2573.                 casino sites not on gamstop
  2574.              </h6>
  2575.            </a>
  2576.          </div>
  2577.          
  2578.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2579.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2580.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2581.                <i class="ti-angle-right me-2 text-primary"></i>
  2582.                 not on GamStop
  2583.              </h6>
  2584.            </a>
  2585.          </div>
  2586.          
  2587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2588.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2589.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2590.                <i class="ti-angle-right me-2 text-primary"></i>
  2591.                 new non GamStop casinos
  2592.              </h6>
  2593.            </a>
  2594.          </div>
  2595.          
  2596.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2597.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2598.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2599.                <i class="ti-angle-right me-2 text-primary"></i>
  2600.                 slot sites not on GamStop
  2601.              </h6>
  2602.            </a>
  2603.          </div>
  2604.          
  2605.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2606.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2607.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2608.                <i class="ti-angle-right me-2 text-primary"></i>
  2609.                 casinos not on GamStop
  2610.              </h6>
  2611.            </a>
  2612.          </div>
  2613.          
  2614.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2615.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2616.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2617.                <i class="ti-angle-right me-2 text-primary"></i>
  2618.                 best non GamStop casinos
  2619.              </h6>
  2620.            </a>
  2621.          </div>
  2622.          
  2623.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2624.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2625.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2626.                <i class="ti-angle-right me-2 text-primary"></i>
  2627.                 casinos not on GamStop
  2628.              </h6>
  2629.            </a>
  2630.          </div>
  2631.          
  2632.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2633.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2634.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2635.                <i class="ti-angle-right me-2 text-primary"></i>
  2636.                 casinos not on GamStop
  2637.              </h6>
  2638.            </a>
  2639.          </div>
  2640.          
  2641.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2642.            <a href="https://bapca.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2643.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2644.                <i class="ti-angle-right me-2 text-primary"></i>
  2645.                 non gamstop casinos
  2646.              </h6>
  2647.            </a>
  2648.          </div>
  2649.          
  2650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.            <a href="https://www.employersforwork-lifebalance.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2652.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2653.                <i class="ti-angle-right me-2 text-primary"></i>
  2654.                 casinos not on gamstop
  2655.              </h6>
  2656.            </a>
  2657.          </div>
  2658.          
  2659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2660.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2661.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2662.                <i class="ti-angle-right me-2 text-primary"></i>
  2663.                 non gamstop casino
  2664.              </h6>
  2665.            </a>
  2666.          </div>
  2667.          
  2668.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2669.            <a href="https://www.bttad.org/"  rel="dofollow" class="text-decoration-none ">
  2670.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2671.                <i class="ti-angle-right me-2 text-primary"></i>
  2672.                 casinos not on gamstop
  2673.              </h6>
  2674.            </a>
  2675.          </div>
  2676.          
  2677.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2678.            <a href="https://gamblingindustrynews.com/crypto-casinos/uk/"  rel="dofollow" class="text-decoration-none ">
  2679.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2680.                <i class="ti-angle-right me-2 text-primary"></i>
  2681.                 crypto gambling UK
  2682.              </h6>
  2683.            </a>
  2684.          </div>
  2685.          
  2686.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2688.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2689.                <i class="ti-angle-right me-2 text-primary"></i>
  2690.                 non gamstop casinos
  2691.              </h6>
  2692.            </a>
  2693.          </div>
  2694.          
  2695.  
  2696.        </div>
  2697.  
  2698.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2699.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2700.        </div> -->
  2701.      </div>
  2702.    </div>
  2703.    
  2704.    <div class="sidebar-widget mb-4">
  2705.      <div class="widget-title-wrapper mb-3">
  2706.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2707.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2708.          <span class="title-arrow"></span>
  2709.        </h4>
  2710.      </div>
  2711.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2712.        <div class="blog-roll-list scrollable-sidebar">
  2713.          
  2714.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2715.            <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none ">
  2716.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2717.                <i class="ti-angle-right me-2 text-primary"></i>
  2718.                 uk casino not on gamstop
  2719.              </h6>
  2720.            </a>
  2721.          </div>
  2722.          
  2723.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2724.            <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2725.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2726.                <i class="ti-angle-right me-2 text-primary"></i>
  2727.                 online casino uk
  2728.              </h6>
  2729.            </a>
  2730.          </div>
  2731.          
  2732.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2733.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2734.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2735.                <i class="ti-angle-right me-2 text-primary"></i>
  2736.                 casino not on gamstop
  2737.              </h6>
  2738.            </a>
  2739.          </div>
  2740.          
  2741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  2743.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2744.                <i class="ti-angle-right me-2 text-primary"></i>
  2745.                 crypto casinos UK
  2746.              </h6>
  2747.            </a>
  2748.          </div>
  2749.          
  2750.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2751.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  2752.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2753.                <i class="ti-angle-right me-2 text-primary"></i>
  2754.                 betting sites not on gamstop
  2755.              </h6>
  2756.            </a>
  2757.          </div>
  2758.          
  2759.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2760.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2761.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2762.                <i class="ti-angle-right me-2 text-primary"></i>
  2763.                 online casinos
  2764.              </h6>
  2765.            </a>
  2766.          </div>
  2767.          
  2768.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2769.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2770.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2771.                <i class="ti-angle-right me-2 text-primary"></i>
  2772.                 non gamstop casino
  2773.              </h6>
  2774.            </a>
  2775.          </div>
  2776.          
  2777.  
  2778.        </div>
  2779.  
  2780.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2781.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2782.        </div> -->
  2783.      </div>
  2784.    </div>
  2785.    
  2786.  </div>
  2787.  
  2788. <!-- Sidebar V2 Styles -->
  2789. <style>
  2790.  .sidebar-widget {
  2791.    position: relative;
  2792.  }
  2793.  
  2794.  .widget-title {
  2795.    font-size: 1.1rem;
  2796.    font-weight: 700;
  2797.    display: inline-block;
  2798.    position: relative;
  2799.    z-index: 2;
  2800.    border-radius: 0;
  2801.  }
  2802.  
  2803.  /* Green arrow for August Blog Roll */
  2804.  .title-arrow::after {
  2805.    content: '';
  2806.    position: absolute;
  2807.    top: 0;
  2808.    right: -22px;
  2809.    width: 0;
  2810.    height: 0;
  2811.    border-left: 22px solid var(--bs-primary);
  2812.    border-top: 22px solid transparent;
  2813.    border-bottom: 22px solid transparent;
  2814.    z-index: 1;
  2815.  }
  2816.  
  2817.  /* Blue arrow for Recent Posts */
  2818.  .title-arrow-primary::after {
  2819.    content: '';
  2820.    position: absolute;
  2821.    top: 0;
  2822.    right: -22px;
  2823.    width: 0;
  2824.    height: 0;
  2825.    border-left: 22px solid var(--bs-primary);
  2826.    border-top: 22px solid transparent;
  2827.    border-bottom: 22px solid transparent;
  2828.    z-index: 1;
  2829.  }
  2830.  
  2831.  .widget-content {
  2832.    margin-top: -1px;
  2833.    position: relative;
  2834.    z-index: 1;
  2835.     background-color: var(--card-bg);
  2836.  }
  2837.  
  2838.  /* Blog Roll Items Hover Effects */
  2839.  .blog-roll-item:hover .post-title {
  2840.    color: #198754 !important;
  2841.    transform: translateX(5px);
  2842.    transition: all 0.3s ease;
  2843.  }
  2844.  
  2845.  /* Recent Post Items Hover Effects */
  2846.  .recent-post-item:hover .post-title a {
  2847.    color: #0d6efd !important;
  2848.    transition: color 0.3s ease;
  2849.  }
  2850.  
  2851.  .recent-post-item:hover .post-image img {
  2852.    transform: scale(1.05);
  2853.    transition: transform 0.3s ease;
  2854.  }
  2855.  
  2856.  /* Button Hover Effects */
  2857.  .btn:hover {
  2858.    transform: translateY(-2px);
  2859.    transition: all 0.3s ease;
  2860.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2861.  }
  2862.  
  2863.  /* Badge Hover Effects */
  2864.  .badge:hover {
  2865.    transform: scale(1.05);
  2866.    transition: transform 0.3s ease;
  2867.  }
  2868.  
  2869.  @media (max-width: 991px) {
  2870.    .sidebar {
  2871.      margin-top: 3rem;
  2872.    }
  2873.  }
  2874.  
  2875.  @media (max-width: 576px) {
  2876.    .widget-title {
  2877.      font-size: 1rem;
  2878.      padding: 0.75rem 1rem !important;
  2879.    }
  2880.  
  2881.    .title-arrow::after,
  2882.    .title-arrow-primary::after {
  2883.      right: -18px;
  2884.      border-left-width: 18px;
  2885.      border-top-width: 18px;
  2886.      border-bottom-width: 18px;
  2887.    }
  2888.  
  2889.    .post-image {
  2890.      width: 70px !important;
  2891.      height: 55px !important;
  2892.    }
  2893.  
  2894.    .blog-meta {
  2895.      flex-direction: column !important;
  2896.      align-items: flex-start !important;
  2897.      gap: 0.5rem;
  2898.    }
  2899.  }
  2900. </style>
  2901.  
  2902.    
  2903.                </div>
  2904.            </div>
  2905.        </div>
  2906.    </div>
  2907. </section>
  2908.  
  2909. <script>
  2910.    // Intersection Observer for Fade-in with Slight Rotation
  2911.    document.addEventListener('DOMContentLoaded', function() {
  2912.        const observerOptions = {
  2913.            threshold: 0.15, // Trigger when 15% of the card is visible
  2914.            rootMargin: '0px 0px -50px 0px',
  2915.        };
  2916.  
  2917.        const observer = new IntersectionObserver(function(entries, observer) {
  2918.            entries.forEach(entry => {
  2919.                if (entry.isIntersecting) {
  2920.                    entry.target.classList.add('visible');
  2921.                    observer.unobserve(entry.target);
  2922.                }
  2923.            });
  2924.        }, observerOptions);
  2925.  
  2926.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2927.            observer.observe(card);
  2928.        });
  2929.    });
  2930. </script>
  2931.  
  2932.    
  2933.        
  2934.        <!-- end wpo-blog-highlights-section -->
  2935.        <!-- start wpo-blog-sponsored-section -->
  2936.        
  2937.  
  2938.  
  2939.  
  2940.    
  2941.  
  2942.  
  2943.  
  2944. <style>
  2945.    .sponsored-section-v5 {
  2946.        padding: 40px 0;
  2947.    }
  2948.    
  2949.    .sponsored-card-v5 {
  2950.        background: var(--card-bg);
  2951.        border: 1px solid #f5f5f5;
  2952.        border-radius: var(--border-radius);
  2953.        transition: border-color 0.3s ease;
  2954.        height: 100%;
  2955.    }
  2956.    
  2957.    .sponsored-card-v5:hover {
  2958.        border-color: var(--bs-primary);
  2959.    }
  2960.    
  2961.    .sponsored-image-v5 {
  2962.        position: relative;
  2963.        background: var(--card-bg);
  2964.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  2965.        margin: 15px 15px 0;
  2966.    }
  2967.    
  2968.    .sponsored-image-v5 img {
  2969.        width: 100%;
  2970.        height: 140px;
  2971.        object-fit: cover;
  2972.        border-radius: var(--border-radius);
  2973.    }
  2974.    
  2975.    .sponsored-badge-v5 {
  2976.        position: absolute;
  2977.        top: 6px;
  2978.        left: 8px;
  2979.        padding: 4px 10px;
  2980.        font-size: 11px;
  2981.        font-weight: 600;
  2982.        text-transform: uppercase;    
  2983.        border-radius: var(--border-radius);
  2984.    }
  2985.    
  2986.    .sponsored-badge-v5::before {
  2987.        content: '';
  2988.        position: absolute;
  2989.        top: 8px;
  2990.        left: -10px;
  2991.        border-top: 10px solid var(--bs-primary);
  2992.        border-left: 10px solid transparent;
  2993.        transform: rotate(45deg);
  2994.    }
  2995.    
  2996.    .sponsored-content-v5 {
  2997.        padding: 15px;
  2998.    }
  2999.    
  3000.    .sponsored-title-v5 {
  3001.        font-size: 15px;
  3002.        font-weight: 700;
  3003.        line-height: 1.4;
  3004.        margin-bottom: 8px;
  3005.        color: #333;
  3006.    }
  3007.    
  3008.    .sponsored-title-v5 a {
  3009.        text-decoration: none;
  3010.        color: #333;
  3011.    }
  3012.    
  3013.    .sponsored-title-v5 a:hover {
  3014.        color: var(--bs-primary); /* Purple hover */
  3015.    }
  3016.    
  3017.    .sponsored-excerpt-v5 {
  3018.        font-size: 12px;
  3019.        font-style: italic;
  3020.        color: #868e96;
  3021.        margin-bottom: 10px;
  3022.        line-height: 1.5;
  3023.    }
  3024.    
  3025.    .sponsored-meta-v5 {
  3026.        font-size: 11px;
  3027.        color: #6c757d;
  3028.    }
  3029.    
  3030.    .author-info-v5 {
  3031.        margin-bottom: 5px;
  3032.    }
  3033.    
  3034.    .sponsored-author-img-v5 {
  3035.        width: 22px;
  3036.        height: 22px;
  3037.        border-radius: var(--border-radius);
  3038.        object-fit: cover;
  3039.        vertical-align: middle;
  3040.        margin-right: 5px;
  3041.    }
  3042.    
  3043.    .section-title-sponsored-v5 {
  3044.        font-size: 2.1rem;
  3045.        font-weight: 700;
  3046.        text-align: center;
  3047.        margin-bottom: 30px;
  3048.        color: #333;
  3049.        position: relative;
  3050.    }
  3051.    
  3052.    .section-title-sponsored-v5::after {
  3053.        content: '';
  3054.        position: absolute;
  3055.        bottom: -10px;
  3056.        left: 50%;
  3057.        transform: translateX(-50%);
  3058.        width: 80px;
  3059.        height: 2px;
  3060.        background: var(--bs-primary);
  3061.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3062.    }
  3063.  
  3064.    @media (max-width: 768px) {
  3065.        .sponsored-section-v5 {
  3066.            padding: 25px 0;
  3067.        }
  3068.        .sponsored-image-v5 {
  3069.            margin: 10px 10px 0;
  3070.            padding: 8px;
  3071.        }
  3072.        .sponsored-image-v5 img {
  3073.            height: 120px;
  3074.        }
  3075.        .sponsored-content-v5 {
  3076.            padding: 12px;
  3077.        }
  3078.        .sponsored-title-v5 {
  3079.            font-size: 14px;
  3080.        }
  3081.        .sponsored-excerpt-v5 {
  3082.            font-size: 11px;
  3083.        }
  3084.        .section-title-sponsored-v5 {
  3085.            font-size: 1.7rem;
  3086.        }
  3087.    }
  3088. </style>
  3089.  
  3090. <section class="sponsored-section-v5">
  3091.    <div class="container-fluid fluid-container">
  3092.        <div class="row">
  3093.            <div class="col-12">
  3094.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3095.            </div>
  3096.        </div>
  3097.        
  3098.        <div class="row g-3">
  3099.            
  3100.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3101.                <div class="card sponsored-card-v5">
  3102.                    <div class="sponsored-image-v5">
  3103.                        
  3104.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3105.                        
  3106.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3107.                    </div>
  3108.                    <div class="sponsored-content-v5">
  3109.                        <h3 class="sponsored-title-v5">
  3110.                            <a href="/how-to-talk-romance-like-gen-z-fifty-one-hyperspecific-words-for-romance-sex-and-questionable-conduct/" >
  3111.                                            How to Talk Romance Like Gen Z: Fifty-One Hyperspecific Words for Romance, Sex and Questionable Conduct
  3112.                                            </a>
  3113.                        </h3>
  3114.                        <p class="sponsored-excerpt-v5">
  3115.                          
  3116.                        </p>
  3117.                        <div class="sponsored-meta-v5">
  3118.                            <div class="author-info-v5">
  3119.                                
  3120.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="John Smith" class="sponsored-author-img-v5">
  3121.                                
  3122.                                <span>
  3123.                                    John Smith
  3124.                                </span>
  3125.                            </div>
  3126.                            <div>11 May 2026</div>
  3127.                        </div>
  3128.                    </div>
  3129.                </div>
  3130.            </div>
  3131.            
  3132.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3133.                <div class="card sponsored-card-v5">
  3134.                    <div class="sponsored-image-v5">
  3135.                        
  3136.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3137.                        
  3138.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3139.                    </div>
  3140.                    <div class="sponsored-content-v5">
  3141.                        <h3 class="sponsored-title-v5">
  3142.                            <a href="/trump-and-his-supporters-envision-a-planet-devoid-of-global-legal-norms-yet-they-will-not-succeed/" >
  3143.                                            Trump and His Supporters Envision a Planet Devoid of Global Legal Norms – Yet They Will Not Succeed
  3144.                                            </a>
  3145.                        </h3>
  3146.                        <p class="sponsored-excerpt-v5">
  3147.                          
  3148.                        </p>
  3149.                        <div class="sponsored-meta-v5">
  3150.                            <div class="author-info-v5">
  3151.                                
  3152.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="John Smith" class="sponsored-author-img-v5">
  3153.                                
  3154.                                <span>
  3155.                                    John Smith
  3156.                                </span>
  3157.                            </div>
  3158.                            <div>10 May 2026</div>
  3159.                        </div>
  3160.                    </div>
  3161.                </div>
  3162.            </div>
  3163.            
  3164.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3165.                <div class="card sponsored-card-v5">
  3166.                    <div class="sponsored-image-v5">
  3167.                        
  3168.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3169.                        
  3170.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3171.                    </div>
  3172.                    <div class="sponsored-content-v5">
  3173.                        <h3 class="sponsored-title-v5">
  3174.                            <a href="/swedish-team-announcement-alexander-isak-included-while-gyokeres-misses-out/" >
  3175.                                            Swedish Team Announcement: Alexander Isak Included While Gyokeres Misses Out
  3176.                                            </a>
  3177.                        </h3>
  3178.                        <p class="sponsored-excerpt-v5">
  3179.                          
  3180.                        </p>
  3181.                        <div class="sponsored-meta-v5">
  3182.                            <div class="author-info-v5">
  3183.                                
  3184.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="John Smith" class="sponsored-author-img-v5">
  3185.                                
  3186.                                <span>
  3187.                                    John Smith
  3188.                                </span>
  3189.                            </div>
  3190.                            <div>10 May 2026</div>
  3191.                        </div>
  3192.                    </div>
  3193.                </div>
  3194.            </div>
  3195.            
  3196.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3197.                <div class="card sponsored-card-v5">
  3198.                    <div class="sponsored-image-v5">
  3199.                        
  3200.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3201.                        
  3202.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3203.                    </div>
  3204.                    <div class="sponsored-content-v5">
  3205.                        <h3 class="sponsored-title-v5">
  3206.                            <a href="/uae-declines-to-participate-in-gaza-security-mission-without-defined-legal-framework/" >
  3207.                                            UAE Declines to Participate in Gaza Security Mission Without Defined Legal Framework
  3208.                                            </a>
  3209.                        </h3>
  3210.                        <p class="sponsored-excerpt-v5">
  3211.                          
  3212.                        </p>
  3213.                        <div class="sponsored-meta-v5">
  3214.                            <div class="author-info-v5">
  3215.                                
  3216.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="John Smith" class="sponsored-author-img-v5">
  3217.                                
  3218.                                <span>
  3219.                                    John Smith
  3220.                                </span>
  3221.                            </div>
  3222.                            <div>10 May 2026</div>
  3223.                        </div>
  3224.                    </div>
  3225.                </div>
  3226.            </div>
  3227.            
  3228.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3229.                <div class="card sponsored-card-v5">
  3230.                    <div class="sponsored-image-v5">
  3231.                        
  3232.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3233.                        
  3234.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3235.                    </div>
  3236.                    <div class="sponsored-content-v5">
  3237.                        <h3 class="sponsored-title-v5">
  3238.                            <a href="/abigail-spanberger-creates-history-as-first-female-state-leader/" >
  3239.                                            Abigail Spanberger Creates History as First Female State Leader
  3240.                                            </a>
  3241.                        </h3>
  3242.                        <p class="sponsored-excerpt-v5">
  3243.                          
  3244.                        </p>
  3245.                        <div class="sponsored-meta-v5">
  3246.                            <div class="author-info-v5">
  3247.                                
  3248.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="John Smith" class="sponsored-author-img-v5">
  3249.                                
  3250.                                <span>
  3251.                                    John Smith
  3252.                                </span>
  3253.                            </div>
  3254.                            <div>10 May 2026</div>
  3255.                        </div>
  3256.                    </div>
  3257.                </div>
  3258.            </div>
  3259.            
  3260.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3261.                <div class="card sponsored-card-v5">
  3262.                    <div class="sponsored-image-v5">
  3263.                        
  3264.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3265.                        
  3266.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3267.                    </div>
  3268.                    <div class="sponsored-content-v5">
  3269.                        <h3 class="sponsored-title-v5">
  3270.                            <a href="/when-did-i-get-that-attractive-bruce-springsteen-on-seeing-the-actor-portray-him-on-screen/" >
  3271.                                            ‘When Did I Get That Attractive?’: Bruce Springsteen on Seeing The Actor Portray Him On Screen
  3272.                                            </a>
  3273.                        </h3>
  3274.                        <p class="sponsored-excerpt-v5">
  3275.                          
  3276.                        </p>
  3277.                        <div class="sponsored-meta-v5">
  3278.                            <div class="author-info-v5">
  3279.                                
  3280.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="John Smith" class="sponsored-author-img-v5">
  3281.                                
  3282.                                <span>
  3283.                                    John Smith
  3284.                                </span>
  3285.                            </div>
  3286.                            <div>10 May 2026</div>
  3287.                        </div>
  3288.                    </div>
  3289.                </div>
  3290.            </div>
  3291.            
  3292.        </div>
  3293.    </div>
  3294. </section>
  3295.  
  3296.  
  3297.    
  3298.        <!-- end wpo-blog-sponsored-section -->
  3299.        <!-- start wpo-subscribe-section -->
  3300.        
  3301.        <!-- end subscribe-section -->
  3302.        <!-- start of wpo-site-footer-section -->
  3303.        
  3304.  
  3305.  
  3306.  
  3307.  
  3308.  
  3309.  
  3310. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3311. <footer class="footer-v5 bg-primary-gradient border-top">
  3312.    
  3313.    <!-- Main Footer Content -->
  3314.    <div class="container-fluid py-5">
  3315.        
  3316.        <!-- Top Section with Logo and Description -->
  3317.        <div class="row mb-5">
  3318.            <div class="col-12 text-center">
  3319.                <div class="footer-brand mb-4">
  3320.                    
  3321.                    <h4 class="fw-bold footer-color mb-2">PowerCore Arena</h4>
  3322.                    <p class="footer-color opacity-50">PowerCore Arena is the UK&#x27;s leading destination for gaming news, esports tournaments, and community events, featuring in-depth reviews and exclusive interviews.</p>
  3323.                </div>
  3324.            </div>
  3325.        </div>
  3326.  
  3327.        <!-- Content Grid -->
  3328.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3329.            
  3330.            <!-- Quick Links Column -->
  3331.            <div class="">
  3332.                <div class="footer-section">
  3333.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3334.                        Quick Links
  3335.                    </h6>
  3336.                    <ul class="list-unstyled footer-links">
  3337.                        
  3338.                        <li class="mb-2">
  3339.                            <a href="/russian-authorities-bans-snapchat-and-limits-apples-facetime-regulators-say/"
  3340.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3341.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3342.                                Russian Authorities Bans Snapchat and Limits Apple&#x27;s FaceTime, Regulators Say
  3343.                            </a>
  3344.                        </li>
  3345.                        
  3346.                        <li class="mb-2">
  3347.                            <a href="/chernobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-requires-major-repair-iaea/"
  3348.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3349.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3350.                                Chernobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Requires Major Repair – IAEA
  3351.                            </a>
  3352.                        </li>
  3353.                        
  3354.                        <li class="mb-2">
  3355.                            <a href="/arsenal-host-wolves-in-crucial-top-flight-clash/"
  3356.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3357.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3358.                                Arsenal Host Wolves in Crucial Top-Flight Clash
  3359.                            </a>
  3360.                        </li>
  3361.                        
  3362.                        <li class="mb-2">
  3363.                            <a href="/ancient-hominins-and-modern-humans-were-likely-engaging-in-intimate-contact-researchers-propose/"
  3364.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3365.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3366.                                Ancient Hominins and Modern Humans Were Likely Engaging in Intimate Contact, Researchers Propose
  3367.                            </a>
  3368.                        </li>
  3369.                        
  3370.                        <li class="mb-2">
  3371.                            <a href="/performer-rejects-anti-vax-views-following-voicing-disputed-covid-documentary/"
  3372.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3373.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3374.                                Performer Rejects Anti-Vax Views Following Voicing Disputed Covid Documentary
  3375.                            </a>
  3376.                        </li>
  3377.                        
  3378.                        <li class="mb-2">
  3379.                            <a href="/volcano-semeru-outburst-in-the-southeast-asian-nation-triggers-emergency-relocations/"
  3380.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3381.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3382.                                Volcano Semeru Outburst in the Southeast Asian nation Triggers Emergency Relocations
  3383.                            </a>
  3384.                        </li>
  3385.                        
  3386.                    </ul>
  3387.                </div>
  3388.            </div>
  3389.  
  3390.            <!-- Resources Column -->
  3391.            <div class="">
  3392.                <div class="footer-section">
  3393.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3394.                        Resources
  3395.                    </h6>
  3396.                   <ul class="footer-links" id="footerLinks">
  3397.        
  3398.        
  3399.  
  3400.        
  3401.        
  3402.        
  3403.        
  3404.    </ul>
  3405.                </div>
  3406.            </div>
  3407.  
  3408.            <!-- Categories Column -->
  3409.            <div class="">
  3410.                <div class="footer-section">
  3411.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3412.                        Categories
  3413.                    </h6>
  3414.                    <div class="category-tags">
  3415.                      
  3416.                                <li>
  3417.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3418.                                        All Posts
  3419.                                    </a>
  3420.                                </li>
  3421.                                
  3422.                                <li>
  3423.                                    <a href="/category/business/" class="footer-link footer-color">
  3424.                                        Business
  3425.                                    </a>
  3426.                                </li>
  3427.                                
  3428.                                <li>
  3429.                                    <a href="/category/esports/" class="footer-link footer-color">
  3430.                                        Esports
  3431.                                    </a>
  3432.                                </li>
  3433.                                
  3434.                                <li>
  3435.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3436.                                        Fashion
  3437.                                    </a>
  3438.                                </li>
  3439.                                
  3440.                                <li>
  3441.                                    <a href="/category/featured/" class="footer-link footer-color">
  3442.                                        Featured
  3443.                                    </a>
  3444.                                </li>
  3445.                                
  3446.                                <li>
  3447.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3448.                                        Gaming
  3449.                                    </a>
  3450.                                </li>
  3451.                                
  3452.                    </div>
  3453.                </div>
  3454.            </div>
  3455.  
  3456.        </div>
  3457.  
  3458.    </div>
  3459.  
  3460.    <!-- Footer Bottom -->
  3461.    <div class="footer-bottom  border-top py-3">
  3462.        <div class="container-fluid fluid-container">
  3463.            <div class=" d-flex justify-content-between flex-wrap">
  3464.                <div class="">
  3465.                    <p class="mb-0 footer-color  ">
  3466.                        © 2026 <span class="fw-semibold footer-color">PowerCore Arena</span>. All rights reserved.
  3467.                    </p>
  3468.                </div>
  3469.                <div class="">
  3470.                    <div class="footer-nav">
  3471.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3472.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3473.                        </a>
  3474.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3475.                            <i class="bi bi-file-text me-1"></i>Terms
  3476.                        </a>
  3477.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3478.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3479.                        </a>
  3480.                    </div>
  3481.                </div>
  3482.            </div>
  3483.        </div>
  3484.    </div>
  3485.  
  3486. </footer>
  3487.  
  3488. <style>
  3489. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3490.  
  3491.  
  3492.  
  3493.  
  3494. .footer-logo {
  3495.    border-radius: 8px;
  3496. }
  3497.  
  3498. /* Footer Sections */
  3499. .footer-section {
  3500.    padding: 0 15px;
  3501. }
  3502.  
  3503. .footer-section h6 {
  3504.    position: relative;
  3505.    padding-bottom: 8px;
  3506. }
  3507.  
  3508. .footer-section h6::after {
  3509.    content: '';
  3510.    position: absolute;
  3511.    bottom: 0;
  3512.    left: 0;
  3513.    width: 30px;
  3514.    height: 2px;
  3515.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3516.    border-radius: 1px;
  3517. }
  3518.  
  3519. /* Links Styling */
  3520. .footer-links a {
  3521.    transition: all 0.3s ease;
  3522.    padding: 4px 0;
  3523.    border-radius: 4px;
  3524. }
  3525.  
  3526. .footer-links a:hover {
  3527.    color: var(--bs-primary) !important;
  3528.    padding-left: 8px;
  3529. }
  3530.  
  3531. .footer-links a:hover i {
  3532.    transform: translateX(2px);
  3533. }
  3534.  
  3535. /* Category Tags */
  3536. .category-tag {
  3537.    transition: all 0.3s ease;
  3538.    padding: 6px 12px !important;
  3539.    font-size: 0.875rem;
  3540. }
  3541.  
  3542.  
  3543.  
  3544. /* Footer Bottom */
  3545. .footer-bottom {
  3546.    backdrop-filter: blur(10px);
  3547. }
  3548.  
  3549. /* Responsive Design */
  3550. @media (max-width: 768px) {
  3551.    .footer-v5 {
  3552.        margin-top: 60px;
  3553.    }
  3554.    
  3555.    .footer-section {
  3556.        text-align:start;
  3557.        margin-bottom: 40px;
  3558.    }
  3559.    
  3560.    .footer-links a,
  3561.    .category-tags {
  3562.        justify-content:start;
  3563.    }
  3564.    
  3565.    .social-links .d-flex {
  3566.        justify-content:start;
  3567.    }
  3568. }
  3569.  
  3570. @media (max-width: 576px) {
  3571.    .footer-brand h4 {
  3572.        font-size: 1.25rem;
  3573.    }
  3574.    
  3575.    .stats-item h5 {
  3576.        font-size: 1.1rem;
  3577.    }
  3578.    
  3579.    .newsletter-form .btn {
  3580.        padding: 8px 12px;
  3581.    }
  3582. }
  3583.  
  3584. /* Animation Classes */
  3585. .fade-in {
  3586.    animation: fadeIn 0.6s ease-in;
  3587. }
  3588.  
  3589. @keyframes fadeIn {
  3590.    from { opacity: 0; transform: translateY(20px); }
  3591.    to { opacity: 1; transform: translateY(0); }
  3592. }
  3593.  
  3594. /* Loading State */
  3595. .loading {
  3596.    pointer-events: none;
  3597.    opacity: 0.7;
  3598. }
  3599.  
  3600. .loading .btn {
  3601.    position: relative;
  3602. }
  3603.  
  3604. .loading .btn::after {
  3605.    content: '';
  3606.    position: absolute;
  3607.    top: 50%;
  3608.    left: 50%;
  3609.    width: 16px;
  3610.    height: 16px;
  3611.    margin: -8px 0 0 -8px;
  3612.    border: 2px solid transparent;
  3613.    border-top-color: currentColor;
  3614.    border-radius: 50%;
  3615.    animation: spin 1s linear infinite;
  3616. }
  3617.  
  3618. @keyframes spin {
  3619.    to { transform: rotate(360deg); }
  3620. }
  3621.  
  3622. /* Utility Classes */
  3623. .text-gradient {
  3624.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3625.    -webkit-background-clip: text;
  3626.    -webkit-text-fill-color: transparent;
  3627.    background-clip: text;
  3628. }
  3629.  
  3630. .hover-lift {
  3631.    transition: transform 0.3s ease;
  3632. }
  3633.  
  3634. .hover-lift:hover {
  3635.    transform: translateY(-2px);
  3636. }
  3637. </style>
  3638.  
  3639.  
  3640. <script>
  3641. document.addEventListener('DOMContentLoaded', function() {
  3642.    
  3643.    // Initialize Bootstrap tooltips
  3644.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3645.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3646.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3647.    });
  3648.  
  3649.    // Newsletter form handling
  3650.    const newsletterForm = document.querySelector('.newsletter-form');
  3651.    if (newsletterForm) {
  3652.        newsletterForm.addEventListener('submit', function(e) {
  3653.            e.preventDefault();
  3654.            
  3655.            const email = this.querySelector('input[name="email"]').value.trim();
  3656.            const submitBtn = this.querySelector('button[type="submit"]');
  3657.            const originalContent = submitBtn.innerHTML;
  3658.            
  3659.            // Validate email
  3660.            if (!email || !isValidEmail(email)) {
  3661.                showToast('Please enter a valid email address', 'error');
  3662.                return;
  3663.            }
  3664.            
  3665.            // Show loading state
  3666.            this.classList.add('loading');
  3667.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3668.            submitBtn.disabled = true;
  3669.            
  3670.            // Simulate API call
  3671.            setTimeout(() => {
  3672.                // Success state
  3673.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3674.                submitBtn.classList.remove('btn-primary');
  3675.                submitBtn.classList.add('btn-success');
  3676.                
  3677.                showToast('Successfully subscribed to newsletter!', 'success');
  3678.                
  3679.                // Reset form
  3680.                setTimeout(() => {
  3681.                    this.classList.remove('loading');
  3682.                    submitBtn.innerHTML = originalContent;
  3683.                    submitBtn.classList.remove('btn-success');
  3684.                    submitBtn.classList.add('btn-primary');
  3685.                    submitBtn.disabled = false;
  3686.                    this.reset();
  3687.                }, 2000);
  3688.                
  3689.            }, 1500);
  3690.        });
  3691.    }
  3692.    
  3693.    // Email validation function
  3694.    function isValidEmail(email) {
  3695.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3696.        return emailRegex.test(email);
  3697.    }
  3698.    
  3699.    // Toast notification function
  3700.    function showToast(message, type = 'info') {
  3701.        // Remove existing toasts
  3702.        const existingToasts = document.querySelectorAll('.custom-toast');
  3703.        existingToasts.forEach(toast => toast.remove());
  3704.        
  3705.        // Create toast
  3706.        const toast = document.createElement('div');
  3707.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3708.        toast.style.zIndex = '9999';
  3709.        toast.innerHTML = `
  3710.            <div class="d-flex align-items-center">
  3711.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3712.                <span>${message}</span>
  3713.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3714.            </div>
  3715.        `;
  3716.        
  3717.        document.body.appendChild(toast);
  3718.        
  3719.        // Auto remove after 4 seconds
  3720.        setTimeout(() => {
  3721.            if (toast && toast.parentNode) {
  3722.                toast.remove();
  3723.            }
  3724.        }, 4000);
  3725.    }
  3726.    
  3727.    // Smooth scroll for internal links
  3728.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3729.        anchor.addEventListener('click', function(e) {
  3730.            e.preventDefault();
  3731.            const target = document.querySelector(this.getAttribute('href'));
  3732.            if (target) {
  3733.                target.scrollIntoView({
  3734.                    behavior: 'smooth',
  3735.                    block: 'start'
  3736.                });
  3737.            }
  3738.        });
  3739.    });
  3740.    
  3741.    // Add fade-in animation to footer sections on scroll
  3742.    const observerOptions = {
  3743.        threshold: 0.1,
  3744.        rootMargin: '0px 0px -50px 0px'
  3745.    };
  3746.    
  3747.    const sectionObserver = new IntersectionObserver((entries) => {
  3748.        entries.forEach(entry => {
  3749.            if (entry.isIntersecting) {
  3750.                entry.target.classList.add('fade-in');
  3751.            }
  3752.        });
  3753.    }, observerOptions);
  3754.    
  3755.    // Observe footer sections
  3756.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3757.        sectionObserver.observe(section);
  3758.    });
  3759.    
  3760.    // Enhanced hover effects for category tags
  3761.    document.querySelectorAll('.category-tag').forEach(tag => {
  3762.        tag.addEventListener('mouseenter', function() {
  3763.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3764.        });
  3765.        
  3766.        tag.addEventListener('mouseleave', function() {
  3767.            this.style.transform = 'translateY(0) scale(1)';
  3768.        });
  3769.    });
  3770.    
  3771.    // Prevent default for demo links
  3772.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3773.        link.addEventListener('click', function(e) {
  3774.            e.preventDefault();
  3775.        });
  3776.    });
  3777.    
  3778.    // Add click ripple effect to buttons
  3779.    document.querySelectorAll('.btn').forEach(btn => {
  3780.        btn.addEventListener('click', function(e) {
  3781.            const ripple = document.createElement('span');
  3782.            const rect = this.getBoundingClientRect();
  3783.            const size = Math.max(rect.width, rect.height);
  3784.            const x = e.clientX - rect.left - size / 2;
  3785.            const y = e.clientY - rect.top - size / 2;
  3786.            
  3787.            ripple.style.cssText = `
  3788.                position: absolute;
  3789.                left: ${x}px;
  3790.                top: ${y}px;
  3791.                width: ${size}px;
  3792.                height: ${size}px;
  3793.                border-radius: 50%;
  3794.                background: rgba(255, 255, 255, 0.4);
  3795.                transform: scale(0);
  3796.                animation: ripple-effect 0.6s linear;
  3797.                pointer-events: none;
  3798.            `;
  3799.            
  3800.            this.style.position = 'relative';
  3801.            this.style.overflow = 'hidden';
  3802.            this.appendChild(ripple);
  3803.            
  3804.            setTimeout(() => ripple.remove(), 600);
  3805.        });
  3806.    });
  3807.    
  3808. });
  3809.  
  3810. // Add ripple animation CSS
  3811. const rippleCSS = document.createElement('style');
  3812. rippleCSS.textContent = `
  3813.    @keyframes ripple-effect {
  3814.        to {
  3815.            transform: scale(4);
  3816.            opacity: 0;
  3817.        }
  3818.    }
  3819. `;
  3820. document.head.appendChild(rippleCSS);
  3821.  
  3822. document.addEventListener('DOMContentLoaded', function () {
  3823.    var btn = document.getElementById('toggleFooterLinks');
  3824.    if (!btn) return; // No extra links, no button
  3825.  
  3826.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3827.  
  3828.    btn.addEventListener('click', function () {
  3829.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3830.            return li.classList.contains('d-none');
  3831.        });
  3832.  
  3833.        extras.forEach(function (li) {
  3834.            if (anyHidden) {
  3835.                li.classList.remove('d-none');
  3836.                li.classList.add('show');
  3837.            } else {
  3838.                li.classList.add('d-none');
  3839.                li.classList.remove('show');
  3840.            }
  3841.        });
  3842.  
  3843.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3844.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3845.    });
  3846. });
  3847.  
  3848. </script>
  3849.  
  3850.        <!-- end of wpo-site-footer-section -->
  3851.    </div>
  3852.    <!-- end of page-wrapper -->
  3853.  
  3854.    <!-- All JavaScript files
  3855.    ================================================== -->
  3856.    
  3857.  
  3858. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3859. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3860. <!-- Plugins for this template -->
  3861. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3862. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3863. <!-- Custom script for this template -->
  3864. <script src="/static/blogapp/assets/js/script.js"></script>
  3865.  
  3866. <script>
  3867. (function () {
  3868. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3869. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3870.  
  3871. function applyFallback(img) {
  3872. if (!img || img.dataset.fallbackApplied === "1") {
  3873. return;
  3874. }
  3875. var failedSrc = img.currentSrc || img.src || "";
  3876. img.dataset.fallbackApplied = "1";
  3877. img.onerror = null;
  3878. img.src = fallbackImageSrc;
  3879. console.warn("[ImageFallback] Replaced broken image:", {
  3880. failedSrc: failedSrc,
  3881. fallbackSrc: fallbackImageSrc,
  3882. alt: img.alt || "",
  3883. });
  3884. }
  3885.  
  3886. document.querySelectorAll("img").forEach(function (img) {
  3887. if (img.complete && img.naturalWidth === 0) {
  3888. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3889. failedSrc: img.currentSrc || img.src || "",
  3890. alt: img.alt || "",
  3891. });
  3892. applyFallback(img);
  3893. }
  3894. });
  3895.  
  3896. document.addEventListener(
  3897. "error",
  3898. function (event) {
  3899. var target = event.target;
  3900. if (target && target.tagName === "IMG") {
  3901. applyFallback(target);
  3902. }
  3903. },
  3904. true
  3905. );
  3906. })();
  3907. </script>
  3908.  
  3909. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3910.  
  3911.  
  3912.  
  3913. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"aaf7fe9bcb9d41498e4258538a398a20","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3914. </body>
  3915.  
  3916. </html>
  3917.  
  3918.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda