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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  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_58_3SXqizv_tylNQ2i.png">
  14.    
  15.  
  16.    <title>Goldrai Gaming - UK&#x27;s Premier Gaming Community &amp; Esports Hub</title>
  17.    <meta name="description" content="Goldrai Gaming is a leading UK gaming community offering esports news, game reviews, tournaments, and guides for PC, console, and mobile gamers.">
  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://goldraigaming.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffc107;
  42.        --bs-primary-rgb: ffc107;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffc107;
  53.        --theme-primary-color-s2: #ffc107;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 10px;
  83.        --link-color: #ffc107;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 193, 7, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_39">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-the-photographers-stories/" class="px-5 top-color">
  425.                    Sharing a Dugout with Sir Alex and Getting &#x27;Knocked Out&#x27; – The Photographer&#x27;s Stories
  426.                  </a>
  427.              
  428.               <a href="/gavin-newsom-rejects-parole-for-cult-member-patricia-krenwinkel/" class="px-5 top-color">
  429.                    Gavin Newsom Rejects Parole for Cult Member Patricia Krenwinkel
  430.                  </a>
  431.              
  432.               <a href="/person-of-interest-in-brown-university-tragedy-located-dead-inside-storage-unit/" class="px-5 top-color">
  433.                    Person of Interest in Brown University Tragedy Located Dead Inside Storage Unit.
  434.                  </a>
  435.              
  436.               <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-mushrooms/" class="px-5 top-color">
  437.                    To Rinse or Not to Rinse: How to Properly Prepare Mushrooms
  438.                  </a>
  439.              
  440.               <a href="/body-of-competitive-swimmer-presumably-killed-by-great-white-found-on-california-shore/" class="px-5 top-color">
  441.                    Body of Competitive Swimmer Presumably Killed by Great White Found on California Shore
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <header class="custom-header mb-4">
  478.    <!-- Logo Section - Top Centered -->
  479.    <div class="logo-container">
  480.        <div class="container-fluid fluid-container">
  481.            <a class="brand-link" href="/">
  482.                
  483.                    Goldrai Gaming
  484.                
  485.            </a>
  486.        </div>
  487.    </div>
  488.  
  489.    <!-- Navigation Section -->
  490.    <div class="navigation-container">
  491.        <div class="container-fluid fluid-container">
  492.            <div class="nav-content">
  493.                <!-- Mobile toggle button -->
  494.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  495.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  496.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  497.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  498.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  499.                    </svg>
  500.                </button>
  501.  
  502.                <!-- Navigation Links - Left Side -->
  503.                <nav class="primary-nav navbar navbar-expand-lg">
  504.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  505.  
  506.                        
  507.                        <li class="nav-item">
  508.                            <a href="/" class="nav-link active">HOME</a>
  509.                        </li>
  510.                        
  511.                        
  512.                         <li class="nav-item">
  513.                            <a href="/category/all-posts/" class="nav-link">
  514.                                ALL POSTS
  515.                            </a>
  516.                            </li>
  517.  
  518.                            
  519.  
  520.                                    
  521.                                    
  522.                            
  523.                         <li class="nav-item">
  524.                            <a href="/category/business/" class="nav-link">
  525.                                BUSINESS
  526.                            </a>
  527.                            </li>
  528.  
  529.                            
  530.  
  531.                                    
  532.                                    
  533.                            
  534.                         <li class="nav-item">
  535.                            <a href="/category/esports/" class="nav-link">
  536.                                ESPORTS
  537.                            </a>
  538.                            </li>
  539.  
  540.                            
  541.  
  542.                                    
  543.                                    
  544.                            
  545.                         <li class="nav-item">
  546.                            <a href="/category/fashion/" class="nav-link">
  547.                                FASHION
  548.                            </a>
  549.                            </li>
  550.  
  551.                            
  552.  
  553.                                    
  554.                                    
  555.                            
  556.                         <li class="nav-item">
  557.                            <a href="/category/featured/" class="nav-link">
  558.                                FEATURED
  559.                            </a>
  560.                            </li>
  561.  
  562.                            
  563.  
  564.                                    
  565.                                    
  566.                            
  567.                        
  568.                            
  569.                            <li class="nav-item dropdown">
  570.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  571.                                    data-bs-toggle="dropdown" aria-expanded="false">
  572.                                    More
  573.                                </a>
  574.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  575.                                    <li>
  576.                                        <a class="dropdown-item"
  577.                                            href="/category/gaming/">
  578.                                            GAMING
  579.                                        </a>
  580.                                    </li>
  581.  
  582.                                    
  583.  
  584.                                    
  585.                                    
  586.                            
  587.                        
  588.                                    <li>
  589.                                        <a class="dropdown-item"
  590.                                            href="/category/health/">
  591.                                            HEALTH
  592.                                        </a>
  593.                                    </li>
  594.                                    
  595.  
  596.                                    
  597.                                    
  598.                            
  599.                        
  600.                                    <li>
  601.                                        <a class="dropdown-item"
  602.                                            href="/category/life-fitness/">
  603.                                            LIFE &amp; FITNESS
  604.                                        </a>
  605.                                    </li>
  606.                                    
  607.  
  608.                                    
  609.                                    
  610.                            
  611.                        
  612.                                    <li>
  613.                                        <a class="dropdown-item"
  614.                                            href="/category/lifestyle/">
  615.                                            LIFESTYLE
  616.                                        </a>
  617.                                    </li>
  618.                                    
  619.  
  620.                                    
  621.                                    
  622.                            
  623.                        
  624.                                    <li>
  625.                                        <a class="dropdown-item"
  626.                                            href="/category/news/">
  627.                                            NEWS
  628.                                        </a>
  629.                                    </li>
  630.                                    
  631.  
  632.                                    
  633.                                    
  634.                            
  635.                        
  636.                                    <li>
  637.                                        <a class="dropdown-item"
  638.                                            href="/category/others/">
  639.                                            OTHERS
  640.                                        </a>
  641.                                    </li>
  642.                                    
  643.  
  644.                                    
  645.                                    
  646.                            
  647.                        
  648.                                    <li>
  649.                                        <a class="dropdown-item"
  650.                                            href="/category/politics/">
  651.                                            POLITICS
  652.                                        </a>
  653.                                    </li>
  654.                                    
  655.  
  656.                                    
  657.                                    
  658.                            
  659.                        
  660.                                    <li>
  661.                                        <a class="dropdown-item"
  662.                                            href="/category/sports/">
  663.                                            SPORTS
  664.                                        </a>
  665.                                    </li>
  666.                                    
  667.  
  668.                                    
  669.                                    
  670.                            
  671.                        
  672.                                    <li>
  673.                                        <a class="dropdown-item"
  674.                                            href="/category/tech/">
  675.                                            TECH
  676.                                        </a>
  677.                                    </li>
  678.                                    
  679.  
  680.                                    
  681.                                    
  682.                            
  683.                        
  684.                                    <li>
  685.                                        <a class="dropdown-item"
  686.                                            href="/category/travel/">
  687.                                            TRAVEL
  688.                                        </a>
  689.                                    </li>
  690.                                    
  691.  
  692.                                    
  693.                                    
  694.                                </ul>
  695.                            </li>
  696.                            
  697.                            
  698. <li>
  699.                  <a href="/page/contact-us/">
  700.                     Contact Us
  701.                  </a>
  702.              </li>
  703.                    </ul>
  704.                </nav>
  705.  
  706.  
  707.                <!-- Search - Right Side -->
  708.                <div class="search-wrapper">
  709.                    <input type="search" class="search-input-field" placeholder="Search...">
  710.                    <!-- <button class="search-submit-btn" type="submit">
  711.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  712.                            stroke-width="2">
  713.                            <circle cx="11" cy="11" r="8"></circle>
  714.                            <path d="m21 21-4.35-4.35"></path>
  715.                        </svg>
  716.                    </button> -->
  717.                        <!-- The search results will be displayed here -->
  718.          <div id="search-results" class="search-results-container search-v1"></div>
  719.                </div>
  720.            </div>
  721.        </div>
  722.    </div>
  723. </header>
  724.  
  725.  
  726. <script>
  727.    function toggleNav() {
  728.        const nav = document.getElementById('primaryNav');
  729.        const toggle = document.querySelector('.mobile-nav-toggle');
  730.  
  731.        nav.classList.toggle('show');
  732.        toggle.classList.toggle('active');
  733.    }
  734.  
  735.    // Close nav when clicking outside
  736.    document.addEventListener('click', function (event) {
  737.        const nav = document.getElementById('primaryNav');
  738.        const toggle = document.querySelector('.mobile-nav-toggle');
  739.  
  740.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  741.            nav.classList.remove('show');
  742.            toggle.classList.remove('active');
  743.        }
  744.    });
  745.  
  746.    // Close nav when window is resized to desktop
  747.    window.addEventListener('resize', function () {
  748.        if (window.innerWidth > 768) {
  749.            document.getElementById('primaryNav').classList.remove('show');
  750.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  751.        }
  752.    });
  753.  
  754. </script>
  755.  
  756. <style>
  757.    .custom-header {
  758.        background: var(--navbar-bg);
  759.        border-bottom: 1px solid var(--border-color);
  760.        position: sticky;
  761.        top: 0;
  762.        z-index: 1000;
  763.        padding: 0px 10px;
  764.    }
  765.  
  766.    /* Logo Section - Top Centered */
  767.    .logo-container {
  768.        text-align: center;
  769.        padding: 10px 0;
  770.        background: var(--navbar-bg);
  771.        border-bottom: 1px solid var(--border-color);
  772.    }
  773.  
  774.    .brand-link {
  775.        display: inline-flex;
  776.        align-items: center;
  777.        text-decoration: none;
  778.    }
  779.  
  780.    .brand-link img {
  781.        height: 100px;
  782.        width: auto;
  783.    }
  784.  
  785.    /* Navigation Section */
  786.    .navigation-container {
  787.        background: var(--navbar-bg);
  788.        padding: 0;
  789.    }
  790.  
  791.    .nav-content {
  792.        display: flex;
  793.        align-items: center;
  794.        justify-content: space-between;
  795.        min-height: 60px;
  796.        position: relative;
  797.    }
  798.  
  799.    /* Mobile toggle button */
  800.    .mobile-nav-toggle {
  801.        display: none;
  802.        background: var(--navbar-bg);
  803.        border: 2px solid var(--bs-primary);
  804.        color: var(--navbar-color);
  805.        padding: 8px;
  806.        border-radius: 12px;
  807.        cursor: pointer;
  808.        transition: all 0.3s ease;
  809.    }
  810.  
  811.    .mobile-nav-toggle:hover {
  812.        background: var(--bs-primary);
  813.        color: var(--link-color) !important;
  814.    }
  815.  
  816.    /* Navigation Links - Left Side */
  817.    .primary-nav {
  818.        flex: 1;
  819.    }
  820.  
  821.    .nav-links-list {
  822.        display: flex;
  823.        list-style: none;
  824.        margin: 0;
  825.        padding: 0;
  826.        gap: 5px;
  827.        align-items: center;
  828.    }
  829.  
  830.    .nav-item {
  831.        display: block;
  832.        padding: 8px 16px;
  833.        color: #333;
  834.        text-decoration: none;
  835.        font-weight: 500;
  836.        font-size: 14px;
  837.        text-transform: uppercase;
  838.        letter-spacing: 0.5px;
  839.        border-radius: 12px;
  840.        transition: all 0.3s ease;
  841.        white-space: nowrap;
  842.    }
  843.  
  844.    .nav-item:hover {
  845.        background: rgba(0, 123, 255, 0.19);
  846.        color: var(--navbar-color);
  847.    }
  848.  
  849.    .nav-item.active {
  850.        background: var(--bs-primary);
  851.        color: var(--link-color) !important;
  852.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  853.    }
  854.  
  855.    /* Search Container - Right Side */
  856.    .search-wrapper {
  857.        display: flex;
  858.        align-items: center;
  859.        gap: 8px;
  860.    }
  861.  
  862.    .search-input-field {
  863.        padding: 12px 18px;
  864.        border: 2px solid var(--border-color);
  865.        border-radius: 12px;
  866.        background: var(--navbar-bg);
  867.        color: var(--navbar-color);
  868.        font-size: 14px;
  869.        width: 250px;
  870.        transition: all 0.3s ease;
  871.    }
  872.  
  873.    .search-input-field::placeholder {
  874.        color: #6c757d;
  875.    }
  876.  
  877.    .search-input-field:focus {
  878.        outline: none;
  879.        background: white;
  880.        border-color: var(--bs-primary);
  881.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  882.    }
  883.  
  884.    .search-submit-btn {
  885.        background: var(--bs-primary);
  886.        border: none;
  887.        color: white;
  888.        padding: 12px;
  889.        border-radius: 12px;
  890.        cursor: pointer;
  891.        transition: all 0.3s ease;
  892.        display: flex;
  893.        align-items: center;
  894.        justify-content: center;
  895.    }
  896.  
  897.    .search-submit-btn:hover {
  898.        transform: scale(1.05);
  899.        opacity: 0.7;
  900.    }
  901.  
  902.    /* Tablet responsiveness */
  903.    @media (max-width: 1200px) {
  904.        .nav-item {
  905.            font-size: 13px;
  906.        }
  907.  
  908.        .search-input-field {
  909.            width: 220px;
  910.        }
  911.    }
  912.  
  913.    @media (max-width: 1024px) {
  914.        .nav-item {
  915.            font-size: 13px;
  916.        }
  917.  
  918.        .search-input-field {
  919.            width: 200px;
  920.        }
  921.    }
  922.  
  923.    @media (max-width: 900px) {
  924.        .nav-item {
  925.            font-size: 12px;
  926.        }
  927.  
  928.        .search-input-field {
  929.            width: 180px;
  930.        }
  931.    }
  932.  
  933.    /* Mobile responsiveness */
  934.    @media (max-width: 768px) {
  935.        .container-fluid {
  936.            padding: 0 15px;
  937.        }
  938.  
  939.        .logo-container {
  940.            padding: 15px 0;
  941.        }
  942.  
  943.        .brand-link img {
  944.            height: 40px;
  945.        }
  946.  
  947.        /* Show mobile toggle */
  948.        .mobile-nav-toggle {
  949.            display: block;
  950.        }
  951.  
  952.        .nav-content {
  953.            min-height: 50px;
  954.            padding: 10px 0;
  955.        }
  956.  
  957.        /* Hide navigation on mobile by default */
  958.        .primary-nav {
  959.            position: absolute;
  960.            top: 100%;
  961.            left: 0;
  962.            right: 0;
  963.            background: var(--navbar-bg);
  964.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  965.            border-radius: 0 0 10px 10px;
  966.            transform: translateY(-100%);
  967.            opacity: 0;
  968.            visibility: hidden;
  969.            transition: all 0.3s ease;
  970.            z-index: 999;
  971.        }
  972.  
  973.        /* Show navigation when toggled */
  974.        .primary-nav.show {
  975.            transform: translateY(0);
  976.            opacity: 1;
  977.            visibility: visible;
  978.        }
  979.  
  980.        .nav-links-list {
  981.            flex-direction: column;
  982.            gap: 0;
  983.            padding: 15px 0;
  984.        }
  985.  
  986.        .nav-item {
  987.            border-bottom: 1px solid #eee;
  988.            text-align: left;
  989.            border-radius: 0;
  990.            width: 100%;
  991.        }
  992.  
  993.        .nav-item:last-child {
  994.            border-bottom: none;
  995.        }
  996.  
  997.        /* Search stays visible on mobile - right side */
  998.        .search-wrapper {
  999.            margin-left: auto;
  1000.        }
  1001.  
  1002.        .search-input-field {
  1003.            width: 160px;
  1004.            padding: 10px 15px;
  1005.            font-size: 13px;
  1006.        }
  1007.  
  1008.        .search-submit-btn {
  1009.            padding: 10px;
  1010.        }
  1011.    }
  1012.  
  1013.    @media (max-width: 576px) {
  1014.        .logo-container {
  1015.            padding: 12px 0;
  1016.        }
  1017.  
  1018.        .brand-link img {
  1019.            height: 35px;
  1020.        }
  1021.  
  1022.        .search-input-field {
  1023.            width: 140px;
  1024.            font-size: 12px;
  1025.        }
  1026.  
  1027.        .nav-content {
  1028.            gap: 10px;
  1029.        }
  1030.    }
  1031.  
  1032.    @media (max-width: 480px) {
  1033.        .container-fluid {
  1034.            padding: 0 10px;
  1035.        }
  1036.  
  1037.        .search-input-field {
  1038.            width: 120px;
  1039.        }
  1040.  
  1041.        .mobile-nav-toggle {
  1042.            padding: 6px;
  1043.        }
  1044.  
  1045.        .nav-item {
  1046.            font-size: 13px;
  1047.        }
  1048.    }
  1049.  
  1050.    @media (max-width: 400px) {
  1051.        .search-input-field {
  1052.            width: 100px;
  1053.            font-size: 11px;
  1054.            padding: 8px 12px;
  1055.        }
  1056.  
  1057.        .search-submit-btn {
  1058.            padding: 8px;
  1059.        }
  1060.  
  1061.        .search-submit-btn svg {
  1062.            width: 14px;
  1063.            height: 14px;
  1064.        }
  1065.    }
  1066.  
  1067.      /* search field */
  1068.  .search-results-container {
  1069.  position: absolute;
  1070.  top: 100%; /* Position it below the input field */
  1071.  left: 0;
  1072.  right: 0;
  1073.  background-color: white;
  1074.  border: 1px solid #ddd;
  1075.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1076.  max-height: 300px;
  1077.  overflow-y: auto;
  1078.  z-index: 1000;
  1079.  display: none; /* Initially hidden */
  1080. }
  1081.  
  1082. .search-results-container p {
  1083.  margin: 0;
  1084. }
  1085.  
  1086. .search-results-container .result-item {
  1087.  padding: 10px;
  1088.  cursor: pointer;
  1089. }
  1090.  
  1091. .search-results-container .result-item:hover {
  1092.  background-color: #f0f0f0;
  1093. }
  1094.  
  1095. </style>
  1096.  
  1097. <script>
  1098.  document.addEventListener("DOMContentLoaded", function () {
  1099.    const searchInput = document.querySelector(".search-input-field");
  1100.    const searchResults = document.getElementById("search-results");
  1101.  
  1102.    if (!searchInput || !searchResults) return; // Safety check
  1103.  
  1104.    // 🔍 Handle typing
  1105.    searchInput.addEventListener("keyup", function (e) {
  1106.      e.preventDefault();
  1107.  
  1108.      const query = searchInput.value.trim();
  1109.  
  1110.      if (query === "") {
  1111.        searchResults.innerHTML = "";
  1112.        searchResults.style.display = "none";
  1113.        return;
  1114.      }
  1115.  
  1116.      searchResults.style.display = "block";
  1117.  
  1118.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1119.        method: "GET",
  1120.        headers: {
  1121.          "X-Requested-With": "XMLHttpRequest",
  1122.        },
  1123.      })
  1124.        .then(response => response.json())
  1125.        .then(data => {
  1126.          if (data.html) {
  1127.            searchResults.innerHTML = data.html;
  1128.          } else {
  1129.            searchResults.innerHTML = "<p>No results found.</p>";
  1130.          }
  1131.        })
  1132.        .catch(error => {
  1133.          console.error("Error fetching search results:", error);
  1134.        });
  1135.    });
  1136.  
  1137.    // 🖱️ Close results when clicking outside
  1138.    document.addEventListener("click", function (e) {
  1139.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1140.        searchResults.style.display = "none";
  1141.      }
  1142.    });
  1143.  
  1144.    // ⌨️ Close results when pressing Escape
  1145.    document.addEventListener("keydown", function (e) {
  1146.      if (e.key === "Escape") {
  1147.        searchResults.style.display = "none";
  1148.      }
  1149.    });
  1150.  });
  1151. </script>
  1152.  
  1153.        </header>
  1154.        <!-- end of header -->
  1155.        <!-- start of wpo-blog-hero -->
  1156.        
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164. <style>
  1165. .blog-hero-section {
  1166.    padding: 3rem 0;
  1167. }
  1168.  
  1169.  
  1170. .hero-grid {
  1171.    display: grid;
  1172.    grid-template-columns: 2fr 1fr 1fr;
  1173.    grid-template-rows: 1fr 1fr;
  1174.    gap: 1.5rem;
  1175.    height: 500px;
  1176. }
  1177.  
  1178. .hero-card {
  1179.    background: var(--card-bg);
  1180.    border-radius: 12px;
  1181.    overflow: hidden;
  1182.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1183.    transition: all 0.3s ease;
  1184.    position: relative;
  1185. }
  1186.  
  1187. .hero-card:hover {
  1188.    transform: translateY(-8px);
  1189.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1190. }
  1191.  
  1192. .main-hero {
  1193.    grid-row: 1 / -1;
  1194.    grid-column: 1;
  1195. }
  1196.  
  1197. .card-image {
  1198.    width: 100%;
  1199.    height: 60%;
  1200.    object-fit: cover;
  1201.    transition: transform 0.3s ease;
  1202. }
  1203.  
  1204. .main-hero .card-image {
  1205.    height: 65%;
  1206. }
  1207.  
  1208. .hero-card:hover .card-image {
  1209.    transform: scale(1.05);
  1210. }
  1211.  
  1212. .card-content {
  1213.    padding: 1.5rem;
  1214.    height: 40%;
  1215.    display: flex;
  1216.    flex-direction: column;
  1217.    justify-content: space-between;
  1218. }
  1219.  
  1220. .main-hero .card-content {
  1221.    height: 35%;
  1222. }
  1223.  
  1224. .category-badge {
  1225.    display: inline-block;
  1226.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1227.    color: white;
  1228.    padding: 0.4rem 1rem;
  1229.    border-radius: 20px;
  1230.    font-size: 0.8rem;
  1231.    font-weight: 600;
  1232.    text-transform: uppercase;
  1233.    letter-spacing: 0.5px;
  1234.    margin-bottom: 0.8rem;
  1235.    width: fit-content;
  1236. }
  1237.  
  1238. .card-title {
  1239.    font-size: 1.1rem;
  1240.    font-weight: 700;
  1241.    line-height: 1.4;
  1242.    margin-bottom: 0.5rem;
  1243. }
  1244.  
  1245. .main-hero .card-title {
  1246.    font-size: 1.6rem;
  1247.    line-height: 1.3;
  1248.    margin-bottom: 0.8rem;
  1249. }
  1250.  
  1251. .card-title a {
  1252.    color: var(--top-color);
  1253.    text-decoration: none;
  1254.    transition: color 0.3s ease;
  1255. }
  1256.  
  1257.  
  1258. .card-description {
  1259.    color: var(--top-color);
  1260.    line-height: 1.6;
  1261.    margin-bottom: 1rem;
  1262.    display: -webkit-box;
  1263.    -webkit-line-clamp: 2;
  1264.    -webkit-box-orient: vertical;
  1265.    overflow: hidden;
  1266. }
  1267.  
  1268. .main-hero .card-description {
  1269.    -webkit-line-clamp: 3;
  1270. }
  1271.  
  1272. .card-meta {
  1273.    display: flex;
  1274.    align-items: center;
  1275.    justify-content: space-between;
  1276.    margin-top: auto;
  1277. }
  1278.  
  1279. .author-section {
  1280.    display: flex;
  1281.    align-items: center;
  1282.    gap: 0.8rem;
  1283. }
  1284.  
  1285. .author-avatar {
  1286.    width: 35px;
  1287.    height: 35px;
  1288.    border-radius: 50%;
  1289.    object-fit: cover;
  1290.    border: 2px solid #f8f9fa;
  1291. }
  1292.  
  1293. .author-name {
  1294.    color: #667eea;
  1295.    text-decoration: none;
  1296.    font-weight: 600;
  1297.    font-size: 0.9rem;
  1298. }
  1299.  
  1300. .author-name:hover {
  1301.    text-decoration: underline;
  1302. }
  1303.  
  1304. .publish-date {
  1305.    color: #95a5a6;
  1306.    font-size: 0.85rem;
  1307.    font-weight: 500;
  1308. }
  1309.  
  1310. .side-card-1 {
  1311.    grid-column: 2;
  1312.    grid-row: 1;
  1313. }
  1314.  
  1315. .side-card-2 {
  1316.    grid-column: 3;
  1317.    grid-row: 1;
  1318. }
  1319.  
  1320. .side-card-3 {
  1321.    grid-column: 2 / 4;
  1322.    grid-row: 2;
  1323. }
  1324.  
  1325. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1326. @media (min-width: 992px) {
  1327.    
  1328.    .main-hero .card-image,
  1329.    .side-card-1 .card-image,
  1330.    .side-card-2 .card-image {
  1331.        height: 100%;
  1332.    }
  1333.    
  1334.    .main-hero .card-content,
  1335.    .side-card-1 .card-content,
  1336.    .side-card-2 .card-content {
  1337.        position: absolute;
  1338.        bottom: 0;
  1339.        left: 0;
  1340.        right: 0;
  1341.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1342.        color: white;
  1343.        padding: 2rem 1.5rem 1.5rem;
  1344.        height: auto;
  1345.    }
  1346.    
  1347.    .main-hero .card-content {
  1348.        padding: 3rem 2rem 2rem;
  1349.    }
  1350.    
  1351.    .main-hero .category-badge,
  1352.    .side-card-1 .category-badge,
  1353.    .side-card-2 .category-badge {
  1354.      
  1355.        margin-bottom: 0.8rem;
  1356.    }
  1357.    
  1358.    .main-hero .card-title a,
  1359.    .side-card-1 .card-title a,
  1360.    .side-card-2 .card-title a {
  1361.        color: white;
  1362.    }
  1363.    
  1364.    .main-hero .card-description {
  1365.        color: #f8f9fa;
  1366.    }
  1367.    
  1368.    .main-hero .author-name,
  1369.    .side-card-1 .author-name,
  1370.    .side-card-2 .author-name {
  1371.        color: #f8f9fa;
  1372.    }
  1373.    
  1374.    .main-hero .publish-date,
  1375.    .side-card-1 .publish-date,
  1376.    .side-card-2 .publish-date {
  1377.        color: #e9ecef;
  1378.    }
  1379. }
  1380.  
  1381. .side-card-3 {
  1382.    display: flex;
  1383.    flex-direction: row;
  1384. }
  1385.  
  1386. .side-card-3 .card-image {
  1387.    width: 40%;
  1388.    height: 100%;
  1389. }
  1390.  
  1391. .side-card-3 .card-content {
  1392.    width: 60%;
  1393.    height: 100%;
  1394.    padding: 1.5rem;
  1395. }
  1396.  
  1397. /* Mobile Responsive */
  1398. @media (max-width: 992px) {
  1399.    .hero-grid {
  1400.        grid-template-columns: 1fr;
  1401.        grid-template-rows: auto;
  1402.        height: auto;
  1403.        gap: 1rem;
  1404.    }
  1405.    
  1406.    .main-hero {
  1407.        grid-row: 1;
  1408.        grid-column: 1;
  1409.    }
  1410.    
  1411.    .side-card-1, .side-card-2, .side-card-3 {
  1412.        grid-column: 1;
  1413.        grid-row: auto;
  1414.    }
  1415.    
  1416.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1417.    .main-hero .card-content,
  1418.    .side-card-1 .card-content,
  1419.    .side-card-2 .card-content {
  1420.        position: relative;
  1421.        background: var(--card-bg);
  1422.        color: inherit;
  1423.        padding: 1.5rem;
  1424.        height: auto;
  1425.    }
  1426.    
  1427.    .main-hero .card-image,
  1428.    .side-card-1 .card-image,
  1429.    .side-card-2 .card-image {
  1430.        height: 200px;
  1431.    }
  1432.    
  1433.    .main-hero .card-image {
  1434.        height: 250px;
  1435.    }
  1436.    
  1437.    .main-hero .category-badge,
  1438.    .side-card-1 .category-badge,
  1439.    .side-card-2 .category-badge {
  1440.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1441.        color: white;
  1442.    }
  1443.    
  1444.    .main-hero .card-title a,
  1445.    .side-card-1 .card-title a,
  1446.    .side-card-2 .card-title a {
  1447.        color: var(--top-color);
  1448.    }
  1449.    
  1450.    .main-hero .card-description {
  1451.        color: #7f8c8d;
  1452.    }
  1453.    
  1454.    .main-hero .author-name,
  1455.    .side-card-1 .author-name,
  1456.    .side-card-2 .author-name {
  1457.        color: #667eea;
  1458.    }
  1459.    
  1460.    .main-hero .publish-date,
  1461.    .side-card-1 .publish-date,
  1462.    .side-card-2 .publish-date {
  1463.        color: #95a5a6;
  1464.    }
  1465.    
  1466.    .side-card-3 {
  1467.        flex-direction: column;
  1468.    }
  1469.    
  1470.    .side-card-3 .card-image {
  1471.        width: 100%;
  1472.        height: 200px;
  1473.    }
  1474.    
  1475.    .side-card-3 .card-content {
  1476.        width: 100%;
  1477.        height: auto;
  1478.    }
  1479.    
  1480.    .card-image {
  1481.        height: 200px;
  1482.    }
  1483.    
  1484.    .main-hero .card-image {
  1485.        height: 250px;
  1486.    }
  1487.    
  1488.    .main-hero .card-content {
  1489.        height: auto;
  1490.    }
  1491. }
  1492. </style>
  1493.  
  1494. <div class="blog-hero-section">
  1495.    <div class="container-fluid fluid-container">
  1496.        <div class="hero-grid">
  1497.            <!-- Main Featured Post -->
  1498.            
  1499.                              
  1500.                    <article class="hero-card main-hero">
  1501.                        
  1502.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Iconic Singer Barry Manilow Will Have a Procedure for Lung Cancer." class="card-image">
  1503.                        
  1504.                        
  1505.                        <div class="card-content">
  1506.                            <div>
  1507.                                <span class="category-badge">News</span>
  1508.                                <h2 class="card-title">
  1509.                                    <a href="/iconic-singer-barry-manilow-will-have-a-procedure-for-lung-cancer/">
  1510.                                        Iconic Singer Barry Manilow Will Have a Procedure for Lung Cancer.
  1511.                                    </a>
  1512.                                </h2>
  1513.                                <p class="card-description"></p>
  1514.                            </div>
  1515.                            
  1516.                            <div class="card-meta">
  1517.                                <div class="author-section">
  1518.                                    
  1519.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Nicole Gonzalez" class="author-avatar">
  1520.                                    
  1521.                                    <a href="#" class="author-name">Nicole Gonzalez</a>
  1522.                                </div>
  1523.                                <span class="publish-date">May 19, 2026</span>
  1524.                            </div>
  1525.                        </div>
  1526.                    </article>
  1527.                
  1528.            
  1529.  
  1530.            <!-- Side Cards -->
  1531.            
  1532.                <article class="hero-card side-card-1">
  1533.                    
  1534.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ex British Serviceman Accused of Killing Kenyan Woman Appears in Courtroom" class="card-image">
  1535.                    
  1536.                    
  1537.                    <div class="card-content">
  1538.                        <div>
  1539.                            <span class="category-badge">News</span>
  1540.                            <h3 class="card-title">
  1541.                                <a href="/ex-british-serviceman-accused-of-killing-kenyan-woman-appears-in-courtroom/">
  1542.                                    Ex British Serviceman Accused of Killing Kenyan Woman Appears in Courtroom
  1543.                                </a>
  1544.                            </h3>
  1545.                            <p class="card-description"></p>
  1546.                        </div>
  1547.                        
  1548.                        <div class="card-meta">
  1549.                            <div class="author-section">
  1550.                                <a href="#" class="author-name">Nicole Gonzalez</a>
  1551.                            </div>
  1552.                            <span class="publish-date">May 19</span>
  1553.                        </div>
  1554.                    </div>
  1555.                </article>
  1556.            
  1557.                <article class="hero-card side-card-2">
  1558.                    
  1559.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="FDA Clears Addyi, a Libido-Enhancing Drug for Postmenopausal" class="card-image">
  1560.                    
  1561.                    
  1562.                    <div class="card-content">
  1563.                        <div>
  1564.                            <span class="category-badge">News</span>
  1565.                            <h3 class="card-title">
  1566.                                <a href="/fda-clears-addyi-a-libido-enhancing-drug-for-postmenopausal/">
  1567.                                    FDA Clears Addyi, a Libido-Enhancing Drug for Postmenopausal
  1568.                                </a>
  1569.                            </h3>
  1570.                            <p class="card-description"></p>
  1571.                        </div>
  1572.                        
  1573.                        <div class="card-meta">
  1574.                            <div class="author-section">
  1575.                                <a href="#" class="author-name">Nicole Gonzalez</a>
  1576.                            </div>
  1577.                            <span class="publish-date">May 19</span>
  1578.                        </div>
  1579.                    </div>
  1580.                </article>
  1581.            
  1582.                <article class="hero-card side-card-3">
  1583.                    
  1584.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="‘We Need a Chopper to Go Find Them’: Teenager’s Distress Call to Save Family Lost Off Aussie Coast Disclosed" class="card-image">
  1585.                    
  1586.                    
  1587.                    <div class="card-content">
  1588.                        <div>
  1589.                            <span class="category-badge">News</span>
  1590.                            <h3 class="card-title">
  1591.                                <a href="/we-need-a-chopper-to-go-find-them-teenagers-distress-call-to-save-family-lost-off-aussie-coast-disclosed/">
  1592.                                    ‘We Need a Chopper to Go Find Them’: Teenager’s Distress Call to Save Family Lost Off Aussie Coast Disclosed
  1593.                                </a>
  1594.                            </h3>
  1595.                            <p class="card-description"></p>
  1596.                        </div>
  1597.                        
  1598.                        <div class="card-meta">
  1599.                            <div class="author-section">
  1600.                                <a href="#" class="author-name">Nicole Gonzalez</a>
  1601.                            </div>
  1602.                            <span class="publish-date">May 19</span>
  1603.                        </div>
  1604.                    </div>
  1605.                </article>
  1606.            
  1607.        </div>
  1608.    </div>
  1609. </div>
  1610.  
  1611.  
  1612.  
  1613.  
  1614.        <!-- end of wpo-blog-hero -->
  1615.  
  1616.        <!-- start of wpo-breacking-news -->
  1617.        
  1618.        <!-- end of wpo-breacking-news -->
  1619.        
  1620.        <!-- start wpo-blog-highlights-section -->
  1621.        
  1622.  
  1623.  
  1624.  
  1625.    
  1626.  
  1627.  
  1628.  
  1629. <style>
  1630.    .blog-highlights-v2 {
  1631.        padding: 60px 0;
  1632.        position: relative;
  1633.        overflow: hidden;
  1634.    }
  1635.    
  1636.    .blog-highlights-v2::before {
  1637.        content: '';
  1638.        position: absolute;
  1639.        top: 0;
  1640.        left: 0;
  1641.        width: 100%;
  1642.        height: 100%;
  1643.        background: var(--body-bg);
  1644.        pointer-events: none;
  1645.    }
  1646.    
  1647.    .blog-card-v2 {
  1648.        border: none;
  1649.        border-radius: 20px;
  1650.        overflow: hidden;
  1651.        background: white;
  1652.        height: 100%;
  1653.        position: relative;
  1654.        transform: translateY(0);
  1655.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1656.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1657.        will-change: transform;
  1658.    }
  1659.    
  1660.    .blog-card-v2::before {
  1661.        content: '';
  1662.        position: absolute;
  1663.        top: 0;
  1664.        left: 0;
  1665.        width: 100%;
  1666.        height: 100%;
  1667.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1668.        transform: translateX(-100%);
  1669.        transition: transform 0.6s ease;
  1670.        z-index: 1;
  1671.    }
  1672.    
  1673.    .blog-card-v2:hover {
  1674.        transform: translateY(-15px) scale(1.02);
  1675.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1676.    }
  1677.    
  1678.    .blog-card-v2:hover::before {
  1679.        transform: translateX(100%);
  1680.    }
  1681.    
  1682.    .blog-image-v2 {
  1683.        position: relative;
  1684.        overflow: hidden;
  1685.        height: 250px;
  1686.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1687.    }
  1688.    
  1689.    .blog-image-v2::after {
  1690.        content: '';
  1691.        position: absolute;
  1692.        top: 0;
  1693.        left: 0;
  1694.        width: 100%;
  1695.        height: 100%;
  1696.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1697.        z-index: 2;
  1698.    }
  1699.    
  1700.    .blog-image-v2 img {
  1701.        width: 100%;
  1702.        height: 100%;
  1703.        object-fit: cover;
  1704.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1705.        transform: scale(1);
  1706.    }
  1707.    
  1708.    .blog-card-v2:hover .blog-image-v2 img {
  1709.        transform: scale(1.1) rotate(2deg);
  1710.    }
  1711.    
  1712.    .blog-category-v2 {
  1713.        position: absolute;
  1714.        top: 20px;
  1715.        left: 20px;
  1716.        padding: 8px 16px;
  1717.        border-radius: 50px;
  1718.        font-size: 12px;
  1719.        font-weight: 700;
  1720.        text-transform: uppercase;
  1721.        letter-spacing: 1px;
  1722.      
  1723.        z-index: 3;
  1724.        transform: translateY(0);
  1725.        transition: all 0.3s ease;
  1726.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1727.    }
  1728.    
  1729.    .blog-card-v2:hover .blog-category-v2 {
  1730.        transform: translateY(-5px);
  1731.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1732.    }
  1733.    
  1734.    .blog-content-v2 {
  1735.        padding: 30px 25px;
  1736.        position: relative;
  1737.        z-index: 2;
  1738.    }
  1739.    
  1740.    .blog-title-v2 {
  1741.        font-size: 18px;
  1742.        font-weight: 700;
  1743.        line-height: 1.4;
  1744.        margin-bottom: 15px;
  1745.        min-height: 50px;
  1746.        position: relative;
  1747.        overflow: hidden;
  1748.    }
  1749.    
  1750.    .blog-title-v2 a {
  1751.        text-decoration: none;
  1752.        position: relative;
  1753.        transition: all 0.3s ease;
  1754.        background-clip: text;
  1755.        -webkit-background-clip: text;
  1756.    }
  1757.    
  1758.    .blog-title-v2 a::after {
  1759.        content: '';
  1760.        position: absolute;
  1761.        bottom: -2px;
  1762.        left: 0;
  1763.        width: 0;
  1764.        height: 2px;
  1765.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1766.        transition: width 0.4s ease;
  1767.    }
  1768.    
  1769.    .blog-card-v2:hover .blog-title-v2 a::after {
  1770.        width: 100%;
  1771.    }
  1772.    
  1773.    .blog-meta-v2 {
  1774.        display: flex;
  1775.        align-items: center;
  1776.        gap: 12px;
  1777.        margin-bottom: 15px;
  1778.        font-size: 13px;
  1779.        padding-bottom: 15px;
  1780.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1781.        position: relative;
  1782.    }
  1783.    
  1784.    .blog-meta-v2::after {
  1785.        content: '';
  1786.        position: absolute;
  1787.        bottom: -2px;
  1788.        left: 0;
  1789.        width: 0;
  1790.        height: 2px;
  1791.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1792.        transition: width 0.5s ease 0.2s;
  1793.    }
  1794.    
  1795.    .blog-card-v2:hover .blog-meta-v2::after {
  1796.        width: 60px;
  1797.    }
  1798.    
  1799.    .blog-author-img-v2 {
  1800.        width: 32px;
  1801.        height: 32px;
  1802.        border-radius: 50%;
  1803.        object-fit: cover;
  1804.        border: 3px solid white;
  1805.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1806.        transition: all 0.3s ease;
  1807.    }
  1808.    
  1809.    .blog-card-v2:hover .blog-author-img-v2 {
  1810.        transform: scale(1.1);
  1811.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1812.    }
  1813.    
  1814.    .blog-excerpt-v2 {
  1815.        font-size: 14px;
  1816.        line-height: 1.6;
  1817.        color: #666;
  1818.        display: -webkit-box;
  1819.        -webkit-line-clamp: 3;
  1820.        -webkit-box-orient: vertical;
  1821.        overflow: hidden;
  1822.        position: relative;
  1823.        opacity: 0.8;
  1824.        transition: opacity 0.3s ease;
  1825.    }
  1826.    
  1827.    .blog-card-v2:hover .blog-excerpt-v2 {
  1828.        opacity: 1;
  1829.    }
  1830.    
  1831.    .section-header-v2 {
  1832.        text-align: center;
  1833.        margin-bottom: 70px;
  1834.        position: relative;
  1835.    }
  1836.    
  1837.    .section-title-v2 {
  1838.        font-size: 3.2rem;
  1839.        font-weight: 800;
  1840.        margin-bottom: 20px;
  1841.        position: relative;
  1842.    }
  1843.    
  1844.    .section-title-v2::after {
  1845.        content: '';
  1846.        position: absolute;
  1847.        bottom: -10px;
  1848.        left: 50%;
  1849.        transform: translateX(-50%);
  1850.        width: 80px;
  1851.        height: 4px;
  1852.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1853.        border-radius: 2px;
  1854.    }
  1855.    
  1856.    .section-subtitle-v2 {
  1857.        font-size: 1.1rem;
  1858.        color: #666;
  1859.        max-width: 600px;
  1860.        margin: 0 auto;
  1861.        line-height: 1.6;
  1862.    }
  1863.    
  1864.    .blog-read-more-v2 {
  1865.        position: absolute;
  1866.        bottom: 25px;
  1867.        right: 25px;
  1868.        width: 45px;
  1869.        height: 45px;
  1870.        border-radius: 50%;
  1871.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1872.        display: flex;
  1873.        align-items: center;
  1874.        justify-content: center;
  1875.        color: white;
  1876.        text-decoration: none;
  1877.        transition: all 0.4s ease;
  1878.        transform: scale(0);
  1879.        opacity: 0;
  1880.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1881.    }
  1882.    
  1883.    .blog-card-v2:hover .blog-read-more-v2 {
  1884.        transform: scale(1);
  1885.        opacity: 1;
  1886.    }
  1887.    
  1888.    .blog-read-more-v2:hover {
  1889.        transform: scale(1.1);
  1890.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1891.    }
  1892.    
  1893.    /* Animation Classes */
  1894.    .animate-on-scroll {
  1895.        opacity: 0;
  1896.        transform: translateY(30px);
  1897.        transition: all 0.6s ease;
  1898.    }
  1899.    
  1900.    .animate-on-scroll.animated {
  1901.        opacity: 1;
  1902.        transform: translateY(0);
  1903.    }
  1904.    
  1905.    /* Staggered Animation */
  1906.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1907.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1908.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1909.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1910.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1911.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1912.  
  1913.    @media (max-width: 768px) {
  1914.        .section-title-v2 {
  1915.            font-size: 2.5rem;
  1916.        }
  1917.        .blog-highlights-v2 {
  1918.            padding: 40px 0;
  1919.        }
  1920.        .blog-content-v2 {
  1921.            padding: 25px 20px;
  1922.        }
  1923.        .blog-card-v2:hover {
  1924.            transform: translateY(-10px) scale(1.01);
  1925.        }
  1926.    }
  1927. </style>
  1928.  
  1929. <section class="blog-highlights-v2">
  1930.    <div class="container-fluid fluid-container">
  1931.        <div class="row">
  1932.            <div class="col-12">
  1933.                <div class="section-header-v2 animate-on-scroll">
  1934.                    <h2 class="section-title-v2 text-primary-gradient">
  1935.                Today's Top Highlights
  1936.                   </h2>
  1937.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1938.                </div>
  1939.            </div>
  1940.        </div>
  1941.        
  1942.        <div class="row">
  1943.            <div class="col-lg-8 col-12">
  1944.                <div class="row g-4">
  1945.                    
  1946.                    <div class="col-lg-6 col-md-6 col-12">
  1947.                        <div class="card blog-card-v2 animate-on-scroll">
  1948.                            <div class="blog-image-v2">
  1949.                                
  1950.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1951.                                
  1952.                                <span class="blog-category-v2 bg-primary-gradient">
  1953.                                    News
  1954.                                </span>
  1955.                            </div>
  1956.                            <div class="blog-content-v2">
  1957.                                <h3 class="blog-title-v2">
  1958.                                    <a class="top-color" href="/los-blancos-trent-alexander-arnold-might-face-liverpool-in-forthcoming-european-match/">
  1959.                                    Los Blancos&#x27; Trent Alexander-Arnold Might Face Liverpool in Forthcoming European Match
  1960.                                    </a>
  1961.                                </h3>
  1962.                                <div class="blog-meta-v2">
  1963.                                    
  1964.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  1965.                                    
  1966.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1967.                                    <span>By Nicole Gonzalez</span>
  1968.                                    <span style="color: #ccc;">•</span>
  1969.                                    <span style="color: #999;">18 May 2026</span>
  1970.                                </div>
  1971.                                <p class="blog-excerpt-v2"></p>
  1972.                              
  1973.                            </div>
  1974.                        </div>
  1975.                    </div>
  1976.                    
  1977.                    <div class="col-lg-6 col-md-6 col-12">
  1978.                        <div class="card blog-card-v2 animate-on-scroll">
  1979.                            <div class="blog-image-v2">
  1980.                                
  1981.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1982.                                
  1983.                                <span class="blog-category-v2 bg-primary-gradient">
  1984.                                    News
  1985.                                </span>
  1986.                            </div>
  1987.                            <div class="blog-content-v2">
  1988.                                <h3 class="blog-title-v2">
  1989.                                    <a class="top-color" href="/disturbing-recollections-return-in-davao-as-authorities-piece-together-bondi-shooting-alleged-attackers-activities/">
  1990.                                    Disturbing Recollections Return in Davao as Authorities Piece Together Bondi Shooting Alleged Attackers&#x27; Activities
  1991.                                    </a>
  1992.                                </h3>
  1993.                                <div class="blog-meta-v2">
  1994.                                    
  1995.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  1996.                                    
  1997.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1998.                                    <span>By Nicole Gonzalez</span>
  1999.                                    <span style="color: #ccc;">•</span>
  2000.                                    <span style="color: #999;">18 May 2026</span>
  2001.                                </div>
  2002.                                <p class="blog-excerpt-v2"></p>
  2003.                              
  2004.                            </div>
  2005.                        </div>
  2006.                    </div>
  2007.                    
  2008.                    <div class="col-lg-6 col-md-6 col-12">
  2009.                        <div class="card blog-card-v2 animate-on-scroll">
  2010.                            <div class="blog-image-v2">
  2011.                                
  2012.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2013.                                
  2014.                                <span class="blog-category-v2 bg-primary-gradient">
  2015.                                    News
  2016.                                </span>
  2017.                            </div>
  2018.                            <div class="blog-content-v2">
  2019.                                <h3 class="blog-title-v2">
  2020.                                    <a class="top-color" href="/authentic-algarve-exploring-portugal-away-from-the-beach/">
  2021.                                    Authentic Algarve: Exploring Portugal Away from the Beach
  2022.                                    </a>
  2023.                                </h3>
  2024.                                <div class="blog-meta-v2">
  2025.                                    
  2026.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2027.                                    
  2028.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2029.                                    <span>By Nicole Gonzalez</span>
  2030.                                    <span style="color: #ccc;">•</span>
  2031.                                    <span style="color: #999;">18 May 2026</span>
  2032.                                </div>
  2033.                                <p class="blog-excerpt-v2"></p>
  2034.                              
  2035.                            </div>
  2036.                        </div>
  2037.                    </div>
  2038.                    
  2039.                    <div class="col-lg-6 col-md-6 col-12">
  2040.                        <div class="card blog-card-v2 animate-on-scroll">
  2041.                            <div class="blog-image-v2">
  2042.                                
  2043.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2044.                                
  2045.                                <span class="blog-category-v2 bg-primary-gradient">
  2046.                                    News
  2047.                                </span>
  2048.                            </div>
  2049.                            <div class="blog-content-v2">
  2050.                                <h3 class="blog-title-v2">
  2051.                                    <a class="top-color" href="/david-raya-backs-squad-depth-as-key-to-silverware-pursuit/">
  2052.                                    David Raya Backs Squad Depth as Key to Silverware Pursuit
  2053.                                    </a>
  2054.                                </h3>
  2055.                                <div class="blog-meta-v2">
  2056.                                    
  2057.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2058.                                    
  2059.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2060.                                    <span>By Nicole Gonzalez</span>
  2061.                                    <span style="color: #ccc;">•</span>
  2062.                                    <span style="color: #999;">18 May 2026</span>
  2063.                                </div>
  2064.                                <p class="blog-excerpt-v2"></p>
  2065.                              
  2066.                            </div>
  2067.                        </div>
  2068.                    </div>
  2069.                    
  2070.                    <div class="col-lg-6 col-md-6 col-12">
  2071.                        <div class="card blog-card-v2 animate-on-scroll">
  2072.                            <div class="blog-image-v2">
  2073.                                
  2074.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2075.                                
  2076.                                <span class="blog-category-v2 bg-primary-gradient">
  2077.                                    News
  2078.                                </span>
  2079.                            </div>
  2080.                            <div class="blog-content-v2">
  2081.                                <h3 class="blog-title-v2">
  2082.                                    <a class="top-color" href="/can-the-new-zealand-rugby-team-regain-their-spark-in-the-upcoming-matches/">
  2083.                                    Can the New Zealand rugby team regain their spark in the upcoming matches?
  2084.                                    </a>
  2085.                                </h3>
  2086.                                <div class="blog-meta-v2">
  2087.                                    
  2088.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2089.                                    
  2090.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2091.                                    <span>By Nicole Gonzalez</span>
  2092.                                    <span style="color: #ccc;">•</span>
  2093.                                    <span style="color: #999;">18 May 2026</span>
  2094.                                </div>
  2095.                                <p class="blog-excerpt-v2"></p>
  2096.                              
  2097.                            </div>
  2098.                        </div>
  2099.                    </div>
  2100.                    
  2101.                    <div class="col-lg-6 col-md-6 col-12">
  2102.                        <div class="card blog-card-v2 animate-on-scroll">
  2103.                            <div class="blog-image-v2">
  2104.                                
  2105.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2106.                                
  2107.                                <span class="blog-category-v2 bg-primary-gradient">
  2108.                                    News
  2109.                                </span>
  2110.                            </div>
  2111.                            <div class="blog-content-v2">
  2112.                                <h3 class="blog-title-v2">
  2113.                                    <a class="top-color" href="/his-dominant-influence-in-the-sporting-world-achieved-new-heights-in-last-year-next-year-promises-to-be-even-bigger/">
  2114.                                    His Dominant Influence in The Sporting World Achieved New Heights in Last Year. Next Year Promises to Be Even Bigger.
  2115.                                    </a>
  2116.                                </h3>
  2117.                                <div class="blog-meta-v2">
  2118.                                    
  2119.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2120.                                    
  2121.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2122.                                    <span>By Nicole Gonzalez</span>
  2123.                                    <span style="color: #ccc;">•</span>
  2124.                                    <span style="color: #999;">18 May 2026</span>
  2125.                                </div>
  2126.                                <p class="blog-excerpt-v2"></p>
  2127.                              
  2128.                            </div>
  2129.                        </div>
  2130.                    </div>
  2131.                    
  2132.                    <div class="col-lg-6 col-md-6 col-12">
  2133.                        <div class="card blog-card-v2 animate-on-scroll">
  2134.                            <div class="blog-image-v2">
  2135.                                
  2136.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2137.                                
  2138.                                <span class="blog-category-v2 bg-primary-gradient">
  2139.                                    News
  2140.                                </span>
  2141.                            </div>
  2142.                            <div class="blog-content-v2">
  2143.                                <h3 class="blog-title-v2">
  2144.                                    <a class="top-color" href="/we-were-fired-and-we-accept-it-heres-how-to-land-a-new-role-that-works-your-needs/">
  2145.                                    We Were Fired, and We Accept It – Here&#x27;s How to Land a New Role That Works Your Needs
  2146.                                    </a>
  2147.                                </h3>
  2148.                                <div class="blog-meta-v2">
  2149.                                    
  2150.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2151.                                    
  2152.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2153.                                    <span>By Nicole Gonzalez</span>
  2154.                                    <span style="color: #ccc;">•</span>
  2155.                                    <span style="color: #999;">18 May 2026</span>
  2156.                                </div>
  2157.                                <p class="blog-excerpt-v2"></p>
  2158.                              
  2159.                            </div>
  2160.                        </div>
  2161.                    </div>
  2162.                    
  2163.                    <div class="col-lg-6 col-md-6 col-12">
  2164.                        <div class="card blog-card-v2 animate-on-scroll">
  2165.                            <div class="blog-image-v2">
  2166.                                
  2167.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2168.                                
  2169.                                <span class="blog-category-v2 bg-primary-gradient">
  2170.                                    News
  2171.                                </span>
  2172.                            </div>
  2173.                            <div class="blog-content-v2">
  2174.                                <h3 class="blog-title-v2">
  2175.                                    <a class="top-color" href="/work-out-as-you-are-working-a-dozen-fitness-enhancing-office-workouts-you-can-do-in-regular-outfits/">
  2176.                                    Work out as you are working? A dozen fitness-enhancing office workouts you can do in regular outfits
  2177.                                    </a>
  2178.                                </h3>
  2179.                                <div class="blog-meta-v2">
  2180.                                    
  2181.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2182.                                    
  2183.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2184.                                    <span>By Nicole Gonzalez</span>
  2185.                                    <span style="color: #ccc;">•</span>
  2186.                                    <span style="color: #999;">17 May 2026</span>
  2187.                                </div>
  2188.                                <p class="blog-excerpt-v2"></p>
  2189.                              
  2190.                            </div>
  2191.                        </div>
  2192.                    </div>
  2193.                    
  2194.                    <div class="col-lg-6 col-md-6 col-12">
  2195.                        <div class="card blog-card-v2 animate-on-scroll">
  2196.                            <div class="blog-image-v2">
  2197.                                
  2198.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2199.                                
  2200.                                <span class="blog-category-v2 bg-primary-gradient">
  2201.                                    News
  2202.                                </span>
  2203.                            </div>
  2204.                            <div class="blog-content-v2">
  2205.                                <h3 class="blog-title-v2">
  2206.                                    <a class="top-color" href="/anno-117-pax-romanas-top-secret-is-a-impressive-first-person-perspective/">
  2207.                                    Anno 117 Pax Romana&#x27;s Top Secret Is a Impressive First-Person Perspective.
  2208.                                    </a>
  2209.                                </h3>
  2210.                                <div class="blog-meta-v2">
  2211.                                    
  2212.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2213.                                    
  2214.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2215.                                    <span>By Nicole Gonzalez</span>
  2216.                                    <span style="color: #ccc;">•</span>
  2217.                                    <span style="color: #999;">17 May 2026</span>
  2218.                                </div>
  2219.                                <p class="blog-excerpt-v2"></p>
  2220.                              
  2221.                            </div>
  2222.                        </div>
  2223.                    </div>
  2224.                    
  2225.                    <div class="col-lg-6 col-md-6 col-12">
  2226.                        <div class="card blog-card-v2 animate-on-scroll">
  2227.                            <div class="blog-image-v2">
  2228.                                
  2229.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2230.                                
  2231.                                <span class="blog-category-v2 bg-primary-gradient">
  2232.                                    Others
  2233.                                </span>
  2234.                            </div>
  2235.                            <div class="blog-content-v2">
  2236.                                <h3 class="blog-title-v2">
  2237.                                    <a class="top-color" href="/unveiling-the-insider-secrets-of-top-online-slot-games/">
  2238.                                    Unveiling the Insider Secrets of Top Online Slot Games
  2239.                                    </a>
  2240.                                </h3>
  2241.                                <div class="blog-meta-v2">
  2242.                                    
  2243.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2244.                                    
  2245.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2246.                                    <span>By Nicole Gonzalez</span>
  2247.                                    <span style="color: #ccc;">•</span>
  2248.                                    <span style="color: #999;">17 May 2026</span>
  2249.                                </div>
  2250.                                <p class="blog-excerpt-v2"></p>
  2251.                              
  2252.                            </div>
  2253.                        </div>
  2254.                    </div>
  2255.                    
  2256.                    <div class="col-lg-6 col-md-6 col-12">
  2257.                        <div class="card blog-card-v2 animate-on-scroll">
  2258.                            <div class="blog-image-v2">
  2259.                                
  2260.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2261.                                
  2262.                                <span class="blog-category-v2 bg-primary-gradient">
  2263.                                    News
  2264.                                </span>
  2265.                            </div>
  2266.                            <div class="blog-content-v2">
  2267.                                <h3 class="blog-title-v2">
  2268.                                    <a class="top-color" href="/trump-affirms-largely-there-is-consensus-on-following-steps-of-gaza-ceasefire-plan/">
  2269.                                    Trump Affirms &#x27;Largely, There Is Consensus&#x27; on Following Steps of Gaza Ceasefire Plan
  2270.                                    </a>
  2271.                                </h3>
  2272.                                <div class="blog-meta-v2">
  2273.                                    
  2274.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2275.                                    
  2276.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2277.                                    <span>By Nicole Gonzalez</span>
  2278.                                    <span style="color: #ccc;">•</span>
  2279.                                    <span style="color: #999;">17 May 2026</span>
  2280.                                </div>
  2281.                                <p class="blog-excerpt-v2"></p>
  2282.                              
  2283.                            </div>
  2284.                        </div>
  2285.                    </div>
  2286.                    
  2287.                    <div class="col-lg-6 col-md-6 col-12">
  2288.                        <div class="card blog-card-v2 animate-on-scroll">
  2289.                            <div class="blog-image-v2">
  2290.                                
  2291.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2292.                                
  2293.                                <span class="blog-category-v2 bg-primary-gradient">
  2294.                                    News
  2295.                                </span>
  2296.                            </div>
  2297.                            <div class="blog-content-v2">
  2298.                                <h3 class="blog-title-v2">
  2299.                                    <a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-metal-band-castle-rat/">
  2300.                                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Metal Band Castle Rat
  2301.                                    </a>
  2302.                                </h3>
  2303.                                <div class="blog-meta-v2">
  2304.                                    
  2305.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="blog-author-img-v2">
  2306.                                    
  2307.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2308.                                    <span>By Nicole Gonzalez</span>
  2309.                                    <span style="color: #ccc;">•</span>
  2310.                                    <span style="color: #999;">17 May 2026</span>
  2311.                                </div>
  2312.                                <p class="blog-excerpt-v2"></p>
  2313.                              
  2314.                            </div>
  2315.                        </div>
  2316.                    </div>
  2317.                    
  2318.                    
  2319.  
  2320.                </div>
  2321.            </div>
  2322.            
  2323.               <div class="col col-lg-4 col-12">
  2324.                
  2325.  
  2326.  
  2327.  
  2328.    
  2329.  
  2330.  
  2331. <!-- Blog Sidebar V2 - Focused Design -->
  2332.  <div class="sidebar mb-3">
  2333.    <!-- Recent Posts Section -->
  2334.    <div class="sidebar-widget mb-4">
  2335.      <div class="widget-title-wrapper mb-3">
  2336.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2337.          <i class="ti-time me-2"></i>Recent Posts
  2338.          <span class="title-arrow-primary"></span>
  2339.        </h4>
  2340.      </div>
  2341.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2342.        <div class="recent-post-list">
  2343.          
  2344.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2345.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2346.                
  2347.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2348.                
  2349.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2350.            </div>
  2351.            <div class="post-content flex-grow-1">
  2352.              <h6 class="post-title mb-2">
  2353.                 <a href="/elevate-your-earnings-with-advanced-jackpot-slots/" class="text-decoration-none top-color fw-semibold lh-sm">
  2354.                                            Elevate Your Earnings with Advanced Jackpot Slots
  2355.                                            </a>
  2356.              </h6>
  2357.              <div class="post-meta mb-3">
  2358.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2359.                <!-- <small class="text-muted">
  2360.                  <i class="ti-eye me-1"></i>348 views
  2361.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2362.                </small> -->
  2363.              </div>
  2364.            </div>
  2365.          </div>
  2366.          
  2367.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2368.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2369.                
  2370.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2371.                
  2372.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2373.            </div>
  2374.            <div class="post-content flex-grow-1">
  2375.              <h6 class="post-title mb-2">
  2376.                 <a href="/crans-montana-blaze-survivors-receive-care-in-burns-units-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2377.                                            Crans-Montana Blaze Survivors Receive Care in Burns Units Throughout the Continent
  2378.                                            </a>
  2379.              </h6>
  2380.              <div class="post-meta mb-3">
  2381.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2382.                <!-- <small class="text-muted">
  2383.                  <i class="ti-eye me-1"></i>348 views
  2384.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2385.                </small> -->
  2386.              </div>
  2387.            </div>
  2388.          </div>
  2389.          
  2390.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2391.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2392.                
  2393.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2394.                
  2395.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2396.            </div>
  2397.            <div class="post-content flex-grow-1">
  2398.              <h6 class="post-title mb-2">
  2399.                 <a href="/dominating-the-art-of-winning-casino-slot-game-strategies/" class="text-decoration-none top-color fw-semibold lh-sm">
  2400.                                            Dominating the Art of Winning: Casino Slot Game Strategies
  2401.                                            </a>
  2402.              </h6>
  2403.              <div class="post-meta mb-3">
  2404.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2405.                <!-- <small class="text-muted">
  2406.                  <i class="ti-eye me-1"></i>348 views
  2407.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2408.                </small> -->
  2409.              </div>
  2410.            </div>
  2411.          </div>
  2412.          
  2413.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2414.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2415.                
  2416.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2417.                
  2418.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2419.            </div>
  2420.            <div class="post-content flex-grow-1">
  2421.              <h6 class="post-title mb-2">
  2422.                 <a href="/queens-acknowledge-titans-as-trump-offers-the-mayor-elect-a-cordial-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2423.                                            Queens Acknowledge Titans as Trump Offers The Mayor-Elect a Cordial Greeting
  2424.                                            </a>
  2425.              </h6>
  2426.              <div class="post-meta mb-3">
  2427.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2428.                <!-- <small class="text-muted">
  2429.                  <i class="ti-eye me-1"></i>348 views
  2430.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2431.                </small> -->
  2432.              </div>
  2433.            </div>
  2434.          </div>
  2435.          
  2436.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2437.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2438.                
  2439.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2440.                
  2441.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2442.            </div>
  2443.            <div class="post-content flex-grow-1">
  2444.              <h6 class="post-title mb-2">
  2445.                 <a href="/the-decade-of-desire-by-author-erin-somers-a-midlife-adultery-tale-our-era-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2446.                                            The Decade of Desire by author Erin Somers: A Midlife Adultery Tale Our Era Needs.
  2447.                                            </a>
  2448.              </h6>
  2449.              <div class="post-meta mb-3">
  2450.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2451.                <!-- <small class="text-muted">
  2452.                  <i class="ti-eye me-1"></i>348 views
  2453.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2454.                </small> -->
  2455.              </div>
  2456.            </div>
  2457.          </div>
  2458.          
  2459.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2460.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2461.                
  2462.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2463.                
  2464.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2465.            </div>
  2466.            <div class="post-content flex-grow-1">
  2467.              <h6 class="post-title mb-2">
  2468.                 <a href="/leader-zelensky-says-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2469.                                            Leader Zelensky Says The Nation Was Ten Percent Away from Peace, Yet Not at Any Cost
  2470.                                            </a>
  2471.              </h6>
  2472.              <div class="post-meta mb-3">
  2473.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2474.                <!-- <small class="text-muted">
  2475.                  <i class="ti-eye me-1"></i>348 views
  2476.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2477.                </small> -->
  2478.              </div>
  2479.            </div>
  2480.          </div>
  2481.          
  2482.  
  2483.        </div>
  2484.  
  2485.        <div class="text-center mt-4 pt-3 border-top border-light">
  2486.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2487.        </div>
  2488.      </div>
  2489.    </div>
  2490.  
  2491.    
  2492.    <div class="sidebar-widget mb-4">
  2493.      <div class="widget-title-wrapper mb-3">
  2494.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2495.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2496.          <span class="title-arrow"></span>
  2497.        </h4>
  2498.      </div>
  2499.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2500.        <div class="blog-roll-list scrollable-sidebar">
  2501.          
  2502.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2503.            <a href="https://esports-news.co.uk/gambling-sites/realz-review/" rel="dofollow" class="text-decoration-none ">
  2504.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2505.                <i class="ti-angle-right me-2 text-primary"></i>
  2506.                realz casino
  2507.              </h6>
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  2513.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                non gamstop casino
  2516.              </h6>
  2517.            </a>
  2518.          </div>
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  2522.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2523.                <i class="ti-angle-right me-2 text-primary"></i>
  2524.                non gamstop casinos
  2525.              </h6>
  2526.            </a>
  2527.          </div>
  2528.          
  2529.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2530.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2531.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2532.                <i class="ti-angle-right me-2 text-primary"></i>
  2533.                best uk non GamStop casinos
  2534.              </h6>
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  2540.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                non gamstop casinos
  2543.              </h6>
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2549.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                casino not on gamstop
  2552.              </h6>
  2553.            </a>
  2554.          </div>
  2555.          
  2556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.            <a href="https://www.roundhaypark.org.uk/" rel="dofollow" class="text-decoration-none ">
  2558.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2559.                <i class="ti-angle-right me-2 text-primary"></i>
  2560.                non gamstop casino
  2561.              </h6>
  2562.            </a>
  2563.          </div>
  2564.          
  2565.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2566.            <a href="https://www.richardrogers.co.uk/" rel="dofollow" class="text-decoration-none ">
  2567.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2568.                <i class="ti-angle-right me-2 text-primary"></i>
  2569.                non gamstop casinos
  2570.              </h6>
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none ">
  2576.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                online casino
  2579.              </h6>
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2585.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                non gamstop casinos
  2588.              </h6>
  2589.            </a>
  2590.          </div>
  2591.          
  2592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.            <a href="https://www.elthampalace.org.uk" rel="dofollow" class="text-decoration-none ">
  2594.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2595.                <i class="ti-angle-right me-2 text-primary"></i>
  2596.                non gamstop casinos uk
  2597.              </h6>
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://nursingnotes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                uk online casinos
  2606.              </h6>
  2607.            </a>
  2608.          </div>
  2609.          
  2610.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  2612.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2613.                <i class="ti-angle-right me-2 text-primary"></i>
  2614.                online casinos
  2615.              </h6>
  2616.            </a>
  2617.          </div>
  2618.          
  2619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2621.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.                <i class="ti-angle-right me-2 text-primary"></i>
  2623.                non gamstop casinos
  2624.              </h6>
  2625.            </a>
  2626.          </div>
  2627.          
  2628.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2629.            <a href="https://www.clintoncards.co.uk/" rel="dofollow" class="text-decoration-none ">
  2630.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2631.                <i class="ti-angle-right me-2 text-primary"></i>
  2632.                best non Gamstop casinos
  2633.              </h6>
  2634.            </a>
  2635.          </div>
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://www.copyrighthub.co.uk/" rel="dofollow" class="text-decoration-none ">
  2639.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2640.                <i class="ti-angle-right me-2 text-primary"></i>
  2641.                best uk non GamStop casinos
  2642.              </h6>
  2643.            </a>
  2644.          </div>
  2645.          
  2646.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2647.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  2648.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2649.                <i class="ti-angle-right me-2 text-primary"></i>
  2650.                casinos not on gamstop
  2651.              </h6>
  2652.            </a>
  2653.          </div>
  2654.          
  2655.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2657.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2658.                <i class="ti-angle-right me-2 text-primary"></i>
  2659.                casinos not on gamstop
  2660.              </h6>
  2661.            </a>
  2662.          </div>
  2663.          
  2664.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2665.            <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="text-decoration-none ">
  2666.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2667.                <i class="ti-angle-right me-2 text-primary"></i>
  2668.                casino not on gamstop
  2669.              </h6>
  2670.            </a>
  2671.          </div>
  2672.          
  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 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" rel="dofollow" 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.                betting sites not on gamstop
  2691.              </h6>
  2692.            </a>
  2693.          </div>
  2694.          
  2695.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2696.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2697.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2698.                <i class="ti-angle-right me-2 text-primary"></i>
  2699.                non gamstop casinos
  2700.              </h6>
  2701.            </a>
  2702.          </div>
  2703.          
  2704.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2705.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  2706.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2707.                <i class="ti-angle-right me-2 text-primary"></i>
  2708.                non gamstop casinos
  2709.              </h6>
  2710.            </a>
  2711.          </div>
  2712.          
  2713.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2714.            <a href="https://stmargarets.london/" rel="dofollow" class="text-decoration-none ">
  2715.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2716.                <i class="ti-angle-right me-2 text-primary"></i>
  2717.                casinos not on gamstop
  2718.              </h6>
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://www.citytosea.org.uk/" rel="dofollow" 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.            </a>
  2729.          </div>
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2733.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                best non GAMSTOP casinos UK
  2736.              </h6>
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2742.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                non gamstop casino
  2745.              </h6>
  2746.            </a>
  2747.          </div>
  2748.          
  2749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2750.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  2751.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2752.                <i class="ti-angle-right me-2 text-primary"></i>
  2753.                non gamstop casino
  2754.              </h6>
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://www.cca-glasgow.com/" rel="dofollow" 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.                non gamstop casino
  2763.              </h6>
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2769.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                casino not on gamstop
  2772.              </h6>
  2773.            </a>
  2774.          </div>
  2775.          
  2776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2778.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2779.                <i class="ti-angle-right me-2 text-primary"></i>
  2780.                non gamstop casino
  2781.              </h6>
  2782.            </a>
  2783.          </div>
  2784.          
  2785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2786.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2787.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2788.                <i class="ti-angle-right me-2 text-primary"></i>
  2789.                non gamstop casino
  2790.              </h6>
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://straightfromyard.co.uk/" rel="dofollow" 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.                non gamstop casino
  2799.              </h6>
  2800.            </a>
  2801.          </div>
  2802.          
  2803.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2804.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2805.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2806.                <i class="ti-angle-right me-2 text-primary"></i>
  2807.                non gamstop casino
  2808.              </h6>
  2809.            </a>
  2810.          </div>
  2811.          
  2812.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2814.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2815.                <i class="ti-angle-right me-2 text-primary"></i>
  2816.                non gamstop casino
  2817.              </h6>
  2818.            </a>
  2819.          </div>
  2820.          
  2821.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2822.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2823.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2824.                <i class="ti-angle-right me-2 text-primary"></i>
  2825.                slots not on gamstop
  2826.              </h6>
  2827.            </a>
  2828.          </div>
  2829.          
  2830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.            <a href="https://unbound.co.uk/" rel="dofollow" 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.                non gamstop casino
  2835.              </h6>
  2836.            </a>
  2837.          </div>
  2838.          
  2839.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2840.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2841.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2842.                <i class="ti-angle-right me-2 text-primary"></i>
  2843.                non gamstop casino
  2844.              </h6>
  2845.            </a>
  2846.          </div>
  2847.          
  2848.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2849.            <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none ">
  2850.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2851.                <i class="ti-angle-right me-2 text-primary"></i>
  2852.                non GamStop casinos UK
  2853.              </h6>
  2854.            </a>
  2855.          </div>
  2856.          
  2857.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2858.            <a href="https://www.nhsborders.org.uk/" rel="dofollow" class="text-decoration-none ">
  2859.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2860.                <i class="ti-angle-right me-2 text-primary"></i>
  2861.                bitcoin casino
  2862.              </h6>
  2863.            </a>
  2864.          </div>
  2865.          
  2866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.            <a href="https://swtrains.co.uk/" rel="dofollow" 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.                spinshark casino
  2871.              </h6>
  2872.            </a>
  2873.          </div>
  2874.          
  2875.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2876.            <a href="https://qualityofcarenetwork.org/" rel="dofollow" class="text-decoration-none ">
  2877.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2878.                <i class="ti-angle-right me-2 text-primary"></i>
  2879.                Lola jack
  2880.              </h6>
  2881.            </a>
  2882.          </div>
  2883.          
  2884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.            <a href="https://plasticoceans.uk" rel="dofollow" class="text-decoration-none ">
  2886.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.                <i class="ti-angle-right me-2 text-primary"></i>
  2888.                non gamstop casinos
  2889.              </h6>
  2890.            </a>
  2891.          </div>
  2892.          
  2893.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2894.            <a href="https://longviewuk.com" rel="dofollow" class="text-decoration-none ">
  2895.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2896.                <i class="ti-angle-right me-2 text-primary"></i>
  2897.                casino not on gamstop
  2898.              </h6>
  2899.            </a>
  2900.          </div>
  2901.          
  2902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.            <a href="https://bvdfree.org.uk" rel="dofollow" 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.                casino not on gamstop
  2907.              </h6>
  2908.            </a>
  2909.          </div>
  2910.          
  2911.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2912.            <a href="https://techcityuk.com" rel="dofollow" class="text-decoration-none ">
  2913.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2914.                <i class="ti-angle-right me-2 text-primary"></i>
  2915.                casinos not on gamstop
  2916.              </h6>
  2917.            </a>
  2918.          </div>
  2919.          
  2920.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2921.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2922.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2923.                <i class="ti-angle-right me-2 text-primary"></i>
  2924.                non Gamstop casinos
  2925.              </h6>
  2926.            </a>
  2927.          </div>
  2928.          
  2929.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2930.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2931.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2932.                <i class="ti-angle-right me-2 text-primary"></i>
  2933.                non UK licence casino
  2934.              </h6>
  2935.            </a>
  2936.          </div>
  2937.          
  2938.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.            <a href="https://notredamedelagarde.fr" rel="dofollow" 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.                casino en ligne france
  2943.              </h6>
  2944.            </a>
  2945.          </div>
  2946.          
  2947.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2948.            <a href="https://www.peelengineering.co.uk/" rel="dofollow" class="text-decoration-none ">
  2949.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2950.                <i class="ti-angle-right me-2 text-primary"></i>
  2951.                non gamstop casino uk
  2952.              </h6>
  2953.            </a>
  2954.          </div>
  2955.          
  2956.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2957.            <a href="https://www.ukessaywriters.co.uk/" rel="dofollow" class="text-decoration-none ">
  2958.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2959.                <i class="ti-angle-right me-2 text-primary"></i>
  2960.                top 100 online casinos uk
  2961.              </h6>
  2962.            </a>
  2963.          </div>
  2964.          
  2965.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2966.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2967.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2968.                <i class="ti-angle-right me-2 text-primary"></i>
  2969.                casinos not on gamstop
  2970.              </h6>
  2971.            </a>
  2972.          </div>
  2973.          
  2974.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.            <a href="https://www.london-irish.com/" rel="dofollow" 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.                casinos not on gamstop
  2979.              </h6>
  2980.            </a>
  2981.          </div>
  2982.          
  2983.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2984.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2985.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2986.                <i class="ti-angle-right me-2 text-primary"></i>
  2987.                non gamstop casino
  2988.              </h6>
  2989.            </a>
  2990.          </div>
  2991.          
  2992.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2993.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2994.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2995.                <i class="ti-angle-right me-2 text-primary"></i>
  2996.                non gamstop casino
  2997.              </h6>
  2998.            </a>
  2999.          </div>
  3000.          
  3001.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  3003.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.                <i class="ti-angle-right me-2 text-primary"></i>
  3005.                online casinos UK
  3006.              </h6>
  3007.            </a>
  3008.          </div>
  3009.          
  3010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.            <a href="https://www.fourpure.com/" rel="dofollow" 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.                online casinos
  3015.              </h6>
  3016.            </a>
  3017.          </div>
  3018.          
  3019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3020.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3022.                <i class="ti-angle-right me-2 text-primary"></i>
  3023.                non UK licensed casinos
  3024.              </h6>
  3025.            </a>
  3026.          </div>
  3027.          
  3028.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3029.            <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none ">
  3030.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3031.                <i class="ti-angle-right me-2 text-primary"></i>
  3032.                UK casino not on GamStop
  3033.              </h6>
  3034.            </a>
  3035.          </div>
  3036.          
  3037.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.            <a href="https://www.edinburghwhiskyblog.com/" rel="dofollow" class="text-decoration-none ">
  3039.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.                <i class="ti-angle-right me-2 text-primary"></i>
  3041.                non gamstop casino
  3042.              </h6>
  3043.            </a>
  3044.          </div>
  3045.          
  3046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" 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.                new online casinos
  3051.              </h6>
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://goodsixty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                non gamstop casinos uk
  3060.              </h6>
  3061.            </a>
  3062.          </div>
  3063.          
  3064.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3065.            <a href="https://www.charlesjencks.com/" rel="dofollow" class="text-decoration-none ">
  3066.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3067.                <i class="ti-angle-right me-2 text-primary"></i>
  3068.                best uk non gamstop casinos
  3069.              </h6>
  3070.            </a>
  3071.          </div>
  3072.          
  3073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.            <a href="https://www.cornburyfestival.com/" rel="dofollow" class="text-decoration-none ">
  3075.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.                <i class="ti-angle-right me-2 text-primary"></i>
  3077.                new uk betting sites
  3078.              </h6>
  3079.            </a>
  3080.          </div>
  3081.          
  3082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.            <a href="https://www.roadpeace.org/" rel="dofollow" 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.                online casinos not on gamstop
  3087.              </h6>
  3088.            </a>
  3089.          </div>
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                non gamstop casino uk
  3096.              </h6>
  3097.            </a>
  3098.          </div>
  3099.          
  3100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3101.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  3102.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3103.                <i class="ti-angle-right me-2 text-primary"></i>
  3104.                non GamStop casino
  3105.              </h6>
  3106.            </a>
  3107.          </div>
  3108.          
  3109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  3111.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.                <i class="ti-angle-right me-2 text-primary"></i>
  3113.                non GamStop casino
  3114.              </h6>
  3115.            </a>
  3116.          </div>
  3117.          
  3118.      </div>
  3119.    </div>
  3120.    
  3121.    <div class="sidebar-widget mb-4">
  3122.      <div class="widget-title-wrapper mb-3">
  3123.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3124.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3125.          <span class="title-arrow"></span>
  3126.        </h4>
  3127.      </div>
  3128.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3129.        <div class="blog-roll-list scrollable-sidebar">
  3130.          
  3131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.            <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none ">
  3133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.                <i class="ti-angle-right me-2 text-primary"></i>
  3135.                non GamStop casinos
  3136.              </h6>
  3137.            </a>
  3138.          </div>
  3139.          
  3140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  3142.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.                <i class="ti-angle-right me-2 text-primary"></i>
  3144.                best online casino
  3145.              </h6>
  3146.            </a>
  3147.          </div>
  3148.          
  3149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3150.            <a href="https://www.bunker-51.com/" rel="dofollow" class="text-decoration-none ">
  3151.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3152.                <i class="ti-angle-right me-2 text-primary"></i>
  3153.                non GamStop casinos
  3154.              </h6>
  3155.            </a>
  3156.          </div>
  3157.          
  3158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  3160.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3161.                <i class="ti-angle-right me-2 text-primary"></i>
  3162.                non GamStop casino
  3163.              </h6>
  3164.            </a>
  3165.          </div>
  3166.          
  3167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  3169.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3170.                <i class="ti-angle-right me-2 text-primary"></i>
  3171.                non GamStop casinos
  3172.              </h6>
  3173.            </a>
  3174.          </div>
  3175.          
  3176.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3178.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.                <i class="ti-angle-right me-2 text-primary"></i>
  3180.                non Gamstop UK casinos
  3181.              </h6>
  3182.            </a>
  3183.          </div>
  3184.          
  3185.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3186.            <a href="https://www.swtrains.co.uk/" rel="dofollow" class="text-decoration-none ">
  3187.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3188.                <i class="ti-angle-right me-2 text-primary"></i>
  3189.                Spinshark bonus
  3190.              </h6>
  3191.            </a>
  3192.          </div>
  3193.          
  3194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3195.            <a href="https://www.gcaf.co.uk/" rel="dofollow" class="text-decoration-none ">
  3196.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3197.                <i class="ti-angle-right me-2 text-primary"></i>
  3198.                best bitcoin betting sites
  3199.              </h6>
  3200.            </a>
  3201.          </div>
  3202.          
  3203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3204.            <a href="https://www.deakinandblue.com/" rel="dofollow" class="text-decoration-none ">
  3205.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3206.                <i class="ti-angle-right me-2 text-primary"></i>
  3207.                non gamstop casino
  3208.              </h6>
  3209.            </a>
  3210.          </div>
  3211.          
  3212.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3213.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3214.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3215.                <i class="ti-angle-right me-2 text-primary"></i>
  3216.                casinos not on GamStop
  3217.              </h6>
  3218.            </a>
  3219.          </div>
  3220.          
  3221.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  3223.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3224.                <i class="ti-angle-right me-2 text-primary"></i>
  3225.                casino sites
  3226.              </h6>
  3227.            </a>
  3228.          </div>
  3229.          
  3230.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3231.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3232.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3233.                <i class="ti-angle-right me-2 text-primary"></i>
  3234.                non gamstop casinos
  3235.              </h6>
  3236.            </a>
  3237.          </div>
  3238.          
  3239.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3240.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3241.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3242.                <i class="ti-angle-right me-2 text-primary"></i>
  3243.                casinos not on GamStop
  3244.              </h6>
  3245.            </a>
  3246.          </div>
  3247.          
  3248.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3249.            <a href="https://www.dumpaday.com/" rel="dofollow" class="text-decoration-none ">
  3250.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3251.                <i class="ti-angle-right me-2 text-primary"></i>
  3252.                uk casinos not on gamstop
  3253.              </h6>
  3254.            </a>
  3255.          </div>
  3256.          
  3257.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3259.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.                <i class="ti-angle-right me-2 text-primary"></i>
  3261.                non gamstop casino
  3262.              </h6>
  3263.            </a>
  3264.          </div>
  3265.          
  3266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3267.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  3268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3269.                <i class="ti-angle-right me-2 text-primary"></i>
  3270.                betting sites not on gamstop
  3271.              </h6>
  3272.            </a>
  3273.          </div>
  3274.          
  3275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3276.            <a href="https://greenjournal.co.uk/" rel="dofollow" class="text-decoration-none ">
  3277.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3278.                <i class="ti-angle-right me-2 text-primary"></i>
  3279.                casinos not on gamstop
  3280.              </h6>
  3281.            </a>
  3282.          </div>
  3283.          
  3284.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3285.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3286.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.                <i class="ti-angle-right me-2 text-primary"></i>
  3288.                UK Casinos Not on Gamban
  3289.              </h6>
  3290.            </a>
  3291.          </div>
  3292.          
  3293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3294.            <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none ">
  3295.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3296.                <i class="ti-angle-right me-2 text-primary"></i>
  3297.                bitcoin casino
  3298.              </h6>
  3299.            </a>
  3300.          </div>
  3301.          
  3302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3303.            <a href="https://www.cryptocomparer.com/" rel="dofollow" class="text-decoration-none ">
  3304.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3305.                <i class="ti-angle-right me-2 text-primary"></i>
  3306.                no verification casino
  3307.              </h6>
  3308.            </a>
  3309.          </div>
  3310.          
  3311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3312.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3313.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3314.                <i class="ti-angle-right me-2 text-primary"></i>
  3315.                online casinos
  3316.              </h6>
  3317.            </a>
  3318.          </div>
  3319.          
  3320.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3321.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3322.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.                <i class="ti-angle-right me-2 text-primary"></i>
  3324.                non gamstop casinos
  3325.              </h6>
  3326.            </a>
  3327.          </div>
  3328.          
  3329.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3330.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  3331.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3332.                <i class="ti-angle-right me-2 text-primary"></i>
  3333.                bitcoin casino UK
  3334.              </h6>
  3335.            </a>
  3336.          </div>
  3337.          
  3338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3339.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3340.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3341.                <i class="ti-angle-right me-2 text-primary"></i>
  3342.                online casino
  3343.              </h6>
  3344.            </a>
  3345.          </div>
  3346.          
  3347.      </div>
  3348.    </div>
  3349.    
  3350.    <div class="sidebar-widget mb-4">
  3351.      <div class="widget-title-wrapper mb-3">
  3352.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3353.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3354.          <span class="title-arrow"></span>
  3355.        </h4>
  3356.      </div>
  3357.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3358.        <div class="blog-roll-list scrollable-sidebar">
  3359.          
  3360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3361.            <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="text-decoration-none ">
  3362.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3363.                <i class="ti-angle-right me-2 text-primary"></i>
  3364.                best uk non GamStop casinos
  3365.              </h6>
  3366.            </a>
  3367.          </div>
  3368.          
  3369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3370.            <a href="https://thecharliegardfoundation.org/" rel="dofollow" class="text-decoration-none ">
  3371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3372.                <i class="ti-angle-right me-2 text-primary"></i>
  3373.                online casino uk
  3374.              </h6>
  3375.            </a>
  3376.          </div>
  3377.          
  3378.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3379.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3380.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3381.                <i class="ti-angle-right me-2 text-primary"></i>
  3382.                non gamstop gambling site
  3383.              </h6>
  3384.            </a>
  3385.          </div>
  3386.          
  3387.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3388.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3389.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3390.                <i class="ti-angle-right me-2 text-primary"></i>
  3391.                casinos not on gamstop
  3392.              </h6>
  3393.            </a>
  3394.          </div>
  3395.          
  3396.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3397.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3398.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3399.                <i class="ti-angle-right me-2 text-primary"></i>
  3400.                best sport betting sites
  3401.              </h6>
  3402.            </a>
  3403.          </div>
  3404.          
  3405.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3406.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3407.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3408.                <i class="ti-angle-right me-2 text-primary"></i>
  3409.                best betting sites
  3410.              </h6>
  3411.            </a>
  3412.          </div>
  3413.          
  3414.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3415.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3416.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3417.                <i class="ti-angle-right me-2 text-primary"></i>
  3418.                best betting sites uk
  3419.              </h6>
  3420.            </a>
  3421.          </div>
  3422.          
  3423.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3424.            <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none ">
  3425.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3426.                <i class="ti-angle-right me-2 text-primary"></i>
  3427.                non gamstop casinos
  3428.              </h6>
  3429.            </a>
  3430.          </div>
  3431.          
  3432.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3433.            <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none ">
  3434.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3435.                <i class="ti-angle-right me-2 text-primary"></i>
  3436.                non gamstop casino
  3437.              </h6>
  3438.            </a>
  3439.          </div>
  3440.          
  3441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.            <a href="https://www.kscience.co.uk/" rel="dofollow" class="text-decoration-none ">
  3443.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3444.                <i class="ti-angle-right me-2 text-primary"></i>
  3445.                best online casinos uk
  3446.              </h6>
  3447.            </a>
  3448.          </div>
  3449.          
  3450.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3451.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3452.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3453.                <i class="ti-angle-right me-2 text-primary"></i>
  3454.                non gamstop casino
  3455.              </h6>
  3456.            </a>
  3457.          </div>
  3458.          
  3459.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3460.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3461.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3462.                <i class="ti-angle-right me-2 text-primary"></i>
  3463.                online casino
  3464.              </h6>
  3465.            </a>
  3466.          </div>
  3467.          
  3468.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3469.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  3470.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3471.                <i class="ti-angle-right me-2 text-primary"></i>
  3472.                online casino
  3473.              </h6>
  3474.            </a>
  3475.          </div>
  3476.          
  3477.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3478.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  3479.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3480.                <i class="ti-angle-right me-2 text-primary"></i>
  3481.                online casino
  3482.              </h6>
  3483.            </a>
  3484.          </div>
  3485.          
  3486.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3487.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3488.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3489.                <i class="ti-angle-right me-2 text-primary"></i>
  3490.                online casino
  3491.              </h6>
  3492.            </a>
  3493.          </div>
  3494.          
  3495.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3496.            <a href="https://platypuspress.co.uk/" rel="dofollow" class="text-decoration-none ">
  3497.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3498.                <i class="ti-angle-right me-2 text-primary"></i>
  3499.                online casino not on gamstop
  3500.              </h6>
  3501.            </a>
  3502.          </div>
  3503.          
  3504.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3505.            <a href="https://www.powwownow.co.uk/" rel="dofollow" class="text-decoration-none ">
  3506.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3507.                <i class="ti-angle-right me-2 text-primary"></i>
  3508.                online casinos not on gamstop
  3509.              </h6>
  3510.            </a>
  3511.          </div>
  3512.          
  3513.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3514.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3515.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3516.                <i class="ti-angle-right me-2 text-primary"></i>
  3517.                casinos not on gamstop
  3518.              </h6>
  3519.            </a>
  3520.          </div>
  3521.          
  3522.      </div>
  3523.    </div>
  3524.    
  3525.  </div>
  3526.  
  3527. <!-- Sidebar V2 Styles -->
  3528. <style>
  3529.  .sidebar-widget {
  3530.    position: relative;
  3531.  }
  3532.  
  3533.  .widget-title {
  3534.    font-size: 1.1rem;
  3535.    font-weight: 700;
  3536.    display: inline-block;
  3537.    position: relative;
  3538.    z-index: 2;
  3539.    border-radius: 0;
  3540.  }
  3541.  
  3542.  /* Green arrow for August Blog Roll */
  3543.  .title-arrow::after {
  3544.    content: '';
  3545.    position: absolute;
  3546.    top: 0;
  3547.    right: -22px;
  3548.    width: 0;
  3549.    height: 0;
  3550.    border-left: 22px solid var(--bs-primary);
  3551.    border-top: 22px solid transparent;
  3552.    border-bottom: 22px solid transparent;
  3553.    z-index: 1;
  3554.  }
  3555.  
  3556.  /* Blue arrow for Recent Posts */
  3557.  .title-arrow-primary::after {
  3558.    content: '';
  3559.    position: absolute;
  3560.    top: 0;
  3561.    right: -22px;
  3562.    width: 0;
  3563.    height: 0;
  3564.    border-left: 22px solid var(--bs-primary);
  3565.    border-top: 22px solid transparent;
  3566.    border-bottom: 22px solid transparent;
  3567.    z-index: 1;
  3568.  }
  3569.  
  3570.  .widget-content {
  3571.    margin-top: -1px;
  3572.    position: relative;
  3573.    z-index: 1;
  3574.     background-color: var(--card-bg);
  3575.  }
  3576.  
  3577.  /* Blog Roll Items Hover Effects */
  3578.  .blog-roll-item:hover .blog-title {
  3579.    color: #198754 !important;
  3580.    transform: translateX(5px);
  3581.    transition: all 0.3s ease;
  3582.  }
  3583.  
  3584.  /* Recent Post Items Hover Effects */
  3585.  .recent-post-item:hover .post-title a {
  3586.    color: #0d6efd !important;
  3587.    transition: color 0.3s ease;
  3588.  }
  3589.  
  3590.  .recent-post-item:hover .post-image img {
  3591.    transform: scale(1.05);
  3592.    transition: transform 0.3s ease;
  3593.  }
  3594.  
  3595.  /* Button Hover Effects */
  3596.  .btn:hover {
  3597.    transform: translateY(-2px);
  3598.    transition: all 0.3s ease;
  3599.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3600.  }
  3601.  
  3602.  /* Badge Hover Effects */
  3603.  .badge:hover {
  3604.    transform: scale(1.05);
  3605.    transition: transform 0.3s ease;
  3606.  }
  3607.  
  3608.  @media (max-width: 991px) {
  3609.    .sidebar {
  3610.      margin-top: 3rem;
  3611.    }
  3612.  }
  3613.  
  3614.  @media (max-width: 576px) {
  3615.    .widget-title {
  3616.      font-size: 1rem;
  3617.      padding: 0.75rem 1rem !important;
  3618.    }
  3619.  
  3620.    .title-arrow::after,
  3621.    .title-arrow-primary::after {
  3622.      right: -18px;
  3623.      border-left-width: 18px;
  3624.      border-top-width: 18px;
  3625.      border-bottom-width: 18px;
  3626.    }
  3627.  
  3628.    .post-image {
  3629.      width: 70px !important;
  3630.      height: 55px !important;
  3631.    }
  3632.  
  3633.    .blog-meta {
  3634.      flex-direction: column !important;
  3635.      align-items: flex-start !important;
  3636.      gap: 0.5rem;
  3637.    }
  3638.  }
  3639. </style>
  3640.  
  3641.    
  3642.            </div>
  3643.        </div>
  3644.    </div>
  3645. </section>
  3646.  
  3647. <script>
  3648. // Intersection Observer for scroll animations
  3649. document.addEventListener('DOMContentLoaded', function() {
  3650.    const observerOptions = {
  3651.        threshold: 0.1,
  3652.        rootMargin: '0px 0px -50px 0px'
  3653.    };
  3654.  
  3655.    const observer = new IntersectionObserver(function(entries) {
  3656.        entries.forEach(entry => {
  3657.            if (entry.isIntersecting) {
  3658.                entry.target.classList.add('animated');
  3659.            }
  3660.        });
  3661.    }, observerOptions);
  3662.  
  3663.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3664.        observer.observe(el);
  3665.    });
  3666. });
  3667. </script>
  3668.  
  3669.    
  3670.        
  3671.        <!-- end wpo-blog-highlights-section -->
  3672.        <!-- start wpo-blog-sponsored-section -->
  3673.        
  3674.  
  3675.  
  3676.  
  3677.    
  3678.  
  3679.  
  3680.  
  3681. <style>
  3682.    .sponsored-section-v4 {
  3683.        padding: 50px 0;
  3684.    }
  3685.    
  3686.    .sponsored-card-v4 {
  3687.        background: var(--card-bg);
  3688.        border: 1px solid var(--border-color);
  3689.        border-radius: 4px;
  3690.        transition: border-color 0.3s ease;
  3691.        height: 100%;
  3692.        padding: 15px;
  3693.    }
  3694.    
  3695.    .sponsored-card-v4:hover {
  3696.        border-color: #adb5bd;
  3697.    }
  3698.    
  3699.    .sponsored-image-v4 {
  3700.        width: 150px;
  3701.        height: 150px;
  3702.        margin: 10px auto;
  3703.        border-radius: 50%;
  3704.        shape-outside: circle(50%);
  3705.        float: left;
  3706.    }
  3707.    
  3708.    .sponsored-image-v4 img {
  3709.        width: 100%;
  3710.        height: 100%;
  3711.        object-fit: cover;
  3712.        border-radius: 50%;
  3713.    }
  3714.    
  3715.    .sponsored-content-v4 {
  3716.        padding: 10px;
  3717.        overflow: hidden; /* Clearfix for floated image */
  3718.    }
  3719.    
  3720.    .sponsored-title-v4 {
  3721.        font-size: 15px;
  3722.        font-weight: 700;
  3723.        line-height: 1.4;
  3724.        margin-bottom: 8px;
  3725.        color: #333;
  3726.        position: relative;
  3727.        display: inline-block;
  3728.    }
  3729.    
  3730.    .sponsored-title-v4 a {
  3731.        text-decoration: none;
  3732.        color: var(--topbar-color) !important;
  3733.        margin: 10px 0px;
  3734.    }
  3735.    
  3736.    .sponsored-title-v4 a:hover {
  3737.        color: #6f42c1 !important; /* Purple hover */
  3738.    }
  3739.    
  3740.    .sponsored-title-v4::after {
  3741.        content: '';
  3742.        position: absolute;
  3743.        bottom: -2px;
  3744.        left: 0;
  3745.        width: 100%;
  3746.        height: 2px;
  3747.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3748.    }
  3749.    
  3750.    .sponsored-excerpt-v4 {
  3751.        font-size: 12px;
  3752.        font-weight: 400;
  3753.        color: #6c757d;
  3754.        margin-bottom: 10px;
  3755.        line-height: 1.5;
  3756.    }
  3757.    
  3758.    .sponsored-meta-v4 {
  3759.        font-size: 11px;
  3760.        color: #6c757d;
  3761.    }
  3762.    
  3763.    .author-info-v4 {
  3764.        margin-bottom: 5px;
  3765.    }
  3766.    
  3767.    .sponsored-author-img-v4 {
  3768.        width: 20px;
  3769.        height: 20px;
  3770.        border-radius: 50%;
  3771.        object-fit: cover;
  3772.        vertical-align: middle;
  3773.        margin-right: 5px;
  3774.    }
  3775.    
  3776.    .section-title-sponsored-v4 {
  3777.        font-size: 1.9rem;
  3778.        font-weight: 600;
  3779.        text-align: center;
  3780.        margin-bottom: 30px;
  3781.        color: #333;
  3782.        position: relative;
  3783.    }
  3784.    
  3785.    .section-title-sponsored-v4::after {
  3786.        content: '';
  3787.        position: absolute;
  3788.        bottom: -8px;
  3789.        left: 50%;
  3790.        transform: translateX(-50%);
  3791.        width: 80px;
  3792.        height: 3px;
  3793.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3794.    }
  3795.  
  3796.    @media (max-width: 768px) {
  3797.        .sponsored-section-v4 {
  3798.            padding: 30px 0;
  3799.        }
  3800.        .sponsored-image-v4 {
  3801.            width: 120px;
  3802.            height: 120px;
  3803.            float: none;
  3804.            margin: 10px auto;
  3805.        }
  3806.        .sponsored-content-v4 {
  3807.            padding: 12px;
  3808.            text-align: center;
  3809.        }
  3810.        .sponsored-title-v4 {
  3811.            font-size: 14px;
  3812.        }
  3813.        .sponsored-excerpt-v4 {
  3814.            font-size: 11px;
  3815.        }
  3816.        .sponsored-meta-v4 {
  3817.            font-size: 10px;
  3818.        }
  3819.        .section-title-sponsored-v4 {
  3820.            font-size: 1.6rem;
  3821.        }
  3822.    }
  3823. </style>
  3824.  
  3825. <section class="sponsored-section-v4">
  3826.    <div class="container-fluid fluid-container">
  3827.        <div class="row">
  3828.            <div class="col-12">
  3829.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3830.            </div>
  3831.        </div>
  3832.        
  3833.        <div class="row g-4">
  3834.            
  3835.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3836.                <div class="card sponsored-card-v4">
  3837.                    <div class="sponsored-image-v4">
  3838.                        
  3839.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3840.                        
  3841.                    </div>
  3842.                    <div class="sponsored-content-v4">
  3843.                        <h3 class="sponsored-title-v4">
  3844.                            <a href="/elevate-your-earnings-with-advanced-jackpot-slots/" >
  3845.                                            Elevate Your Earnings with Advanced Jackpot Slots
  3846.                                            </a>
  3847.                        </h3>
  3848.                        <p class="sponsored-excerpt-v4">
  3849.                          
  3850.                        </p>
  3851.                        <div class="sponsored-meta-v4">
  3852.                            <div class="author-info-v4">
  3853.                                
  3854.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="sponsored-author-img-v4">
  3855.                                
  3856.                                <span>
  3857.                                    Nicole Gonzalez
  3858.                                </span>
  3859.                            </div>
  3860.                            <div>17 May 2026</div>
  3861.                        </div>
  3862.                    </div>
  3863.                </div>
  3864.            </div>
  3865.            
  3866.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3867.                <div class="card sponsored-card-v4">
  3868.                    <div class="sponsored-image-v4">
  3869.                        
  3870.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3871.                        
  3872.                    </div>
  3873.                    <div class="sponsored-content-v4">
  3874.                        <h3 class="sponsored-title-v4">
  3875.                            <a href="/crans-montana-blaze-survivors-receive-care-in-burns-units-throughout-the-continent/" >
  3876.                                            Crans-Montana Blaze Survivors Receive Care in Burns Units Throughout the Continent
  3877.                                            </a>
  3878.                        </h3>
  3879.                        <p class="sponsored-excerpt-v4">
  3880.                          
  3881.                        </p>
  3882.                        <div class="sponsored-meta-v4">
  3883.                            <div class="author-info-v4">
  3884.                                
  3885.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="sponsored-author-img-v4">
  3886.                                
  3887.                                <span>
  3888.                                    Nicole Gonzalez
  3889.                                </span>
  3890.                            </div>
  3891.                            <div>17 May 2026</div>
  3892.                        </div>
  3893.                    </div>
  3894.                </div>
  3895.            </div>
  3896.            
  3897.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3898.                <div class="card sponsored-card-v4">
  3899.                    <div class="sponsored-image-v4">
  3900.                        
  3901.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3902.                        
  3903.                    </div>
  3904.                    <div class="sponsored-content-v4">
  3905.                        <h3 class="sponsored-title-v4">
  3906.                            <a href="/dominating-the-art-of-winning-casino-slot-game-strategies/" >
  3907.                                            Dominating the Art of Winning: Casino Slot Game Strategies
  3908.                                            </a>
  3909.                        </h3>
  3910.                        <p class="sponsored-excerpt-v4">
  3911.                          
  3912.                        </p>
  3913.                        <div class="sponsored-meta-v4">
  3914.                            <div class="author-info-v4">
  3915.                                
  3916.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="sponsored-author-img-v4">
  3917.                                
  3918.                                <span>
  3919.                                    Nicole Gonzalez
  3920.                                </span>
  3921.                            </div>
  3922.                            <div>17 May 2026</div>
  3923.                        </div>
  3924.                    </div>
  3925.                </div>
  3926.            </div>
  3927.            
  3928.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3929.                <div class="card sponsored-card-v4">
  3930.                    <div class="sponsored-image-v4">
  3931.                        
  3932.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3933.                        
  3934.                    </div>
  3935.                    <div class="sponsored-content-v4">
  3936.                        <h3 class="sponsored-title-v4">
  3937.                            <a href="/queens-acknowledge-titans-as-trump-offers-the-mayor-elect-a-cordial-greeting/" >
  3938.                                            Queens Acknowledge Titans as Trump Offers The Mayor-Elect a Cordial Greeting
  3939.                                            </a>
  3940.                        </h3>
  3941.                        <p class="sponsored-excerpt-v4">
  3942.                          
  3943.                        </p>
  3944.                        <div class="sponsored-meta-v4">
  3945.                            <div class="author-info-v4">
  3946.                                
  3947.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="sponsored-author-img-v4">
  3948.                                
  3949.                                <span>
  3950.                                    Nicole Gonzalez
  3951.                                </span>
  3952.                            </div>
  3953.                            <div>17 May 2026</div>
  3954.                        </div>
  3955.                    </div>
  3956.                </div>
  3957.            </div>
  3958.            
  3959.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3960.                <div class="card sponsored-card-v4">
  3961.                    <div class="sponsored-image-v4">
  3962.                        
  3963.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3964.                        
  3965.                    </div>
  3966.                    <div class="sponsored-content-v4">
  3967.                        <h3 class="sponsored-title-v4">
  3968.                            <a href="/the-decade-of-desire-by-author-erin-somers-a-midlife-adultery-tale-our-era-needs/" >
  3969.                                            The Decade of Desire by author Erin Somers: A Midlife Adultery Tale Our Era Needs.
  3970.                                            </a>
  3971.                        </h3>
  3972.                        <p class="sponsored-excerpt-v4">
  3973.                          
  3974.                        </p>
  3975.                        <div class="sponsored-meta-v4">
  3976.                            <div class="author-info-v4">
  3977.                                
  3978.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="sponsored-author-img-v4">
  3979.                                
  3980.                                <span>
  3981.                                    Nicole Gonzalez
  3982.                                </span>
  3983.                            </div>
  3984.                            <div>16 May 2026</div>
  3985.                        </div>
  3986.                    </div>
  3987.                </div>
  3988.            </div>
  3989.            
  3990.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3991.                <div class="card sponsored-card-v4">
  3992.                    <div class="sponsored-image-v4">
  3993.                        
  3994.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3995.                        
  3996.                    </div>
  3997.                    <div class="sponsored-content-v4">
  3998.                        <h3 class="sponsored-title-v4">
  3999.                            <a href="/leader-zelensky-says-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-cost/" >
  4000.                                            Leader Zelensky Says The Nation Was Ten Percent Away from Peace, Yet Not at Any Cost
  4001.                                            </a>
  4002.                        </h3>
  4003.                        <p class="sponsored-excerpt-v4">
  4004.                          
  4005.                        </p>
  4006.                        <div class="sponsored-meta-v4">
  4007.                            <div class="author-info-v4">
  4008.                                
  4009.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Nicole Gonzalez" class="sponsored-author-img-v4">
  4010.                                
  4011.                                <span>
  4012.                                    Nicole Gonzalez
  4013.                                </span>
  4014.                            </div>
  4015.                            <div>16 May 2026</div>
  4016.                        </div>
  4017.                    </div>
  4018.                </div>
  4019.            </div>
  4020.            
  4021.        </div>
  4022.    </div>
  4023. </section>
  4024.  
  4025.  
  4026.    
  4027.        <!-- end wpo-blog-sponsored-section -->
  4028.        <!-- start wpo-subscribe-section -->
  4029.        
  4030.        <!-- end subscribe-section -->
  4031.        <!-- start of wpo-site-footer-section -->
  4032.        
  4033.  
  4034.  
  4035.  
  4036.  
  4037.  
  4038.  
  4039. <footer class="wpo-site-footer-v2 ">
  4040.    
  4041.    <!-- Main Footer Content -->
  4042.    <div class="container-fluid fluid-container">
  4043.        
  4044.        <!-- Step 1: Brand Section -->
  4045.        <div class="footer-brand-section">
  4046.            <div class="row justify-content-center">
  4047.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4048.                    <div class="brand-wrapper">
  4049.                        
  4050.                        <h2 class="brand-title">Goldrai Gaming</h2>
  4051.                        <p class="brand-description">Goldrai Gaming is a leading UK gaming community offering esports news, game reviews, tournaments, and guides for PC, console, and mobile gamers.</p>
  4052.                        
  4053.                    </div>
  4054.                </div>
  4055.            </div>
  4056.        </div>
  4057.  
  4058.        <!-- Step 2: Content Columns with Separators -->
  4059.        <div class="footer-content-section">
  4060.            <div class="content-divider"></div>
  4061.            
  4062.            <div class="row">
  4063.                
  4064.                <!-- Column 1: Important Links -->
  4065.                <div class="col-lg-6 col-md-6 col-12">
  4066.                    <div class="footer-column">
  4067.                        <div class="column-header">
  4068.                            <span class="column-number bg-primary-gradient">01</span>
  4069.                            <h6 class="column-title">Important Pages</h6>
  4070.                        </div>
  4071.                        <div class="column-content">
  4072.                            <ul class="footer-links">
  4073.                                
  4074.                                <li>
  4075.                                    <a href="/new-york-city-mayor-eric-adams-will-support-former-governor-andrew-cuomo-in-new-york-city-mayoral-race/" class="footer-link">
  4076.                                        New York City Mayor Eric Adams Will Support Former Governor Andrew Cuomo in New York City Mayoral Race
  4077.                                    </a>
  4078.                                </li>
  4079.                                
  4080.                                <li>
  4081.                                    <a href="/republican-senator-claims-agreement-can-be-had-on-health-care-as-key-tax-credits-set-to-expire/" class="footer-link">
  4082.                                        Republican Senator Claims &#x27;Agreement Can Be Had&#x27; on Health Care as Key Tax Credits Set to Expire.
  4083.                                    </a>
  4084.                                </li>
  4085.                                
  4086.                                <li>
  4087.                                    <a href="/administration-denounces-democrat-fabrication-as-further-epstein-estate-images-made-public/" class="footer-link">
  4088.                                        Administration Denounces &#x27;Democrat Fabrication&#x27; as Further Epstein Estate Images Made Public
  4089.                                    </a>
  4090.                                </li>
  4091.                                
  4092.                                <li>
  4093.                                    <a href="/bright-leaves-england-arena-long-past-her-name-was-engraved-among-soccer-icons/" class="footer-link">
  4094.                                        Bright Leaves England Arena Long Past Her Name Was Engraved Among Soccer Icons
  4095.                                    </a>
  4096.                                </li>
  4097.                                
  4098.                                <li>
  4099.                                    <a href="/the-evolution-of-casino-internet-slot-games-whats-trending/" class="footer-link">
  4100.                                        The Evolution of Casino Internet Slot Games: What&#x27;s Trending?
  4101.                                    </a>
  4102.                                </li>
  4103.                                
  4104.                                <li>
  4105.                                    <a href="/the-hit-drama-announced-for-7th-series-on-bbc/" class="footer-link">
  4106.                                        The Hit Drama Announced for 7th Series on BBC
  4107.                                    </a>
  4108.                                </li>
  4109.                                
  4110.                            </ul>
  4111.                        </div>
  4112.                    </div>
  4113.                </div>
  4114.  
  4115.                <!-- Column 2: External Links -->
  4116.                 <div class="col-lg-6 col-md-6 col-12">
  4117.                    <div class="footer-column">
  4118.                        <div class="column-header">
  4119.                            <span class="column-number bg-primary-gradient">02</span>
  4120.                            <h6 class="column-title">External Resources</h6>
  4121.                        </div>
  4122.                       <div class="column-content">
  4123.    <ul class="footer-links" id="footerLinks">
  4124.        
  4125.        
  4126.  
  4127.        
  4128.        
  4129.        
  4130.        
  4131.    </ul>
  4132. </div>
  4133.  
  4134.                    </div>
  4135.                </div>
  4136.  
  4137.                <!-- Column 3: Categories -->
  4138.                <div class="col-lg-6 col-md-6 col-12">
  4139.                    <div class="footer-column">
  4140.                        <div class="column-header">
  4141.                            <span class="column-number bg-primary-gradient">02</span>
  4142.                            <h6 class="column-title">Categories</h6>
  4143.                        </div>
  4144.                        <div class="column-content">
  4145.                            <ul class="footer-links">
  4146.                                
  4147.                                <li>
  4148.                                    <a href="/category/all-posts/" class="footer-link">
  4149.                                        All Posts
  4150.                                    </a>
  4151.                                </li>
  4152.                                
  4153.                                <li>
  4154.                                    <a href="/category/business/" class="footer-link">
  4155.                                        Business
  4156.                                    </a>
  4157.                                </li>
  4158.                                
  4159.                                <li>
  4160.                                    <a href="/category/esports/" class="footer-link">
  4161.                                        Esports
  4162.                                    </a>
  4163.                                </li>
  4164.                                
  4165.                                <li>
  4166.                                    <a href="/category/fashion/" class="footer-link">
  4167.                                        Fashion
  4168.                                    </a>
  4169.                                </li>
  4170.                                
  4171.                                <li>
  4172.                                    <a href="/category/featured/" class="footer-link">
  4173.                                        Featured
  4174.                                    </a>
  4175.                                </li>
  4176.                                
  4177.                                <li>
  4178.                                    <a href="/category/gaming/" class="footer-link">
  4179.                                        Gaming
  4180.                                    </a>
  4181.                                </li>
  4182.                                
  4183.                            </ul>
  4184.                        </div>
  4185.                    </div>
  4186.                </div>
  4187.  
  4188.            </div>
  4189.        </div>
  4190.  
  4191.        <!-- Step 3: Footer Bottom -->
  4192.        <div class="footer-bottom-section">
  4193.            <div class="bottom-divider"></div>
  4194.            <div class="d-flex justify-content-between flex-wrap">
  4195.                <div class="">
  4196.                    <p class="copyright-text">
  4197.                        &copy; 2026 <strong>Goldrai Gaming</strong> • All rights reserved
  4198.                    </p>
  4199.                </div>
  4200.                <div class="">
  4201.                    <nav class="footer-nav">
  4202.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4203.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4204.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4205.                    </nav>
  4206.                </div>
  4207.            </div>
  4208.        </div>
  4209.  
  4210.    </div>
  4211.  
  4212.    <!-- Background Elements -->
  4213.    <div class="footer-bg-elements">
  4214.        <div class="bg-circle circle-1"></div>
  4215.        <div class="bg-circle circle-2"></div>
  4216.        <div class="bg-line line-1"></div>
  4217.        <div class="bg-line line-2"></div>
  4218.    </div>
  4219.  
  4220. </footer>
  4221.  
  4222. <style>
  4223. /* Footer V2 - Clean Blog Design */
  4224. .wpo-site-footer-v2 {
  4225.    color: var(--footer-color);
  4226.    background-color: var(--card-bg);
  4227.    margin-top: 100px;
  4228. }
  4229.  
  4230.  
  4231.  
  4232. /* Step 2: Brand Section */
  4233. .footer-brand-section {
  4234.    position: relative;
  4235.    z-index: 2;
  4236.    padding: 120px 0 60px;
  4237. }
  4238.  
  4239. .brand-wrapper {
  4240.    max-width: 600px;
  4241.    margin: 0 auto;
  4242. }
  4243.  
  4244. .footer-logo {
  4245.    max-height: 60px;
  4246.    width: auto;
  4247.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4248. }
  4249.  
  4250. .brand-title {
  4251.    font-size: 2.2rem;
  4252.    font-weight: 800;
  4253.    color: var(--footer-color);
  4254.    margin-bottom: 1rem;
  4255.    letter-spacing: -0.02em;
  4256. }
  4257.  
  4258. .brand-description {
  4259.    font-size: 1.1rem;
  4260.    color: var(--footer-color);
  4261.    line-height: 1.6;
  4262.    opacity: .7;
  4263.    margin-bottom: 0;
  4264. }
  4265.  
  4266. /* Step 3: Content Section */
  4267. .footer-content-section {
  4268.    position: relative;
  4269.    z-index: 2;
  4270.    padding: 60px 0;
  4271. }
  4272.  
  4273.  
  4274. .footer-column {
  4275.    margin-bottom: 40px;
  4276.    padding: 0 20px;
  4277. }
  4278.  
  4279. .column-header {
  4280.    display: flex;
  4281.    align-items: center;
  4282.    margin-bottom: 25px;
  4283.    padding-bottom: 15px;
  4284.    border-bottom: 2px solid var(--border-color);
  4285. }
  4286.  
  4287. .column-number {
  4288.    width: 35px;
  4289.    height: 35px;
  4290.    border-radius: 10px;
  4291.    display: flex;
  4292.    align-items: center;
  4293.    justify-content: center;
  4294.    font-weight: 700;
  4295.    font-size: 0.9rem;
  4296.    margin-right: 15px;
  4297. }
  4298.  
  4299. .column-title {
  4300.    font-size: 1.1rem;
  4301.    font-weight: 700;
  4302.    color: var(--footer-color) !important;
  4303.    margin: 0;
  4304. }
  4305.  
  4306. .column-content {
  4307.    padding-left: 50px;
  4308. }
  4309.  
  4310. /* Footer Links */
  4311. .footer-links {
  4312.    list-style: none;
  4313.    padding: 0;
  4314.    margin: 0;
  4315. }
  4316.  
  4317. .footer-links li {
  4318.    margin-bottom: 12px;
  4319.    position: relative;
  4320. }
  4321.  
  4322. .footer-link {
  4323.    color: var(--footer-color) !important;
  4324.    text-decoration: none;
  4325.    font-size: 0.95rem;
  4326.    line-height: 1.5;
  4327.    transition: all 0.8s ease;
  4328.    position: relative;
  4329.    display: inline-flex;
  4330.    align-items: center;
  4331. }
  4332.  
  4333. .footer-link:hover {
  4334.    color: var(--bs-primary);
  4335.    padding-left: 8px;
  4336. }
  4337.  
  4338. .footer-link::before {
  4339.    content: '';
  4340.    position: absolute;
  4341.    left: -15px;
  4342.    top: 50%;
  4343.    transform: translateY(-50%);
  4344.    width: 4px;
  4345.    height: 4px;
  4346.    background: var(--bs-primary);
  4347.    border-radius: 50%;
  4348.    opacity: 0;
  4349.    transition: opacity 0.3s ease;
  4350. }
  4351.  
  4352. .footer-link:hover::before {
  4353.    opacity: 1;
  4354. }
  4355.  
  4356. /* Step 4: Footer Bottom */
  4357. .footer-bottom-section {
  4358.    position: relative;
  4359.    z-index: 2;
  4360.    padding: 30px 0;
  4361. }
  4362.  
  4363. .bottom-divider {
  4364.    width: 100%;
  4365.    height: 1px;
  4366.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4367.    margin-bottom: 30px;
  4368. }
  4369.  
  4370. .copyright-text {
  4371.    color: var(--footer-color);
  4372.    font-size: 0.9rem;
  4373.    margin: 0;
  4374.    line-height: 1.6;
  4375. }
  4376.  
  4377. .footer-nav {
  4378.    display: flex;
  4379.    align-items: center;
  4380.    gap: 20px;
  4381.    justify-content: center;
  4382. }
  4383.  
  4384. .footer-nav-link {
  4385.    color: var(--footer-color) !important;
  4386.    text-decoration: none;
  4387.    font-size: 0.9rem;
  4388.    font-weight: 500;
  4389.    transition: color 0.3s ease;
  4390.    position: relative;
  4391. }
  4392.  
  4393. .footer-nav-link:hover {
  4394.    color: var(--bs-primary);
  4395. }
  4396.  
  4397. .footer-nav-link::after {
  4398.    content: '';
  4399.    position: absolute;
  4400.    bottom: -5px;
  4401.    left: 0;
  4402.    width: 0;
  4403.    height: 2px;
  4404.    background: var(--bs-primary) !important;
  4405.    transition: width 0.3s ease;
  4406. }
  4407.  
  4408. .footer-nav-link:hover::after {
  4409.    width: 100%;
  4410. }
  4411.  
  4412. /* Responsive Design */
  4413. @media (max-width: 992px) {
  4414.    .footer-brand-section {
  4415.        padding: 100px 0 50px;
  4416.    }
  4417.    
  4418.    .brand-title {
  4419.        font-size: 1.8rem;
  4420.    }
  4421.    
  4422.    .column-content {
  4423.        padding-left: 0;
  4424.        padding-top: 10px;
  4425.    }
  4426.    
  4427.    .column-header {
  4428.        flex-direction: column;
  4429.        align-items: flex-start;
  4430.        gap: 10px;
  4431.    }
  4432.    
  4433.    .column-number {
  4434.        align-self: center;
  4435.    }
  4436. }
  4437.  
  4438. @media (max-width: 768px) {
  4439.    .footer-brand-section {
  4440.        padding: 80px 0 40px;
  4441.    }
  4442.    
  4443.    .brand-title {
  4444.        font-size: 1.6rem;
  4445.    }
  4446.    
  4447.    .newsletter-inline {
  4448.        padding: 1.5rem;
  4449.        margin: 0 15px;
  4450.    }
  4451.    
  4452.    .newsletter-form .input-group {
  4453.        flex-direction: column;
  4454.    }
  4455.    
  4456.    .btn-newsletter {
  4457.        border-radius: 0 0 12px 12px;
  4458.    }
  4459.    
  4460.    .newsletter-input {
  4461.        border-radius: 12px 12px 0 0;
  4462.    }
  4463.    
  4464.    .footer-column {
  4465.        padding: 0 15px;
  4466.        margin-bottom: 35px;
  4467.    }
  4468.    
  4469.    .footer-nav {
  4470.        flex-direction: column;
  4471.        gap: 15px;
  4472.        margin-top: 20px;
  4473.    }
  4474. }
  4475.  
  4476. @media (max-width: 576px) {
  4477.    .footer-brand-section {
  4478.        padding: 60px 0 30px;
  4479.    }
  4480.    
  4481.    .brand-title {
  4482.        font-size: 1.4rem;
  4483.    }
  4484.    
  4485.    .brand-description {
  4486.        font-size: 1rem;
  4487.    }
  4488.    
  4489.    .newsletter-title {
  4490.        font-size: 1.1rem;
  4491.    }
  4492.    
  4493.    .column-title {
  4494.        font-size: 1rem;
  4495.    }
  4496.    
  4497.    .footer-column {
  4498.        padding: 0 10px;
  4499.    }
  4500.    
  4501.    .bg-circle, .bg-line {
  4502.        display: none;
  4503.    }
  4504. }
  4505.  
  4506. /* Minimal Animation */
  4507. .footer-column {
  4508.    transition: opacity 0.3s ease;
  4509. }
  4510.  
  4511. .footer-column:hover {
  4512.    opacity: 0.9;
  4513. }
  4514. </style>
  4515.  
  4516. <!-- Bootstrap 5 JS -->
  4517.  
  4518. <script>
  4519. // Scroll to Top Function
  4520. function scrollToTop() {
  4521.    window.scrollTo({
  4522.        top: 0,
  4523.        behavior: 'smooth'
  4524.    });
  4525. }
  4526.  
  4527. // Initialize Footer V2 Features
  4528. document.addEventListener('DOMContentLoaded', function() {
  4529.    
  4530.    // Newsletter Form Enhancement
  4531.    const newsletterForm = document.querySelector('.newsletter-form');
  4532.    if (newsletterForm) {
  4533.        newsletterForm.addEventListener('submit', function(e) {
  4534.            e.preventDefault(); // Remove this in actual implementation
  4535.            
  4536.            const submitBtn = this.querySelector('.btn-newsletter');
  4537.            const originalText = submitBtn.textContent;
  4538.            
  4539.            submitBtn.textContent = 'Subscribing...';
  4540.            submitBtn.disabled = true;
  4541.            
  4542.            // Simulate form processing
  4543.            setTimeout(() => {
  4544.                submitBtn.textContent = 'Subscribed!';
  4545.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4546.                
  4547.                setTimeout(() => {
  4548.                    submitBtn.textContent = originalText;
  4549.                    submitBtn.disabled = false;
  4550.                    submitBtn.style.background = '';
  4551.                    this.reset();
  4552.                }, 2000);
  4553.            }, 1500);
  4554.        });
  4555.    }
  4556.    
  4557.    // Smooth reveal for columns on scroll
  4558.    const observerOptions = {
  4559.        threshold: 0.1,
  4560.        rootMargin: '0px 0px -50px 0px'
  4561.    };
  4562.    
  4563.    const observer = new IntersectionObserver((entries) => {
  4564.        entries.forEach(entry => {
  4565.            if (entry.isIntersecting) {
  4566.                entry.target.style.opacity = '1';
  4567.                entry.target.style.transform = 'translateY(0)';
  4568.            }
  4569.        });
  4570.    }, observerOptions);
  4571.    
  4572.    // Initially hide columns for animation
  4573.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4574.        column.style.opacity = '0';
  4575.        column.style.transform = 'translateY(20px)';
  4576.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4577.        observer.observe(column);
  4578.    });
  4579.    
  4580.    // Prevent default for placeholder links
  4581.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4582.        link.addEventListener('click', function(e) {
  4583.            e.preventDefault();
  4584.        });
  4585.    });
  4586. });
  4587.  
  4588. document.addEventListener('DOMContentLoaded', function () {
  4589.    var btn = document.getElementById('toggleFooterLinks');
  4590.    if (!btn) return; // No extra links, no button
  4591.  
  4592.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4593.  
  4594.    btn.addEventListener('click', function () {
  4595.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4596.            return li.classList.contains('d-none');
  4597.        });
  4598.  
  4599.        extras.forEach(function (li) {
  4600.            if (anyHidden) {
  4601.                li.classList.remove('d-none');
  4602.                li.classList.add('show');
  4603.            } else {
  4604.                li.classList.add('d-none');
  4605.                li.classList.remove('show');
  4606.            }
  4607.        });
  4608.  
  4609.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4610.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4611.    });
  4612. });
  4613.  
  4614. </script>
  4615.  
  4616.        <!-- end of wpo-site-footer-section -->
  4617.    </div>
  4618.    <!-- end of page-wrapper -->
  4619.  
  4620.    <!-- All JavaScript files
  4621.    ================================================== -->
  4622.    
  4623.  
  4624. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4625. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4626. <!-- Plugins for this template -->
  4627. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4628. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4629. <!-- Custom script for this template -->
  4630. <script src="/static/blogapp/assets/js/script.js"></script>
  4631.  
  4632. <script>
  4633. (function () {
  4634. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4635. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4636.  
  4637. function applyFallback(img) {
  4638. if (!img || img.dataset.fallbackApplied === "1") {
  4639. return;
  4640. }
  4641. var failedSrc = img.currentSrc || img.src || "";
  4642. img.dataset.fallbackApplied = "1";
  4643. img.onerror = null;
  4644. img.src = fallbackImageSrc;
  4645. console.warn("[ImageFallback] Replaced broken image:", {
  4646. failedSrc: failedSrc,
  4647. fallbackSrc: fallbackImageSrc,
  4648. alt: img.alt || "",
  4649. });
  4650. }
  4651.  
  4652. document.querySelectorAll("img").forEach(function (img) {
  4653. if (img.complete && img.naturalWidth === 0) {
  4654. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4655. failedSrc: img.currentSrc || img.src || "",
  4656. alt: img.alt || "",
  4657. });
  4658. applyFallback(img);
  4659. }
  4660. });
  4661.  
  4662. document.addEventListener(
  4663. "error",
  4664. function (event) {
  4665. var target = event.target;
  4666. if (target && target.tagName === "IMG") {
  4667. applyFallback(target);
  4668. }
  4669. },
  4670. true
  4671. );
  4672. })();
  4673. </script>
  4674.  
  4675. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4676.  
  4677.  
  4678.  
  4679. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"cd670744888e425ebf0ccdaed5894340","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4680. </body>
  4681.  
  4682. </html>
  4683.  
  4684.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda