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

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