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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_56_LzYS0Y8_sOhVcEa_S3HAXsk_iI8WM0R.png">
  14.    
  15.  
  16.    <title>Luckra Palace - Luxury UK Travel Blog &amp; Destination Guides</title>
  17.    <meta name="description" content="Explore luxury travel tips, UK destination guides, and exclusive hotel reviews at Luckra Palace. Your go-to blog for premium travel experiences and inspiration.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://luckrapalace.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f472b6;
  42.        --bs-primary-rgb: f472b6;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f472b6;
  53.        --theme-primary-color-s2: #f472b6;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 14px;
  83.        --link-color: #f472b6;
  84.        --link-hover: #ec4899;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(244, 114, 182, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_90">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  424.            <div class="d-flex">
  425.              <span class="fw-bold">Latest</span>
  426.            </div>
  427.            <div class="d-flex">
  428.              <span class="fw-bold">Update</span>
  429.            </div>
  430.          </div>
  431.  
  432.          <!-- Add an id to the marquee -->
  433.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  434.            <p class="text-center">
  435.              
  436.               <a href="/tottenham-ease-pressure-on-frank-as-simons-seals-straightforward-win-against-slavia-prague/" class="px-5 top-color">
  437.                    Tottenham Ease Pressure on Frank as Simons Seals Straightforward Win Against Slavia Prague
  438.                  </a>
  439.              
  440.               <a href="/leonard-hungry-paul-review-a-calming-series-narrated-by-julia-roberts-offers-the-perfect-antidote-to-todays-world/" class="px-5 top-color">
  441.                    Leonard &amp; Hungry Paul Review: A Calming Series Narrated by Julia Roberts Offers the Perfect Antidote to Today&#x27;s World
  442.                  </a>
  443.              
  444.               <a href="/the-art-of-perfect-creamy-paneer-curry-recipe/" class="px-5 top-color">
  445.                    The Art of Perfect Creamy Paneer Curry – Recipe
  446.                  </a>
  447.              
  448.               <a href="/uk-and-scottish-governments-disagree-over-who-should-pay-the-245m-bill-for-trump-and-vance-visits/" class="px-5 top-color">
  449.                    UK and Scottish Governments Disagree Over Who Should Pay the £24.5m Bill for Trump and Vance Visits
  450.                  </a>
  451.              
  452.               <a href="/high-court-approves-redrawn-texas-congressional-districts/" class="px-5 top-color">
  453.                    High Court Approves Redrawn Texas Congressional Districts.
  454.                  </a>
  455.              
  456.            </p>
  457.          </marquee>
  458.        </div>
  459.      </div>
  460.    </div>
  461.  </div>
  462. </div>
  463.  
  464. <script>
  465.  // Stop/start marquee when hovering or focusing links inside it
  466.  document.addEventListener("DOMContentLoaded", function () {
  467.    const marquee = document.getElementById("newsMarquee");
  468.    if (!marquee) return;
  469.  
  470.    marquee.querySelectorAll("a").forEach((link) => {
  471.      link.addEventListener("mouseenter", () => marquee.stop());
  472.      link.addEventListener("mouseleave", () => marquee.start());
  473.      // keyboard accessibility
  474.      link.addEventListener("focus", () => marquee.stop());
  475.      link.addEventListener("blur", () => marquee.start());
  476.    });
  477.  });
  478. </script>
  479.  
  480.  
  481.  
  482.            
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. <header class="header-v6 mb-4 nav-bg position-relative">
  490.    <div class="main-header-v6">
  491.        <div class="container-fluid fluid-container">
  492.            <div class="row align-items-center justify-content-between">
  493.                <!-- Left Navigation -->
  494.                <div class="col-lg-5 col-md-3">
  495.                    <nav class="left-nav-v6">
  496.                        <ul class="nav-list-v6">
  497.                            
  498.                            <li class="nav-item-v6">
  499.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  500.                            </li>
  501.  
  502.                            
  503.                            
  504.                            <li class="nav-item-v6">
  505.                                <a href="/category/all-posts/" class="nav-link-v6">
  506.                                    All Posts
  507.                                </a>
  508.                            </li>
  509.                            
  510.                            <li class="nav-item-v6">
  511.                                <a href="/category/business/" class="nav-link-v6">
  512.                                    Business
  513.                                </a>
  514.                            </li>
  515.                            
  516.                            <li class="nav-item-v6">
  517.                                <a href="/category/esports/" class="nav-link-v6">
  518.                                    Esports
  519.                                </a>
  520.                            </li>
  521.                            
  522.                        </ul>
  523.                    </nav>
  524.                </div>
  525.  
  526.                <!-- Center Logo -->
  527.               <div class="col-lg-2 col-md-6 text-center">
  528.                    <div class="logo-center-v6">
  529.                        <a class="brand-link-v6" href="/">
  530.                            
  531.                                Luckra Palace
  532.                            
  533.                        </a>
  534.                    </div>
  535.                </div>
  536.  
  537.                <!-- Right Navigation -->
  538.                <div class="col-lg-5 col-md-3">
  539.                    <nav class="right-nav-v6">
  540.                        <ul class="nav-list-v6 justify-content-end">
  541.  
  542.                            
  543.                            
  544.                            <li class="nav-item-v6">
  545.                                <a href="/category/fashion/" class="nav-link-v6">
  546.                                    Fashion
  547.                                </a>
  548.                            </li>
  549.                            
  550.                            <li class="nav-item-v6">
  551.                                <a href="/category/featured/" class="nav-link-v6">
  552.                                    Featured
  553.                                </a>
  554.                            </li>
  555.                            
  556.  
  557.                            
  558.                            
  559.                            
  560.                            <li class="nav-item-v6 dropdown-container-v6">
  561.                                <a href="#" class="nav-link-v6">More</a>
  562.                                <div class="mega-dropdown-v6">
  563.                                    <div class="dropdown-grid-v6">
  564.                                        <div class="dropdown-column-v6">
  565.                                            
  566.                                            <a href="/category/gaming/"
  567.                                                class="dropdown-link-v6">
  568.                                                Gaming
  569.                                            </a>
  570.                                            
  571.                                            <a href="/category/health/"
  572.                                                class="dropdown-link-v6">
  573.                                                Health
  574.                                            </a>
  575.                                            
  576.                                            <a href="/category/life-fitness/"
  577.                                                class="dropdown-link-v6">
  578.                                                Life &amp; Fitness
  579.                                            </a>
  580.                                            
  581.                                            <a href="/category/lifestyle/"
  582.                                                class="dropdown-link-v6">
  583.                                                Lifestyle
  584.                                            </a>
  585.                                            
  586.                                            <a href="/category/news/"
  587.                                                class="dropdown-link-v6">
  588.                                                News
  589.                                            </a>
  590.                                            
  591.                                            <a href="/category/others/"
  592.                                                class="dropdown-link-v6">
  593.                                                Others
  594.                                            </a>
  595.                                            
  596.                                            <a href="/category/politics/"
  597.                                                class="dropdown-link-v6">
  598.                                                Politics
  599.                                            </a>
  600.                                            
  601.                                            <a href="/category/sports/"
  602.                                                class="dropdown-link-v6">
  603.                                                Sports
  604.                                            </a>
  605.                                            
  606.                                            <a href="/category/tech/"
  607.                                                class="dropdown-link-v6">
  608.                                                Tech
  609.                                            </a>
  610.                                            
  611.                                            <a href="/category/travel/"
  612.                                                class="dropdown-link-v6">
  613.                                                Travel
  614.                                            </a>
  615.                                            
  616.                                        </div>
  617.                                    </div>
  618.                                </div>
  619.                            </li>
  620.                            
  621.                            
  622.                             <li>
  623.                  <a href="/page/contact-us/">
  624.                     Contact Us
  625.                  </a>
  626.              </li>
  627.                        </ul>
  628.                    </nav>
  629.                </div>
  630.            </div>
  631.  
  632.  
  633.            <!-- Search Bar Row -->
  634.            <div class="row mt-md-4 ">
  635.                <div class="col-12">
  636.                    <div class="search-container-v6">
  637.                        <form class="search-form-v6" action="#" method="get">
  638.                            <div class="search-wrapper-v6">
  639.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  640.                                    stroke="currentColor" stroke-width="2">
  641.                                    <circle cx="11" cy="11" r="8"></circle>
  642.                                    <path d="m21 21-4.35-4.35"></path>
  643.                                </svg>
  644.                                <input id="search-input" type="search" class="search-input-v6"
  645.                                    placeholder="What are you looking for today?" name="q">
  646.                                <button type="submit" class="search-submit-v6">Search</button>
  647.                            </div>
  648.                        </form>
  649.                         <div id="search-results" class="search-results-container search-v1"></div>
  650.                    </div>
  651.                </div>
  652.            </div>
  653.        </div>
  654.    </div>
  655.  
  656.    <!-- Mobile Menu Button -->
  657.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  658.        <span class="hamburger-line-v6 text-link "></span>
  659.        <span class="hamburger-line-v6 text-link "></span>
  660.        <span class="hamburger-line-v6 text-link "></span>
  661.    </button>
  662.  
  663.    <!-- Mobile Menu -->
  664. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  665.    <div class="mobile-menu-content-v6">
  666.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  667.            onclick="toggleMenuV6()">
  668.            X
  669.        </button>
  670.        <ul class="mobile-nav-list-v6">
  671.  
  672.            <!-- Static Home -->
  673.            <li class="mobile-nav-item-v6">
  674.                <a href="/"
  675.                   class="mobile-nav-link-v6 active-v6">
  676.                    Home
  677.                </a>
  678.            </li>
  679.  
  680.            <!-- Dynamic categories -->
  681.            
  682.            <li class="mobile-nav-item-v6">
  683.                <a href="/category/all-posts/"
  684.                   class="mobile-nav-link-v6 ">
  685.                    All Posts
  686.                </a>
  687.            </li>
  688.            
  689.            <li class="mobile-nav-item-v6">
  690.                <a href="/category/business/"
  691.                   class="mobile-nav-link-v6 ">
  692.                    Business
  693.                </a>
  694.            </li>
  695.            
  696.            <li class="mobile-nav-item-v6">
  697.                <a href="/category/esports/"
  698.                   class="mobile-nav-link-v6 ">
  699.                    Esports
  700.                </a>
  701.            </li>
  702.            
  703.            <li class="mobile-nav-item-v6">
  704.                <a href="/category/fashion/"
  705.                   class="mobile-nav-link-v6 ">
  706.                    Fashion
  707.                </a>
  708.            </li>
  709.            
  710.            <li class="mobile-nav-item-v6">
  711.                <a href="/category/featured/"
  712.                   class="mobile-nav-link-v6 ">
  713.                    Featured
  714.                </a>
  715.            </li>
  716.            
  717.            <li class="mobile-nav-item-v6">
  718.                <a href="/category/gaming/"
  719.                   class="mobile-nav-link-v6 ">
  720.                    Gaming
  721.                </a>
  722.            </li>
  723.            
  724.            <li class="mobile-nav-item-v6">
  725.                <a href="/category/health/"
  726.                   class="mobile-nav-link-v6 ">
  727.                    Health
  728.                </a>
  729.            </li>
  730.            
  731.            <li class="mobile-nav-item-v6">
  732.                <a href="/category/life-fitness/"
  733.                   class="mobile-nav-link-v6 ">
  734.                    Life &amp; Fitness
  735.                </a>
  736.            </li>
  737.            
  738.            <li class="mobile-nav-item-v6">
  739.                <a href="/category/lifestyle/"
  740.                   class="mobile-nav-link-v6 ">
  741.                    Lifestyle
  742.                </a>
  743.            </li>
  744.            
  745.            <li class="mobile-nav-item-v6">
  746.                <a href="/category/news/"
  747.                   class="mobile-nav-link-v6 ">
  748.                    News
  749.                </a>
  750.            </li>
  751.            
  752.            <li class="mobile-nav-item-v6">
  753.                <a href="/category/others/"
  754.                   class="mobile-nav-link-v6 ">
  755.                    Others
  756.                </a>
  757.            </li>
  758.            
  759.            <li class="mobile-nav-item-v6">
  760.                <a href="/category/politics/"
  761.                   class="mobile-nav-link-v6 ">
  762.                    Politics
  763.                </a>
  764.            </li>
  765.            
  766.            <li class="mobile-nav-item-v6">
  767.                <a href="/category/sports/"
  768.                   class="mobile-nav-link-v6 ">
  769.                    Sports
  770.                </a>
  771.            </li>
  772.            
  773.            <li class="mobile-nav-item-v6">
  774.                <a href="/category/tech/"
  775.                   class="mobile-nav-link-v6 ">
  776.                    Tech
  777.                </a>
  778.            </li>
  779.            
  780.            <li class="mobile-nav-item-v6">
  781.                <a href="/category/travel/"
  782.                   class="mobile-nav-link-v6 ">
  783.                    Travel
  784.                </a>
  785.            </li>
  786.            
  787.  
  788.            <!-- Static Contact -->
  789.            <li class="mobile-nav-item-v6">
  790.                <a href="/page/contact-us/"
  791.                   class="mobile-nav-link-v6 ">
  792.                    Contact Us
  793.                </a>
  794.            </li>
  795.        </ul>
  796.    </div>
  797. </div>
  798. <div class="sidebar-blur d-lg-none"></div>
  799. </header>
  800.  
  801. <style>
  802.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  803.  
  804.  
  805.    .main-header-v6 {
  806.        padding: 35px 0;
  807.    }
  808.  
  809.    /* Logo Styles */
  810.    .logo-center-v6 {
  811.        position: relative;
  812.    }
  813.  
  814.    .logo-img-v6 {
  815.        max-height: 100px;
  816.        transition: transform 0.3s ease;
  817.    }
  818.  
  819.    .logo-img-v6:hover {
  820.        transform: scale(1.05);
  821.    }
  822.  
  823.    /* Navigation Styles */
  824.    .nav-list-v6 {
  825.        list-style: none;
  826.        padding: 0;
  827.        margin: 0;
  828.        display: flex;
  829.        align-items: center;
  830.    }
  831.  
  832.    .nav-item-v6 {
  833.        position: relative;
  834.        margin: 0 20px;
  835.    }
  836.  
  837.    .nav-link-v6 {
  838.        color: var(--navbar-color) !important;
  839.        text-decoration: none;
  840.        font-weight: 500;
  841.        font-size: 15px;
  842.        padding: 12px 0;
  843.        position: relative;
  844.        transition: all 0.3s ease;
  845.    }
  846.  
  847.    .nav-link-v6::after {
  848.        content: '';
  849.        position: absolute;
  850.        bottom: 0;
  851.        left: 50%;
  852.        width: 0;
  853.        height: 2px;
  854.        transition: all 0.3s ease;
  855.        transform: translateX(-50%);
  856.    }
  857.  
  858.    .nav-link-v6:hover,
  859.    .nav-link-v6.active-v6 {
  860.        font-weight: 700;
  861.        opacity: 0.75;
  862.    }
  863.  
  864.    .nav-link-v6:hover::after,
  865.    .nav-link-v6.active-v6::after {
  866.        width: 100%;
  867.    }
  868.  
  869.    /* Mega Dropdown Styles */
  870.    .dropdown-container-v6 {
  871.        position: relative;
  872.    }
  873.  
  874.    .mega-dropdown-v6 {
  875.        position: absolute;
  876.        top: 100%;
  877.        left: 50%;
  878.        transform: translateX(-50%);
  879.        background: var(--navbar-bg);
  880.        border-radius: 12px;
  881.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  882.        opacity: 0;
  883.        visibility: hidden;
  884.        transition: all 0.3s ease;
  885.        padding: 25px;
  886.        min-width: 300px;
  887.        z-index: 1200;
  888.        margin-top: 15px;
  889.    }
  890.  
  891.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  892.        opacity: 1;
  893.        visibility: visible;
  894.        margin-top: 0;
  895.    }
  896.  
  897.    .dropdown-grid-v6 {
  898.        display: grid;
  899.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  900.        gap: 20px;
  901.    }
  902.  
  903.    .dropdown-title-v6 {
  904.        font-size: 13px;
  905.        font-weight: 600;
  906.        color: #4a5568;
  907.        margin-bottom: 10px;
  908.        text-transform: uppercase;
  909.        letter-spacing: 0.5px;
  910.    }
  911.  
  912.    .dropdown-link-v6 {
  913.        display: block;
  914.        color: #2d3748;
  915.        text-decoration: none;
  916.        font-size: 14px;
  917.        padding: 8px 0;
  918.        transition: all 0.3s ease;
  919.        position: relative;
  920.        padding-left: 15px;
  921.    }
  922.  
  923.    .dropdown-link-v6::before {
  924.        content: '';
  925.        position: absolute;
  926.        left: 0;
  927.        top: 50%;
  928.        width: 6px;
  929.        height: 6px;
  930.        background: #e2e8f0;
  931.        border-radius: 50%;
  932.        transform: translateY(-50%);
  933.        transition: all 0.3s ease;
  934.    }
  935.  
  936.    .dropdown-link-v6:hover {
  937.        color: #667eea;
  938.        padding-left: 20px;
  939.    }
  940.  
  941.    .dropdown-link-v6:hover::before {
  942.        background: #667eea;
  943.    }
  944.  
  945.    /* Search Styles */
  946.    .search-container-v6 {
  947.        max-width: 600px;
  948.        margin: 0 auto;
  949.    }
  950.  
  951.    .search-wrapper-v6 {
  952.        position: relative;
  953.        background: #f7fafc;
  954.        border-radius: 50px;
  955.        display: flex;
  956.        align-items: center;
  957.        transition: all 0.3s ease;
  958.        border: 2px solid transparent;
  959.    }
  960.  
  961.    .search-wrapper-v6:focus-within {
  962.        background: #ffffff;
  963.        border-color: #007bff;
  964.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  965.    }
  966.  
  967.    .search-icon-v6 {
  968.        color: #a0aec0;
  969.        margin: 0 15px;
  970.        transition: color 0.3s ease;
  971.    }
  972.  
  973.    .search-wrapper-v6:focus-within .search-icon-v6 {
  974.        color: #007bff;
  975.    }
  976.  
  977.    .search-input-v6 {
  978.        flex: 1;
  979.        border: none;
  980.        background: transparent;
  981.        font-size: 16px;
  982.        padding: 10px 0;
  983.        outline: none;
  984.        color: #2d3748;
  985.    }
  986.  
  987.    .search-input-v6::placeholder {
  988.        color: #a0aec0;
  989.    }
  990.  
  991.    .search-submit-v6 {
  992.        background-color: var(--bs-primary);
  993.        color: white;
  994.        border: none;
  995.        border-radius: 50px;
  996.        padding: 12px 25px;
  997.        font-weight: 500;
  998.        cursor: pointer;
  999.        transition: all 0.3s ease;
  1000.    }
  1001.  
  1002.    .search-submit-v6:hover {
  1003.        transform: translateY(-2px);
  1004.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1005.    }
  1006.  
  1007.    /* Mobile Styles */
  1008.    .mobile-toggle-v6 {
  1009.        position: absolute;
  1010.        top: 20px;
  1011.        right: 20px;
  1012.        background: none;
  1013.        border: none;
  1014.        cursor: pointer;
  1015.        z-index: 999;
  1016.        padding: 5px;
  1017.    }
  1018.  
  1019.    .hamburger-line-v6 {
  1020.        display: block;
  1021.        width: 25px;
  1022.        height: 3px;
  1023.        background: var(--navbar-color);
  1024.        margin: 5px 0;
  1025.        transition: all 0.3s ease;
  1026.        border-radius: 2px;
  1027.    }
  1028.  
  1029.    .mobile-menu-v6 {
  1030.        position: fixed;
  1031.        top: 0;
  1032.        right: -100%;
  1033.        width: 300px;
  1034.        height: 100vh;
  1035.        background: var(--navbar-bg) !important;
  1036.        z-index: 1000;
  1037.        transition: right 0.3s ease;
  1038.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1039.    }
  1040.  
  1041.    .mobile-menu-v6.show-v6 {
  1042.        right: 0;
  1043.    }
  1044.  
  1045.    .mobile-menu-content-v6 {
  1046.        padding: 80px 30px 30px;
  1047.        height: 100%;
  1048.        overflow-y: auto;
  1049.    }
  1050.  
  1051.    .mobile-nav-list-v6 {
  1052.        list-style: none;
  1053.        padding: 0;
  1054.        margin: 0;
  1055.    }
  1056.  
  1057.    .mobile-nav-item-v6 {
  1058.        margin-bottom: 5px;
  1059.    }
  1060.  
  1061.    .mobile-nav-link-v6 {
  1062.        display: flex;
  1063.        align-items: center;
  1064.        justify-content: space-between;
  1065.        color: var(--navbar-color) !important;
  1066.        text-decoration: none;
  1067.        font-size: 16px;
  1068.        font-weight: 500;
  1069.        padding: 15px 0;
  1070.        border-bottom: 1px solid var(--border-color);
  1071.        transition: color 0.3s ease;
  1072.    }
  1073.  
  1074.    .mobile-nav-link-v6:hover,
  1075.    .mobile-nav-link-v6.active-v6 {
  1076.        color: #667eea;
  1077.    }
  1078.  
  1079.    .mobile-dropdown-v6 {
  1080.        list-style: none;
  1081.        padding: 0;
  1082.        margin: 0;
  1083.        max-height: 0;
  1084.        overflow: hidden;
  1085.        transition: max-height 0.3s ease;
  1086.        background: var(--navbar-bg);
  1087.        border-radius: 8px;
  1088.        margin-top: 5px;
  1089.    }
  1090.  
  1091.    .mobile-dropdown-v6.show-v6 {
  1092.        max-height: 300px;
  1093.        padding: 10px 0;
  1094.    }
  1095.  
  1096.    .mobile-dropdown-link-v6 {
  1097.        display: block;
  1098.        color: var(--navbar-color) !important;
  1099.        text-decoration: none;
  1100.        font-size: 14px;
  1101.        padding: 10px 20px;
  1102.        transition: all 0.3s ease;
  1103.    }
  1104.  
  1105.    .mobile-dropdown-link-v6:hover {
  1106.        color: #667eea;
  1107.        opacity: 0.6;
  1108.    }
  1109.  
  1110.    /* Responsive Design */
  1111.    @media (max-width: 991px) {
  1112.  
  1113.        .left-nav-v6,
  1114.        .right-nav-v6 {
  1115.            display: none;
  1116.        }
  1117.  
  1118.        .main-header-v6 {
  1119.            padding: 15px 0;
  1120.        }
  1121.  
  1122.        .search-container-v6 {
  1123.            margin-top: 20px;
  1124.        }
  1125.    }
  1126.  
  1127.    @media (max-width: 768px) {
  1128.        .search-wrapper-v6 {
  1129.            flex-direction: row;
  1130.        }
  1131.  
  1132.        .search-input-v6 {
  1133.            padding: 6px 0;
  1134.            text-align: center;
  1135.            display: flex;
  1136.        }
  1137.  
  1138.  
  1139.        .search-submit-v6 {
  1140.            width: 100%;
  1141.            margin-top: 10px;
  1142.            display: none;
  1143.        }
  1144.    }
  1145. </style>
  1146.  
  1147. <script>
  1148.    function toggleMenuV6() {
  1149.        const mobileMenu = document.getElementById('mobileMenuV6');
  1150.        mobileMenu.classList.toggle('show-v6');
  1151.    }
  1152.  
  1153.    function toggleMobileDropdown(dropdownId) {
  1154.        const dropdown = document.getElementById(dropdownId);
  1155.        dropdown.classList.toggle('show-v6');
  1156.    }
  1157.  
  1158.    // Close mobile menu when clicking outside
  1159.    document.addEventListener('click', function (event) {
  1160.        const mobileMenu = document.getElementById('mobileMenuV6');
  1161.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1162.  
  1163.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1164.            mobileMenu.classList.remove('show-v6');
  1165.        }
  1166.    });
  1167. </script>
  1168.  
  1169. <script>
  1170.  document.addEventListener("DOMContentLoaded", function () {
  1171.    console.log("loaded");
  1172.  
  1173.     const searchInput = document.getElementById("search-input")
  1174.    const searchResults = document.getElementById("search-results");
  1175.  
  1176.    if (!searchInput || !searchResults) {
  1177.      console.error("Search input/results not found");
  1178.      return;
  1179.    }
  1180.  
  1181.    // Prevent form submission
  1182.    if (searchInput.form) {
  1183.      searchInput.form.addEventListener("submit", function (e) {
  1184.        e.preventDefault();
  1185.      });
  1186.    }
  1187.  
  1188.    // Add event listener for keyup
  1189.    searchInput.addEventListener("keyup", function (e) {
  1190.      console.log("Key pressed:", e.key);
  1191.      e.preventDefault();
  1192.  
  1193.      const query = searchInput.value.trim();
  1194.      console.log("User is typing: " + query);
  1195.  
  1196.      // If empty → clear and hide
  1197.      if (query === "") {
  1198.        searchResults.innerHTML = "";
  1199.        searchResults.style.display = "none";
  1200.        return;
  1201.      }
  1202.  
  1203.      // Show results
  1204.      searchResults.style.display = "block";
  1205.  
  1206.      // Fetch search results
  1207.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1208.        method: "GET",
  1209.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1210.      })
  1211.        .then(response => {
  1212.          console.log("Response Status:", response.status);
  1213.          return response.json();
  1214.        })
  1215.        .then(data => {
  1216.          console.log("Data received:", data);
  1217.          if (data.html) {
  1218.            searchResults.innerHTML = data.html;
  1219.          } else {
  1220.            searchResults.innerHTML = "<p>No results found.</p>";
  1221.          }
  1222.        })
  1223.        .catch(error => {
  1224.          console.error("Error fetching search results:", error);
  1225.        });
  1226.    });
  1227.  
  1228.    // Close results when clicking outside
  1229.    document.addEventListener("click", function (e) {
  1230.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1231.        searchResults.style.display = "none";
  1232.      }
  1233.    });
  1234.  
  1235.    // Close results on ESC key
  1236.    document.addEventListener("keydown", function (e) {
  1237.      if (e.key === "Escape") {
  1238.        searchResults.style.display = "none";
  1239.      }
  1240.    });
  1241.  });
  1242. </script>
  1243.  
  1244. <style>
  1245.        /* search field */
  1246.  .search-results-container {
  1247.  position: absolute;
  1248.  top: 100%; /* Position it below the input field */
  1249.  left: 10px;
  1250.  right: 10px;
  1251.  background-color: white;
  1252.  border: 1px solid #ddd;
  1253.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1254.  max-height: 300px;
  1255.  overflow-y: auto;
  1256.  z-index: 1000;
  1257.  display: none; /* Initially hidden */
  1258. }
  1259.  
  1260. .search-results-container p {
  1261.  margin: 0;
  1262. }
  1263.  
  1264. .search-results-container .result-item {
  1265.  padding: 10px;
  1266.  cursor: pointer;
  1267. }
  1268.  
  1269. .search-results-container .result-item:hover {
  1270.  background-color: #f0f0f0;
  1271. }
  1272. </style>
  1273.  
  1274.        </header>
  1275.        <!-- end of header -->
  1276.        <!-- start of wpo-blog-hero -->
  1277.        
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285. <div class="blog-hero-v9">
  1286.  <div class="container-fluid fluid-container">
  1287.    <!-- Top Section: Split Layout -->
  1288.    <div class="row g-4 mb-5">
  1289.      <!-- Large Featured Article (Left) -->
  1290.      
  1291.              
  1292.      <div class="col-lg-8 col-12">
  1293.        <article class="large-featured">
  1294.          <div class="featured-image-container">
  1295.            
  1296.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Doctors from Scotland and the US Accomplish Historic Stroke Procedure Using Automated Technology" class="featured-image">
  1297.            
  1298.            <div class="category-tag bg-primary-gradient">News</div>
  1299.          </div>
  1300.          <div class="featured-content">
  1301.            <h1 class="featured-title"><a href="/doctors-from-scotland-and-the-us-accomplish-historic-stroke-procedure-using-automated-technology/">
  1302.                                Doctors from Scotland and the US Accomplish Historic Stroke Procedure Using Automated Technology
  1303.                            </a></h1>
  1304.            <p class="featured-summary"></p>
  1305.            <div class="article-meta">
  1306.              <div class="author-info">
  1307.                
  1308.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Michael Spencer" class="author-pic" >
  1309.                  
  1310.                <span class="author-name">Michael Spencer</span>
  1311.                <span class="post-time">May 14, 2026</span>
  1312.              </div>
  1313.            </div>
  1314.          </div>
  1315.        </article>
  1316.      </div>
  1317.      
  1318.      
  1319.  
  1320.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1321.      <div class="col-lg-4 col-12">
  1322.        <div class="stacked-features">
  1323.          
  1324.          <article class="small-featured">
  1325.            <div class="small-image-container">
  1326.              
  1327.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Beijing&#x27;s Proposed AI Regulations Focus to Provide Minors Protection and Suicide Risk Mitigation." class="small-image">
  1328.              
  1329.              <div class="category-tag bg-primary-gradient">News</div>
  1330.            </div>
  1331.            <div class="small-content">
  1332.              <h3 class="small-title"> <a href="/beijings-proposed-ai-regulations-focus-to-provide-minors-protection-and-suicide-risk-mitigation/">
  1333.                                Beijing&#x27;s Proposed AI Regulations Focus to Provide Minors Protection and Suicide Risk Mitigation.
  1334.                            </a></h3>
  1335.              <p class="compact-text"></p>
  1336.              <div class="small-meta">
  1337.                <span class="small-author">Michael Spencer</span>
  1338.                <span class="small-date">May 13, 2026</span>
  1339.              </div>
  1340.            </div>
  1341.          </article>
  1342.      
  1343.          <article class="small-featured">
  1344.            <div class="small-image-container">
  1345.              
  1346.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="California&#x27;s Governor States He Is Considering a 2028 Presidential Run" class="small-image">
  1347.              
  1348.              <div class="category-tag bg-primary-gradient">News</div>
  1349.            </div>
  1350.            <div class="small-content">
  1351.              <h3 class="small-title"> <a href="/californias-governor-states-he-is-considering-a-2028-presidential-run/">
  1352.                                California&#x27;s Governor States He Is Considering a 2028 Presidential Run
  1353.                            </a></h3>
  1354.              <p class="compact-text"></p>
  1355.              <div class="small-meta">
  1356.                <span class="small-author">Michael Spencer</span>
  1357.                <span class="small-date">May 13, 2026</span>
  1358.              </div>
  1359.            </div>
  1360.          </article>
  1361.      
  1362.        </div>
  1363.      </div>
  1364.    </div>
  1365.    <!-- Bottom Section: Three Compact Cards -->
  1366.    <div class="row g-4">
  1367.      
  1368.      <div class="col-lg-4 col-md-6 col-12">
  1369.        <article class="compact-card">
  1370.          <div class="compact-image">
  1371.            
  1372.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="There are those on the political spectrum who offer only complaints: Ministers are moving forward with the job of economic renewal." >
  1373.            
  1374.            <div class="compact-category bg-primary-gradient">News</div>
  1375.          </div>
  1376.          <div class="compact-body">
  1377.            <h3 class="compact-title"> <a href="/there-are-those-on-the-political-spectrum-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-renewal/">
  1378.                                    There are those on the political spectrum who offer only complaints: Ministers are moving forward with the job of economic renewal.
  1379.                                </a></h3>
  1380.            <p class="compact-text"></p>
  1381.            <div class="compact-footer">
  1382.              <span class="compact-name">Michael Spencer</span>
  1383.              <span class="compact-date">May 13</span>
  1384.            </div>
  1385.          </div>
  1386.        </article>
  1387.      </div>
  1388.      
  1389.      <div class="col-lg-4 col-md-6 col-12">
  1390.        <article class="compact-card">
  1391.          <div class="compact-image">
  1392.            
  1393.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Andy Burnham Would &#x27;Probably&#x27; Have Secured the Recent Byelection, States Labour Deputy Leader" >
  1394.            
  1395.            <div class="compact-category bg-primary-gradient">News</div>
  1396.          </div>
  1397.          <div class="compact-body">
  1398.            <h3 class="compact-title"> <a href="/andy-burnham-would-probably-have-secured-the-recent-byelection-states-labour-deputy-leader/">
  1399.                                    Andy Burnham Would &#x27;Probably&#x27; Have Secured the Recent Byelection, States Labour Deputy Leader
  1400.                                </a></h3>
  1401.            <p class="compact-text"></p>
  1402.            <div class="compact-footer">
  1403.              <span class="compact-name">Michael Spencer</span>
  1404.              <span class="compact-date">May 13</span>
  1405.            </div>
  1406.          </div>
  1407.        </article>
  1408.      </div>
  1409.      
  1410.    </div>
  1411.  </div>
  1412. </div>
  1413.  
  1414. <style>
  1415.  
  1416.  /* Large Featured Article */
  1417.  .large-featured {
  1418.    background: var(--card-bg, #ffffff);
  1419.    border-radius: 10px;
  1420.    overflow: hidden;
  1421.    transition: box-shadow 0.3s ease;
  1422.  }
  1423.  
  1424.  .large-featured:hover {
  1425.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1426.  }
  1427.  
  1428.  .featured-image-container {
  1429.    position: relative;
  1430.    height: 350px;
  1431.    overflow: hidden;
  1432.  }
  1433.  
  1434.  .featured-image {
  1435.    width: 100%;
  1436.    height: 100%;
  1437.    object-fit: cover;
  1438.  }
  1439.  
  1440.  .featured-content {
  1441.    padding: 2rem;
  1442.  }
  1443.  
  1444.  .featured-title {
  1445.    font-size: 2.2rem;
  1446.    font-weight: 700;
  1447.    color: #111827;
  1448.    margin-bottom: 0.75rem;
  1449.    line-height: 1.3;
  1450.  }
  1451.  
  1452.  .featured-summary {
  1453.    font-size: 1rem;
  1454.    color: #4b5563;
  1455.    line-height: 1.6;
  1456.    margin-bottom: 1.25rem;
  1457.  }
  1458.  
  1459.  .article-meta {
  1460.    display: flex;
  1461.    align-items: center;
  1462.    gap: 0.75rem;
  1463.    font-size: 0.85rem;
  1464.    color: #6b7280;
  1465.  }
  1466.  
  1467.  .author-info {
  1468.    display: flex;
  1469.    align-items: center;
  1470.    gap: 0.5rem;
  1471.  }
  1472.  
  1473.  .author-pic {
  1474.    width: 36px;
  1475.    height: 36px;
  1476.    border-radius: 50%;
  1477.  }
  1478.  
  1479.  .author-name {
  1480.    font-weight: 600;
  1481.    color: #374151;
  1482.  }
  1483.  
  1484.  /* Smaller Featured Articles (Stacked) */
  1485.  .stacked-features {
  1486.    display: flex;
  1487.    flex-direction: column;
  1488.    gap: 1.5rem;
  1489.  }
  1490.  
  1491.  .small-featured {
  1492.    background: var(--card-bg, #ffffff);
  1493.    border-radius: 10px;
  1494.    overflow: hidden;
  1495.    transition: box-shadow 0.3s ease;
  1496.  }
  1497.  
  1498.  .small-featured:hover {
  1499.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1500.  }
  1501.  
  1502.  .small-image-container {
  1503.    position: relative;
  1504.    height: 150px;
  1505.    overflow: hidden;
  1506.  }
  1507.  
  1508.  .small-image {
  1509.    width: 100%;
  1510.    height: 100%;
  1511.    object-fit: cover;
  1512.  }
  1513.  
  1514.  .small-content {
  1515.    padding: 1.25rem;
  1516.  }
  1517.  
  1518.  .small-title {
  1519.    font-size: 1.2rem;
  1520.    font-weight: 600;
  1521.    color: #111827;
  1522.    margin-bottom: 0.5rem;
  1523.  }
  1524.  
  1525.  .small-meta {
  1526.    display: flex;
  1527.    gap: 0.5rem;
  1528.    font-size: 0.8rem;
  1529.    color: #6b7280;
  1530.  }
  1531.  
  1532.  /* Category Tags - Gradient for Difference */
  1533.  .category-tag {
  1534.    position: absolute;
  1535.    top: 0.75rem;
  1536.    left: 0.75rem;
  1537.    padding: 0.3rem 1rem;
  1538.    font-size: 0.75rem;
  1539.    font-weight: 600;
  1540.    text-transform: uppercase;
  1541.    color: white;
  1542.    border-radius: 15px; /* Soft pill shape */
  1543.  }
  1544.  
  1545.  
  1546.  
  1547.  /* Compact Cards - Borderless */
  1548.  .compact-card {
  1549.    background: var(--card-bg, #ffffff);
  1550.    border-radius: 10px;
  1551.    overflow: hidden;
  1552.    transition: box-shadow 0.3s ease;
  1553.  }
  1554.  
  1555.  .compact-card:hover {
  1556.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1557.  }
  1558.  
  1559.  .compact-image {
  1560.    position: relative;
  1561.    height: 180px;
  1562.    overflow: hidden;
  1563.  }
  1564.  
  1565.  .compact-image img {
  1566.    width: 100%;
  1567.    height: 100%;
  1568.    object-fit: cover;
  1569.  }
  1570.  
  1571.  .compact-category {
  1572.    position: absolute;
  1573.    top: 0.75rem;
  1574.    left: 0.75rem;
  1575.    padding: 0.3rem 0.8rem;
  1576.    font-size: 0.7rem;
  1577.    border-radius: 15px;
  1578.    color: white;
  1579.  }
  1580.  
  1581.  .compact-body {
  1582.    padding: 1.5rem;
  1583.  }
  1584.  
  1585.  .compact-title {
  1586.    font-size: 1.1rem;
  1587.    font-weight: 600;
  1588.    color: #111827;
  1589.    margin-bottom: 0.5rem;
  1590.  }
  1591.  
  1592.  .compact-text {
  1593.    font-size: 0.9rem;
  1594.    color: #4b5563;
  1595.    line-height: 1.5;
  1596.    margin-bottom: 1rem;
  1597.  }
  1598.  
  1599.  .compact-footer {
  1600.    display: flex;
  1601.    justify-content: space-between;
  1602.    font-size: 0.8rem;
  1603.    color: #6b7280;
  1604.  }
  1605.  
  1606.  /* Responsive Design */
  1607.  @media (max-width: 992px) {
  1608.    .featured-image-container {
  1609.      height: 280px;
  1610.    }
  1611.  
  1612.    .featured-title {
  1613.      font-size: 1.8rem;
  1614.    }
  1615.  
  1616.    .small-image-container {
  1617.      height: 120px;
  1618.    }
  1619.  }
  1620.  
  1621.  @media (max-width: 768px) {
  1622.    .featured-content,
  1623.    .small-content,
  1624.    .compact-body {
  1625.      padding: 1.25rem;
  1626.    }
  1627.  
  1628.    .compact-image {
  1629.      height: 150px;
  1630.    }
  1631.  }
  1632.  
  1633.  @media (max-width: 576px) {
  1634.    .featured-title {
  1635.      font-size: 1.5rem;
  1636.    }
  1637.  
  1638.    .small-title,
  1639.    .compact-title {
  1640.      font-size: 1rem;
  1641.    }
  1642.  }
  1643. </style>
  1644.  
  1645.  
  1646.  
  1647.  
  1648.        <!-- end of wpo-blog-hero -->
  1649.  
  1650.        <!-- start of wpo-breacking-news -->
  1651.        
  1652.        <!-- end of wpo-breacking-news -->
  1653.        
  1654.        <!-- start wpo-blog-highlights-section -->
  1655.        
  1656.  
  1657.  
  1658.  
  1659.    
  1660.  
  1661.  
  1662.  
  1663. <style>
  1664.    .blog-highlights-v2 {
  1665.        padding: 60px 0;
  1666.        position: relative;
  1667.        overflow: hidden;
  1668.    }
  1669.    
  1670.    .blog-highlights-v2::before {
  1671.        content: '';
  1672.        position: absolute;
  1673.        top: 0;
  1674.        left: 0;
  1675.        width: 100%;
  1676.        height: 100%;
  1677.        background: var(--body-bg);
  1678.        pointer-events: none;
  1679.    }
  1680.    
  1681.    .blog-card-v2 {
  1682.        border: none;
  1683.        border-radius: 20px;
  1684.        overflow: hidden;
  1685.        background: white;
  1686.        height: 100%;
  1687.        position: relative;
  1688.        transform: translateY(0);
  1689.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1690.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1691.        will-change: transform;
  1692.    }
  1693.    
  1694.    .blog-card-v2::before {
  1695.        content: '';
  1696.        position: absolute;
  1697.        top: 0;
  1698.        left: 0;
  1699.        width: 100%;
  1700.        height: 100%;
  1701.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1702.        transform: translateX(-100%);
  1703.        transition: transform 0.6s ease;
  1704.        z-index: 1;
  1705.    }
  1706.    
  1707.    .blog-card-v2:hover {
  1708.        transform: translateY(-15px) scale(1.02);
  1709.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1710.    }
  1711.    
  1712.    .blog-card-v2:hover::before {
  1713.        transform: translateX(100%);
  1714.    }
  1715.    
  1716.    .blog-image-v2 {
  1717.        position: relative;
  1718.        overflow: hidden;
  1719.        height: 250px;
  1720.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1721.    }
  1722.    
  1723.    .blog-image-v2::after {
  1724.        content: '';
  1725.        position: absolute;
  1726.        top: 0;
  1727.        left: 0;
  1728.        width: 100%;
  1729.        height: 100%;
  1730.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1731.        z-index: 2;
  1732.    }
  1733.    
  1734.    .blog-image-v2 img {
  1735.        width: 100%;
  1736.        height: 100%;
  1737.        object-fit: cover;
  1738.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1739.        transform: scale(1);
  1740.    }
  1741.    
  1742.    .blog-card-v2:hover .blog-image-v2 img {
  1743.        transform: scale(1.1) rotate(2deg);
  1744.    }
  1745.    
  1746.    .blog-category-v2 {
  1747.        position: absolute;
  1748.        top: 20px;
  1749.        left: 20px;
  1750.        padding: 8px 16px;
  1751.        border-radius: 50px;
  1752.        font-size: 12px;
  1753.        font-weight: 700;
  1754.        text-transform: uppercase;
  1755.        letter-spacing: 1px;
  1756.      
  1757.        z-index: 3;
  1758.        transform: translateY(0);
  1759.        transition: all 0.3s ease;
  1760.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1761.    }
  1762.    
  1763.    .blog-card-v2:hover .blog-category-v2 {
  1764.        transform: translateY(-5px);
  1765.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1766.    }
  1767.    
  1768.    .blog-content-v2 {
  1769.        padding: 30px 25px;
  1770.        position: relative;
  1771.        z-index: 2;
  1772.    }
  1773.    
  1774.    .blog-title-v2 {
  1775.        font-size: 18px;
  1776.        font-weight: 700;
  1777.        line-height: 1.4;
  1778.        margin-bottom: 15px;
  1779.        min-height: 50px;
  1780.        position: relative;
  1781.        overflow: hidden;
  1782.    }
  1783.    
  1784.    .blog-title-v2 a {
  1785.        text-decoration: none;
  1786.        position: relative;
  1787.        transition: all 0.3s ease;
  1788.        background-clip: text;
  1789.        -webkit-background-clip: text;
  1790.    }
  1791.    
  1792.    .blog-title-v2 a::after {
  1793.        content: '';
  1794.        position: absolute;
  1795.        bottom: -2px;
  1796.        left: 0;
  1797.        width: 0;
  1798.        height: 2px;
  1799.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1800.        transition: width 0.4s ease;
  1801.    }
  1802.    
  1803.    .blog-card-v2:hover .blog-title-v2 a::after {
  1804.        width: 100%;
  1805.    }
  1806.    
  1807.    .blog-meta-v2 {
  1808.        display: flex;
  1809.        align-items: center;
  1810.        gap: 12px;
  1811.        margin-bottom: 15px;
  1812.        font-size: 13px;
  1813.        padding-bottom: 15px;
  1814.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1815.        position: relative;
  1816.    }
  1817.    
  1818.    .blog-meta-v2::after {
  1819.        content: '';
  1820.        position: absolute;
  1821.        bottom: -2px;
  1822.        left: 0;
  1823.        width: 0;
  1824.        height: 2px;
  1825.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1826.        transition: width 0.5s ease 0.2s;
  1827.    }
  1828.    
  1829.    .blog-card-v2:hover .blog-meta-v2::after {
  1830.        width: 60px;
  1831.    }
  1832.    
  1833.    .blog-author-img-v2 {
  1834.        width: 32px;
  1835.        height: 32px;
  1836.        border-radius: 50%;
  1837.        object-fit: cover;
  1838.        border: 3px solid white;
  1839.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1840.        transition: all 0.3s ease;
  1841.    }
  1842.    
  1843.    .blog-card-v2:hover .blog-author-img-v2 {
  1844.        transform: scale(1.1);
  1845.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1846.    }
  1847.    
  1848.    .blog-excerpt-v2 {
  1849.        font-size: 14px;
  1850.        line-height: 1.6;
  1851.        color: #666;
  1852.        display: -webkit-box;
  1853.        -webkit-line-clamp: 3;
  1854.        -webkit-box-orient: vertical;
  1855.        overflow: hidden;
  1856.        position: relative;
  1857.        opacity: 0.8;
  1858.        transition: opacity 0.3s ease;
  1859.    }
  1860.    
  1861.    .blog-card-v2:hover .blog-excerpt-v2 {
  1862.        opacity: 1;
  1863.    }
  1864.    
  1865.    .section-header-v2 {
  1866.        text-align: center;
  1867.        margin-bottom: 70px;
  1868.        position: relative;
  1869.    }
  1870.    
  1871.    .section-title-v2 {
  1872.        font-size: 3.2rem;
  1873.        font-weight: 800;
  1874.        margin-bottom: 20px;
  1875.        position: relative;
  1876.    }
  1877.    
  1878.    .section-title-v2::after {
  1879.        content: '';
  1880.        position: absolute;
  1881.        bottom: -10px;
  1882.        left: 50%;
  1883.        transform: translateX(-50%);
  1884.        width: 80px;
  1885.        height: 4px;
  1886.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1887.        border-radius: 2px;
  1888.    }
  1889.    
  1890.    .section-subtitle-v2 {
  1891.        font-size: 1.1rem;
  1892.        color: #666;
  1893.        max-width: 600px;
  1894.        margin: 0 auto;
  1895.        line-height: 1.6;
  1896.    }
  1897.    
  1898.    .blog-read-more-v2 {
  1899.        position: absolute;
  1900.        bottom: 25px;
  1901.        right: 25px;
  1902.        width: 45px;
  1903.        height: 45px;
  1904.        border-radius: 50%;
  1905.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1906.        display: flex;
  1907.        align-items: center;
  1908.        justify-content: center;
  1909.        color: white;
  1910.        text-decoration: none;
  1911.        transition: all 0.4s ease;
  1912.        transform: scale(0);
  1913.        opacity: 0;
  1914.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1915.    }
  1916.    
  1917.    .blog-card-v2:hover .blog-read-more-v2 {
  1918.        transform: scale(1);
  1919.        opacity: 1;
  1920.    }
  1921.    
  1922.    .blog-read-more-v2:hover {
  1923.        transform: scale(1.1);
  1924.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1925.    }
  1926.    
  1927.    /* Animation Classes */
  1928.    .animate-on-scroll {
  1929.        opacity: 0;
  1930.        transform: translateY(30px);
  1931.        transition: all 0.6s ease;
  1932.    }
  1933.    
  1934.    .animate-on-scroll.animated {
  1935.        opacity: 1;
  1936.        transform: translateY(0);
  1937.    }
  1938.    
  1939.    /* Staggered Animation */
  1940.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1941.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1942.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1943.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1944.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1945.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1946.  
  1947.    @media (max-width: 768px) {
  1948.        .section-title-v2 {
  1949.            font-size: 2.5rem;
  1950.        }
  1951.        .blog-highlights-v2 {
  1952.            padding: 40px 0;
  1953.        }
  1954.        .blog-content-v2 {
  1955.            padding: 25px 20px;
  1956.        }
  1957.        .blog-card-v2:hover {
  1958.            transform: translateY(-10px) scale(1.01);
  1959.        }
  1960.    }
  1961. </style>
  1962.  
  1963. <section class="blog-highlights-v2">
  1964.    <div class="container-fluid fluid-container">
  1965.        <div class="row">
  1966.            <div class="col-12">
  1967.                <div class="section-header-v2 animate-on-scroll">
  1968.                    <h2 class="section-title-v2 text-primary-gradient">
  1969.                Today's Top Highlights
  1970.                   </h2>
  1971.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1972.                </div>
  1973.            </div>
  1974.        </div>
  1975.        
  1976.        <div class="row">
  1977.            <div class="col-lg-8 col-12">
  1978.                <div class="row g-4">
  1979.                    
  1980.                    <div class="col-lg-6 col-md-6 col-12">
  1981.                        <div class="card blog-card-v2 animate-on-scroll">
  1982.                            <div class="blog-image-v2">
  1983.                                
  1984.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1985.                                
  1986.                                <span class="blog-category-v2 bg-primary-gradient">
  1987.                                    News
  1988.                                </span>
  1989.                            </div>
  1990.                            <div class="blog-content-v2">
  1991.                                <h3 class="blog-title-v2">
  1992.                                    <a class="top-color" href="/ex-bbc-specialists-undergo-parliamentary-grilling-following-assertions-of-partiality-in-leaked-memo/">
  1993.                                    Ex- BBC Specialists Undergo Parliamentary Grilling Following Assertions of Partiality in Leaked Memo
  1994.                                    </a>
  1995.                                </h3>
  1996.                                <div class="blog-meta-v2">
  1997.                                    
  1998.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  1999.                                    
  2000.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2001.                                    <span>By Michael Spencer</span>
  2002.                                    <span style="color: #ccc;">•</span>
  2003.                                    <span style="color: #999;">13 May 2026</span>
  2004.                                </div>
  2005.                                <p class="blog-excerpt-v2"></p>
  2006.                              
  2007.                            </div>
  2008.                        </div>
  2009.                    </div>
  2010.                    
  2011.                    <div class="col-lg-6 col-md-6 col-12">
  2012.                        <div class="card blog-card-v2 animate-on-scroll">
  2013.                            <div class="blog-image-v2">
  2014.                                
  2015.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2016.                                
  2017.                                <span class="blog-category-v2 bg-primary-gradient">
  2018.                                    News
  2019.                                </span>
  2020.                            </div>
  2021.                            <div class="blog-content-v2">
  2022.                                <h3 class="blog-title-v2">
  2023.                                    <a class="top-color" href="/canadas-blue-jays-earn-world-series-matchup-with-defending-champion-dodgers/">
  2024.                                    Canada&#x27;s Blue Jays Earn World Series Matchup With defending champion Dodgers
  2025.                                    </a>
  2026.                                </h3>
  2027.                                <div class="blog-meta-v2">
  2028.                                    
  2029.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2030.                                    
  2031.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2032.                                    <span>By Michael Spencer</span>
  2033.                                    <span style="color: #ccc;">•</span>
  2034.                                    <span style="color: #999;">13 May 2026</span>
  2035.                                </div>
  2036.                                <p class="blog-excerpt-v2"></p>
  2037.                              
  2038.                            </div>
  2039.                        </div>
  2040.                    </div>
  2041.                    
  2042.                    <div class="col-lg-6 col-md-6 col-12">
  2043.                        <div class="card blog-card-v2 animate-on-scroll">
  2044.                            <div class="blog-image-v2">
  2045.                                
  2046.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2047.                                
  2048.                                <span class="blog-category-v2 bg-primary-gradient">
  2049.                                    News
  2050.                                </span>
  2051.                            </div>
  2052.                            <div class="blog-content-v2">
  2053.                                <h3 class="blog-title-v2">
  2054.                                    <a class="top-color" href="/the-english-team-name-bashir-in-line-up-for-the-ashes-series-first-test/">
  2055.                                    The English team Name Bashir in Line-up for The Ashes series First Test
  2056.                                    </a>
  2057.                                </h3>
  2058.                                <div class="blog-meta-v2">
  2059.                                    
  2060.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2061.                                    
  2062.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2063.                                    <span>By Michael Spencer</span>
  2064.                                    <span style="color: #ccc;">•</span>
  2065.                                    <span style="color: #999;">13 May 2026</span>
  2066.                                </div>
  2067.                                <p class="blog-excerpt-v2"></p>
  2068.                              
  2069.                            </div>
  2070.                        </div>
  2071.                    </div>
  2072.                    
  2073.                    <div class="col-lg-6 col-md-6 col-12">
  2074.                        <div class="card blog-card-v2 animate-on-scroll">
  2075.                            <div class="blog-image-v2">
  2076.                                
  2077.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2078.                                
  2079.                                <span class="blog-category-v2 bg-primary-gradient">
  2080.                                    News
  2081.                                </span>
  2082.                            </div>
  2083.                            <div class="blog-content-v2">
  2084.                                <h3 class="blog-title-v2">
  2085.                                    <a class="top-color" href="/olympic-athlete-and-other-eritreans-freed-after-18-years-without-facing-charges-family-members-say/">
  2086.                                    Olympic Athlete and Other Eritreans Freed After 18 Years Without Facing Charges, Family Members Say
  2087.                                    </a>
  2088.                                </h3>
  2089.                                <div class="blog-meta-v2">
  2090.                                    
  2091.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2092.                                    
  2093.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2094.                                    <span>By Michael Spencer</span>
  2095.                                    <span style="color: #ccc;">•</span>
  2096.                                    <span style="color: #999;">13 May 2026</span>
  2097.                                </div>
  2098.                                <p class="blog-excerpt-v2"></p>
  2099.                              
  2100.                            </div>
  2101.                        </div>
  2102.                    </div>
  2103.                    
  2104.                    <div class="col-lg-6 col-md-6 col-12">
  2105.                        <div class="card blog-card-v2 animate-on-scroll">
  2106.                            <div class="blog-image-v2">
  2107.                                
  2108.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2109.                                
  2110.                                <span class="blog-category-v2 bg-primary-gradient">
  2111.                                    News
  2112.                                </span>
  2113.                            </div>
  2114.                            <div class="blog-content-v2">
  2115.                                <h3 class="blog-title-v2">
  2116.                                    <a class="top-color" href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/">
  2117.                                    KPop Demon Hunters Balloons to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  2118.                                    </a>
  2119.                                </h3>
  2120.                                <div class="blog-meta-v2">
  2121.                                    
  2122.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2123.                                    
  2124.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2125.                                    <span>By Michael Spencer</span>
  2126.                                    <span style="color: #ccc;">•</span>
  2127.                                    <span style="color: #999;">12 May 2026</span>
  2128.                                </div>
  2129.                                <p class="blog-excerpt-v2"></p>
  2130.                              
  2131.                            </div>
  2132.                        </div>
  2133.                    </div>
  2134.                    
  2135.                    <div class="col-lg-6 col-md-6 col-12">
  2136.                        <div class="card blog-card-v2 animate-on-scroll">
  2137.                            <div class="blog-image-v2">
  2138.                                
  2139.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2140.                                
  2141.                                <span class="blog-category-v2 bg-primary-gradient">
  2142.                                    News
  2143.                                </span>
  2144.                            </div>
  2145.                            <div class="blog-content-v2">
  2146.                                <h3 class="blog-title-v2">
  2147.                                    <a class="top-color" href="/disturbing-discovery-remains-of-missing-mother-and-child-located-in-freezing-units-in-austria/">
  2148.                                    Disturbing Discovery: Remains of Missing Mother and Child Located in Freezing Units in Austria
  2149.                                    </a>
  2150.                                </h3>
  2151.                                <div class="blog-meta-v2">
  2152.                                    
  2153.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2154.                                    
  2155.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2156.                                    <span>By Michael Spencer</span>
  2157.                                    <span style="color: #ccc;">•</span>
  2158.                                    <span style="color: #999;">12 May 2026</span>
  2159.                                </div>
  2160.                                <p class="blog-excerpt-v2"></p>
  2161.                              
  2162.                            </div>
  2163.                        </div>
  2164.                    </div>
  2165.                    
  2166.                    <div class="col-lg-6 col-md-6 col-12">
  2167.                        <div class="card blog-card-v2 animate-on-scroll">
  2168.                            <div class="blog-image-v2">
  2169.                                
  2170.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2171.                                
  2172.                                <span class="blog-category-v2 bg-primary-gradient">
  2173.                                    News
  2174.                                </span>
  2175.                            </div>
  2176.                            <div class="blog-content-v2">
  2177.                                <h3 class="blog-title-v2">
  2178.                                    <a class="top-color" href="/the-music-streaming-giants-year-end-recap-launch-date-plus-key-inquiries-answered/">
  2179.                                    The Music Streaming Giant&#x27;s Year-End Recap: Launch Date plus Key Inquiries Answered
  2180.                                    </a>
  2181.                                </h3>
  2182.                                <div class="blog-meta-v2">
  2183.                                    
  2184.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2185.                                    
  2186.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2187.                                    <span>By Michael Spencer</span>
  2188.                                    <span style="color: #ccc;">•</span>
  2189.                                    <span style="color: #999;">12 May 2026</span>
  2190.                                </div>
  2191.                                <p class="blog-excerpt-v2"></p>
  2192.                              
  2193.                            </div>
  2194.                        </div>
  2195.                    </div>
  2196.                    
  2197.                    <div class="col-lg-6 col-md-6 col-12">
  2198.                        <div class="card blog-card-v2 animate-on-scroll">
  2199.                            <div class="blog-image-v2">
  2200.                                
  2201.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2202.                                
  2203.                                <span class="blog-category-v2 bg-primary-gradient">
  2204.                                    News
  2205.                                </span>
  2206.                            </div>
  2207.                            <div class="blog-content-v2">
  2208.                                <h3 class="blog-title-v2">
  2209.                                    <a class="top-color" href="/peaceful-conclusion-to-messis-visit-to-india-in-the-wake-of-kolkata-chaos/">
  2210.                                    Peaceful Conclusion to Messi&#x27;s Visit to India In the Wake of Kolkata Chaos
  2211.                                    </a>
  2212.                                </h3>
  2213.                                <div class="blog-meta-v2">
  2214.                                    
  2215.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2216.                                    
  2217.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2218.                                    <span>By Michael Spencer</span>
  2219.                                    <span style="color: #ccc;">•</span>
  2220.                                    <span style="color: #999;">12 May 2026</span>
  2221.                                </div>
  2222.                                <p class="blog-excerpt-v2"></p>
  2223.                              
  2224.                            </div>
  2225.                        </div>
  2226.                    </div>
  2227.                    
  2228.                    <div class="col-lg-6 col-md-6 col-12">
  2229.                        <div class="card blog-card-v2 animate-on-scroll">
  2230.                            <div class="blog-image-v2">
  2231.                                
  2232.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2233.                                
  2234.                                <span class="blog-category-v2 bg-primary-gradient">
  2235.                                    News
  2236.                                </span>
  2237.                            </div>
  2238.                            <div class="blog-content-v2">
  2239.                                <h3 class="blog-title-v2">
  2240.                                    <a class="top-color" href="/esteemed-photographer-brian-harris-obituary-a-life-behind-the-camera/">
  2241.                                    Esteemed Photographer Brian Harris Obituary: A Life Behind the Camera
  2242.                                    </a>
  2243.                                </h3>
  2244.                                <div class="blog-meta-v2">
  2245.                                    
  2246.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2247.                                    
  2248.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2249.                                    <span>By Michael Spencer</span>
  2250.                                    <span style="color: #ccc;">•</span>
  2251.                                    <span style="color: #999;">12 May 2026</span>
  2252.                                </div>
  2253.                                <p class="blog-excerpt-v2"></p>
  2254.                              
  2255.                            </div>
  2256.                        </div>
  2257.                    </div>
  2258.                    
  2259.                    <div class="col-lg-6 col-md-6 col-12">
  2260.                        <div class="card blog-card-v2 animate-on-scroll">
  2261.                            <div class="blog-image-v2">
  2262.                                
  2263.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2264.                                
  2265.                                <span class="blog-category-v2 bg-primary-gradient">
  2266.                                    News
  2267.                                </span>
  2268.                            </div>
  2269.                            <div class="blog-content-v2">
  2270.                                <h3 class="blog-title-v2">
  2271.                                    <a class="top-color" href="/new-yorks-met-museum-faces-legal-challenge-over-reportedly-nazi-plundered-van-gogh-painting/">
  2272.                                    New York&#x27;s Met Museum Faces Legal Challenge Over Reportedly Nazi-Plundered Van Gogh Painting
  2273.                                    </a>
  2274.                                </h3>
  2275.                                <div class="blog-meta-v2">
  2276.                                    
  2277.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2278.                                    
  2279.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2280.                                    <span>By Michael Spencer</span>
  2281.                                    <span style="color: #ccc;">•</span>
  2282.                                    <span style="color: #999;">12 May 2026</span>
  2283.                                </div>
  2284.                                <p class="blog-excerpt-v2"></p>
  2285.                              
  2286.                            </div>
  2287.                        </div>
  2288.                    </div>
  2289.                    
  2290.                    <div class="col-lg-6 col-md-6 col-12">
  2291.                        <div class="card blog-card-v2 animate-on-scroll">
  2292.                            <div class="blog-image-v2">
  2293.                                
  2294.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2295.                                
  2296.                                <span class="blog-category-v2 bg-primary-gradient">
  2297.                                    News
  2298.                                </span>
  2299.                            </div>
  2300.                            <div class="blog-content-v2">
  2301.                                <h3 class="blog-title-v2">
  2302.                                    <a class="top-color" href="/american-lawmaker-calls-on-former-prince-andrew-to-testify-in-jeffrey-epstein-investigation/">
  2303.                                    American Lawmaker Calls On Former Prince Andrew to Testify in Jeffrey Epstein Investigation
  2304.                                    </a>
  2305.                                </h3>
  2306.                                <div class="blog-meta-v2">
  2307.                                    
  2308.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2309.                                    
  2310.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2311.                                    <span>By Michael Spencer</span>
  2312.                                    <span style="color: #ccc;">•</span>
  2313.                                    <span style="color: #999;">12 May 2026</span>
  2314.                                </div>
  2315.                                <p class="blog-excerpt-v2"></p>
  2316.                              
  2317.                            </div>
  2318.                        </div>
  2319.                    </div>
  2320.                    
  2321.                    <div class="col-lg-6 col-md-6 col-12">
  2322.                        <div class="card blog-card-v2 animate-on-scroll">
  2323.                            <div class="blog-image-v2">
  2324.                                
  2325.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                                
  2327.                                <span class="blog-category-v2 bg-primary-gradient">
  2328.                                    News
  2329.                                </span>
  2330.                            </div>
  2331.                            <div class="blog-content-v2">
  2332.                                <h3 class="blog-title-v2">
  2333.                                    <a class="top-color" href="/bahrain-to-present-case-at-british-supreme-court-over-state-immunity-in-spyware-allegations/">
  2334.                                    Bahrain to Present Case at British Supreme Court Over State Immunity in Spyware Allegations
  2335.                                    </a>
  2336.                                </h3>
  2337.                                <div class="blog-meta-v2">
  2338.                                    
  2339.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="blog-author-img-v2">
  2340.                                    
  2341.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2342.                                    <span>By Michael Spencer</span>
  2343.                                    <span style="color: #ccc;">•</span>
  2344.                                    <span style="color: #999;">12 May 2026</span>
  2345.                                </div>
  2346.                                <p class="blog-excerpt-v2"></p>
  2347.                              
  2348.                            </div>
  2349.                        </div>
  2350.                    </div>
  2351.                    
  2352.                    
  2353.  
  2354.                </div>
  2355.            </div>
  2356.            
  2357.               <div class="col col-lg-4 col-12">
  2358.                
  2359.  
  2360.  
  2361.  
  2362.    
  2363.  
  2364.  
  2365. <!-- Blog Sidebar V2 - Focused Design -->
  2366. <div class="sidebar">
  2367.  <!-- Recent Posts Section -->
  2368.  <div class="sidebar-widget mb-4">
  2369.    <div class="widget-title-wrapper mb-3">
  2370.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2371.        <i class="ti-time me-2"></i>Recent Posts
  2372.        <span class="title-arrow-primary"></span>
  2373.      </h4>
  2374.    </div>
  2375.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2376.      <div class="recent-post-list">
  2377.      
  2378.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2379.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2380.              
  2381.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2382.              
  2383.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2384.          </div>
  2385.          <div class="post-content flex-grow-1">
  2386.            <h6 class="post-title mb-2">
  2387.               <a href="/the-visionary-filmmaker-sets-the-record-straight-computers-dont-create-avatar-films/" class="text-decoration-none top-color fw-semibold lh-sm">
  2388.                                            The Visionary Filmmaker Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  2389.                                            </a>
  2390.            </h6>
  2391.            <div class="post-meta">
  2392.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2393.              <!-- <small class="text-muted">
  2394.                <i class="ti-eye me-1"></i>348 views
  2395.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2396.              </small> -->
  2397.            </div>
  2398.          </div>
  2399.        </div>
  2400.        
  2401.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2402.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2403.              
  2404.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2405.              
  2406.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2407.          </div>
  2408.          <div class="post-content flex-grow-1">
  2409.            <h6 class="post-title mb-2">
  2410.               <a href="/shackled-isolated-and-terrified-the-grim-situation-for-female-inmates-compelled-to-deliver-in-prison/" class="text-decoration-none top-color fw-semibold lh-sm">
  2411.                                            Shackled, Isolated and Terrified: The Grim Situation for Female Inmates Compelled to Deliver in Prison.
  2412.                                            </a>
  2413.            </h6>
  2414.            <div class="post-meta">
  2415.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2416.              <!-- <small class="text-muted">
  2417.                <i class="ti-eye me-1"></i>348 views
  2418.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2419.              </small> -->
  2420.            </div>
  2421.          </div>
  2422.        </div>
  2423.        
  2424.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2425.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2426.              
  2427.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2428.              
  2429.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2430.          </div>
  2431.          <div class="post-content flex-grow-1">
  2432.            <h6 class="post-title mb-2">
  2433.               <a href="/a-account-of-unexpected-generosity-when-a-student-allowed-me-to-stay-on-her-dormitory-ground/" class="text-decoration-none top-color fw-semibold lh-sm">
  2434.                                            A Account of Unexpected Generosity: When a Student Allowed Me to Stay on Her Dormitory Ground
  2435.                                            </a>
  2436.            </h6>
  2437.            <div class="post-meta">
  2438.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2439.              <!-- <small class="text-muted">
  2440.                <i class="ti-eye me-1"></i>348 views
  2441.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2442.              </small> -->
  2443.            </div>
  2444.          </div>
  2445.        </div>
  2446.        
  2447.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2448.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2449.              
  2450.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2451.              
  2452.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2453.          </div>
  2454.          <div class="post-content flex-grow-1">
  2455.            <h6 class="post-title mb-2">
  2456.               <a href="/amid-those-ruined-remains-of-an-residential-building-i-saw-a-volume-i-had-rendered/" class="text-decoration-none top-color fw-semibold lh-sm">
  2457.                                            Amid those Ruined Remains of an Residential Building, I Saw a Volume I Had Rendered
  2458.                                            </a>
  2459.            </h6>
  2460.            <div class="post-meta">
  2461.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2462.              <!-- <small class="text-muted">
  2463.                <i class="ti-eye me-1"></i>348 views
  2464.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2465.              </small> -->
  2466.            </div>
  2467.          </div>
  2468.        </div>
  2469.        
  2470.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2471.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2472.              
  2473.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2474.              
  2475.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2476.          </div>
  2477.          <div class="post-content flex-grow-1">
  2478.            <h6 class="post-title mb-2">
  2479.               <a href="/3-game-pass-titles-we-are-enjoying-over-the-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2480.                                            3 Game Pass Titles We Are Enjoying Over the Weekend (Oct. 10-12)
  2481.                                            </a>
  2482.            </h6>
  2483.            <div class="post-meta">
  2484.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2485.              <!-- <small class="text-muted">
  2486.                <i class="ti-eye me-1"></i>348 views
  2487.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2488.              </small> -->
  2489.            </div>
  2490.          </div>
  2491.        </div>
  2492.        
  2493.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2494.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2495.              
  2496.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2497.              
  2498.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2499.          </div>
  2500.          <div class="post-content flex-grow-1">
  2501.            <h6 class="post-title mb-2">
  2502.               <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-vast-mbera-camp-on-the-mali-frontier/" class="text-decoration-none top-color fw-semibold lh-sm">
  2503.                                            Daily Existence for one hundred twenty thousand Displaced People in Mauritania&#x27;s Vast Mbera Camp on the Mali Frontier.
  2504.                                            </a>
  2505.            </h6>
  2506.            <div class="post-meta">
  2507.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2508.              <!-- <small class="text-muted">
  2509.                <i class="ti-eye me-1"></i>348 views
  2510.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2511.              </small> -->
  2512.            </div>
  2513.          </div>
  2514.        </div>
  2515.        
  2516.  
  2517.      </div>
  2518.  
  2519.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2520.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2521.      </div> -->
  2522.    </div>
  2523.  </div>
  2524.  
  2525.    
  2526.  <div class="sidebar-widget mb-4">
  2527.    <div class="widget-title-wrapper mb-3">
  2528.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2529.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2530.        <span class="title-arrow"></span>
  2531.      </h4>
  2532.    </div>
  2533.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2534.      <div class="blog-roll-list scrollable-sidebar">
  2535.        
  2536.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2537.          <a href="https://thebirchesmedicalpractice.co.uk/" class="text-decoration-none ">
  2538.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2539.              <i class="ti-angle-right me-2 text-primary"></i>
  2540.               online casinos not on gamstop
  2541.            </h6>
  2542.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2543.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2544.            </div> -->
  2545.          </a>
  2546.        </div>
  2547.          
  2548.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2549.          <a href="https://www.geekgirlmeetup.co.uk/" class="text-decoration-none ">
  2550.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2551.              <i class="ti-angle-right me-2 text-primary"></i>
  2552.               casinos not on gamstop
  2553.            </h6>
  2554.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2555.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2556.            </div> -->
  2557.          </a>
  2558.        </div>
  2559.          
  2560.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  2562.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2563.              <i class="ti-angle-right me-2 text-primary"></i>
  2564.               non gamstop casinos
  2565.            </h6>
  2566.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2567.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2568.            </div> -->
  2569.          </a>
  2570.        </div>
  2571.          
  2572.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2573.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop" class="text-decoration-none ">
  2574.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2575.              <i class="ti-angle-right me-2 text-primary"></i>
  2576.               casinos not on gamstop
  2577.            </h6>
  2578.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2579.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2580.            </div> -->
  2581.          </a>
  2582.        </div>
  2583.          
  2584.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2585.          <a href="https://nursingnotes.co.uk/" class="text-decoration-none ">
  2586.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2587.              <i class="ti-angle-right me-2 text-primary"></i>
  2588.               nursingnotes.co.uk
  2589.            </h6>
  2590.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2591.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2592.            </div> -->
  2593.          </a>
  2594.        </div>
  2595.          
  2596.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2597.          <a href="https://www.voiceprint.co.uk/" class="text-decoration-none ">
  2598.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2599.              <i class="ti-angle-right me-2 text-primary"></i>
  2600.               online casinos
  2601.            </h6>
  2602.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2603.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2604.            </div> -->
  2605.          </a>
  2606.        </div>
  2607.          
  2608.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2609.          <a href="https://dcuwater.ie/" class="text-decoration-none ">
  2610.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2611.              <i class="ti-angle-right me-2 text-primary"></i>
  2612.               best online casinos in ireland
  2613.            </h6>
  2614.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2615.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2616.            </div> -->
  2617.          </a>
  2618.        </div>
  2619.          
  2620.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2621.          <a href="https://voice4change-england.com/" class="text-decoration-none ">
  2622.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2623.              <i class="ti-angle-right me-2 text-primary"></i>
  2624.               best online betting sites
  2625.            </h6>
  2626.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2627.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2628.            </div> -->
  2629.          </a>
  2630.        </div>
  2631.          
  2632.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2633.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  2634.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2635.              <i class="ti-angle-right me-2 text-primary"></i>
  2636.               non gamstop casino
  2637.            </h6>
  2638.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2639.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2640.            </div> -->
  2641.          </a>
  2642.        </div>
  2643.          
  2644.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2645.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2646.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2647.              <i class="ti-angle-right me-2 text-primary"></i>
  2648.               online casinos
  2649.            </h6>
  2650.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2651.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2652.            </div> -->
  2653.          </a>
  2654.        </div>
  2655.          
  2656.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2657.          <a href="https://www.techandplay.org/" class="text-decoration-none ">
  2658.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2659.              <i class="ti-angle-right me-2 text-primary"></i>
  2660.               non gamstop betting sites
  2661.            </h6>
  2662.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2663.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2664.            </div> -->
  2665.          </a>
  2666.        </div>
  2667.          
  2668.      </div>
  2669.  
  2670.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2671.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2672.      </div> -->
  2673.    </div>
  2674.  </div>
  2675.    
  2676.  <div class="sidebar-widget mb-4">
  2677.    <div class="widget-title-wrapper mb-3">
  2678.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2679.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2680.        <span class="title-arrow"></span>
  2681.      </h4>
  2682.    </div>
  2683.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2684.      <div class="blog-roll-list scrollable-sidebar">
  2685.        
  2686.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.          <a href="https://barnabyfestival.org.uk" class="text-decoration-none ">
  2688.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2689.              <i class="ti-angle-right me-2 text-primary"></i>
  2690.               sports betting sites not on gamstop
  2691.            </h6>
  2692.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2693.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2694.            </div> -->
  2695.          </a>
  2696.        </div>
  2697.          
  2698.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.          <a href="https://www.artigiano.co.uk/" class="text-decoration-none ">
  2700.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2701.              <i class="ti-angle-right me-2 text-primary"></i>
  2702.               casino games
  2703.            </h6>
  2704.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2705.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2706.            </div> -->
  2707.          </a>
  2708.        </div>
  2709.          
  2710.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2711.          <a href="https://www.thecakestore.co.uk/" class="text-decoration-none ">
  2712.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2713.              <i class="ti-angle-right me-2 text-primary"></i>
  2714.               no verification casinos UK
  2715.            </h6>
  2716.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2717.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2718.            </div> -->
  2719.          </a>
  2720.        </div>
  2721.          
  2722.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.          <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none ">
  2724.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2725.              <i class="ti-angle-right me-2 text-primary"></i>
  2726.               casinos not on gamstop
  2727.            </h6>
  2728.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2729.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2730.            </div> -->
  2731.          </a>
  2732.        </div>
  2733.          
  2734.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.          <a href="https://stmargarets.london/" class="text-decoration-none ">
  2736.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2737.              <i class="ti-angle-right me-2 text-primary"></i>
  2738.               casino not on gamstop
  2739.            </h6>
  2740.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2741.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2742.            </div> -->
  2743.          </a>
  2744.        </div>
  2745.          
  2746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.          <a href="https://www.uberrock.co.uk/" class="text-decoration-none ">
  2748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.              <i class="ti-angle-right me-2 text-primary"></i>
  2750.               casinos not on gamstop
  2751.            </h6>
  2752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2754.            </div> -->
  2755.          </a>
  2756.        </div>
  2757.          
  2758.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2760.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.              <i class="ti-angle-right me-2 text-primary"></i>
  2762.               slots not on gamstop
  2763.            </h6>
  2764.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2765.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2766.            </div> -->
  2767.          </a>
  2768.        </div>
  2769.          
  2770.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2771.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2772.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2773.              <i class="ti-angle-right me-2 text-primary"></i>
  2774.               slots not on gamstop
  2775.            </h6>
  2776.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2777.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2778.            </div> -->
  2779.          </a>
  2780.        </div>
  2781.          
  2782.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2783.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2784.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2785.              <i class="ti-angle-right me-2 text-primary"></i>
  2786.               slots not on gamstop
  2787.            </h6>
  2788.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2789.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2790.            </div> -->
  2791.          </a>
  2792.        </div>
  2793.          
  2794.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2796.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2797.              <i class="ti-angle-right me-2 text-primary"></i>
  2798.               slots not on gamstop
  2799.            </h6>
  2800.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2801.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2802.            </div> -->
  2803.          </a>
  2804.        </div>
  2805.          
  2806.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2807.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2808.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2809.              <i class="ti-angle-right me-2 text-primary"></i>
  2810.               slots not on gamstop
  2811.            </h6>
  2812.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2813.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2814.            </div> -->
  2815.          </a>
  2816.        </div>
  2817.          
  2818.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  2820.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.              <i class="ti-angle-right me-2 text-primary"></i>
  2822.               gambling sites not on gamstop
  2823.            </h6>
  2824.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2825.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2826.            </div> -->
  2827.          </a>
  2828.        </div>
  2829.          
  2830.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2832.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2833.              <i class="ti-angle-right me-2 text-primary"></i>
  2834.               slots not on gamstop
  2835.            </h6>
  2836.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2837.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2838.            </div> -->
  2839.          </a>
  2840.        </div>
  2841.          
  2842.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2843.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2844.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2845.              <i class="ti-angle-right me-2 text-primary"></i>
  2846.               slots not on gamstop
  2847.            </h6>
  2848.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2849.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2850.            </div> -->
  2851.          </a>
  2852.        </div>
  2853.          
  2854.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2856.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.              <i class="ti-angle-right me-2 text-primary"></i>
  2858.               slots not on gamstop
  2859.            </h6>
  2860.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2861.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2862.            </div> -->
  2863.          </a>
  2864.        </div>
  2865.          
  2866.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2868.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2869.              <i class="ti-angle-right me-2 text-primary"></i>
  2870.               slots not on gamstop
  2871.            </h6>
  2872.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2873.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2874.            </div> -->
  2875.          </a>
  2876.        </div>
  2877.          
  2878.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2879.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2880.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2881.              <i class="ti-angle-right me-2 text-primary"></i>
  2882.               casino sites not on gamstop
  2883.            </h6>
  2884.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2885.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2886.            </div> -->
  2887.          </a>
  2888.        </div>
  2889.          
  2890.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2892.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2893.              <i class="ti-angle-right me-2 text-primary"></i>
  2894.               slots not on gamstop
  2895.            </h6>
  2896.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2897.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2898.            </div> -->
  2899.          </a>
  2900.        </div>
  2901.          
  2902.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.          <a href="https://www.elthampalace.org.uk/" class="text-decoration-none ">
  2904.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.              <i class="ti-angle-right me-2 text-primary"></i>
  2906.               slots not on gamstop
  2907.            </h6>
  2908.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2909.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2910.            </div> -->
  2911.          </a>
  2912.        </div>
  2913.          
  2914.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2915.          <a href="https://craftanddough.co.uk/" class="text-decoration-none ">
  2916.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2917.              <i class="ti-angle-right me-2 text-primary"></i>
  2918.               best credit card casinos
  2919.            </h6>
  2920.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2921.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2922.            </div> -->
  2923.          </a>
  2924.        </div>
  2925.          
  2926.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  2928.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2929.              <i class="ti-angle-right me-2 text-primary"></i>
  2930.               Non UK Gambling Sites
  2931.            </h6>
  2932.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2933.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2934.            </div> -->
  2935.          </a>
  2936.        </div>
  2937.          
  2938.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.          <a href="https://www.nhsborders.org.uk/" class="text-decoration-none ">
  2940.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2941.              <i class="ti-angle-right me-2 text-primary"></i>
  2942.               crypto slots
  2943.            </h6>
  2944.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2945.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2946.            </div> -->
  2947.          </a>
  2948.        </div>
  2949.          
  2950.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2951.          <a href="https://swtrains.co.uk/" class="text-decoration-none ">
  2952.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2953.              <i class="ti-angle-right me-2 text-primary"></i>
  2954.               spinshark welcome offer
  2955.            </h6>
  2956.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2957.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2958.            </div> -->
  2959.          </a>
  2960.        </div>
  2961.          
  2962.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.          <a href="https://qualityofcarenetwork.org/" class="text-decoration-none ">
  2964.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2965.              <i class="ti-angle-right me-2 text-primary"></i>
  2966.               lolajack casino
  2967.            </h6>
  2968.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2969.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2970.            </div> -->
  2971.          </a>
  2972.        </div>
  2973.          
  2974.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.          <a href="https://thebrexitparty.org" class="text-decoration-none ">
  2976.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2977.              <i class="ti-angle-right me-2 text-primary"></i>
  2978.               non gamstop casino
  2979.            </h6>
  2980.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2981.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2982.            </div> -->
  2983.          </a>
  2984.        </div>
  2985.          
  2986.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2987.          <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="text-decoration-none ">
  2988.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2989.              <i class="ti-angle-right me-2 text-primary"></i>
  2990.               Trusted Non GamStop Casinos
  2991.            </h6>
  2992.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2993.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2994.            </div> -->
  2995.          </a>
  2996.        </div>
  2997.          
  2998.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.          <a href="https://notredamedelagarde.fr" class="text-decoration-none ">
  3000.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.              <i class="ti-angle-right me-2 text-primary"></i>
  3002.               casino en ligne fiable
  3003.            </h6>
  3004.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3005.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3006.            </div> -->
  3007.          </a>
  3008.        </div>
  3009.          
  3010.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  3012.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3013.              <i class="ti-angle-right me-2 text-primary"></i>
  3014.               casino not on gamstop
  3015.            </h6>
  3016.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3017.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3018.            </div> -->
  3019.          </a>
  3020.        </div>
  3021.          
  3022.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3023.          <a href="https://www.capturingourcoast.co.uk/" class="text-decoration-none ">
  3024.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3025.              <i class="ti-angle-right me-2 text-primary"></i>
  3026.               best uk non GamStop casinos
  3027.            </h6>
  3028.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3029.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3030.            </div> -->
  3031.          </a>
  3032.        </div>
  3033.          
  3034.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.          <a href="https://cafcwomen.co.uk/" class="text-decoration-none ">
  3036.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.              <i class="ti-angle-right me-2 text-primary"></i>
  3038.               poker site not on gamstop
  3039.            </h6>
  3040.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3041.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3042.            </div> -->
  3043.          </a>
  3044.        </div>
  3045.          
  3046.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  3048.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3049.              <i class="ti-angle-right me-2 text-primary"></i>
  3050.               non gamstop casino
  3051.            </h6>
  3052.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3053.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3054.            </div> -->
  3055.          </a>
  3056.        </div>
  3057.          
  3058.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3059.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3060.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3061.              <i class="ti-angle-right me-2 text-primary"></i>
  3062.               non gamstop casino
  3063.            </h6>
  3064.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3065.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3066.            </div> -->
  3067.          </a>
  3068.        </div>
  3069.          
  3070.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3072.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.              <i class="ti-angle-right me-2 text-primary"></i>
  3074.               non gamstop casino
  3075.            </h6>
  3076.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3077.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3078.            </div> -->
  3079.          </a>
  3080.        </div>
  3081.          
  3082.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3084.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3085.              <i class="ti-angle-right me-2 text-primary"></i>
  3086.               casino not on gamstop
  3087.            </h6>
  3088.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3089.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3090.            </div> -->
  3091.          </a>
  3092.        </div>
  3093.          
  3094.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3095.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3096.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3097.              <i class="ti-angle-right me-2 text-primary"></i>
  3098.               Non UK Casinos
  3099.            </h6>
  3100.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3101.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3102.            </div> -->
  3103.          </a>
  3104.        </div>
  3105.          
  3106.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.          <a href="https://stephenwalter.co.uk/" class="text-decoration-none ">
  3108.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.              <i class="ti-angle-right me-2 text-primary"></i>
  3110.               best online betting sites uk
  3111.            </h6>
  3112.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3113.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3114.            </div> -->
  3115.          </a>
  3116.        </div>
  3117.          
  3118.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.          <a href="https://www.escapistmagazine.com/uk/bitcoin-casinos" class="text-decoration-none ">
  3120.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3121.              <i class="ti-angle-right me-2 text-primary"></i>
  3122.               crypto casino
  3123.            </h6>
  3124.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3125.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3126.            </div> -->
  3127.          </a>
  3128.        </div>
  3129.          
  3130.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3132.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3133.              <i class="ti-angle-right me-2 text-primary"></i>
  3134.               non gamstop casino uk
  3135.            </h6>
  3136.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3137.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3138.            </div> -->
  3139.          </a>
  3140.        </div>
  3141.          
  3142.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.          <a href="https://www.gameshub.com/uk/online-casinos/" class="text-decoration-none ">
  3144.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.              <i class="ti-angle-right me-2 text-primary"></i>
  3146.               non gamstop casino
  3147.            </h6>
  3148.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3149.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3150.            </div> -->
  3151.          </a>
  3152.        </div>
  3153.          
  3154.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.          <a href="https://www.squarebox.co.uk/" class="text-decoration-none ">
  3156.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3157.              <i class="ti-angle-right me-2 text-primary"></i>
  3158.               best non Gamstop casinos
  3159.            </h6>
  3160.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3161.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3162.            </div> -->
  3163.          </a>
  3164.        </div>
  3165.          
  3166.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3168.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3169.              <i class="ti-angle-right me-2 text-primary"></i>
  3170.               casino sites not on gamstop
  3171.            </h6>
  3172.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3173.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3174.            </div> -->
  3175.          </a>
  3176.        </div>
  3177.          
  3178.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3180.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.              <i class="ti-angle-right me-2 text-primary"></i>
  3182.               online casino zonder cruks
  3183.            </h6>
  3184.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3185.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3186.            </div> -->
  3187.          </a>
  3188.        </div>
  3189.          
  3190.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  3192.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3193.              <i class="ti-angle-right me-2 text-primary"></i>
  3194.               casinos not on GamStop
  3195.            </h6>
  3196.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3197.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3198.            </div> -->
  3199.          </a>
  3200.        </div>
  3201.          
  3202.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.          <a href="https://www.wildandgame.co.uk" class="text-decoration-none ">
  3204.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3205.              <i class="ti-angle-right me-2 text-primary"></i>
  3206.               casino not on gamestop
  3207.            </h6>
  3208.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3209.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3210.            </div> -->
  3211.          </a>
  3212.        </div>
  3213.          
  3214.      </div>
  3215.  
  3216.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3217.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3218.      </div> -->
  3219.    </div>
  3220.  </div>
  3221.    
  3222.  <div class="sidebar-widget mb-4">
  3223.    <div class="widget-title-wrapper mb-3">
  3224.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3225.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3226.        <span class="title-arrow"></span>
  3227.      </h4>
  3228.    </div>
  3229.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3230.      <div class="blog-roll-list scrollable-sidebar">
  3231.        
  3232.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3233.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  3234.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3235.              <i class="ti-angle-right me-2 text-primary"></i>
  3236.               non GamStop casinos
  3237.            </h6>
  3238.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3239.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3240.            </div> -->
  3241.          </a>
  3242.        </div>
  3243.          
  3244.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3245.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3246.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3247.              <i class="ti-angle-right me-2 text-primary"></i>
  3248.               casino not on GamStop
  3249.            </h6>
  3250.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3251.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3252.            </div> -->
  3253.          </a>
  3254.        </div>
  3255.          
  3256.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3258.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3259.              <i class="ti-angle-right me-2 text-primary"></i>
  3260.               casinos not on gamstop
  3261.            </h6>
  3262.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3263.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3264.            </div> -->
  3265.          </a>
  3266.        </div>
  3267.          
  3268.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3269.          <a href="https://www.bmag.org.uk/" class="text-decoration-none ">
  3270.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3271.              <i class="ti-angle-right me-2 text-primary"></i>
  3272.               best casino sites
  3273.            </h6>
  3274.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3275.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3276.            </div> -->
  3277.          </a>
  3278.        </div>
  3279.          
  3280.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3281.          <a href="https://www.labodeganegra.com/" class="text-decoration-none ">
  3282.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3283.              <i class="ti-angle-right me-2 text-primary"></i>
  3284.               casino not on GamStop
  3285.            </h6>
  3286.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3287.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3288.            </div> -->
  3289.          </a>
  3290.        </div>
  3291.          
  3292.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3293.          <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none ">
  3294.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3295.              <i class="ti-angle-right me-2 text-primary"></i>
  3296.               best casino not on GamStop
  3297.            </h6>
  3298.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3299.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3300.            </div> -->
  3301.          </a>
  3302.        </div>
  3303.          
  3304.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  3306.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3307.              <i class="ti-angle-right me-2 text-primary"></i>
  3308.               best online casino
  3309.            </h6>
  3310.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3311.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3312.            </div> -->
  3313.          </a>
  3314.        </div>
  3315.          
  3316.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3317.          <a href="https://www.nmds-sc-online.org.uk/" class="text-decoration-none ">
  3318.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3319.              <i class="ti-angle-right me-2 text-primary"></i>
  3320.               best esports betting sites
  3321.            </h6>
  3322.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3323.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3324.            </div> -->
  3325.          </a>
  3326.        </div>
  3327.          
  3328.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3329.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  3330.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3331.              <i class="ti-angle-right me-2 text-primary"></i>
  3332.               non GamStop casinos
  3333.            </h6>
  3334.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3335.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3336.            </div> -->
  3337.          </a>
  3338.        </div>
  3339.          
  3340.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3342.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3343.              <i class="ti-angle-right me-2 text-primary"></i>
  3344.               casinos not on GamStop
  3345.            </h6>
  3346.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3347.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3348.            </div> -->
  3349.          </a>
  3350.        </div>
  3351.          
  3352.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3353.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3354.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3355.              <i class="ti-angle-right me-2 text-primary"></i>
  3356.               non GamStop casinos
  3357.            </h6>
  3358.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3359.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3360.            </div> -->
  3361.          </a>
  3362.        </div>
  3363.          
  3364.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3365.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3366.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3367.              <i class="ti-angle-right me-2 text-primary"></i>
  3368.               non GamStop casino
  3369.            </h6>
  3370.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3371.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3372.            </div> -->
  3373.          </a>
  3374.        </div>
  3375.          
  3376.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3377.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3378.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3379.              <i class="ti-angle-right me-2 text-primary"></i>
  3380.               slot sites not on GamStop
  3381.            </h6>
  3382.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3383.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3384.            </div> -->
  3385.          </a>
  3386.        </div>
  3387.          
  3388.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3389.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3390.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3391.              <i class="ti-angle-right me-2 text-primary"></i>
  3392.               casino not on gamstop
  3393.            </h6>
  3394.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3395.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3396.            </div> -->
  3397.          </a>
  3398.        </div>
  3399.          
  3400.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3401.          <a href="https://www.cressbrook.co.uk/" class="text-decoration-none ">
  3402.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3403.              <i class="ti-angle-right me-2 text-primary"></i>
  3404.               casino not on gamstop
  3405.            </h6>
  3406.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3407.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3408.            </div> -->
  3409.          </a>
  3410.        </div>
  3411.          
  3412.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3413.          <a href="https://hisbe.co.uk/" class="text-decoration-none ">
  3414.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3415.              <i class="ti-angle-right me-2 text-primary"></i>
  3416.               uk casinos not on gamstop
  3417.            </h6>
  3418.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3419.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3420.            </div> -->
  3421.          </a>
  3422.        </div>
  3423.          
  3424.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3425.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3426.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3427.              <i class="ti-angle-right me-2 text-primary"></i>
  3428.               casino not on gamstop
  3429.            </h6>
  3430.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3431.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3432.            </div> -->
  3433.          </a>
  3434.        </div>
  3435.          
  3436.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3437.          <a href="https://santanderjobs.co.uk/" class="text-decoration-none ">
  3438.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3439.              <i class="ti-angle-right me-2 text-primary"></i>
  3440.               best betting sites
  3441.            </h6>
  3442.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3443.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3444.            </div> -->
  3445.          </a>
  3446.        </div>
  3447.          
  3448.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3449.          <a href="https://www.jeremyforlabour.com/" class="text-decoration-none ">
  3450.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3451.              <i class="ti-angle-right me-2 text-primary"></i>
  3452.               casinos not on gamstop
  3453.            </h6>
  3454.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3455.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3456.            </div> -->
  3457.          </a>
  3458.        </div>
  3459.          
  3460.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3461.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3462.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3463.              <i class="ti-angle-right me-2 text-primary"></i>
  3464.               Non GamStop Casino
  3465.            </h6>
  3466.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3467.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3468.            </div> -->
  3469.          </a>
  3470.        </div>
  3471.          
  3472.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3473.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3474.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3475.              <i class="ti-angle-right me-2 text-primary"></i>
  3476.               casinos not blocked by Gamban
  3477.            </h6>
  3478.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3479.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3480.            </div> -->
  3481.          </a>
  3482.        </div>
  3483.          
  3484.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3485.          <a href="https://www.socresonline.org.uk/" class="text-decoration-none ">
  3486.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3487.              <i class="ti-angle-right me-2 text-primary"></i>
  3488.               bitcoin casinos
  3489.            </h6>
  3490.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3491.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3492.            </div> -->
  3493.          </a>
  3494.        </div>
  3495.          
  3496.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3497.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  3498.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3499.              <i class="ti-angle-right me-2 text-primary"></i>
  3500.               casinos not on gamstop
  3501.            </h6>
  3502.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3503.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3504.            </div> -->
  3505.          </a>
  3506.        </div>
  3507.          
  3508.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3509.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  3510.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3511.              <i class="ti-angle-right me-2 text-primary"></i>
  3512.               casinos not on gamstop
  3513.            </h6>
  3514.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3515.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3516.            </div> -->
  3517.          </a>
  3518.        </div>
  3519.          
  3520.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3521.          <a href="https://www.helloitscraig.co.uk/" class="text-decoration-none ">
  3522.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3523.              <i class="ti-angle-right me-2 text-primary"></i>
  3524.               non gamstop casino
  3525.            </h6>
  3526.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3527.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3528.            </div> -->
  3529.          </a>
  3530.        </div>
  3531.          
  3532.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3533.          <a href="https://www.marblearchcavesgeopark.com/" class="text-decoration-none ">
  3534.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3535.              <i class="ti-angle-right me-2 text-primary"></i>
  3536.               non gamstop casinos
  3537.            </h6>
  3538.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3539.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3540.            </div> -->
  3541.          </a>
  3542.        </div>
  3543.          
  3544.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3545.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3546.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3547.              <i class="ti-angle-right me-2 text-primary"></i>
  3548.               bitcoin casinos
  3549.            </h6>
  3550.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3551.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3552.            </div> -->
  3553.          </a>
  3554.        </div>
  3555.          
  3556.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3557.          <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk" class="text-decoration-none ">
  3558.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3559.              <i class="ti-angle-right me-2 text-primary"></i>
  3560.               bitcoin casino UK
  3561.            </h6>
  3562.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3563.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3564.            </div> -->
  3565.          </a>
  3566.        </div>
  3567.          
  3568.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3569.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3570.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3571.              <i class="ti-angle-right me-2 text-primary"></i>
  3572.               non gamstop casino
  3573.            </h6>
  3574.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3575.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3576.            </div> -->
  3577.          </a>
  3578.        </div>
  3579.          
  3580.      </div>
  3581.  
  3582.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3583.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3584.      </div> -->
  3585.    </div>
  3586.  </div>
  3587.    
  3588.  <div class="sidebar-widget mb-4">
  3589.    <div class="widget-title-wrapper mb-3">
  3590.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3591.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3592.        <span class="title-arrow"></span>
  3593.      </h4>
  3594.    </div>
  3595.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3596.      <div class="blog-roll-list scrollable-sidebar">
  3597.        
  3598.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3599.          <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none ">
  3600.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3601.              <i class="ti-angle-right me-2 text-primary"></i>
  3602.               top online casinos
  3603.            </h6>
  3604.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3605.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3606.            </div> -->
  3607.          </a>
  3608.        </div>
  3609.          
  3610.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3611.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  3612.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3613.              <i class="ti-angle-right me-2 text-primary"></i>
  3614.               online casino
  3615.            </h6>
  3616.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3617.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3618.            </div> -->
  3619.          </a>
  3620.        </div>
  3621.          
  3622.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3623.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3624.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3625.              <i class="ti-angle-right me-2 text-primary"></i>
  3626.               non gamstop casinos
  3627.            </h6>
  3628.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3629.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3630.            </div> -->
  3631.          </a>
  3632.        </div>
  3633.          
  3634.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3635.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3636.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3637.              <i class="ti-angle-right me-2 text-primary"></i>
  3638.               casinos not on gamstop
  3639.            </h6>
  3640.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3641.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3642.            </div> -->
  3643.          </a>
  3644.        </div>
  3645.          
  3646.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3647.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3648.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3649.              <i class="ti-angle-right me-2 text-primary"></i>
  3650.               betting sites not on gamstop
  3651.            </h6>
  3652.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3653.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3654.            </div> -->
  3655.          </a>
  3656.        </div>
  3657.          
  3658.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3659.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3660.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3661.              <i class="ti-angle-right me-2 text-primary"></i>
  3662.               non gamstop betting sites
  3663.            </h6>
  3664.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3665.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3666.            </div> -->
  3667.          </a>
  3668.        </div>
  3669.          
  3670.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3671.          <a href="https://platypuspress.co.uk/" class="text-decoration-none ">
  3672.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3673.              <i class="ti-angle-right me-2 text-primary"></i>
  3674.               casinos not on gamstop
  3675.            </h6>
  3676.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3677.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3678.            </div> -->
  3679.          </a>
  3680.        </div>
  3681.          
  3682.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3683.          <a href="https://botafogo.co.uk/" class="text-decoration-none ">
  3684.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3685.              <i class="ti-angle-right me-2 text-primary"></i>
  3686.               online casinos
  3687.            </h6>
  3688.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3689.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3690.            </div> -->
  3691.          </a>
  3692.        </div>
  3693.          
  3694.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3695.          <a href="https://www.casquette.co.uk/" class="text-decoration-none ">
  3696.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3697.              <i class="ti-angle-right me-2 text-primary"></i>
  3698.               non gamstop casino
  3699.            </h6>
  3700.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3701.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3702.            </div> -->
  3703.          </a>
  3704.        </div>
  3705.          
  3706.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3707.          <a href="https://jst.org.uk/" class="text-decoration-none ">
  3708.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3709.              <i class="ti-angle-right me-2 text-primary"></i>
  3710.               online casinos
  3711.            </h6>
  3712.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3713.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3714.            </div> -->
  3715.          </a>
  3716.        </div>
  3717.          
  3718.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3719.          <a href="https://www.bentley.org.uk/" class="text-decoration-none ">
  3720.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3721.              <i class="ti-angle-right me-2 text-primary"></i>
  3722.               best uk non gamstop casinos
  3723.            </h6>
  3724.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3725.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3726.            </div> -->
  3727.          </a>
  3728.        </div>
  3729.          
  3730.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3731.          <a href="https://www.chemical-records.co.uk/" class="text-decoration-none ">
  3732.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3733.              <i class="ti-angle-right me-2 text-primary"></i>
  3734.               non gamstop casinos
  3735.            </h6>
  3736.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3737.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3738.            </div> -->
  3739.          </a>
  3740.        </div>
  3741.          
  3742.      </div>
  3743.  
  3744.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3745.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3746.      </div> -->
  3747.    </div>
  3748.  </div>
  3749.    
  3750.  <!-- <div class="sidebar-widget">
  3751.    <div class="widget-title-wrapper mb-3">
  3752.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3753.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3754.        <span class="title-arrow"></span>
  3755.      </h4>
  3756.    </div>
  3757.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3758.      <div class="blog-roll-list">
  3759.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3760.          <a href="#" class="text-decoration-none">
  3761.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3762.              <i class="ti-angle-right me-2 text-primary"></i>
  3763.              Complete Guide to Django REST Framework
  3764.            </h6>
  3765.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3766.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3767.            </div>
  3768.          </a>
  3769.        </div>
  3770.  
  3771.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3772.          <a href="#" class="text-decoration-none">
  3773.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3774.              <i class="ti-angle-right me-2 text-primary"></i>
  3775.              Modern JavaScript ES2025 Features
  3776.            </h6>
  3777.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3778.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3779.            </div>
  3780.          </a>
  3781.        </div>
  3782.  
  3783.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3784.          <a href="#" class="text-decoration-none">
  3785.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3786.              <i class="ti-angle-right me-2 text-primary"></i>
  3787.              Digital Marketing Trends in 2025
  3788.            </h6>
  3789.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3790.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3791.            </div>
  3792.          </a>
  3793.        </div>
  3794.  
  3795.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3796.          <a href="#" class="text-decoration-none">
  3797.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3798.              <i class="ti-angle-right me-2 text-primary"></i>
  3799.              Remote Work Best Practices
  3800.            </h6>
  3801.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3802.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3803.            </div>
  3804.          </a>
  3805.        </div>
  3806.  
  3807.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3808.          <a href="#" class="text-decoration-none">
  3809.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3810.              <i class="ti-angle-right me-2 text-primary"></i>
  3811.              Sustainable Living Tips for Beginners
  3812.            </h6>
  3813.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3814.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3815.            </div>
  3816.          </a>
  3817.        </div>
  3818.  
  3819.        <div class="blog-roll-item">
  3820.          <a href="#" class="text-decoration-none">
  3821.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3822.              <i class="ti-angle-right me-2 text-primary"></i>
  3823.              AI and Machine Learning Basics
  3824.            </h6>
  3825.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3826.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3827.            </div>
  3828.          </a>
  3829.        </div>
  3830.      </div>
  3831.  
  3832.      <div class="text-center mt-4 pt-3 border-top border-light">
  3833.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3834.      </div>
  3835.    </div>
  3836.  </div> -->
  3837. </div>
  3838.  
  3839. <!-- Sidebar V2 Styles -->
  3840. <style>
  3841.  .sidebar-widget {
  3842.    position: relative;
  3843.  }
  3844.  
  3845.  .widget-title {
  3846.    font-size: 1.1rem;
  3847.    font-weight: 700;
  3848.    display: inline-block;
  3849.    position: relative;
  3850.    z-index: 2;
  3851.    border-radius: 0;
  3852.  }
  3853.  
  3854.  /* Green arrow for August Blog Roll */
  3855.  .title-arrow::after {
  3856.    content: '';
  3857.    position: absolute;
  3858.    top: 0;
  3859.    right: -22px;
  3860.    width: 0;
  3861.    height: 0;
  3862.    border-left: 22px solid var(--bs-primary);
  3863.    border-top: 22px solid transparent;
  3864.    border-bottom: 22px solid transparent;
  3865.    z-index: 1;
  3866.  }
  3867.  
  3868.  /* Blue arrow for Recent Posts */
  3869.  .title-arrow-primary::after {
  3870.    content: '';
  3871.    position: absolute;
  3872.    top: 0;
  3873.    right: -22px;
  3874.    width: 0;
  3875.    height: 0;
  3876.    border-left: 22px solid var(--bs-primary);
  3877.    border-top: 22px solid transparent;
  3878.    border-bottom: 22px solid transparent;
  3879.    z-index: 1;
  3880.  }
  3881.  
  3882.  .widget-content {
  3883.    margin-top: -1px;
  3884.    position: relative;
  3885.    z-index: 1;
  3886.    background-color: var(--card-bg);
  3887.  }
  3888.  
  3889.  /* Blog Roll Items Hover Effects */
  3890.  .blog-roll-item:hover .blog-title {
  3891.    color: #198754 !important;
  3892.    transform: translateX(5px);
  3893.    transition: all 0.3s ease;
  3894.  }
  3895.  
  3896.  /* Recent Post Items Hover Effects */
  3897.  .recent-post-item:hover .post-title a {
  3898.    color: #0d6efd !important;
  3899.    transition: color 0.3s ease;
  3900.  }
  3901.  
  3902.  .recent-post-item:hover .post-image img {
  3903.    transform: scale(1.05);
  3904.    transition: transform 0.3s ease;
  3905.  }
  3906.  
  3907.  /* Button Hover Effects */
  3908.  .btn:hover {
  3909.    transform: translateY(-2px);
  3910.    transition: all 0.3s ease;
  3911.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3912.  }
  3913.  
  3914.  /* Badge Hover Effects */
  3915.  .badge:hover {
  3916.    transform: scale(1.05);
  3917.    transition: transform 0.3s ease;
  3918.  }
  3919.  
  3920.  @media (max-width: 991px) {
  3921.    .sidebar {
  3922.      margin-top: 3rem;
  3923.    }
  3924.  }
  3925.  
  3926.  @media (max-width: 576px) {
  3927.    .widget-title {
  3928.      font-size: 1rem;
  3929.      padding: 0.75rem 1rem !important;
  3930.    }
  3931.  
  3932.    .title-arrow::after,
  3933.    .title-arrow-primary::after {
  3934.      right: -18px;
  3935.      border-left-width: 18px;
  3936.      border-top-width: 18px;
  3937.      border-bottom-width: 18px;
  3938.    }
  3939.  
  3940.    .post-image {
  3941.      width: 70px !important;
  3942.      height: 55px !important;
  3943.    }
  3944.  
  3945.    .blog-meta {
  3946.      flex-direction: column !important;
  3947.      align-items: flex-start !important;
  3948.      gap: 0.5rem;
  3949.    }
  3950.  }
  3951. </style>
  3952.  
  3953.    
  3954.            </div>
  3955.        </div>
  3956.    </div>
  3957. </section>
  3958.  
  3959. <script>
  3960. // Intersection Observer for scroll animations
  3961. document.addEventListener('DOMContentLoaded', function() {
  3962.    const observerOptions = {
  3963.        threshold: 0.1,
  3964.        rootMargin: '0px 0px -50px 0px'
  3965.    };
  3966.  
  3967.    const observer = new IntersectionObserver(function(entries) {
  3968.        entries.forEach(entry => {
  3969.            if (entry.isIntersecting) {
  3970.                entry.target.classList.add('animated');
  3971.            }
  3972.        });
  3973.    }, observerOptions);
  3974.  
  3975.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3976.        observer.observe(el);
  3977.    });
  3978. });
  3979. </script>
  3980.  
  3981.    
  3982.        
  3983.        <!-- end wpo-blog-highlights-section -->
  3984.        <!-- start wpo-blog-sponsored-section -->
  3985.        
  3986.  
  3987.  
  3988.  
  3989.    
  3990.  
  3991.  
  3992.  
  3993. <style>
  3994.    .sponsored-section-v6 {
  3995.        padding: 45px 0;
  3996.        background: transparent;
  3997.    }
  3998.    
  3999.    .sponsored-card-v6 {
  4000.        background: #ffffff;
  4001.        border: 1px solid #f8f8f8;
  4002.        transition: opacity 0.3s ease;
  4003.        height: 100%;
  4004.    }
  4005.    
  4006.    .sponsored-card-v6:hover {
  4007.        opacity: 0.95;
  4008.    }
  4009.    
  4010.    .sponsored-image-v6 {
  4011.        position: relative;
  4012.        height: 170px;
  4013.    }
  4014.    
  4015.    .sponsored-image-v6 img {
  4016.        width: 100%;
  4017.        height: 100%;
  4018.        object-fit: cover;
  4019.    }
  4020.    
  4021.    .sponsored-image-v6::after {
  4022.        content: '';
  4023.        position: absolute;
  4024.        top: 0;
  4025.        left: 0;
  4026.        right: 0;
  4027.        bottom: 0;
  4028.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  4029.    }
  4030.    
  4031.    .sponsored-badge-v6 {
  4032.        position: absolute;
  4033.        top: 10px;
  4034.        left: 10px;
  4035.        padding: 5px 12px;
  4036.        font-size: 12px;
  4037.        font-weight: 600;
  4038.        text-transform: uppercase;
  4039.        border-radius: 4px;
  4040.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  4041.    }
  4042.    
  4043.    .sponsored-content-v6 {
  4044.        padding: 12px;
  4045.    }
  4046.    
  4047.    .sponsored-title-v6 {
  4048.        font-size: 14px;
  4049.        font-weight: 700;
  4050.        line-height: 1.3;
  4051.        margin-bottom: 6px;
  4052.        color: #333;
  4053.    }
  4054.    
  4055.    .sponsored-title-v6 a {
  4056.        text-decoration: none;
  4057.        color: #333;
  4058.    }
  4059.    
  4060.    .sponsored-title-v6 a:hover {
  4061.        color: #fd7e14; /* Orange hover */
  4062.    }
  4063.    
  4064.    .sponsored-excerpt-v6 {
  4065.        font-size: 12px;
  4066.        font-weight: 600;
  4067.        color: #868e96;
  4068.        margin-bottom: 8px;
  4069.        line-height: 1.4;
  4070.    }
  4071.    
  4072.    .sponsored-meta-v6 {
  4073.        font-size: 11px;
  4074.        color: #6c757d;
  4075.    }
  4076.    
  4077.    .author-info-v6 {
  4078.        display: inline;
  4079.        margin-right: 10px;
  4080.    }
  4081.    
  4082.    .sponsored-author-img-v6 {
  4083.        width: 20px;
  4084.        height: 20px;
  4085.        border-radius: 50%;
  4086.        object-fit: cover;
  4087.        vertical-align: middle;
  4088.        margin-right: 4px;
  4089.    }
  4090.    
  4091.    .section-title-sponsored-v6 {
  4092.        font-size: 1.9rem;
  4093.        font-weight: 600;
  4094.        text-align: left;
  4095.        margin-bottom: 25px;
  4096.        color: #333;
  4097.        border-left: 4px solid #fd7e14;
  4098.        padding-left: 15px;
  4099.    }
  4100.  
  4101.    @media (max-width: 768px) {
  4102.        .sponsored-section-v6 {
  4103.            padding: 25px 0;
  4104.        }
  4105.        .sponsored-image-v6 {
  4106.            height: 130px;
  4107.        }
  4108.        .sponsored-content-v6 {
  4109.            padding: 10px;
  4110.        }
  4111.        .sponsored-title-v6 {
  4112.            font-size: 13px;
  4113.        }
  4114.        .sponsored-excerpt-v6 {
  4115.            font-size: 11px;
  4116.        }
  4117.        .section-title-sponsored-v6 {
  4118.            font-size: 1.6rem;
  4119.            padding-left: 10px;
  4120.        }
  4121.    }
  4122. </style>
  4123.  
  4124. <section class="sponsored-section-v6">
  4125.    <div class="container-fluid fluid-container">
  4126.        <div class="row">
  4127.            <div class="col-12">
  4128.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  4129.            </div>
  4130.        </div>
  4131.        
  4132.        <div class="row g-3">
  4133.            
  4134.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4135.                <div class="card sponsored-card-v6">
  4136.                    <div class="sponsored-image-v6">
  4137.                        
  4138.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4139.                        
  4140.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4141.                    </div>
  4142.                    <div class="sponsored-content-v6">
  4143.                        <h3 class="sponsored-title-v6">
  4144.                            <a href="/the-visionary-filmmaker-sets-the-record-straight-computers-dont-create-avatar-films/" >
  4145.                                            The Visionary Filmmaker Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  4146.                                            </a>
  4147.                        </h3>
  4148.                        <p class="sponsored-excerpt-v6">
  4149.                            
  4150.                        </p>
  4151.                        <div class="sponsored-meta-v6">
  4152.                            <span class="author-info-v6">
  4153.                                
  4154.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="sponsored-author-img-v6">
  4155.                                
  4156.                               Michael Spencer
  4157.                            </span>
  4158.                            | 11 May 2026
  4159.                        </div>
  4160.                    </div>
  4161.                </div>
  4162.            </div>
  4163.            
  4164.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4165.                <div class="card sponsored-card-v6">
  4166.                    <div class="sponsored-image-v6">
  4167.                        
  4168.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4169.                        
  4170.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4171.                    </div>
  4172.                    <div class="sponsored-content-v6">
  4173.                        <h3 class="sponsored-title-v6">
  4174.                            <a href="/shackled-isolated-and-terrified-the-grim-situation-for-female-inmates-compelled-to-deliver-in-prison/" >
  4175.                                            Shackled, Isolated and Terrified: The Grim Situation for Female Inmates Compelled to Deliver in Prison.
  4176.                                            </a>
  4177.                        </h3>
  4178.                        <p class="sponsored-excerpt-v6">
  4179.                            
  4180.                        </p>
  4181.                        <div class="sponsored-meta-v6">
  4182.                            <span class="author-info-v6">
  4183.                                
  4184.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="sponsored-author-img-v6">
  4185.                                
  4186.                               Michael Spencer
  4187.                            </span>
  4188.                            | 11 May 2026
  4189.                        </div>
  4190.                    </div>
  4191.                </div>
  4192.            </div>
  4193.            
  4194.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4195.                <div class="card sponsored-card-v6">
  4196.                    <div class="sponsored-image-v6">
  4197.                        
  4198.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4199.                        
  4200.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4201.                    </div>
  4202.                    <div class="sponsored-content-v6">
  4203.                        <h3 class="sponsored-title-v6">
  4204.                            <a href="/a-account-of-unexpected-generosity-when-a-student-allowed-me-to-stay-on-her-dormitory-ground/" >
  4205.                                            A Account of Unexpected Generosity: When a Student Allowed Me to Stay on Her Dormitory Ground
  4206.                                            </a>
  4207.                        </h3>
  4208.                        <p class="sponsored-excerpt-v6">
  4209.                            
  4210.                        </p>
  4211.                        <div class="sponsored-meta-v6">
  4212.                            <span class="author-info-v6">
  4213.                                
  4214.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="sponsored-author-img-v6">
  4215.                                
  4216.                               Michael Spencer
  4217.                            </span>
  4218.                            | 11 May 2026
  4219.                        </div>
  4220.                    </div>
  4221.                </div>
  4222.            </div>
  4223.            
  4224.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4225.                <div class="card sponsored-card-v6">
  4226.                    <div class="sponsored-image-v6">
  4227.                        
  4228.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4229.                        
  4230.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4231.                    </div>
  4232.                    <div class="sponsored-content-v6">
  4233.                        <h3 class="sponsored-title-v6">
  4234.                            <a href="/amid-those-ruined-remains-of-an-residential-building-i-saw-a-volume-i-had-rendered/" >
  4235.                                            Amid those Ruined Remains of an Residential Building, I Saw a Volume I Had Rendered
  4236.                                            </a>
  4237.                        </h3>
  4238.                        <p class="sponsored-excerpt-v6">
  4239.                            
  4240.                        </p>
  4241.                        <div class="sponsored-meta-v6">
  4242.                            <span class="author-info-v6">
  4243.                                
  4244.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="sponsored-author-img-v6">
  4245.                                
  4246.                               Michael Spencer
  4247.                            </span>
  4248.                            | 11 May 2026
  4249.                        </div>
  4250.                    </div>
  4251.                </div>
  4252.            </div>
  4253.            
  4254.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4255.                <div class="card sponsored-card-v6">
  4256.                    <div class="sponsored-image-v6">
  4257.                        
  4258.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4259.                        
  4260.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4261.                    </div>
  4262.                    <div class="sponsored-content-v6">
  4263.                        <h3 class="sponsored-title-v6">
  4264.                            <a href="/3-game-pass-titles-we-are-enjoying-over-the-weekend-oct-10-12/" >
  4265.                                            3 Game Pass Titles We Are Enjoying Over the Weekend (Oct. 10-12)
  4266.                                            </a>
  4267.                        </h3>
  4268.                        <p class="sponsored-excerpt-v6">
  4269.                            
  4270.                        </p>
  4271.                        <div class="sponsored-meta-v6">
  4272.                            <span class="author-info-v6">
  4273.                                
  4274.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="sponsored-author-img-v6">
  4275.                                
  4276.                               Michael Spencer
  4277.                            </span>
  4278.                            | 11 May 2026
  4279.                        </div>
  4280.                    </div>
  4281.                </div>
  4282.            </div>
  4283.            
  4284.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4285.                <div class="card sponsored-card-v6">
  4286.                    <div class="sponsored-image-v6">
  4287.                        
  4288.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4289.                        
  4290.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  4291.                    </div>
  4292.                    <div class="sponsored-content-v6">
  4293.                        <h3 class="sponsored-title-v6">
  4294.                            <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-vast-mbera-camp-on-the-mali-frontier/" >
  4295.                                            Daily Existence for one hundred twenty thousand Displaced People in Mauritania&#x27;s Vast Mbera Camp on the Mali Frontier.
  4296.                                            </a>
  4297.                        </h3>
  4298.                        <p class="sponsored-excerpt-v6">
  4299.                            
  4300.                        </p>
  4301.                        <div class="sponsored-meta-v6">
  4302.                            <span class="author-info-v6">
  4303.                                
  4304.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Michael Spencer" class="sponsored-author-img-v6">
  4305.                                
  4306.                               Michael Spencer
  4307.                            </span>
  4308.                            | 11 May 2026
  4309.                        </div>
  4310.                    </div>
  4311.                </div>
  4312.            </div>
  4313.            
  4314.        </div>
  4315.    </div>
  4316. </section>
  4317.  
  4318.  
  4319.    
  4320.        <!-- end wpo-blog-sponsored-section -->
  4321.        <!-- start wpo-subscribe-section -->
  4322.        
  4323.        <!-- end subscribe-section -->
  4324.        <!-- start of wpo-site-footer-section -->
  4325.        
  4326.  
  4327.  
  4328.  
  4329.  
  4330.  
  4331. <footer class="wpo-site-footer-v2">
  4332.    <!-- Main Footer Content -->
  4333.    <div class="wpo-main-footer">
  4334.        <div class="container-fluid fluid-container">
  4335.            <div class="row g-4">
  4336.                
  4337.                <!-- Company Info Section -->
  4338.                <div class="col-lg-4 col-md-6 col-12">
  4339.                    <div class="footer-widget company-info-widget">
  4340.                        <div class="widget-header">
  4341.                            <div class="footer-logo">
  4342.                                
  4343.                                    <h2 class="footer-logo-text">Luckra Palace</h2>
  4344.                                
  4345.                            </div>
  4346.                        </div>
  4347.                        <div class="widget-content2 footer-widget-content2">
  4348.                            <p class="company-description-text">
  4349.                                Explore luxury travel tips, UK destination guides, and exclusive hotel reviews at Luckra Palace. Your go-to blog for premium travel experiences and inspiration.
  4350.                            </p>
  4351.                            <div class="contact-info2">
  4352.                                <div class="contact-item">
  4353.                                    <i class="fas fa-envelope"></i>
  4354.                                    <span><a href="/cdn-cgi/l/email-protection#7d111413160e3d131805091f1c1e16111413160e531e1210" class="footer-link2"><span class="__cf_email__" data-cfemail="660a0f080d152608031e120407050d0a0f080d154805090b">[email&#160;protected]</span></a></span>
  4355.                                </div>
  4356.                                <!-- <div class="contact-item">
  4357.                                    <i class="fas fa-phone"></i>
  4358.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  4359.                                </div> -->
  4360.                            </div>
  4361.                        </div>
  4362.                    </div>
  4363.                </div>
  4364.  
  4365.                <!-- Quick Links Section -->
  4366.                <div class="col-lg-4 col-md-6 col-12">
  4367.                    <div class="footer-widget quick-links-widget">
  4368.                        <div class="widget-header">
  4369.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  4370.                        </div>
  4371.                        <div class="widget-content2 footer-widget-content2">
  4372.                            <ul class="footer-links">
  4373.                                
  4374.                                <li><a href="/virginias-new-governor-creates-history-as-first-female-governor/" class="footer-link">Virginia&#x27;s New Governor Creates History as First Female Governor</a></li>
  4375.                                
  4376.                                <li><a href="/when-did-i-get-that-handsome-bruce-springsteen-on-seeing-the-actor-play-him-on-screen/" class="footer-link">‘When Did I Get That Handsome?’: Bruce Springsteen on Seeing The Actor Play Him On Screen</a></li>
  4377.                                
  4378.                                <li><a href="/untangling-the-top-rated-undercover-techniques-of-digital-machine-game-payouts/" class="footer-link">Untangling the Top-Rated Undercover Techniques of Digital Machine Game Payouts</a></li>
  4379.                                
  4380.                                <li><a href="/the-debut-record-daughters-explores-grief-and-style/" class="footer-link">The Debut Record &quot;Daughters&quot; Explores Grief and Style</a></li>
  4381.                                
  4382.                                <li><a href="/putin-pledges-continuous-crude-oil-supplies-to-india-in-defiance-of-us-demands/" class="footer-link">Putin Pledges Continuous Crude Oil Supplies to India in Defiance of US Demands</a></li>
  4383.                                
  4384.                                <li><a href="/gaza-war-in-visualizations-after-two-years-of-fighting/" class="footer-link">Gaza War in Visualizations After Two Years of Fighting</a></li>
  4385.                                
  4386.                            </ul>
  4387.                        </div>
  4388.                    </div>
  4389.                </div>
  4390.  
  4391.                <!-- Blog Rolls Section -->
  4392.          <div class="col-lg-3 col-md-6 col-12">
  4393.    <div class="footer-widget blog-rolls-widget">
  4394.        <div class="widget-header">
  4395.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  4396.        </div>
  4397.        <div class="widget-content2 footer-widget-content2">
  4398.            <div class="row">
  4399.                <div class="col-6">
  4400.                    <ul class="footer-links" id="blogroll">
  4401.                        
  4402.                        
  4403.                        
  4404.                        
  4405.                        
  4406.                        
  4407.                        
  4408.                    </ul>
  4409.                </div>
  4410.            </div>
  4411.        </div>
  4412.    </div>
  4413. </div>
  4414.                <!-- Categories Section -->
  4415.                <div class="col-lg-4 col-md-6 col-12">
  4416.                    <div class="footer-widget categories-widget">
  4417.                        <div class="widget-header">
  4418.                            <h4 class="widget-title2 categories-title">Categories</h4>
  4419.                        </div>
  4420.                        <div class="widget-content2 footer-widget-content2">
  4421.                            <div class="row">
  4422.                                <div class="col-6">
  4423.                                    <ul class="footer-links">
  4424.                                        
  4425.                                        <li> <a href="/category/all-posts/" class="footer-link">
  4426.                                            All Posts
  4427.                                        </a></li>
  4428.                                        
  4429.                                        <li> <a href="/category/business/" class="footer-link">
  4430.                                            Business
  4431.                                        </a></li>
  4432.                                        
  4433.                                        <li> <a href="/category/esports/" class="footer-link">
  4434.                                            Esports
  4435.                                        </a></li>
  4436.                                        
  4437.                                        <li> <a href="/category/fashion/" class="footer-link">
  4438.                                            Fashion
  4439.                                        </a></li>
  4440.                                        
  4441.                                        <li> <a href="/category/featured/" class="footer-link">
  4442.                                            Featured
  4443.                                        </a></li>
  4444.                                        
  4445.                                    </ul>
  4446.                                </div>
  4447.                              
  4448.                            </div>
  4449.                        </div>
  4450.                    </div>
  4451.                </div>
  4452.  
  4453.            </div>
  4454.        </div>
  4455.    </div>
  4456.  
  4457.    <!-- Footer Bottom -->
  4458.    <div class="footer-bottom">
  4459.        <div class="container-fluid fluid-container">
  4460.            <div class="row align-items-center">
  4461.                <!-- Copyright -->
  4462.                <div class="col-lg-6 col-md-6 col-12">
  4463.                    <div class="copyright-text">
  4464.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Luckra Palace</strong>.
  4465.                            All rights reserved.
  4466.                        </p>
  4467.                    </div>
  4468.                </div>
  4469.  
  4470.                <!-- Footer Menu -->
  4471.                <div class="col-lg-6 col-md-6 col-12">
  4472.                    <div class="footer-menu">
  4473.                        <ul class="bottom-menu">
  4474.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  4475.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  4476.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  4477.                        </ul>
  4478.                    </div>
  4479.                </div>
  4480.            </div>
  4481.        </div>
  4482.    </div>
  4483.  
  4484. </footer>
  4485.  
  4486. <style>
  4487. /* Footer V2 Styles */
  4488. .wpo-site-footer-v2 {
  4489.    background: var(--footer-bg);
  4490.    color: var(--footer-color);
  4491.    position: relative;
  4492.    overflow: hidden;
  4493. }
  4494.  
  4495. .wpo-site-footer-v2::before {
  4496.    content: '';
  4497.    position: absolute;
  4498.    top: 0;
  4499.    left: 0;
  4500.    right: 0;
  4501.    bottom: 0;
  4502.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  4503.    pointer-events: none;
  4504. }
  4505.  
  4506. .wpo-main-footer {
  4507.    padding: 60px 0 40px;
  4508.    position: relative;
  4509.    z-index: 2;
  4510. }
  4511.  
  4512. .footer-widget {
  4513.    margin-bottom: 30px;
  4514. }
  4515.  
  4516. .widget-header {
  4517.    margin-bottom: 25px;
  4518. }
  4519.  
  4520. .widget-title2 {
  4521.    font-size: 20px;
  4522.    font-weight: 700;
  4523.    color: var(--footer-color) !important;
  4524.    margin: 0;
  4525.    position: relative;
  4526.    padding-bottom: 10px;
  4527. }
  4528.  
  4529. .widget-title2::after {
  4530.    content: '';
  4531.    position: absolute;
  4532.    bottom: 0;
  4533.    left: 0;
  4534.    width: 40px;
  4535.    height: 3px;
  4536.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4537.    border-radius: 2px;
  4538. }
  4539.  
  4540. /* Company Info Styles */
  4541. .footer-logo-img {
  4542.    max-height: 100px;
  4543.    margin-bottom: 20px;
  4544. }
  4545.  
  4546. .footer-logo-text {
  4547.    color: var(--footer-color);
  4548. }
  4549.  
  4550. .company-description-text {
  4551.    font-size: 14px;
  4552.    line-height: 1.7;
  4553.    color: var(--footer-color);
  4554.    margin-bottom: 25px;
  4555. }
  4556.  
  4557. .contact-info2 .contact-item {
  4558.    display: flex;
  4559.    align-items: center;
  4560.    margin-bottom: 10px;
  4561.    font-size: 14px;
  4562. }
  4563.  
  4564. .contact-info2 .contact-item i {
  4565.    width: 20px;
  4566.    color: var(--footer-color);
  4567.    margin-right: 10px;
  4568. }
  4569.  
  4570. /* Footer Links Styles */
  4571. .footer-links {
  4572.    list-style: none;
  4573.    padding: 0;
  4574.    margin: 0;
  4575. }
  4576.  
  4577. .footer-links li {
  4578.    margin-bottom: 12px;
  4579. }
  4580. .footer-link2 {
  4581.    color: var(--footer-color) !important;
  4582. }
  4583. .footer-link2:hover {
  4584.    color: blue !important;
  4585. }
  4586. .footer-links a{
  4587.    color: var(--footer-color) !important;
  4588.    text-decoration: none;
  4589.    cursor: pointer;
  4590.    font-size: 14px;
  4591.    transition: all 0.3s ease;
  4592.    position: relative;
  4593. }
  4594.  
  4595. .footer-links a:hover {
  4596.    color: #4f46e5 !important;
  4597.    padding-left: 8px;
  4598. }
  4599.  
  4600. /* Footer Bottom Styles */
  4601. .footer-bottom {
  4602.    background: rgba(0, 0, 0, 0.3);
  4603.    padding: 20px 0;
  4604.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4605.    position: relative;
  4606.    z-index: 2;
  4607. }
  4608.  
  4609. .copyright-text-p {
  4610.    margin: 0;
  4611.    font-size: 14px;
  4612.    color: var(--footer-color);
  4613. }
  4614.  
  4615. .footer-sitename {
  4616.    color: var(--footer-color);
  4617. }
  4618.  
  4619. .bottom-menu {
  4620.    list-style: none;
  4621.    padding: 0;
  4622.    margin: 0;
  4623.    display: flex;
  4624.    justify-content: flex-end;
  4625.    gap: 20px;
  4626. }
  4627.  
  4628. .bottom-menu a {
  4629.    color: var(--footer-color);
  4630.    text-decoration: none;
  4631.    font-size: 14px;
  4632.    transition: color 0.3s ease;
  4633. }
  4634.  
  4635. .bottom-menu a:hover {
  4636.    color: #4f46e5;
  4637. }
  4638.  
  4639. @media (max-width: 768px) {
  4640.    .wpo-main-footer {
  4641.        padding: 40px 0 30px;
  4642.    }
  4643.    
  4644.    .bottom-menu {
  4645.        justify-content: center;
  4646.        margin-top: 15px;
  4647.    }
  4648.    
  4649.    .copyright-text {
  4650.        text-align: center;
  4651.    }
  4652.    
  4653.    .social-links {
  4654.        justify-content: center;
  4655.    }
  4656. }
  4657.  
  4658. @media (max-width: 576px) {
  4659.    .widget-title2 {
  4660.        font-size: 18px;
  4661.    }
  4662.    
  4663.    .newsletter-form .input-group {
  4664.        flex-direction: column;
  4665.    }
  4666.    
  4667.    .newsletter-form .btn {
  4668.        margin-top: 10px;
  4669.        border-radius: 8px;
  4670.    }
  4671.    
  4672.    .newsletter-form .form-control {
  4673.        border-radius: 8px;
  4674.    }
  4675. }
  4676. </style>
  4677.  
  4678.  
  4679. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4680.  document.addEventListener('DOMContentLoaded', function () {
  4681.    var btn = document.getElementById('toggleMore');
  4682.    if (!btn) return; // If there are <=5 items, no need for the button
  4683.  
  4684.    var extras = document.querySelectorAll('#blogroll li.extra');
  4685.  
  4686.    btn.addEventListener('click', function () {
  4687.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4688.        return li.classList.contains('d-none');
  4689.      });
  4690.  
  4691.      extras.forEach(function (li) {
  4692.        if (anyHidden) {
  4693.          li.classList.remove('d-none');
  4694.          li.classList.add('show'); // Show with smooth transition
  4695.        } else {
  4696.          li.classList.add('d-none');
  4697.          li.classList.remove('show'); // Hide smoothly
  4698.        }
  4699.      });
  4700.  
  4701.      // Update the button text and aria-expanded attribute
  4702.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4703.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4704.    });
  4705.  });
  4706. </script>
  4707.        <!-- end of wpo-site-footer-section -->
  4708.    </div>
  4709.    <!-- end of page-wrapper -->
  4710.  
  4711.    <!-- All JavaScript files
  4712.    ================================================== -->
  4713.    
  4714.  
  4715. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4716. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4717. <!-- Plugins for this template -->
  4718. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4719. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4720. <!-- Custom script for this template -->
  4721. <script src="/static/blogapp/assets/js/script.js"></script>
  4722.  
  4723. <script>
  4724. (function () {
  4725. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4726. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4727.  
  4728. function applyFallback(img) {
  4729. if (!img || img.dataset.fallbackApplied === "1") {
  4730. return;
  4731. }
  4732. var failedSrc = img.currentSrc || img.src || "";
  4733. img.dataset.fallbackApplied = "1";
  4734. img.onerror = null;
  4735. img.src = fallbackImageSrc;
  4736. console.warn("[ImageFallback] Replaced broken image:", {
  4737. failedSrc: failedSrc,
  4738. fallbackSrc: fallbackImageSrc,
  4739. alt: img.alt || "",
  4740. });
  4741. }
  4742.  
  4743. document.querySelectorAll("img").forEach(function (img) {
  4744. if (img.complete && img.naturalWidth === 0) {
  4745. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4746. failedSrc: img.currentSrc || img.src || "",
  4747. alt: img.alt || "",
  4748. });
  4749. applyFallback(img);
  4750. }
  4751. });
  4752.  
  4753. document.addEventListener(
  4754. "error",
  4755. function (event) {
  4756. var target = event.target;
  4757. if (target && target.tagName === "IMG") {
  4758. applyFallback(target);
  4759. }
  4760. },
  4761. true
  4762. );
  4763. })();
  4764. </script>
  4765.  
  4766. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4767.  
  4768.  
  4769.  
  4770. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"2928b793be2343b5b3f8d802327bcc3f","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4771. </body>
  4772.  
  4773. </html>
  4774.  
  4775.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda