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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  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/Web_Buzz_Horizon_T0OeVvf_m7SaPdb.png">
  14.    
  15.  
  16.    <title>Gold Culture 360: Exploring Luxury, Art, and Lifestyle Trends</title>
  17.    <meta name="description" content="Gold Culture 360 offers insights into luxury living, art, and cultural trends. Discover expert articles on lifestyle, fashion, and exclusive experiences.">
  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://goldculture360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #2dd4bf;
  42.        --bs-primary-rgb: 2dd4bf;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #2dd4bf;
  53.        --theme-primary-color-s2: #2dd4bf;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #d1fae5;
  57.        --text-light-color: #676767;
  58.        --heading-color: #d1fae5;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #064e3b;
  73.        --nav-bg: #064e3b;
  74.        --sub-nav: #1a2e05;
  75.        --navbar-color: #d1fae5;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #d1fae5;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #d1fae5;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #2dd4bf;
  84.        --link-hover: #25b8a3;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(45, 212, 191, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_70">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418.  
  419. <div class="topbar d-sm-flex d-none">
  420.  <div class="container-fluid fluid-container">
  421.    <div class="row  ">
  422.      <div>
  423.        <div class="pt-2 d-flex gap-2 pb-0">
  424.          <div class="">
  425.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  426.          </div>
  427.  
  428.          <!-- Add an id to the marquee -->
  429.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  430.            <p class="text-center">
  431.              
  432.               <a href="/disturbing-find-remains-of-missing-mum-and-daughter-located-in-freezers-in-austria/" class="px-5 top-color">
  433.                    Disturbing Find: Remains of Missing Mum and Daughter Located in Freezers in Austria
  434.                  </a>
  435.              
  436.               <a href="/the-music-streaming-giants-wrapped-launch-date-plus-key-inquiries-explained/" class="px-5 top-color">
  437.                    The Music Streaming Giant&#x27;s Wrapped: Launch Date plus Key Inquiries Explained
  438.                  </a>
  439.              
  440.               <a href="/calm-finish-to-lionel-messis-india-tour-following-disorder-in-kolkata/" class="px-5 top-color">
  441.                    Calm Finish to Lionel Messi&#x27;s India Tour Following Disorder in Kolkata
  442.                  </a>
  443.              
  444.               <a href="/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-camera/" class="px-5 top-color">
  445.                    Esteemed Photographer Brian Harris Life Story: An Existence Behind the Camera
  446.                  </a>
  447.              
  448.               <a href="/the-met-faces-legal-action-over-supposedly-nazi-stolen-van-gogh-painting/" class="px-5 top-color">
  449.                    The Met Faces Legal Action Over Supposedly Nazi-Stolen Van Gogh Painting
  450.                  </a>
  451.              
  452.            </p>
  453.          </marquee>
  454.        </div>
  455.      </div>
  456.    </div>
  457.  </div>
  458. </div>
  459. <style>
  460.  .tilt-button {
  461.  padding: 0.5rem 1rem;
  462.  white-space: nowrap;
  463.  font-weight: bold;
  464.  display: inline-block;
  465.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  466.  transition: background 0.3s ease;
  467. }
  468.  
  469.  
  470. </style>
  471. <script>
  472.  // Stop/start marquee when hovering or focusing links inside it
  473.  document.addEventListener("DOMContentLoaded", function () {
  474.    const marquee = document.getElementById("newsMarquee");
  475.    if (!marquee) return;
  476.  
  477.    marquee.querySelectorAll("a").forEach((link) => {
  478.      link.addEventListener("mouseenter", () => marquee.stop());
  479.      link.addEventListener("mouseleave", () => marquee.start());
  480.      // keyboard accessibility
  481.      link.addEventListener("focus", () => marquee.stop());
  482.      link.addEventListener("blur", () => marquee.start());
  483.    });
  484.  });
  485. </script>
  486.  
  487.  
  488.  
  489.            
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <header class="header-v8 mb-4">
  497.    <div class="container-fluid fluid-container">
  498.        <!-- Main Navigation Card -->
  499.        <div class="nav-card-v8">
  500.            <div class="row align-items-center justify-content-between">
  501.                <!-- Logo Section -->
  502.               <div class="col-lg-2 col-md-3 col-6">
  503.                    <div class="logo-section-v8">
  504.                        <a class="logo-link-v8" href="/">
  505.                            
  506.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b1d52eb5-09c0-409c-ba5f-21a752a5e040_logo.png" alt="Gold Culture 360" class="logo-img-v8" />
  507.                            
  508.                        </a>
  509.                    </div>
  510.                </div>
  511.  
  512.                <!-- Navigation Menu -->
  513.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  514.                    <nav class="main-nav-v8">
  515.                        <ul class="nav-list-v8">
  516.  
  517.                            
  518.                            <li class="nav-item-v8">
  519.                                <a href="/" class="nav-link-v8 active-v8"
  520.                                    data-text="Home">Home</a>
  521.                            </li>
  522.  
  523.                            
  524.                            
  525.                             <li class="nav-item-v8">
  526.                                <a href="/category/all-posts/" class="nav-link-v8"
  527.                                    data-text="All Posts">
  528.                                    All Posts
  529.                                </a>
  530.                                </li>
  531.  
  532.                                
  533.  
  534.                                                
  535.                                                
  536.                                
  537.                             <li class="nav-item-v8">
  538.                                <a href="/category/business/" class="nav-link-v8"
  539.                                    data-text="Business">
  540.                                    Business
  541.                                </a>
  542.                                </li>
  543.  
  544.                                
  545.  
  546.                                                
  547.                                                
  548.                                
  549.                             <li class="nav-item-v8">
  550.                                <a href="/category/esports/" class="nav-link-v8"
  551.                                    data-text="Esports">
  552.                                    Esports
  553.                                </a>
  554.                                </li>
  555.  
  556.                                
  557.  
  558.                                                
  559.                                                
  560.                                
  561.                             <li class="nav-item-v8">
  562.                                <a href="/category/fashion/" class="nav-link-v8"
  563.                                    data-text="Fashion">
  564.                                    Fashion
  565.                                </a>
  566.                                </li>
  567.  
  568.                                
  569.  
  570.                                                
  571.                                                
  572.                                
  573.                             <li class="nav-item-v8">
  574.                                <a href="/category/featured/" class="nav-link-v8"
  575.                                    data-text="Featured">
  576.                                    Featured
  577.                                </a>
  578.                                </li>
  579.  
  580.                                
  581.  
  582.                                                
  583.                                                
  584.                                
  585.                             <li class="nav-item-v8">
  586.                                <a href="/category/gaming/" class="nav-link-v8"
  587.                                    data-text="Gaming">
  588.                                    Gaming
  589.                                </a>
  590.                                </li>
  591.  
  592.                                
  593.  
  594.                                                
  595.                                                
  596.                                
  597.                             <li class="nav-item-v8">
  598.                                <a href="/category/health/" class="nav-link-v8"
  599.                                    data-text="Health">
  600.                                    Health
  601.                                </a>
  602.                                </li>
  603.  
  604.                                
  605.  
  606.                                                
  607.                                                
  608.                                
  609.                            
  610.                                
  611.                                
  612.                                <li class="nav-item-v8 has-dropdown-v8">
  613.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  614.                                    <div class="dropdown-card-v8">
  615.                                        <div class="dropdown-grid-v8">
  616.                                            <div class="dropdown-section-v8">
  617.                                                <a href="/category/life-fitness/"
  618.                                                    class="dropdown-link-v8">
  619.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  620.                                                </a>
  621.                                                
  622.  
  623.                                                
  624.  
  625.                                                
  626.                                                
  627.                                
  628.                            
  629.                                                <a href="/category/lifestyle/"
  630.                                                    class="dropdown-link-v8">
  631.                                                    <span class="link-icon-v8"></span> Lifestyle
  632.                                                </a>
  633.                                                
  634.  
  635.                                                
  636.                                                
  637.                                
  638.                            
  639.                                                <a href="/category/news/"
  640.                                                    class="dropdown-link-v8">
  641.                                                    <span class="link-icon-v8"></span> News
  642.                                                </a>
  643.                                                
  644.  
  645.                                                
  646.                                                
  647.                                
  648.                            
  649.                                                <a href="/category/others/"
  650.                                                    class="dropdown-link-v8">
  651.                                                    <span class="link-icon-v8"></span> Others
  652.                                                </a>
  653.                                                
  654.  
  655.                                                
  656.                                                
  657.                                
  658.                            
  659.                                                <a href="/category/politics/"
  660.                                                    class="dropdown-link-v8">
  661.                                                    <span class="link-icon-v8"></span> Politics
  662.                                                </a>
  663.                                                
  664.  
  665.                                                
  666.                                                
  667.                                
  668.                            
  669.                                                <a href="/category/sports/"
  670.                                                    class="dropdown-link-v8">
  671.                                                    <span class="link-icon-v8"></span> Sports
  672.                                                </a>
  673.                                                
  674.  
  675.                                                
  676.                                                
  677.                                
  678.                            
  679.                                                <a href="/category/tech/"
  680.                                                    class="dropdown-link-v8">
  681.                                                    <span class="link-icon-v8"></span> Tech
  682.                                                </a>
  683.                                                
  684.  
  685.                                                
  686.                                                
  687.                                
  688.                            
  689.                                                <a href="/category/travel/"
  690.                                                    class="dropdown-link-v8">
  691.                                                    <span class="link-icon-v8"></span> Travel
  692.                                                </a>
  693.                                                
  694.  
  695.                                                
  696.                                                
  697.                                            </div>
  698.                                        </div>
  699.                                    </div>
  700.                                </li>
  701.                                
  702.                                
  703. <li>
  704.                  <a href="/page/contact-us/">
  705.                     Contact Us
  706.                  </a>
  707.              </li>
  708.                        </ul>
  709.                    </nav>
  710.  
  711.                </div>
  712.  
  713.                <!-- Search & Mobile Toggle -->
  714.                <div class="col-lg-2 col-md-3 col-6">
  715.                    <div class="nav-actions-v8">
  716.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  717.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  718.                                stroke-width="2">
  719.                                <circle cx="11" cy="11" r="8"></circle>
  720.                                <path d="m21 21-4.35-4.35"></path>
  721.                            </svg>
  722.                        </button>
  723.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  724.                            <i class="ti-menu fs-5"></i>
  725.                        </button>
  726.                    </div>
  727.                </div>
  728.            </div>
  729.        </div>
  730.  
  731.        <!-- Floating Search Card -->
  732.        <div class="search-card-v8" id="searchCardV8">
  733.            <div class="search-container-v8">
  734.                <form class="search-form-v8" action="#" method="get">
  735.                    <div class="search-input-wrapper-v8">
  736.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  737.                            stroke="currentColor" stroke-width="2">
  738.                            <circle cx="11" cy="11" r="8"></circle>
  739.                            <path d="m21 21-4.35-4.35"></path>
  740.                        </svg>
  741.                        <input type="search" class="search-input-v8" id="search-input"
  742.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  743.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  744.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  745.                                stroke-width="2">
  746.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  747.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  748.                            </svg>
  749.                        </button>
  750.                    </div>
  751.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  752.                        
  753.                        
  754.                    </div>
  755.                </form>
  756.            </div>
  757.        </div>
  758.  
  759.        <!-- Mobile Navigation Card -->
  760.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  761.            <div class="mobile-nav-content-v8">
  762.                <ul class="mobile-nav-list-v8">
  763.  
  764.                    
  765.                    <li class="mobile-nav-item-v8">
  766.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  767.                            Home
  768.                        </a>
  769.                    </li>
  770.  
  771.                    
  772.                      <li class="mobile-nav-item-v8">
  773.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  774.                            All Posts
  775.                        </a>
  776.                        </li>
  777.  
  778.                        
  779.  
  780.                                
  781.                                
  782.                        
  783.                      <li class="mobile-nav-item-v8">
  784.                        <a href="/category/business/" class="mobile-nav-link-v8">
  785.                            Business
  786.                        </a>
  787.                        </li>
  788.  
  789.                        
  790.  
  791.                                
  792.                                
  793.                        
  794.                      <li class="mobile-nav-item-v8">
  795.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  796.                            Esports
  797.                        </a>
  798.                        </li>
  799.  
  800.                        
  801.  
  802.                                
  803.                                
  804.                        
  805.                      <li class="mobile-nav-item-v8">
  806.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  807.                            Fashion
  808.                        </a>
  809.                        </li>
  810.  
  811.                        
  812.  
  813.                                
  814.                                
  815.                        
  816.                      <li class="mobile-nav-item-v8">
  817.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  818.                            Featured
  819.                        </a>
  820.                        </li>
  821.  
  822.                        
  823.  
  824.                                
  825.                                
  826.                        
  827.                      <li class="mobile-nav-item-v8">
  828.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  829.                            Gaming
  830.                        </a>
  831.                        </li>
  832.  
  833.                        
  834.  
  835.                                
  836.                                
  837.                        
  838.                      <li class="mobile-nav-item-v8">
  839.                        <a href="/category/health/" class="mobile-nav-link-v8">
  840.                            Health
  841.                        </a>
  842.                        </li>
  843.  
  844.                        
  845.  
  846.                                
  847.                                
  848.                        
  849.                    
  850.                        
  851.                        
  852.                        <li class="mobile-nav-item-v8">
  853.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  854.                                More
  855.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  856.                                    stroke="currentColor" stroke-width="2">
  857.                                    <polyline points="6,9 12,15 18,9"></polyline>
  858.                                </svg>
  859.                            </a>
  860.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  861.                                <li>
  862.                                    <a href="/category/life-fitness/"
  863.                                        class="mobile-sub-link-v8">
  864.                                        Life &amp; Fitness
  865.                                    </a>
  866.                                </li>
  867.                                
  868.  
  869.                                
  870.  
  871.                                
  872.                                
  873.                        
  874.                    
  875.                                
  876.                                <li>
  877.                                    <a href="/category/lifestyle/"
  878.                                        class="mobile-sub-link-v8">
  879.                                        Lifestyle
  880.                                    </a>
  881.                                </li>
  882.                                
  883.  
  884.                                
  885.                                
  886.                        
  887.                    
  888.                                
  889.                                <li>
  890.                                    <a href="/category/news/"
  891.                                        class="mobile-sub-link-v8">
  892.                                        News
  893.                                    </a>
  894.                                </li>
  895.                                
  896.  
  897.                                
  898.                                
  899.                        
  900.                    
  901.                                
  902.                                <li>
  903.                                    <a href="/category/others/"
  904.                                        class="mobile-sub-link-v8">
  905.                                        Others
  906.                                    </a>
  907.                                </li>
  908.                                
  909.  
  910.                                
  911.                                
  912.                        
  913.                    
  914.                                
  915.                                <li>
  916.                                    <a href="/category/politics/"
  917.                                        class="mobile-sub-link-v8">
  918.                                        Politics
  919.                                    </a>
  920.                                </li>
  921.                                
  922.  
  923.                                
  924.                                
  925.                        
  926.                    
  927.                                
  928.                                <li>
  929.                                    <a href="/category/sports/"
  930.                                        class="mobile-sub-link-v8">
  931.                                        Sports
  932.                                    </a>
  933.                                </li>
  934.                                
  935.  
  936.                                
  937.                                
  938.                        
  939.                    
  940.                                
  941.                                <li>
  942.                                    <a href="/category/tech/"
  943.                                        class="mobile-sub-link-v8">
  944.                                        Tech
  945.                                    </a>
  946.                                </li>
  947.                                
  948.  
  949.                                
  950.                                
  951.                        
  952.                    
  953.                                
  954.                                <li>
  955.                                    <a href="/category/travel/"
  956.                                        class="mobile-sub-link-v8">
  957.                                        Travel
  958.                                    </a>
  959.                                </li>
  960.                                
  961.  
  962.                                
  963.                                
  964.                            </ul>
  965.                        </li>
  966.                        
  967.                        
  968.  
  969.                </ul>
  970.  
  971.            </div>
  972.        </div>
  973.    </div>
  974.  
  975.    <!-- Background Overlay -->
  976.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  977. </header>
  978.  
  979. <style>
  980.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  981.    .header-v8 {
  982.        padding: 20px 0;
  983.        position: relative;
  984.        min-height: 120px;
  985.    }
  986.  
  987.    /* Main Navigation Card */
  988.    .nav-card-v8 {
  989.        background:var(--navbar-bg);
  990.        backdrop-filter: blur(20px);
  991.        border: 1px solid var(--border-color);
  992.        border-radius: 20px;
  993.        padding: 15px 25px;
  994.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  995.        position: relative;
  996.        z-index: 100;
  997.    }
  998.  
  999.    /* Logo Styles */
  1000.    .logo-img-v8 {
  1001.        max-height: 60px;
  1002.        transition: all 0.3s ease;
  1003.    }
  1004.  
  1005.    .logo-link-v8:hover .logo-img-v8 {
  1006.        transform: scale(1.05) rotate(2deg);
  1007.    }
  1008.  
  1009.    /* Main Navigation */
  1010.    .nav-list-v8 {
  1011.        list-style: none;
  1012.        padding: 0;
  1013.        margin: 0;
  1014.        display: flex;
  1015.        align-items: center;
  1016.        justify-content: center;
  1017.        gap: 8px;
  1018.    }
  1019.  
  1020.    .nav-item-v8 {
  1021.        position: relative;
  1022.    }
  1023.  
  1024.    .nav-link-v8 {
  1025.        color: #4a5568;
  1026.        text-decoration: none;
  1027.        font-weight: 500;
  1028.        font-size: 15px;
  1029.        padding: 12px 18px;
  1030.        border-radius: 12px;
  1031.        position: relative;
  1032.        transition: all 0.3s ease;
  1033.        display: block;
  1034.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1035.    }
  1036.  
  1037.    .nav-link-v8::before {
  1038.        content: attr(data-text);
  1039.        position: absolute;
  1040.        top: 0;
  1041.        left: 0;
  1042.        right: 0;
  1043.        bottom: 0;
  1044.        display: flex;
  1045.        align-items: center;
  1046.        justify-content: center;
  1047.        background: var(--sub-nav);
  1048.        color: var(--topbar-color);
  1049.        border-radius: 12px;
  1050.        opacity: 0;
  1051.        transform: scale(0.8);
  1052.        transition: all 0.3s ease;
  1053.        font-weight: 600;
  1054.    }
  1055.  
  1056.    .nav-link-v8:hover::before,
  1057.    .nav-link-v8.active-v8::before {
  1058.        opacity: 1;
  1059.        transform: scale(1);
  1060.    }
  1061.  
  1062.    .nav-link-v8:hover,
  1063.    .nav-link-v8.active-v8 {
  1064.        color: transparent;
  1065.        background: rgba(102, 126, 234, 0.1);
  1066.    }
  1067.  
  1068.    /* Dropdown Styles */
  1069.    .dropdown-card-v8 {
  1070.        position: absolute;
  1071.        top: calc(100% + 15px);
  1072.        left: 50%;
  1073.        transform: translateX(-50%);
  1074.        background:var(--navbar-bg);
  1075.        backdrop-filter: blur(20px);
  1076.        border: 1px solid var(--border-color);
  1077.        border-radius: 16px;
  1078.        padding: 25px;
  1079.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1080.        opacity: 0;
  1081.        visibility: hidden;
  1082.        transform: translateX(-50%) translateY(-10px);
  1083.        transition: all 0.3s ease;
  1084.        z-index: 200;
  1085.        min-width: 320px;
  1086.    }
  1087.  
  1088.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1089.        opacity: 1;
  1090.        visibility: visible;
  1091.        transform: translateX(-50%) translateY(0);
  1092.    }
  1093.  
  1094.    .dropdown-grid-v8 {
  1095.        display: grid;
  1096.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1097.        gap: 20px;
  1098.    }
  1099.  
  1100.    .dropdown-header-v8 {
  1101.        font-size: 12px;
  1102.        font-weight: 700;
  1103.        color: #667eea;
  1104.        margin-bottom: 12px;
  1105.        text-transform: uppercase;
  1106.        letter-spacing: 1px;
  1107.    }
  1108.  
  1109.    .dropdown-link-v8 {
  1110.        display: flex;
  1111.        align-items: center;
  1112.        color: var(--navbar-color) !important;;
  1113.        text-decoration: none;
  1114.        font-size: 14px;
  1115.        padding: 10px 12px;
  1116.        border-radius: 10px;
  1117.        transition: all 0.3s ease;
  1118.        margin-bottom: 8px;
  1119.    }
  1120.  
  1121.    .dropdown-link-v8:hover {
  1122.        background:var(--bs-primary);
  1123.        color: var(--bs-white) !important;;
  1124.        transform: translateX(5px);
  1125.    }
  1126.  
  1127.    .link-icon-v8 {
  1128.        margin-right: 10px;
  1129.        height: 5px;
  1130.        width: 5px;
  1131.        border: 1px solid #2d3748;
  1132.        border-radius: 50%;
  1133.    }
  1134.  
  1135.    /* Navigation Actions */
  1136.    .nav-actions-v8 {
  1137.        display: flex;
  1138.        align-items: center;
  1139.        justify-content: flex-end;
  1140.        gap: 10px;
  1141.    }
  1142.  
  1143.    .search-toggle-v8,
  1144.    .mobile-toggle-v8 {
  1145.        background: rgba(102, 126, 234, 0.1);
  1146.        border: none;
  1147.        border-radius: 12px;
  1148.        padding: 12px;
  1149.        cursor: pointer;
  1150.        transition: all 0.3s ease;
  1151.        color: var(--bs-white);
  1152.    }
  1153.  
  1154.    .search-toggle-v8:hover,
  1155.    .mobile-toggle-v8:hover {
  1156.        background: var(--sub-nav);
  1157.        color: var(--topbar-color);
  1158.        transform: scale(1.05);
  1159.    }
  1160.  
  1161.    .mobile-toggle-v8 {
  1162.        flex-direction: column;
  1163.        gap: 3px;
  1164.        padding: 10px 12px;
  1165.    }
  1166.  
  1167.    .toggle-line-v8 {
  1168.        width: 20px;
  1169.        height: 2px;
  1170.        background: currentColor;
  1171.        border-radius: 1px;
  1172.        transition: all 0.3s ease;
  1173.    }
  1174.  
  1175.    /* Floating Search Card */
  1176.    .search-card-v8 {
  1177.        position: absolute;
  1178.        top: 100%;
  1179.        left: 50%;
  1180.        transform: translateX(-50%);
  1181.        width: calc(100% - 40px);
  1182.        max-width: 600px;
  1183.        background:var(--navbar-bg);
  1184.        backdrop-filter: blur(20px);
  1185.        border: 1px solid var(--border-color);
  1186.        border-radius: 20px;
  1187.        padding: 25px;
  1188.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1189.        opacity: 0;
  1190.        visibility: hidden;
  1191.        transform: translateX(-50%) translateY(-20px);
  1192.        transition: all 0.4s ease;
  1193.        z-index: 300;
  1194.        margin-top: 15px;
  1195.    }
  1196.  
  1197.    .search-card-v8.show-v8 {
  1198.        opacity: 1;
  1199.        visibility: visible;
  1200.        transform: translateX(-50%) translateY(0);
  1201.    }
  1202.  
  1203.    .search-input-wrapper-v8 {
  1204.        display: flex;
  1205.        align-items: center;
  1206.        background: rgba(248, 250, 252, 0.8);
  1207.        border: 2px solid rgba(102, 126, 234, 0.2);
  1208.        border-radius: 15px;
  1209.        padding: 5px;
  1210.        margin-bottom: 20px;
  1211.        transition: all 0.3s ease;
  1212.    }
  1213.  
  1214.    .search-input-wrapper-v8:focus-within {
  1215.        border-color: #667eea;
  1216.        background: rgba(255, 255, 255, 0.9);
  1217.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1218.    }
  1219.  
  1220.    .search-icon-v8 {
  1221.        color: #a0aec0;
  1222.        margin: 0 15px;
  1223.        transition: color 0.3s ease;
  1224.    }
  1225.  
  1226.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1227.        color: #667eea;
  1228.    }
  1229.  
  1230.    .search-input-v8 {
  1231.        flex: 1;
  1232.        border: none;
  1233.        background: transparent;
  1234.        font-size: 16px;
  1235.        padding: 15px 0;
  1236.        outline: none;
  1237.        color: #2d3748;
  1238.    }
  1239.  
  1240.    .search-input-v8::placeholder {
  1241.        color: #a0aec0;
  1242.    }
  1243.  
  1244.    .search-close-v8 {
  1245.        background: rgba(160, 174, 192, 0.2);
  1246.        border: none;
  1247.        border-radius: 10px;
  1248.        padding: 8px;
  1249.        margin-right: 8px;
  1250.        cursor: pointer;
  1251.        transition: all 0.3s ease;
  1252.        color: #a0aec0;
  1253.    }
  1254.  
  1255.    .search-close-v8:hover {
  1256.        background: rgba(229, 62, 62, 0.1);
  1257.        color: #e53e3e;
  1258.    }
  1259.  
  1260.    /* Search Suggestions */
  1261.    .search-suggestions-v8 {
  1262.        display: grid;
  1263.        gap: 8px;
  1264.    }
  1265.  
  1266.    .suggestion-item-v8 {
  1267.        display: flex;
  1268.        align-items: center;
  1269.        padding: 12px 15px;
  1270.        background: rgba(248, 250, 252, 0.1);
  1271.        border-radius: 12px;
  1272.        cursor: pointer;
  1273.        transition: all 0.3s ease;
  1274.    }
  1275.  
  1276.    .suggestion-item-v8:hover {
  1277.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1278.        color: white;
  1279.        transform: translateX(5px);
  1280.    }
  1281.  
  1282.    .suggestion-icon-v8 {
  1283.        margin-right: 12px;
  1284.        font-size: 16px;
  1285.    }
  1286.  
  1287.    .suggestion-text-v8 {
  1288.        font-size: 14px;
  1289.        font-weight: 500;
  1290.    }
  1291.  
  1292.    /* Mobile Navigation Card */
  1293.    .mobile-nav-card-v8 {
  1294.        position: absolute;
  1295.        top: 100%;
  1296.        left: 50%;
  1297.        transform: translateX(-50%);
  1298.        width: calc(100% - 40px);
  1299.        background:var(--card-bg);
  1300.        backdrop-filter: blur(20px);
  1301.        border: 1px solid var(--border-color);
  1302.        border-radius: 20px;
  1303.        padding: 20px;
  1304.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1305.        opacity: 0;
  1306.        visibility: hidden;
  1307.        transform: translateX(-50%) translateY(-20px);
  1308.        transition: all 0.4s ease;
  1309.        z-index: 300;
  1310.        margin-top: 15px;
  1311.        max-height: 70vh;
  1312.        overflow-y: auto;
  1313.    }
  1314.  
  1315.    .mobile-nav-card-v8.show-v8 {
  1316.        opacity: 1;
  1317.        visibility: visible;
  1318.        transform: translateX(-50%) translateY(0);
  1319.    }
  1320.  
  1321.    .mobile-nav-list-v8 {
  1322.        list-style: none;
  1323.        padding: 0;
  1324.        margin: 0;
  1325.    }
  1326.  
  1327.    .mobile-nav-item-v8 {
  1328.        margin-bottom: 8px;
  1329.    }
  1330.  
  1331.    .mobile-nav-link-v8 {
  1332.        display: flex;
  1333.        align-items: center;
  1334.        color: var(--navbar-color) !important;
  1335.        text-decoration: none;
  1336.        font-weight: 500;
  1337.        font-size: 16px;
  1338.        padding: 15px;
  1339.        border-radius: 12px;
  1340.        justify-content: space-between;
  1341.    }
  1342.  
  1343.    .mobile-nav-link-v8:hover,
  1344.    .mobile-nav-link-v8.active-v8 {
  1345.        background:var(--sub-nav);
  1346.        color: var(--topbar-color) !important;
  1347.    }
  1348.  
  1349.    .mobile-nav-icon-v8 {
  1350.        font-size: 18px;
  1351.        background-color: var(--navbar-bg) !important;
  1352.        margin-right: 12px;
  1353.    }
  1354.  
  1355.    .mobile-arrow-v8 {
  1356.        transition: transform 0.3s ease;
  1357.    }
  1358.  
  1359.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1360.        transform: rotate(180deg);
  1361.    }
  1362.  
  1363.    .mobile-dropdown-v8 {
  1364.        list-style: none;
  1365.        padding: 0;
  1366.        margin: 0;
  1367.        max-height: 0;
  1368.        overflow: hidden;
  1369.        transition: all 0.3s ease;
  1370.        background: rgba(248, 250, 252, 0.5);
  1371.        border-radius: 12px;
  1372.        margin-top: 8px;
  1373.    }
  1374.  
  1375.    .mobile-dropdown-v8.show-v8 {
  1376.        max-height: 300px;
  1377.        background-color: var(--navbar-bg);
  1378.        padding: 10px 0;
  1379.    }
  1380.  
  1381.    .mobile-sub-link-v8 {
  1382.        display: block;
  1383.        color: var(--navbar-color) !important;
  1384.        text-decoration: none;
  1385.        font-size: 14px;
  1386.        padding: 10px 20px;
  1387.        transition: all 0.3s ease;
  1388.    }
  1389.  
  1390.    .mobile-sub-link-v8:hover {
  1391.        color: var(--topbar-color);
  1392.        background: var(--sub-nav);
  1393.        border-radius: 12px;
  1394.    }
  1395.  
  1396.    /* Background Overlay */
  1397.    .nav-overlay-v8 {
  1398.        position: fixed;
  1399.        top: 0;
  1400.        left: 0;
  1401.        right: 0;
  1402.        bottom: 0;
  1403.        background: rgba(0, 0, 0, 0.3);
  1404.        backdrop-filter: blur(5px);
  1405.        z-index: 250;
  1406.        opacity: 0;
  1407.        visibility: hidden;
  1408.        transition: all 0.3s ease;
  1409.    }
  1410.  
  1411.    .nav-overlay-v8.show-v8 {
  1412.        opacity: 1;
  1413.        visibility: visible;
  1414.    }
  1415.  
  1416.    /* Responsive Design */
  1417.    @media (max-width: 1300px) {
  1418.        .header-v8 {
  1419.            padding: 15px 0;
  1420.        }
  1421.  
  1422.        .nav-card-v8 {
  1423.            padding: 12px 20px;
  1424.            border-radius: 15px;
  1425.        }
  1426.  
  1427.        .search-card-v8,
  1428.        .mobile-nav-card-v8 {
  1429.            width: calc(100% - 40px);
  1430.            padding: 20px;
  1431.        }
  1432.    }
  1433.  
  1434.    @media (max-width: 576px) {
  1435.        .nav-card-v8 {
  1436.            padding: 10px 15px;
  1437.        }
  1438.  
  1439.        .logo-img-v8 {
  1440.            max-height: 35px;
  1441.        }
  1442.    }
  1443. </style>
  1444.  
  1445. <script>
  1446.    let activeCard = null;
  1447.  
  1448.    function toggleSearchV8() {
  1449.        const searchCard = document.getElementById('searchCardV8');
  1450.        const overlay = document.getElementById('navOverlayV8');
  1451.        const mobileNav = document.getElementById('mobileNavV8');
  1452.  
  1453.        // Close mobile nav if open
  1454.        mobileNav.classList.remove('show-v8');
  1455.  
  1456.        if (searchCard.classList.contains('show-v8')) {
  1457.            searchCard.classList.remove('show-v8');
  1458.            overlay.classList.remove('show-v8');
  1459.            activeCard = null;
  1460.        } else {
  1461.            searchCard.classList.add('show-v8');
  1462.            overlay.classList.add('show-v8');
  1463.            activeCard = 'search';
  1464.  
  1465.            // Focus on search input
  1466.            setTimeout(() => {
  1467.                const searchInput = document.querySelector('.search-input-v8');
  1468.                if (searchInput) searchInput.focus();
  1469.            }, 100);
  1470.        }
  1471.    }
  1472.  
  1473.    function toggleMobileNavV8() {
  1474.        const mobileNav = document.getElementById('mobileNavV8');
  1475.        const overlay = document.getElementById('navOverlayV8');
  1476.        const searchCard = document.getElementById('searchCardV8');
  1477.  
  1478.        // Close search if open
  1479.        searchCard.classList.remove('show-v8');
  1480.  
  1481.        if (mobileNav.classList.contains('show-v8')) {
  1482.            mobileNav.classList.remove('show-v8');
  1483.            overlay.classList.remove('show-v8');
  1484.            activeCard = null;
  1485.        } else {
  1486.            mobileNav.classList.add('show-v8');
  1487.            overlay.classList.add('show-v8');
  1488.            activeCard = 'mobile';
  1489.        }
  1490.    }
  1491.  
  1492.    function toggleMobileDropdownV8(dropdownId) {
  1493.        const dropdown = document.getElementById(dropdownId);
  1494.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1495.  
  1496.        // Close other dropdowns
  1497.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1498.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1499.  
  1500.        allDropdowns.forEach(dd => {
  1501.            if (dd.id !== dropdownId) {
  1502.                dd.classList.remove('show-v8');
  1503.            }
  1504.        });
  1505.  
  1506.        allParents.forEach(parent => {
  1507.            if (parent !== parentItem) {
  1508.                parent.classList.remove('open-v8');
  1509.            }
  1510.        });
  1511.  
  1512.        // Toggle current dropdown
  1513.        dropdown.classList.toggle('show-v8');
  1514.        parentItem.classList.toggle('open-v8');
  1515.    }
  1516.  
  1517.    function closeAllV8() {
  1518.        const searchCard = document.getElementById('searchCardV8');
  1519.        const mobileNav = document.getElementById('mobileNavV8');
  1520.        const overlay = document.getElementById('navOverlayV8');
  1521.  
  1522.        searchCard.classList.remove('show-v8');
  1523.        mobileNav.classList.remove('show-v8');
  1524.        overlay.classList.remove('show-v8');
  1525.        activeCard = null;
  1526.    }
  1527.  
  1528.    // Close on escape key
  1529.    document.addEventListener('keydown', function (e) {
  1530.        if (e.key === 'Escape' && activeCard) {
  1531.            closeAllV8();
  1532.        }
  1533.    });
  1534.  
  1535.    // Handle suggestion clicks
  1536.    document.addEventListener('click', function (e) {
  1537.        if (e.target.closest('.suggestion-item-v8')) {
  1538.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1539.            const searchInput = document.querySelector('.search-input-v8');
  1540.            if (searchInput) {
  1541.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1542.            }
  1543.        }
  1544.    });
  1545. </script>
  1546. <script>
  1547.  document.addEventListener("DOMContentLoaded", function () {
  1548.    console.log("loaded");
  1549.  
  1550.     const searchInput = document.getElementById("search-input")
  1551.    const searchResults = document.getElementById("search-results");
  1552.  
  1553.    if (!searchInput || !searchResults) {
  1554.      console.error("Search input/results not found");
  1555.      return;
  1556.    }
  1557.  
  1558.    // Prevent form submission
  1559.    if (searchInput.form) {
  1560.      searchInput.form.addEventListener("submit", function (e) {
  1561.        e.preventDefault();
  1562.      });
  1563.    }
  1564.  
  1565.    // Add event listener for keyup
  1566.    searchInput.addEventListener("keyup", function (e) {
  1567.      console.log("Key pressed:", e.key);
  1568.      e.preventDefault();
  1569.  
  1570.      const query = searchInput.value.trim();
  1571.      console.log("User is typing: " + query);
  1572.  
  1573.      // If empty → clear and hide
  1574.      if (query === "") {
  1575.        searchResults.innerHTML = "";
  1576.        searchResults.style.display = "none";
  1577.        return;
  1578.      }
  1579.  
  1580.      // Show results
  1581.      searchResults.style.display = "block";
  1582.  
  1583.      // Fetch search results
  1584.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1585.        method: "GET",
  1586.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1587.      })
  1588.        .then(response => {
  1589.          console.log("Response Status:", response.status);
  1590.          return response.json();
  1591.        })
  1592.        .then(data => {
  1593.          console.log("Data received:", data);
  1594.          if (data.html) {
  1595.            searchResults.innerHTML = data.html;
  1596.          } else {
  1597.            searchResults.innerHTML = "<p>No results found.</p>";
  1598.          }
  1599.        })
  1600.        .catch(error => {
  1601.          console.error("Error fetching search results:", error);
  1602.        });
  1603.    });
  1604.  
  1605.    // Close results when clicking outside
  1606.    document.addEventListener("click", function (e) {
  1607.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1608.        searchResults.style.display = "none";
  1609.      }
  1610.    });
  1611.  
  1612.    // Close results on ESC key
  1613.    document.addEventListener("keydown", function (e) {
  1614.      if (e.key === "Escape") {
  1615.        searchResults.style.display = "none";
  1616.      }
  1617.    });
  1618.  });
  1619. </script>
  1620.  
  1621.  
  1622.        </header>
  1623.        <!-- end of header -->
  1624.        <!-- start of wpo-blog-hero -->
  1625.        
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633. <div class="blog-hero-v9">
  1634.  <div class="container-fluid fluid-container">
  1635.    <!-- Top Section: Split Layout -->
  1636.    <div class="row g-4 mb-5">
  1637.      <!-- Large Featured Article (Left) -->
  1638.      
  1639.              
  1640.      <div class="col-lg-8 col-12">
  1641.        <article class="large-featured">
  1642.          <div class="featured-image-container">
  1643.            
  1644.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="US Lawmaker Calls On Ex-Royal Andrew to Provide Testimony in Epstein Investigation" class="featured-image">
  1645.            
  1646.            <div class="category-tag bg-primary-gradient">News</div>
  1647.          </div>
  1648.          <div class="featured-content">
  1649.            <h1 class="featured-title"><a href="/us-lawmaker-calls-on-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/">
  1650.                                US Lawmaker Calls On Ex-Royal Andrew to Provide Testimony in Epstein Investigation
  1651.                            </a></h1>
  1652.            <p class="featured-summary"></p>
  1653.            <div class="article-meta">
  1654.              <div class="author-info">
  1655.                
  1656.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" class="author-pic" >
  1657.                  
  1658.                <span class="author-name">Eric Gay</span>
  1659.                <span class="post-time">May 12, 2026</span>
  1660.              </div>
  1661.            </div>
  1662.          </div>
  1663.        </article>
  1664.      </div>
  1665.      
  1666.      
  1667.  
  1668.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1669.      <div class="col-lg-4 col-12">
  1670.        <div class="stacked-features">
  1671.          
  1672.          <article class="small-featured">
  1673.            <div class="small-image-container">
  1674.              
  1675.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Gulf nation to Present Case at UK Highest Court Over Sovereign Immunity in Surveillance Allegations" class="small-image">
  1676.              
  1677.              <div class="category-tag bg-primary-gradient">News</div>
  1678.            </div>
  1679.            <div class="small-content">
  1680.              <h3 class="small-title"> <a href="/the-gulf-nation-to-present-case-at-uk-highest-court-over-sovereign-immunity-in-surveillance-allegations/">
  1681.                                The Gulf nation to Present Case at UK Highest Court Over Sovereign Immunity in Surveillance Allegations
  1682.                            </a></h3>
  1683.              <p class="compact-text"></p>
  1684.              <div class="small-meta">
  1685.                <span class="small-author">Eric Gay</span>
  1686.                <span class="small-date">May 12, 2026</span>
  1687.              </div>
  1688.            </div>
  1689.          </article>
  1690.      
  1691.          <article class="small-featured">
  1692.            <div class="small-image-container">
  1693.              
  1694.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’" class="small-image">
  1695.              
  1696.              <div class="category-tag bg-primary-gradient">News</div>
  1697.            </div>
  1698.            <div class="small-content">
  1699.              <h3 class="small-title"> <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/">
  1700.                                The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  1701.                            </a></h3>
  1702.              <p class="compact-text"></p>
  1703.              <div class="small-meta">
  1704.                <span class="small-author">Eric Gay</span>
  1705.                <span class="small-date">May 11, 2026</span>
  1706.              </div>
  1707.            </div>
  1708.          </article>
  1709.      
  1710.        </div>
  1711.      </div>
  1712.    </div>
  1713.    <!-- Bottom Section: Three Compact Cards -->
  1714.    <div class="row g-4">
  1715.      
  1716.      <div class="col-lg-4 col-md-6 col-12">
  1717.        <article class="compact-card">
  1718.          <div class="compact-image">
  1719.            
  1720.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Restrained, Isolated and Terrified: The Bleak Truth for Female Inmates Compelled to Deliver in Prison." >
  1721.            
  1722.            <div class="compact-category bg-primary-gradient">News</div>
  1723.          </div>
  1724.          <div class="compact-body">
  1725.            <h3 class="compact-title"> <a href="/restrained-isolated-and-terrified-the-bleak-truth-for-female-inmates-compelled-to-deliver-in-prison/">
  1726.                                    Restrained, Isolated and Terrified: The Bleak Truth for Female Inmates Compelled to Deliver in Prison.
  1727.                                </a></h3>
  1728.            <p class="compact-text"></p>
  1729.            <div class="compact-footer">
  1730.              <span class="compact-name">Eric Gay</span>
  1731.              <span class="compact-date">May 11</span>
  1732.            </div>
  1733.          </div>
  1734.        </article>
  1735.      </div>
  1736.      
  1737.      <div class="col-lg-4 col-md-6 col-12">
  1738.        <article class="compact-card">
  1739.          <div class="compact-image">
  1740.            
  1741.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="An Tale of Unexpected Generosity: The Time a University Student Let Me Stay on Her Dormitory Floor" >
  1742.            
  1743.            <div class="compact-category bg-primary-gradient">News</div>
  1744.          </div>
  1745.          <div class="compact-body">
  1746.            <h3 class="compact-title"> <a href="/an-tale-of-unexpected-generosity-the-time-a-university-student-let-me-stay-on-her-dormitory-floor/">
  1747.                                    An Tale of Unexpected Generosity: The Time a University Student Let Me Stay on Her Dormitory Floor
  1748.                                </a></h3>
  1749.            <p class="compact-text"></p>
  1750.            <div class="compact-footer">
  1751.              <span class="compact-name">Eric Gay</span>
  1752.              <span class="compact-date">May 11</span>
  1753.            </div>
  1754.          </div>
  1755.        </article>
  1756.      </div>
  1757.      
  1758.    </div>
  1759.  </div>
  1760. </div>
  1761.  
  1762. <style>
  1763.  
  1764.  /* Large Featured Article */
  1765.  .large-featured {
  1766.    background: var(--card-bg, #ffffff);
  1767.    border-radius: 10px;
  1768.    overflow: hidden;
  1769.    transition: box-shadow 0.3s ease;
  1770.  }
  1771.  
  1772.  .large-featured:hover {
  1773.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1774.  }
  1775.  
  1776.  .featured-image-container {
  1777.    position: relative;
  1778.    height: 350px;
  1779.    overflow: hidden;
  1780.  }
  1781.  
  1782.  .featured-image {
  1783.    width: 100%;
  1784.    height: 100%;
  1785.    object-fit: cover;
  1786.  }
  1787.  
  1788.  .featured-content {
  1789.    padding: 2rem;
  1790.  }
  1791.  
  1792.  .featured-title {
  1793.    font-size: 2.2rem;
  1794.    font-weight: 700;
  1795.    color: #111827;
  1796.    margin-bottom: 0.75rem;
  1797.    line-height: 1.3;
  1798.  }
  1799.  
  1800.  .featured-summary {
  1801.    font-size: 1rem;
  1802.    color: #4b5563;
  1803.    line-height: 1.6;
  1804.    margin-bottom: 1.25rem;
  1805.  }
  1806.  
  1807.  .article-meta {
  1808.    display: flex;
  1809.    align-items: center;
  1810.    gap: 0.75rem;
  1811.    font-size: 0.85rem;
  1812.    color: #6b7280;
  1813.  }
  1814.  
  1815.  .author-info {
  1816.    display: flex;
  1817.    align-items: center;
  1818.    gap: 0.5rem;
  1819.  }
  1820.  
  1821.  .author-pic {
  1822.    width: 36px;
  1823.    height: 36px;
  1824.    border-radius: 50%;
  1825.  }
  1826.  
  1827.  .author-name {
  1828.    font-weight: 600;
  1829.    color: #374151;
  1830.  }
  1831.  
  1832.  /* Smaller Featured Articles (Stacked) */
  1833.  .stacked-features {
  1834.    display: flex;
  1835.    flex-direction: column;
  1836.    gap: 1.5rem;
  1837.  }
  1838.  
  1839.  .small-featured {
  1840.    background: var(--card-bg, #ffffff);
  1841.    border-radius: 10px;
  1842.    overflow: hidden;
  1843.    transition: box-shadow 0.3s ease;
  1844.  }
  1845.  
  1846.  .small-featured:hover {
  1847.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1848.  }
  1849.  
  1850.  .small-image-container {
  1851.    position: relative;
  1852.    height: 150px;
  1853.    overflow: hidden;
  1854.  }
  1855.  
  1856.  .small-image {
  1857.    width: 100%;
  1858.    height: 100%;
  1859.    object-fit: cover;
  1860.  }
  1861.  
  1862.  .small-content {
  1863.    padding: 1.25rem;
  1864.  }
  1865.  
  1866.  .small-title {
  1867.    font-size: 1.2rem;
  1868.    font-weight: 600;
  1869.    color: #111827;
  1870.    margin-bottom: 0.5rem;
  1871.  }
  1872.  
  1873.  .small-meta {
  1874.    display: flex;
  1875.    gap: 0.5rem;
  1876.    font-size: 0.8rem;
  1877.    color: #6b7280;
  1878.  }
  1879.  
  1880.  /* Category Tags - Gradient for Difference */
  1881.  .category-tag {
  1882.    position: absolute;
  1883.    top: 0.75rem;
  1884.    left: 0.75rem;
  1885.    padding: 0.3rem 1rem;
  1886.    font-size: 0.75rem;
  1887.    font-weight: 600;
  1888.    text-transform: uppercase;
  1889.    color: white;
  1890.    border-radius: 15px; /* Soft pill shape */
  1891.  }
  1892.  
  1893.  
  1894.  
  1895.  /* Compact Cards - Borderless */
  1896.  .compact-card {
  1897.    background: var(--card-bg, #ffffff);
  1898.    border-radius: 10px;
  1899.    overflow: hidden;
  1900.    transition: box-shadow 0.3s ease;
  1901.  }
  1902.  
  1903.  .compact-card:hover {
  1904.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1905.  }
  1906.  
  1907.  .compact-image {
  1908.    position: relative;
  1909.    height: 180px;
  1910.    overflow: hidden;
  1911.  }
  1912.  
  1913.  .compact-image img {
  1914.    width: 100%;
  1915.    height: 100%;
  1916.    object-fit: cover;
  1917.  }
  1918.  
  1919.  .compact-category {
  1920.    position: absolute;
  1921.    top: 0.75rem;
  1922.    left: 0.75rem;
  1923.    padding: 0.3rem 0.8rem;
  1924.    font-size: 0.7rem;
  1925.    border-radius: 15px;
  1926.    color: white;
  1927.  }
  1928.  
  1929.  .compact-body {
  1930.    padding: 1.5rem;
  1931.  }
  1932.  
  1933.  .compact-title {
  1934.    font-size: 1.1rem;
  1935.    font-weight: 600;
  1936.    color: #111827;
  1937.    margin-bottom: 0.5rem;
  1938.  }
  1939.  
  1940.  .compact-text {
  1941.    font-size: 0.9rem;
  1942.    color: #4b5563;
  1943.    line-height: 1.5;
  1944.    margin-bottom: 1rem;
  1945.  }
  1946.  
  1947.  .compact-footer {
  1948.    display: flex;
  1949.    justify-content: space-between;
  1950.    font-size: 0.8rem;
  1951.    color: #6b7280;
  1952.  }
  1953.  
  1954.  /* Responsive Design */
  1955.  @media (max-width: 992px) {
  1956.    .featured-image-container {
  1957.      height: 280px;
  1958.    }
  1959.  
  1960.    .featured-title {
  1961.      font-size: 1.8rem;
  1962.    }
  1963.  
  1964.    .small-image-container {
  1965.      height: 120px;
  1966.    }
  1967.  }
  1968.  
  1969.  @media (max-width: 768px) {
  1970.    .featured-content,
  1971.    .small-content,
  1972.    .compact-body {
  1973.      padding: 1.25rem;
  1974.    }
  1975.  
  1976.    .compact-image {
  1977.      height: 150px;
  1978.    }
  1979.  }
  1980.  
  1981.  @media (max-width: 576px) {
  1982.    .featured-title {
  1983.      font-size: 1.5rem;
  1984.    }
  1985.  
  1986.    .small-title,
  1987.    .compact-title {
  1988.      font-size: 1rem;
  1989.    }
  1990.  }
  1991. </style>
  1992.  
  1993.  
  1994.  
  1995.  
  1996.        <!-- end of wpo-blog-hero -->
  1997.  
  1998.        <!-- start of wpo-breacking-news -->
  1999.        
  2000.        <!-- end of wpo-breacking-news -->
  2001.        
  2002.        <!-- start wpo-blog-highlights-section -->
  2003.        
  2004.  
  2005.  
  2006.  
  2007.    
  2008.  
  2009.  
  2010.  
  2011.  
  2012. <style>
  2013.    .blog-highlights-v3 {
  2014.        padding: 80px 0;
  2015.        position: relative;
  2016.        overflow: hidden;
  2017.    }
  2018.    
  2019.    .blog-highlights-v3::before {
  2020.        content: '';
  2021.        position: absolute;
  2022.        top: 0;
  2023.        left: 0;
  2024.        width: 100%;
  2025.        height: 100%;
  2026.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  2027.        z-index: 0;
  2028.    }
  2029.    
  2030.    .masonry-container {
  2031.        display: grid;
  2032.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  2033.        grid-gap: 25px;
  2034.    }
  2035.    
  2036.    .blog-card-v3 {
  2037.        border: 1px solid var(--border-color) !important;
  2038.        border-radius: 25px;
  2039.        overflow: hidden;
  2040.        background: var(--card-bg);
  2041.        backdrop-filter: blur(10px);
  2042.        border: 1px solid var(--border-color);
  2043.        position: relative;
  2044.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2045.        cursor: pointer;
  2046.        transform: translateY(0) rotateX(0) rotateY(0);
  2047.        transform-style: preserve-3d;
  2048.        perspective: 1000px;
  2049.        z-index: 1;
  2050.    }
  2051.    .span-21 { grid-row-end: span 21; }
  2052.    .span-22 { grid-row-end: span 22; }
  2053.    
  2054.    .blog-card-v3::before {
  2055.        content: '';
  2056.        position: absolute;
  2057.        top: 0;
  2058.        left: 0;
  2059.        width: 100%;
  2060.        height: 100%;
  2061.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  2062.        opacity: 0;
  2063.        transition: opacity 0.3s ease;
  2064.        z-index: 1;
  2065.    }
  2066.    
  2067.    .blog-card-v3:hover {
  2068.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  2069.        box-shadow:
  2070.            0 30px 60px rgba(0,0,0,0.15),
  2071.            0 15px 30px rgba(0,0,0,0.1),
  2072.            inset 0 1px 0 rgba(255,255,255,0.3);
  2073.        z-index: 10;
  2074.    }
  2075.    
  2076.    .blog-card-v3:hover::before {
  2077.        opacity: 1;
  2078.    }
  2079.    
  2080.    .blog-image-v3 {
  2081.        position: relative;
  2082.        overflow: hidden;
  2083.        height: 50%;
  2084.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2085.    }
  2086.    
  2087.    .blog-image-v3::after {
  2088.        content: '';
  2089.        position: absolute;
  2090.        top: 0;
  2091.        left: 0;
  2092.        width: 100%;
  2093.        height: 100%;
  2094.        background:
  2095.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  2096.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  2097.        z-index: 2;
  2098.    }
  2099.    
  2100.    .blog-image-v3 img {
  2101.        width: 100%;
  2102.        height: 100%;
  2103.        object-fit: cover;
  2104.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2105.        transform: scale(1);
  2106.        filter: brightness(1) saturate(1);
  2107.    }
  2108.    
  2109.    .blog-card-v3:hover .blog-image-v3 img {
  2110.        transform: scale(1.15);
  2111.        filter: brightness(1.1) saturate(1.2);
  2112.    }
  2113.    
  2114.    .blog-floating-elements {
  2115.        position: absolute;
  2116.        top: 0;
  2117.        left: 0;
  2118.        width: 100%;
  2119.        height: 100%;
  2120.        pointer-events: none;
  2121.        z-index: 3;
  2122.    }
  2123.    
  2124.    .floating-dot {
  2125.        position: absolute;
  2126.        width: 8px;
  2127.        height: 8px;
  2128.        background: rgba(255,255,255,0.6);
  2129.        border-radius: 50%;
  2130.        animation: float 3s ease-in-out infinite;
  2131.    }
  2132.    
  2133.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  2134.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  2135.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  2136.    
  2137.    @keyframes float {
  2138.        0%, 100% { transform: translateY(0px); }
  2139.        50% { transform: translateY(-10px); }
  2140.    }
  2141.    
  2142.    .blog-category-v3 {
  2143.        position: absolute;
  2144.        top: 25px;
  2145.        right: 25px;
  2146.        padding: 10px 18px;
  2147.        border-radius: 30px;
  2148.        font-size: 11px;
  2149.        font-weight: 800;
  2150.        text-transform: uppercase;
  2151.        letter-spacing: 1.2px;
  2152.        backdrop-filter: blur(10px);
  2153.        z-index: 4;
  2154.        transform: translateY(0) scale(1);
  2155.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2156.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  2157.        border: 1px solid rgba(255,255,255,0.3);
  2158.    }
  2159.    
  2160.    .blog-card-v3:hover .blog-category-v3 {
  2161.        transform: translateY(-10px) scale(1.1);
  2162.        background: rgba(var(--card-bg),1);
  2163.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  2164.    }
  2165.    
  2166.    .blog-content-v3 {
  2167.        padding: 35px 30px 30px;
  2168.        height: 50%;
  2169.        display: flex;
  2170.        flex-direction: column;
  2171.        justify-content: space-between;
  2172.        position: relative;
  2173.        z-index: 2;
  2174.    }
  2175.    
  2176.    .blog-title-v3 {
  2177.        font-size: 19px;
  2178.        font-weight: 700;
  2179.        line-height: 1.3;
  2180.        margin-bottom: 18px;
  2181.        position: relative;
  2182.    }
  2183.    
  2184.    .blog-title-v3 a {
  2185.        text-decoration: none;
  2186.        color: var(--top-color) !important;
  2187.        transition: all 0.3s ease;
  2188.        position: relative;
  2189.        display: inline-block;
  2190.    }
  2191.    
  2192.    .blog-title-v3 a::before {
  2193.        content: '';
  2194.        position: absolute;
  2195.        bottom: -3px;
  2196.        left: 0;
  2197.        width: 0;
  2198.        height: 3px;
  2199.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2200.        border-radius: 2px;
  2201.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2202.    }
  2203.    
  2204.    .blog-card-v3:hover .blog-title-v3 a::before {
  2205.        width: 100%;
  2206.    }
  2207.    
  2208.    .blog-meta-v3 {
  2209.        display: flex;
  2210.        align-items: center;
  2211.        gap: 15px;
  2212.        margin-bottom: 18px;
  2213.        font-size: 13px;
  2214.        color: #7f8c8d;
  2215.        padding-bottom: 18px;
  2216.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  2217.        position: relative;
  2218.    }
  2219.    
  2220.    .blog-meta-v3::after {
  2221.        content: '';
  2222.        position: absolute;
  2223.        bottom: -1px;
  2224.        left: 0;
  2225.        width: 0;
  2226.        height: 1px;
  2227.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2228.        transition: width 0.6s ease 0.3s;
  2229.    }
  2230.    
  2231.    .blog-card-v3:hover .blog-meta-v3::after {
  2232.        width: 80px;
  2233.    }
  2234.    
  2235.    .blog-author-img-v3 {
  2236.        width: 35px;
  2237.        height: 35px;
  2238.        border-radius: 50%;
  2239.        object-fit: cover;
  2240.        border: 3px solid rgba(255,255,255,0.8);
  2241.        transition: all 0.4s ease;
  2242.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2243.    }
  2244.    
  2245.    .blog-card-v3:hover .blog-author-img-v3 {
  2246.        transform: scale(1.15);
  2247.        border-color: rgba(102, 126, 234, 0.5);
  2248.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  2249.    }
  2250.    
  2251.    .blog-excerpt-v3 {
  2252.        font-size: 14px;
  2253.        line-height: 1.7;
  2254.        color: #5a6c7d;
  2255.        margin-bottom: 20px;
  2256.        display: -webkit-box;
  2257.        -webkit-line-clamp: 3;
  2258.        -webkit-box-orient: vertical;
  2259.        overflow: hidden;
  2260.        opacity: 0.9;
  2261.        transition: opacity 0.3s ease;
  2262.    }
  2263.    
  2264.    .blog-card-v3:hover .blog-excerpt-v3 {
  2265.        opacity: 1;
  2266.    }
  2267.    
  2268.    .blog-actions-v3 {
  2269.        display: flex;
  2270.        justify-content: space-between;
  2271.        align-items: center;
  2272.    }
  2273.    
  2274.    .blog-read-time-v3 {
  2275.        font-size: 12px;
  2276.        color: #95a5a6;
  2277.        display: flex;
  2278.        align-items: center;
  2279.        gap: 6px;
  2280.    }
  2281.    
  2282.    .blog-read-more-v3 {
  2283.        width: 50px;
  2284.        height: 50px;
  2285.        border-radius: 50%;
  2286.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2287.        display: flex;
  2288.        align-items: center;
  2289.        justify-content: center;
  2290.        color: white;
  2291.        text-decoration: none;
  2292.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2293.        transform: scale(0) rotate(0deg);
  2294.        opacity: 0;
  2295.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2296.        position: relative;
  2297.        overflow: hidden;
  2298.    }
  2299.    
  2300.    .blog-read-more-v3::before {
  2301.        content: '';
  2302.        position: absolute;
  2303.        top: 50%;
  2304.        left: 50%;
  2305.        width: 0;
  2306.        height: 0;
  2307.        background: rgba(255,255,255,0.2);
  2308.        border-radius: 50%;
  2309.        transition: all 0.6s ease;
  2310.        transform: translate(-50%, -50%);
  2311.    }
  2312.    
  2313.    .blog-card-v3:hover .blog-read-more-v3 {
  2314.        transform: scale(1) rotate(360deg);
  2315.        opacity: 1;
  2316.    }
  2317.    
  2318.    .blog-read-more-v3:hover::before {
  2319.        width: 100%;
  2320.        height: 100%;
  2321.    }
  2322.    
  2323.    .section-header-v3 {
  2324.        text-align: center;
  2325.        margin-bottom: 80px;
  2326.        position: relative;
  2327.        z-index: 2;
  2328.    }
  2329.    
  2330.    .section-title-v3 {
  2331.        font-size: 3.5rem;
  2332.        font-weight: 900;
  2333.        margin-bottom: 25px;
  2334.        color: #2c3e50;
  2335.        position: relative;
  2336.        display: inline-block;
  2337.    }
  2338.    
  2339.    .section-title-v3::before {
  2340.        content: '';
  2341.        position: absolute;
  2342.        top: -15px;
  2343.        right: -15px;
  2344.        width: 30px;
  2345.        height: 30px;
  2346.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2347.        border-radius: 50%;
  2348.        opacity: 0.3;
  2349.        animation: pulse 2s infinite;
  2350.    }
  2351.    
  2352.    @keyframes pulse {
  2353.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2354.        50% { transform: scale(1.2); opacity: 0.6; }
  2355.    }
  2356.    
  2357.    .section-subtitle-v3 {
  2358.        font-size: 1.2rem;
  2359.        color: #7f8c8d;
  2360.        max-width: 700px;
  2361.        margin: 0 auto;
  2362.        line-height: 1.7;
  2363.        font-weight: 300;
  2364.    }
  2365.    
  2366.    .scroll-reveal {
  2367.        opacity: 0;
  2368.        transform: translateY(50px) scale(0.9);
  2369.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2370.    }
  2371.    
  2372.    .scroll-reveal.revealed {
  2373.        opacity: 1;
  2374.        transform: translateY(0) scale(1);
  2375.    }
  2376.    
  2377.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2378.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2379.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2380.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2381.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2382.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2383.  
  2384.    @media (max-width: 768px) {
  2385.        .masonry-container {
  2386.            display: flex;
  2387.            flex-direction: column;
  2388.            grid-gap: 20px;
  2389.        }
  2390.        .blog-card-v3:nth-child(n) {
  2391.            grid-row-end: span 20;
  2392.        }
  2393.        .section-title-v3 {
  2394.            font-size: 2.8rem;
  2395.        }
  2396.        .blog-highlights-v3 {
  2397.            padding: 60px 0;
  2398.        }
  2399.        .blog-content-v3 {
  2400.            padding: 25px 20px;
  2401.        }
  2402.        .blog-card-v3:hover {
  2403.            transform: translateY(-15px) scale(1.02);
  2404.        }
  2405.        .blog-image-v3{
  2406.            max-height: 350px;
  2407.            height: 100%;
  2408.        }
  2409.    }
  2410. </style>
  2411.  
  2412. <section class="blog-highlights-v3">
  2413.    <div class="container-fluid fluid-container">
  2414.        <div class="row">
  2415.            <div class="col-12">
  2416.                 <div class="wpo-section-title">
  2417.            <h2>
  2418.                Today's Top Highlights
  2419.                   </h2>
  2420.        </div>
  2421.            </div>
  2422.        </div>
  2423.        
  2424.        <div class="row">
  2425.            <div class="col-lg-8 col-12">
  2426.                <div class="masonry-container">
  2427.                    
  2428.                    <div class="blog-card-v3 scroll-reveal span-21">
  2429.                        <div class="blog-image-v3">
  2430.                            
  2431.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2432.                            
  2433.                            <div class="blog-floating-elements">
  2434.                                <div class="floating-dot"></div>
  2435.                                <div class="floating-dot"></div>
  2436.                                <div class="floating-dot"></div>
  2437.                            </div>
  2438.                            <span class="blog-category-v3 bg-primary-gradient">
  2439.                                News
  2440.                            </span>
  2441.                        </div>
  2442.                        <div class="blog-content-v3">
  2443.                            <h3 class="blog-title-v3">
  2444.                                <a href="/amid-the-devastated-debris-of-an-residential-building-i-saw-a-book-id-rendered/" >
  2445.                                Amid the Devastated Debris of an Residential Building, I Saw a Book I’d Rendered
  2446.                                </a>
  2447.                            </h3>
  2448.                            <div class="blog-meta-v3">
  2449.                                
  2450.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2451.                                
  2452.                                <span>By Eric Gay</span>
  2453.                                <span>•</span>
  2454.                                <span>11 May 2026</span>
  2455.                            </div>
  2456.                            
  2457.                            <div class="blog-actions-v3">
  2458.                                <div class="blog-read-time-v3">
  2459.                                    <i class="far fa-clock"></i>
  2460.                                    <!-- <span>5 min read</span> -->
  2461.                                </div>
  2462.                                <a href="/amid-the-devastated-debris-of-an-residential-building-i-saw-a-book-id-rendered/"  class="blog-read-more-v3">
  2463.                                    <i class="ti-arrow-right"></i>
  2464.                                </a>
  2465.                            </div>
  2466.                        </div>
  2467.                    </div>
  2468.                    
  2469.                    <div class="blog-card-v3 scroll-reveal span-22">
  2470.                        <div class="blog-image-v3">
  2471.                            
  2472.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2473.                            
  2474.                            <div class="blog-floating-elements">
  2475.                                <div class="floating-dot"></div>
  2476.                                <div class="floating-dot"></div>
  2477.                                <div class="floating-dot"></div>
  2478.                            </div>
  2479.                            <span class="blog-category-v3 bg-primary-gradient">
  2480.                                News
  2481.                            </span>
  2482.                        </div>
  2483.                        <div class="blog-content-v3">
  2484.                            <h3 class="blog-title-v3">
  2485.                                <a href="/3-game-pass-titles-were-enjoying-this-weekend-october-10-12/" >
  2486.                                3 Game Pass Titles We&#x27;re Enjoying This Weekend (October 10-12)
  2487.                                </a>
  2488.                            </h3>
  2489.                            <div class="blog-meta-v3">
  2490.                                
  2491.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2492.                                
  2493.                                <span>By Eric Gay</span>
  2494.                                <span>•</span>
  2495.                                <span>11 May 2026</span>
  2496.                            </div>
  2497.                            
  2498.                            <div class="blog-actions-v3">
  2499.                                <div class="blog-read-time-v3">
  2500.                                    <i class="far fa-clock"></i>
  2501.                                    <!-- <span>5 min read</span> -->
  2502.                                </div>
  2503.                                <a href="/3-game-pass-titles-were-enjoying-this-weekend-october-10-12/"  class="blog-read-more-v3">
  2504.                                    <i class="ti-arrow-right"></i>
  2505.                                </a>
  2506.                            </div>
  2507.                        </div>
  2508.                    </div>
  2509.                    
  2510.                    <div class="blog-card-v3 scroll-reveal span-21">
  2511.                        <div class="blog-image-v3">
  2512.                            
  2513.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2514.                            
  2515.                            <div class="blog-floating-elements">
  2516.                                <div class="floating-dot"></div>
  2517.                                <div class="floating-dot"></div>
  2518.                                <div class="floating-dot"></div>
  2519.                            </div>
  2520.                            <span class="blog-category-v3 bg-primary-gradient">
  2521.                                News
  2522.                            </span>
  2523.                        </div>
  2524.                        <div class="blog-content-v3">
  2525.                            <h3 class="blog-title-v3">
  2526.                                <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-vast-shelter-on-the-malians-border/" >
  2527.                                Daily Existence for one hundred twenty thousand Displaced People in Mauritania&#x27;s Vast Shelter on the Malians Border.
  2528.                                </a>
  2529.                            </h3>
  2530.                            <div class="blog-meta-v3">
  2531.                                
  2532.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2533.                                
  2534.                                <span>By Eric Gay</span>
  2535.                                <span>•</span>
  2536.                                <span>11 May 2026</span>
  2537.                            </div>
  2538.                            
  2539.                            <div class="blog-actions-v3">
  2540.                                <div class="blog-read-time-v3">
  2541.                                    <i class="far fa-clock"></i>
  2542.                                    <!-- <span>5 min read</span> -->
  2543.                                </div>
  2544.                                <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-mauritanias-vast-shelter-on-the-malians-border/"  class="blog-read-more-v3">
  2545.                                    <i class="ti-arrow-right"></i>
  2546.                                </a>
  2547.                            </div>
  2548.                        </div>
  2549.                    </div>
  2550.                    
  2551.                    <div class="blog-card-v3 scroll-reveal span-22">
  2552.                        <div class="blog-image-v3">
  2553.                            
  2554.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2555.                            
  2556.                            <div class="blog-floating-elements">
  2557.                                <div class="floating-dot"></div>
  2558.                                <div class="floating-dot"></div>
  2559.                                <div class="floating-dot"></div>
  2560.                            </div>
  2561.                            <span class="blog-category-v3 bg-primary-gradient">
  2562.                                News
  2563.                            </span>
  2564.                        </div>
  2565.                        <div class="blog-content-v3">
  2566.                            <h3 class="blog-title-v3">
  2567.                                <a href="/how-a-american-military-vet-assisted-mar%C3%ADa-corina-machado-escape-venezuela/" >
  2568.                                How a American Military Vet Assisted María Corina Machado Escape Venezuela
  2569.                                </a>
  2570.                            </h3>
  2571.                            <div class="blog-meta-v3">
  2572.                                
  2573.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2574.                                
  2575.                                <span>By Eric Gay</span>
  2576.                                <span>•</span>
  2577.                                <span>11 May 2026</span>
  2578.                            </div>
  2579.                            
  2580.                            <div class="blog-actions-v3">
  2581.                                <div class="blog-read-time-v3">
  2582.                                    <i class="far fa-clock"></i>
  2583.                                    <!-- <span>5 min read</span> -->
  2584.                                </div>
  2585.                                <a href="/how-a-american-military-vet-assisted-mar%C3%ADa-corina-machado-escape-venezuela/"  class="blog-read-more-v3">
  2586.                                    <i class="ti-arrow-right"></i>
  2587.                                </a>
  2588.                            </div>
  2589.                        </div>
  2590.                    </div>
  2591.                    
  2592.                    <div class="blog-card-v3 scroll-reveal span-21">
  2593.                        <div class="blog-image-v3">
  2594.                            
  2595.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2596.                            
  2597.                            <div class="blog-floating-elements">
  2598.                                <div class="floating-dot"></div>
  2599.                                <div class="floating-dot"></div>
  2600.                                <div class="floating-dot"></div>
  2601.                            </div>
  2602.                            <span class="blog-category-v3 bg-primary-gradient">
  2603.                                News
  2604.                            </span>
  2605.                        </div>
  2606.                        <div class="blog-content-v3">
  2607.                            <h3 class="blog-title-v3">
  2608.                                <a href="/how-to-speak-dating-like-generation-z-fifty-one-niche-words-for-romance-sex-and-questionable-conduct/" >
  2609.                                How to Speak Dating Like Generation Z: Fifty-One Niche Words for Romance, Sex and Questionable Conduct
  2610.                                </a>
  2611.                            </h3>
  2612.                            <div class="blog-meta-v3">
  2613.                                
  2614.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2615.                                
  2616.                                <span>By Eric Gay</span>
  2617.                                <span>•</span>
  2618.                                <span>11 May 2026</span>
  2619.                            </div>
  2620.                            
  2621.                            <div class="blog-actions-v3">
  2622.                                <div class="blog-read-time-v3">
  2623.                                    <i class="far fa-clock"></i>
  2624.                                    <!-- <span>5 min read</span> -->
  2625.                                </div>
  2626.                                <a href="/how-to-speak-dating-like-generation-z-fifty-one-niche-words-for-romance-sex-and-questionable-conduct/"  class="blog-read-more-v3">
  2627.                                    <i class="ti-arrow-right"></i>
  2628.                                </a>
  2629.                            </div>
  2630.                        </div>
  2631.                    </div>
  2632.                    
  2633.                    <div class="blog-card-v3 scroll-reveal span-22">
  2634.                        <div class="blog-image-v3">
  2635.                            
  2636.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2637.                            
  2638.                            <div class="blog-floating-elements">
  2639.                                <div class="floating-dot"></div>
  2640.                                <div class="floating-dot"></div>
  2641.                                <div class="floating-dot"></div>
  2642.                            </div>
  2643.                            <span class="blog-category-v3 bg-primary-gradient">
  2644.                                News
  2645.                            </span>
  2646.                        </div>
  2647.                        <div class="blog-content-v3">
  2648.                            <h3 class="blog-title-v3">
  2649.                                <a href="/trump-and-his-followers-envision-a-globe-devoid-of-international-law-however-they-will-not-achieve-it/" >
  2650.                                Trump and His Followers Envision a Globe Devoid of International Law – However They Will Not Achieve It
  2651.                                </a>
  2652.                            </h3>
  2653.                            <div class="blog-meta-v3">
  2654.                                
  2655.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2656.                                
  2657.                                <span>By Eric Gay</span>
  2658.                                <span>•</span>
  2659.                                <span>10 May 2026</span>
  2660.                            </div>
  2661.                            
  2662.                            <div class="blog-actions-v3">
  2663.                                <div class="blog-read-time-v3">
  2664.                                    <i class="far fa-clock"></i>
  2665.                                    <!-- <span>5 min read</span> -->
  2666.                                </div>
  2667.                                <a href="/trump-and-his-followers-envision-a-globe-devoid-of-international-law-however-they-will-not-achieve-it/"  class="blog-read-more-v3">
  2668.                                    <i class="ti-arrow-right"></i>
  2669.                                </a>
  2670.                            </div>
  2671.                        </div>
  2672.                    </div>
  2673.                    
  2674.                    <div class="blog-card-v3 scroll-reveal span-21">
  2675.                        <div class="blog-image-v3">
  2676.                            
  2677.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2678.                            
  2679.                            <div class="blog-floating-elements">
  2680.                                <div class="floating-dot"></div>
  2681.                                <div class="floating-dot"></div>
  2682.                                <div class="floating-dot"></div>
  2683.                            </div>
  2684.                            <span class="blog-category-v3 bg-primary-gradient">
  2685.                                News
  2686.                            </span>
  2687.                        </div>
  2688.                        <div class="blog-content-v3">
  2689.                            <h3 class="blog-title-v3">
  2690.                                <a href="/sweden-selection-lineup-alexander-isak-selected-whereas-gyokeres-misses-out/" >
  2691.                                Sweden Selection Lineup: Alexander Isak Selected Whereas Gyokeres Misses Out
  2692.                                </a>
  2693.                            </h3>
  2694.                            <div class="blog-meta-v3">
  2695.                                
  2696.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2697.                                
  2698.                                <span>By Eric Gay</span>
  2699.                                <span>•</span>
  2700.                                <span>10 May 2026</span>
  2701.                            </div>
  2702.                            
  2703.                            <div class="blog-actions-v3">
  2704.                                <div class="blog-read-time-v3">
  2705.                                    <i class="far fa-clock"></i>
  2706.                                    <!-- <span>5 min read</span> -->
  2707.                                </div>
  2708.                                <a href="/sweden-selection-lineup-alexander-isak-selected-whereas-gyokeres-misses-out/"  class="blog-read-more-v3">
  2709.                                    <i class="ti-arrow-right"></i>
  2710.                                </a>
  2711.                            </div>
  2712.                        </div>
  2713.                    </div>
  2714.                    
  2715.                    <div class="blog-card-v3 scroll-reveal span-22">
  2716.                        <div class="blog-image-v3">
  2717.                            
  2718.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2719.                            
  2720.                            <div class="blog-floating-elements">
  2721.                                <div class="floating-dot"></div>
  2722.                                <div class="floating-dot"></div>
  2723.                                <div class="floating-dot"></div>
  2724.                            </div>
  2725.                            <span class="blog-category-v3 bg-primary-gradient">
  2726.                                News
  2727.                            </span>
  2728.                        </div>
  2729.                        <div class="blog-content-v3">
  2730.                            <h3 class="blog-title-v3">
  2731.                                <a href="/uae-declines-to-join-gazan-security-mission-without-defined-legal-framework/" >
  2732.                                UAE Declines to Join Gazan Security Mission Without Defined Legal Framework
  2733.                                </a>
  2734.                            </h3>
  2735.                            <div class="blog-meta-v3">
  2736.                                
  2737.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2738.                                
  2739.                                <span>By Eric Gay</span>
  2740.                                <span>•</span>
  2741.                                <span>10 May 2026</span>
  2742.                            </div>
  2743.                            
  2744.                            <div class="blog-actions-v3">
  2745.                                <div class="blog-read-time-v3">
  2746.                                    <i class="far fa-clock"></i>
  2747.                                    <!-- <span>5 min read</span> -->
  2748.                                </div>
  2749.                                <a href="/uae-declines-to-join-gazan-security-mission-without-defined-legal-framework/"  class="blog-read-more-v3">
  2750.                                    <i class="ti-arrow-right"></i>
  2751.                                </a>
  2752.                            </div>
  2753.                        </div>
  2754.                    </div>
  2755.                    
  2756.                    <div class="blog-card-v3 scroll-reveal span-21">
  2757.                        <div class="blog-image-v3">
  2758.                            
  2759.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2760.                            
  2761.                            <div class="blog-floating-elements">
  2762.                                <div class="floating-dot"></div>
  2763.                                <div class="floating-dot"></div>
  2764.                                <div class="floating-dot"></div>
  2765.                            </div>
  2766.                            <span class="blog-category-v3 bg-primary-gradient">
  2767.                                News
  2768.                            </span>
  2769.                        </div>
  2770.                        <div class="blog-content-v3">
  2771.                            <h3 class="blog-title-v3">
  2772.                                <a href="/the-former-congresswoman-creates-history-as-virginias-initial-woman-state-leader/" >
  2773.                                The Former Congresswoman Creates History as Virginia&#x27;s Initial Woman State Leader
  2774.                                </a>
  2775.                            </h3>
  2776.                            <div class="blog-meta-v3">
  2777.                                
  2778.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2779.                                
  2780.                                <span>By Eric Gay</span>
  2781.                                <span>•</span>
  2782.                                <span>10 May 2026</span>
  2783.                            </div>
  2784.                            
  2785.                            <div class="blog-actions-v3">
  2786.                                <div class="blog-read-time-v3">
  2787.                                    <i class="far fa-clock"></i>
  2788.                                    <!-- <span>5 min read</span> -->
  2789.                                </div>
  2790.                                <a href="/the-former-congresswoman-creates-history-as-virginias-initial-woman-state-leader/"  class="blog-read-more-v3">
  2791.                                    <i class="ti-arrow-right"></i>
  2792.                                </a>
  2793.                            </div>
  2794.                        </div>
  2795.                    </div>
  2796.                    
  2797.                    <div class="blog-card-v3 scroll-reveal span-22">
  2798.                        <div class="blog-image-v3">
  2799.                            
  2800.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2801.                            
  2802.                            <div class="blog-floating-elements">
  2803.                                <div class="floating-dot"></div>
  2804.                                <div class="floating-dot"></div>
  2805.                                <div class="floating-dot"></div>
  2806.                            </div>
  2807.                            <span class="blog-category-v3 bg-primary-gradient">
  2808.                                News
  2809.                            </span>
  2810.                        </div>
  2811.                        <div class="blog-content-v3">
  2812.                            <h3 class="blog-title-v3">
  2813.                                <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-jeremy-allen-white-portray-him-in-film/" >
  2814.                                ‘When Did I Get That Good-Looking?’: The Rock Legend on Watching Jeremy Allen White Portray Him In Film
  2815.                                </a>
  2816.                            </h3>
  2817.                            <div class="blog-meta-v3">
  2818.                                
  2819.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2820.                                
  2821.                                <span>By Eric Gay</span>
  2822.                                <span>•</span>
  2823.                                <span>10 May 2026</span>
  2824.                            </div>
  2825.                            
  2826.                            <div class="blog-actions-v3">
  2827.                                <div class="blog-read-time-v3">
  2828.                                    <i class="far fa-clock"></i>
  2829.                                    <!-- <span>5 min read</span> -->
  2830.                                </div>
  2831.                                <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-jeremy-allen-white-portray-him-in-film/"  class="blog-read-more-v3">
  2832.                                    <i class="ti-arrow-right"></i>
  2833.                                </a>
  2834.                            </div>
  2835.                        </div>
  2836.                    </div>
  2837.                    
  2838.                    <div class="blog-card-v3 scroll-reveal span-21">
  2839.                        <div class="blog-image-v3">
  2840.                            
  2841.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2842.                            
  2843.                            <div class="blog-floating-elements">
  2844.                                <div class="floating-dot"></div>
  2845.                                <div class="floating-dot"></div>
  2846.                                <div class="floating-dot"></div>
  2847.                            </div>
  2848.                            <span class="blog-category-v3 bg-primary-gradient">
  2849.                                News
  2850.                            </span>
  2851.                        </div>
  2852.                        <div class="blog-content-v3">
  2853.                            <h3 class="blog-title-v3">
  2854.                                <a href="/jennifer-waltons-first-record-daughters-delves-into-sorrow-and-style/" >
  2855.                                Jennifer Walton&#x27;s First Record &quot;Daughters&quot; Delves Into Sorrow and Style
  2856.                                </a>
  2857.                            </h3>
  2858.                            <div class="blog-meta-v3">
  2859.                                
  2860.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2861.                                
  2862.                                <span>By Eric Gay</span>
  2863.                                <span>•</span>
  2864.                                <span>10 May 2026</span>
  2865.                            </div>
  2866.                            
  2867.                            <div class="blog-actions-v3">
  2868.                                <div class="blog-read-time-v3">
  2869.                                    <i class="far fa-clock"></i>
  2870.                                    <!-- <span>5 min read</span> -->
  2871.                                </div>
  2872.                                <a href="/jennifer-waltons-first-record-daughters-delves-into-sorrow-and-style/"  class="blog-read-more-v3">
  2873.                                    <i class="ti-arrow-right"></i>
  2874.                                </a>
  2875.                            </div>
  2876.                        </div>
  2877.                    </div>
  2878.                    
  2879.                    <div class="blog-card-v3 scroll-reveal span-22">
  2880.                        <div class="blog-image-v3">
  2881.                            
  2882.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2883.                            
  2884.                            <div class="blog-floating-elements">
  2885.                                <div class="floating-dot"></div>
  2886.                                <div class="floating-dot"></div>
  2887.                                <div class="floating-dot"></div>
  2888.                            </div>
  2889.                            <span class="blog-category-v3 bg-primary-gradient">
  2890.                                News
  2891.                            </span>
  2892.                        </div>
  2893.                        <div class="blog-content-v3">
  2894.                            <h3 class="blog-title-v3">
  2895.                                <a href="/russian-president-vladimir-putin-vows-steady-crude-oil-supplies-to-the-indian-nation-in-rebuff-of-us-sanctions/" >
  2896.                                Russian President Vladimir Putin Vows Steady Crude Oil Supplies to the Indian Nation in Rebuff of US Sanctions
  2897.                                </a>
  2898.                            </h3>
  2899.                            <div class="blog-meta-v3">
  2900.                                
  2901.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="blog-author-img-v3">
  2902.                                
  2903.                                <span>By Eric Gay</span>
  2904.                                <span>•</span>
  2905.                                <span>10 May 2026</span>
  2906.                            </div>
  2907.                            
  2908.                            <div class="blog-actions-v3">
  2909.                                <div class="blog-read-time-v3">
  2910.                                    <i class="far fa-clock"></i>
  2911.                                    <!-- <span>5 min read</span> -->
  2912.                                </div>
  2913.                                <a href="/russian-president-vladimir-putin-vows-steady-crude-oil-supplies-to-the-indian-nation-in-rebuff-of-us-sanctions/"  class="blog-read-more-v3">
  2914.                                    <i class="ti-arrow-right"></i>
  2915.                                </a>
  2916.                            </div>
  2917.                        </div>
  2918.                    </div>
  2919.                    
  2920.                    
  2921.  
  2922.                </div>
  2923.            </div>
  2924.            
  2925.               <div class="col col-lg-4 col-12">
  2926.                
  2927.  
  2928.  
  2929.  
  2930.    
  2931.  
  2932.  
  2933. <!-- Blog Sidebar V2 - Focused Design -->
  2934. <div class="sidebar">
  2935.  <!-- Recent Posts Section -->
  2936.  <div class="sidebar-widget mb-4">
  2937.    <div class="widget-title-wrapper mb-3">
  2938.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2939.        <i class="ti-time me-2"></i>Recent Posts
  2940.        <span class="title-arrow-primary"></span>
  2941.      </h4>
  2942.    </div>
  2943.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2944.      <div class="recent-post-list">
  2945.      
  2946.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2947.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2948.              
  2949.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2950.              
  2951.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2952.          </div>
  2953.          <div class="post-content flex-grow-1">
  2954.            <h6 class="post-title mb-2">
  2955.               <a href="/gaza-strip-war-in-maps-following-24-months-of-fighting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2956.                                            Gaza Strip War in Maps Following 24 Months of Fighting
  2957.                                            </a>
  2958.            </h6>
  2959.            <div class="post-meta">
  2960.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2961.              <!-- <small class="text-muted">
  2962.                <i class="ti-eye me-1"></i>348 views
  2963.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2964.              </small> -->
  2965.            </div>
  2966.          </div>
  2967.        </div>
  2968.        
  2969.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2970.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2971.              
  2972.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2973.              
  2974.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2975.          </div>
  2976.          <div class="post-content flex-grow-1">
  2977.            <h6 class="post-title mb-2">
  2978.               <a href="/democrats-denounce-trump-after-he-claims-they-should-face-death-penalty/" class="text-decoration-none top-color fw-semibold lh-sm">
  2979.                                            Democrats Denounce Trump After He Claims They Should Face Death Penalty
  2980.                                            </a>
  2981.            </h6>
  2982.            <div class="post-meta">
  2983.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2984.              <!-- <small class="text-muted">
  2985.                <i class="ti-eye me-1"></i>348 views
  2986.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2987.              </small> -->
  2988.            </div>
  2989.          </div>
  2990.        </div>
  2991.        
  2992.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2993.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2994.              
  2995.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2996.              
  2997.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2998.          </div>
  2999.          <div class="post-content flex-grow-1">
  3000.            <h6 class="post-title mb-2">
  3001.               <a href="/the-players-and-coaches-not-born-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  3002.                                            The Players and Coaches Not Born in the United States
  3003.                                            </a>
  3004.            </h6>
  3005.            <div class="post-meta">
  3006.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  3007.              <!-- <small class="text-muted">
  3008.                <i class="ti-eye me-1"></i>348 views
  3009.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3010.              </small> -->
  3011.            </div>
  3012.          </div>
  3013.        </div>
  3014.        
  3015.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3016.          <div class="post-image me-3 flex-shrink-0 position-relative">
  3017.              
  3018.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  3019.              
  3020.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  3021.          </div>
  3022.          <div class="post-content flex-grow-1">
  3023.            <h6 class="post-title mb-2">
  3024.               <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-state-media-say/" class="text-decoration-none top-color fw-semibold lh-sm">
  3025.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, State Media Say
  3026.                                            </a>
  3027.            </h6>
  3028.            <div class="post-meta">
  3029.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  3030.              <!-- <small class="text-muted">
  3031.                <i class="ti-eye me-1"></i>348 views
  3032.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3033.              </small> -->
  3034.            </div>
  3035.          </div>
  3036.        </div>
  3037.        
  3038.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3039.          <div class="post-image me-3 flex-shrink-0 position-relative">
  3040.              
  3041.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  3042.              
  3043.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  3044.          </div>
  3045.          <div class="post-content flex-grow-1">
  3046.            <h6 class="post-title mb-2">
  3047.               <a href="/chornobyl-catastrophe-containment-structure-no-longer-blocks-harmful-radiation-requires-significant-restoration-iaea/" class="text-decoration-none top-color fw-semibold lh-sm">
  3048.                                            Chornobyl Catastrophe Containment Structure No Longer Blocks Harmful Radiation, Requires Significant Restoration – IAEA
  3049.                                            </a>
  3050.            </h6>
  3051.            <div class="post-meta">
  3052.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  3053.              <!-- <small class="text-muted">
  3054.                <i class="ti-eye me-1"></i>348 views
  3055.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3056.              </small> -->
  3057.            </div>
  3058.          </div>
  3059.        </div>
  3060.        
  3061.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3062.          <div class="post-image me-3 flex-shrink-0 position-relative">
  3063.              
  3064.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  3065.              
  3066.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  3067.          </div>
  3068.          <div class="post-content flex-grow-1">
  3069.            <h6 class="post-title mb-2">
  3070.               <a href="/arsenal-face-wolverhampton-wanderers-in-pivotal-english-top-division-fixture/" class="text-decoration-none top-color fw-semibold lh-sm">
  3071.                                            Arsenal Face Wolverhampton Wanderers in Pivotal English Top Division Fixture
  3072.                                            </a>
  3073.            </h6>
  3074.            <div class="post-meta">
  3075.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  3076.              <!-- <small class="text-muted">
  3077.                <i class="ti-eye me-1"></i>348 views
  3078.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3079.              </small> -->
  3080.            </div>
  3081.          </div>
  3082.        </div>
  3083.        
  3084.  
  3085.      </div>
  3086.  
  3087.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3088.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  3089.      </div> -->
  3090.    </div>
  3091.  </div>
  3092.  
  3093.    
  3094.  <div class="sidebar-widget mb-4">
  3095.    <div class="widget-title-wrapper mb-3">
  3096.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3097.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3098.        <span class="title-arrow"></span>
  3099.      </h4>
  3100.    </div>
  3101.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3102.      <div class="blog-roll-list scrollable-sidebar">
  3103.        
  3104.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  3106.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.              <i class="ti-angle-right me-2 text-primary"></i>
  3108.               non gamstop casinos
  3109.            </h6>
  3110.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3111.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3112.            </div> -->
  3113.          </a>
  3114.        </div>
  3115.          
  3116.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3117.          <a href="https://www.outset.org/" class="text-decoration-none ">
  3118.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3119.              <i class="ti-angle-right me-2 text-primary"></i>
  3120.               best betting sites uk
  3121.            </h6>
  3122.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3123.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3124.            </div> -->
  3125.          </a>
  3126.        </div>
  3127.          
  3128.      </div>
  3129.  
  3130.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3131.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3132.      </div> -->
  3133.    </div>
  3134.  </div>
  3135.    
  3136.  <div class="sidebar-widget mb-4">
  3137.    <div class="widget-title-wrapper mb-3">
  3138.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3139.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3140.        <span class="title-arrow"></span>
  3141.      </h4>
  3142.    </div>
  3143.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3144.      <div class="blog-roll-list scrollable-sidebar">
  3145.        
  3146.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.          <a href="https://www.remoteyear.com" class="text-decoration-none ">
  3148.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.              <i class="ti-angle-right me-2 text-primary"></i>
  3150.               online casinos
  3151.            </h6>
  3152.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3153.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3154.            </div> -->
  3155.          </a>
  3156.        </div>
  3157.          
  3158.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.          <a href="https://bottlebling.co.uk/" 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.               online casino sites
  3163.            </h6>
  3164.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3165.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3166.            </div> -->
  3167.          </a>
  3168.        </div>
  3169.          
  3170.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3171.          <a href="https://www.makemegenius.com/" class="text-decoration-none ">
  3172.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3173.              <i class="ti-angle-right me-2 text-primary"></i>
  3174.               casinos not on gamstop
  3175.            </h6>
  3176.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3177.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3178.            </div> -->
  3179.          </a>
  3180.        </div>
  3181.          
  3182.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.          <a href="https://www.stmonicas.co.uk/" class="text-decoration-none ">
  3184.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.              <i class="ti-angle-right me-2 text-primary"></i>
  3186.               Reputable Casinos Not on Gamstop
  3187.            </h6>
  3188.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3189.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3190.            </div> -->
  3191.          </a>
  3192.        </div>
  3193.          
  3194.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3195.          <a href="https://www.roadpeace.org/" 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.               casino not on gamstop
  3199.            </h6>
  3200.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3201.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3202.            </div> -->
  3203.          </a>
  3204.        </div>
  3205.          
  3206.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3207.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  3208.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3209.              <i class="ti-angle-right me-2 text-primary"></i>
  3210.               online casinos UK
  3211.            </h6>
  3212.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3213.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3214.            </div> -->
  3215.          </a>
  3216.        </div>
  3217.          
  3218.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.          <a href="https://www.impact-awards.co.uk" class="text-decoration-none ">
  3220.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.              <i class="ti-angle-right me-2 text-primary"></i>
  3222.               non GamStop casinos
  3223.            </h6>
  3224.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3225.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3226.            </div> -->
  3227.          </a>
  3228.        </div>
  3229.          
  3230.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3231.          <a href="https://apva.org.uk" 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.               trusted non uk casino sites
  3235.            </h6>
  3236.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3237.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3238.            </div> -->
  3239.          </a>
  3240.        </div>
  3241.          
  3242.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3243.          <a href="https://www.londonart.co.uk/" class="text-decoration-none ">
  3244.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3245.              <i class="ti-angle-right me-2 text-primary"></i>
  3246.               london escorts
  3247.            </h6>
  3248.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3249.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3250.            </div> -->
  3251.          </a>
  3252.        </div>
  3253.          
  3254.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.          <a href="https://game-change.co.uk" class="text-decoration-none ">
  3256.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.              <i class="ti-angle-right me-2 text-primary"></i>
  3258.               non uk gambling sites
  3259.            </h6>
  3260.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3261.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3262.            </div> -->
  3263.          </a>
  3264.        </div>
  3265.          
  3266.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3267.          <a href="https://www.bloomprod.fr" 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.               nouveau casino en ligne
  3271.            </h6>
  3272.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3273.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3274.            </div> -->
  3275.          </a>
  3276.        </div>
  3277.          
  3278.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3279.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  3280.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3281.              <i class="ti-angle-right me-2 text-primary"></i>
  3282.               non gamstop casino
  3283.            </h6>
  3284.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3285.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3286.            </div> -->
  3287.          </a>
  3288.        </div>
  3289.          
  3290.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3292.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.              <i class="ti-angle-right me-2 text-primary"></i>
  3294.               casino not on gamstop
  3295.            </h6>
  3296.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3297.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3298.            </div> -->
  3299.          </a>
  3300.        </div>
  3301.          
  3302.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3303.          <a href="https://www.homeworkworkspace.com" 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.               online casinos not on GamStop
  3307.            </h6>
  3308.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3309.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3310.            </div> -->
  3311.          </a>
  3312.        </div>
  3313.          
  3314.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3315.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3316.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3317.              <i class="ti-angle-right me-2 text-primary"></i>
  3318.               non GamStop casino
  3319.            </h6>
  3320.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3321.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3322.            </div> -->
  3323.          </a>
  3324.        </div>
  3325.          
  3326.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.          <a href="https://roeparkresort.com" class="text-decoration-none ">
  3328.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.              <i class="ti-angle-right me-2 text-primary"></i>
  3330.               casino not on gamestop
  3331.            </h6>
  3332.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3333.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3334.            </div> -->
  3335.          </a>
  3336.        </div>
  3337.          
  3338.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3339.          <a href="https://www.costaricanembassy.co.uk" 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.               best casinos not on GamStop
  3343.            </h6>
  3344.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3345.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3346.            </div> -->
  3347.          </a>
  3348.        </div>
  3349.          
  3350.      </div>
  3351.  
  3352.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3353.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3354.      </div> -->
  3355.    </div>
  3356.  </div>
  3357.    
  3358.  <div class="sidebar-widget mb-4">
  3359.    <div class="widget-title-wrapper mb-3">
  3360.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3361.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3362.        <span class="title-arrow"></span>
  3363.      </h4>
  3364.    </div>
  3365.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3366.      <div class="blog-roll-list scrollable-sidebar">
  3367.        
  3368.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3369.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  3370.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3371.              <i class="ti-angle-right me-2 text-primary"></i>
  3372.               casinos not on GamStop
  3373.            </h6>
  3374.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3375.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3376.            </div> -->
  3377.          </a>
  3378.        </div>
  3379.          
  3380.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3381.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3382.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3383.              <i class="ti-angle-right me-2 text-primary"></i>
  3384.               online casinos not on GamStop
  3385.            </h6>
  3386.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3387.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3388.            </div> -->
  3389.          </a>
  3390.        </div>
  3391.          
  3392.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  3394.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3395.              <i class="ti-angle-right me-2 text-primary"></i>
  3396.               non GamStop casinos
  3397.            </h6>
  3398.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3399.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3400.            </div> -->
  3401.          </a>
  3402.        </div>
  3403.          
  3404.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3405.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3406.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3407.              <i class="ti-angle-right me-2 text-primary"></i>
  3408.               non GamStop casinos
  3409.            </h6>
  3410.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3411.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3412.            </div> -->
  3413.          </a>
  3414.        </div>
  3415.          
  3416.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3417.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3418.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3419.              <i class="ti-angle-right me-2 text-primary"></i>
  3420.               non GamStop casinos
  3421.            </h6>
  3422.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3423.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3424.            </div> -->
  3425.          </a>
  3426.        </div>
  3427.          
  3428.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3429.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3430.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3431.              <i class="ti-angle-right me-2 text-primary"></i>
  3432.               UK casinos not on GamStop
  3433.            </h6>
  3434.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3435.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3436.            </div> -->
  3437.          </a>
  3438.        </div>
  3439.          
  3440.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.          <a href="https://www.labodeganegra.com/" class="text-decoration-none ">
  3442.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3443.              <i class="ti-angle-right me-2 text-primary"></i>
  3444.               non GamStop casino
  3445.            </h6>
  3446.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3447.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3448.            </div> -->
  3449.          </a>
  3450.        </div>
  3451.          
  3452.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3453.          <a href="https://orangegenie.com" class="text-decoration-none ">
  3454.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3455.              <i class="ti-angle-right me-2 text-primary"></i>
  3456.               new non GamStop casinos
  3457.            </h6>
  3458.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3459.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3460.            </div> -->
  3461.          </a>
  3462.        </div>
  3463.          
  3464.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3465.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  3466.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3467.              <i class="ti-angle-right me-2 text-primary"></i>
  3468.               casinos not on GAMSTOP
  3469.            </h6>
  3470.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3471.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3472.            </div> -->
  3473.          </a>
  3474.        </div>
  3475.          
  3476.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3477.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3478.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3479.              <i class="ti-angle-right me-2 text-primary"></i>
  3480.               casino not on GamStop
  3481.            </h6>
  3482.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3483.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3484.            </div> -->
  3485.          </a>
  3486.        </div>
  3487.          
  3488.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3489.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3490.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3491.              <i class="ti-angle-right me-2 text-primary"></i>
  3492.               online casino not on GamStop
  3493.            </h6>
  3494.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3495.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3496.            </div> -->
  3497.          </a>
  3498.        </div>
  3499.          
  3500.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3501.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3502.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3503.              <i class="ti-angle-right me-2 text-primary"></i>
  3504.               non gamstop casinos
  3505.            </h6>
  3506.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3507.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3508.            </div> -->
  3509.          </a>
  3510.        </div>
  3511.          
  3512.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3513.          <a href="https://www.frn.org.uk/" class="text-decoration-none ">
  3514.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3515.              <i class="ti-angle-right me-2 text-primary"></i>
  3516.               best betting sites uk
  3517.            </h6>
  3518.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3519.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3520.            </div> -->
  3521.          </a>
  3522.        </div>
  3523.          
  3524.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3525.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3526.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3527.              <i class="ti-angle-right me-2 text-primary"></i>
  3528.               Non UK Online Casinos
  3529.            </h6>
  3530.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3531.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3532.            </div> -->
  3533.          </a>
  3534.        </div>
  3535.          
  3536.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3537.          <a href="https://shiftdesign.org/" class="text-decoration-none ">
  3538.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3539.              <i class="ti-angle-right me-2 text-primary"></i>
  3540.               non GamStop casinos
  3541.            </h6>
  3542.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3543.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3544.            </div> -->
  3545.          </a>
  3546.        </div>
  3547.          
  3548.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3549.          <a href="https://shipwreckcharlestown.co.uk/" class="text-decoration-none ">
  3550.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3551.              <i class="ti-angle-right me-2 text-primary"></i>
  3552.               casinos not on GamStop
  3553.            </h6>
  3554.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3555.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3556.            </div> -->
  3557.          </a>
  3558.        </div>
  3559.          
  3560.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3561.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3562.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3563.              <i class="ti-angle-right me-2 text-primary"></i>
  3564.               non UK regulated casinos
  3565.            </h6>
  3566.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3567.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3568.            </div> -->
  3569.          </a>
  3570.        </div>
  3571.          
  3572.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3573.          <a href="https://www.nativerestaurant.co.uk/" class="text-decoration-none ">
  3574.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3575.              <i class="ti-angle-right me-2 text-primary"></i>
  3576.               non GamStop casinos
  3577.            </h6>
  3578.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3579.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3580.            </div> -->
  3581.          </a>
  3582.        </div>
  3583.          
  3584.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3585.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3586.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3587.              <i class="ti-angle-right me-2 text-primary"></i>
  3588.               casinos not on GamStop
  3589.            </h6>
  3590.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3591.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3592.            </div> -->
  3593.          </a>
  3594.        </div>
  3595.          
  3596.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3597.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3598.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3599.              <i class="ti-angle-right me-2 text-primary"></i>
  3600.               online casinos
  3601.            </h6>
  3602.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3603.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3604.            </div> -->
  3605.          </a>
  3606.        </div>
  3607.          
  3608.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3609.          <a href="https://www.legacycompany.co.uk/" class="text-decoration-none ">
  3610.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3611.              <i class="ti-angle-right me-2 text-primary"></i>
  3612.               non gamstop casinos
  3613.            </h6>
  3614.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3615.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3616.            </div> -->
  3617.          </a>
  3618.        </div>
  3619.          
  3620.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3621.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3622.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3623.              <i class="ti-angle-right me-2 text-primary"></i>
  3624.               online casino
  3625.            </h6>
  3626.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3627.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3628.            </div> -->
  3629.          </a>
  3630.        </div>
  3631.          
  3632.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3633.          <a href="free spins zonder storting" class="text-decoration-none ">
  3634.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3635.              <i class="ti-angle-right me-2 text-primary"></i>
  3636.               https://mensenwijk.nl/
  3637.            </h6>
  3638.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3639.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3640.            </div> -->
  3641.          </a>
  3642.        </div>
  3643.          
  3644.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3645.          <a href="https://www.plukdenhaag.nl/" class="text-decoration-none ">
  3646.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3647.              <i class="ti-angle-right me-2 text-primary"></i>
  3648.               buitenlandse casino&#x27;s
  3649.            </h6>
  3650.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3651.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3652.            </div> -->
  3653.          </a>
  3654.        </div>
  3655.          
  3656.      </div>
  3657.  
  3658.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3659.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3660.      </div> -->
  3661.    </div>
  3662.  </div>
  3663.    
  3664.  <div class="sidebar-widget mb-4">
  3665.    <div class="widget-title-wrapper mb-3">
  3666.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3667.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3668.        <span class="title-arrow"></span>
  3669.      </h4>
  3670.    </div>
  3671.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3672.      <div class="blog-roll-list scrollable-sidebar">
  3673.        
  3674.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3675.          <a href="https://xn--24-3qi4duc3a1a7o.world/" class="text-decoration-none ">
  3676.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3677.              <i class="ti-angle-right me-2 text-primary"></i>
  3678.               แทงหวย24
  3679.            </h6>
  3680.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3681.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3682.            </div> -->
  3683.          </a>
  3684.        </div>
  3685.          
  3686.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3687.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3688.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3689.              <i class="ti-angle-right me-2 text-primary"></i>
  3690.               best online betting sites uk
  3691.            </h6>
  3692.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3693.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3694.            </div> -->
  3695.          </a>
  3696.        </div>
  3697.          
  3698.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3699.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3700.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3701.              <i class="ti-angle-right me-2 text-primary"></i>
  3702.               best betting sites uk
  3703.            </h6>
  3704.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3705.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3706.            </div> -->
  3707.          </a>
  3708.        </div>
  3709.          
  3710.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3711.          <a href="https://www.kscience.co.uk/" class="text-decoration-none ">
  3712.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3713.              <i class="ti-angle-right me-2 text-primary"></i>
  3714.               non gamstop casinos
  3715.            </h6>
  3716.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3717.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3718.            </div> -->
  3719.          </a>
  3720.        </div>
  3721.          
  3722.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3723.          <a href="https://platypuspress.co.uk/" class="text-decoration-none ">
  3724.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3725.              <i class="ti-angle-right me-2 text-primary"></i>
  3726.               casino not on gamstop
  3727.            </h6>
  3728.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3729.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3730.            </div> -->
  3731.          </a>
  3732.        </div>
  3733.          
  3734.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3735.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  3736.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3737.              <i class="ti-angle-right me-2 text-primary"></i>
  3738.               casinos not on gamstop
  3739.            </h6>
  3740.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3741.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3742.            </div> -->
  3743.          </a>
  3744.        </div>
  3745.          
  3746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3747.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3749.              <i class="ti-angle-right me-2 text-primary"></i>
  3750.               Non Gamstop Casino
  3751.            </h6>
  3752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3754.            </div> -->
  3755.          </a>
  3756.        </div>
  3757.          
  3758.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3759.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3760.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3761.              <i class="ti-angle-right me-2 text-primary"></i>
  3762.               Non Gamstop Casino
  3763.            </h6>
  3764.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3765.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3766.            </div> -->
  3767.          </a>
  3768.        </div>
  3769.          
  3770.      </div>
  3771.  
  3772.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3773.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3774.      </div> -->
  3775.    </div>
  3776.  </div>
  3777.    
  3778.  <!-- <div class="sidebar-widget">
  3779.    <div class="widget-title-wrapper mb-3">
  3780.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3781.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3782.        <span class="title-arrow"></span>
  3783.      </h4>
  3784.    </div>
  3785.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3786.      <div class="blog-roll-list">
  3787.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3788.          <a href="#" class="text-decoration-none">
  3789.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3790.              <i class="ti-angle-right me-2 text-primary"></i>
  3791.              Complete Guide to Django REST Framework
  3792.            </h6>
  3793.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3794.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3795.            </div>
  3796.          </a>
  3797.        </div>
  3798.  
  3799.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3800.          <a href="#" class="text-decoration-none">
  3801.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3802.              <i class="ti-angle-right me-2 text-primary"></i>
  3803.              Modern JavaScript ES2025 Features
  3804.            </h6>
  3805.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3806.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3807.            </div>
  3808.          </a>
  3809.        </div>
  3810.  
  3811.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3812.          <a href="#" class="text-decoration-none">
  3813.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3814.              <i class="ti-angle-right me-2 text-primary"></i>
  3815.              Digital Marketing Trends in 2025
  3816.            </h6>
  3817.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3818.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3819.            </div>
  3820.          </a>
  3821.        </div>
  3822.  
  3823.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3824.          <a href="#" class="text-decoration-none">
  3825.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3826.              <i class="ti-angle-right me-2 text-primary"></i>
  3827.              Remote Work Best Practices
  3828.            </h6>
  3829.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3830.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3831.            </div>
  3832.          </a>
  3833.        </div>
  3834.  
  3835.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3836.          <a href="#" class="text-decoration-none">
  3837.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3838.              <i class="ti-angle-right me-2 text-primary"></i>
  3839.              Sustainable Living Tips for Beginners
  3840.            </h6>
  3841.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3842.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3843.            </div>
  3844.          </a>
  3845.        </div>
  3846.  
  3847.        <div class="blog-roll-item">
  3848.          <a href="#" class="text-decoration-none">
  3849.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3850.              <i class="ti-angle-right me-2 text-primary"></i>
  3851.              AI and Machine Learning Basics
  3852.            </h6>
  3853.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3854.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3855.            </div>
  3856.          </a>
  3857.        </div>
  3858.      </div>
  3859.  
  3860.      <div class="text-center mt-4 pt-3 border-top border-light">
  3861.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3862.      </div>
  3863.    </div>
  3864.  </div> -->
  3865. </div>
  3866.  
  3867. <!-- Sidebar V2 Styles -->
  3868. <style>
  3869.  .sidebar-widget {
  3870.    position: relative;
  3871.  }
  3872.  
  3873.  .widget-title {
  3874.    font-size: 1.1rem;
  3875.    font-weight: 700;
  3876.    display: inline-block;
  3877.    position: relative;
  3878.    z-index: 2;
  3879.    border-radius: 0;
  3880.  }
  3881.  
  3882.  /* Green arrow for August Blog Roll */
  3883.  .title-arrow::after {
  3884.    content: '';
  3885.    position: absolute;
  3886.    top: 0;
  3887.    right: -22px;
  3888.    width: 0;
  3889.    height: 0;
  3890.    border-left: 22px solid var(--bs-primary);
  3891.    border-top: 22px solid transparent;
  3892.    border-bottom: 22px solid transparent;
  3893.    z-index: 1;
  3894.  }
  3895.  
  3896.  /* Blue arrow for Recent Posts */
  3897.  .title-arrow-primary::after {
  3898.    content: '';
  3899.    position: absolute;
  3900.    top: 0;
  3901.    right: -22px;
  3902.    width: 0;
  3903.    height: 0;
  3904.    border-left: 22px solid var(--bs-primary);
  3905.    border-top: 22px solid transparent;
  3906.    border-bottom: 22px solid transparent;
  3907.    z-index: 1;
  3908.  }
  3909.  
  3910.  .widget-content {
  3911.    margin-top: -1px;
  3912.    position: relative;
  3913.    z-index: 1;
  3914.    background-color: var(--card-bg);
  3915.  }
  3916.  
  3917.  /* Blog Roll Items Hover Effects */
  3918.  .blog-roll-item:hover .blog-title {
  3919.    color: #198754 !important;
  3920.    transform: translateX(5px);
  3921.    transition: all 0.3s ease;
  3922.  }
  3923.  
  3924.  /* Recent Post Items Hover Effects */
  3925.  .recent-post-item:hover .post-title a {
  3926.    color: #0d6efd !important;
  3927.    transition: color 0.3s ease;
  3928.  }
  3929.  
  3930.  .recent-post-item:hover .post-image img {
  3931.    transform: scale(1.05);
  3932.    transition: transform 0.3s ease;
  3933.  }
  3934.  
  3935.  /* Button Hover Effects */
  3936.  .btn:hover {
  3937.    transform: translateY(-2px);
  3938.    transition: all 0.3s ease;
  3939.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3940.  }
  3941.  
  3942.  /* Badge Hover Effects */
  3943.  .badge:hover {
  3944.    transform: scale(1.05);
  3945.    transition: transform 0.3s ease;
  3946.  }
  3947.  
  3948.  @media (max-width: 991px) {
  3949.    .sidebar {
  3950.      margin-top: 3rem;
  3951.    }
  3952.  }
  3953.  
  3954.  @media (max-width: 576px) {
  3955.    .widget-title {
  3956.      font-size: 1rem;
  3957.      padding: 0.75rem 1rem !important;
  3958.    }
  3959.  
  3960.    .title-arrow::after,
  3961.    .title-arrow-primary::after {
  3962.      right: -18px;
  3963.      border-left-width: 18px;
  3964.      border-top-width: 18px;
  3965.      border-bottom-width: 18px;
  3966.    }
  3967.  
  3968.    .post-image {
  3969.      width: 70px !important;
  3970.      height: 55px !important;
  3971.    }
  3972.  
  3973.    .blog-meta {
  3974.      flex-direction: column !important;
  3975.      align-items: flex-start !important;
  3976.      gap: 0.5rem;
  3977.    }
  3978.  }
  3979. </style>
  3980.  
  3981.    
  3982.            </div>
  3983.        </div>
  3984.    </div>
  3985. </section>
  3986.  
  3987. <script>
  3988. // Enhanced Intersection Observer with staggered animations
  3989. document.addEventListener('DOMContentLoaded', function() {
  3990.    const observerOptions = {
  3991.        threshold: 0.1,
  3992.        rootMargin: '0px 0px -100px 0px'
  3993.    };
  3994.  
  3995.    const observer = new IntersectionObserver(function(entries) {
  3996.        entries.forEach(entry => {
  3997.            if (entry.isIntersecting) {
  3998.                setTimeout(() => {
  3999.                    entry.target.classList.add('revealed');
  4000.                }, 100);
  4001.            }
  4002.        });
  4003.    }, observerOptions);
  4004.  
  4005.    // Observe all scroll-reveal elements
  4006.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  4007.        observer.observe(el);
  4008.    });
  4009.  
  4010.    // Add parallax effect to floating dots
  4011.    document.addEventListener('mousemove', function(e) {
  4012.        const cards = document.querySelectorAll('.blog-card-v3');
  4013.        cards.forEach(card => {
  4014.            const rect = card.getBoundingClientRect();
  4015.            const x = (e.clientX - rect.left) / rect.width;
  4016.            const y = (e.clientY - rect.top) / rect.height;
  4017.            
  4018.            const dots = card.querySelectorAll('.floating-dot');
  4019.            dots.forEach((dot, index) => {
  4020.                const moveX = (x - 0.5) * (10 + index * 5);
  4021.                const moveY = (y - 0.5) * (10 + index * 5);
  4022.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  4023.            });
  4024.        });
  4025.    });
  4026. });
  4027. </script>
  4028.  
  4029.    
  4030.        
  4031.        <!-- end wpo-blog-highlights-section -->
  4032.        <!-- start wpo-blog-sponsored-section -->
  4033.        
  4034.  
  4035.  
  4036.  
  4037.    
  4038.  
  4039.  
  4040.  <style>
  4041.    .sponsored-section-v7 {
  4042.      padding: 50px 0;
  4043.    }
  4044.    
  4045.    .sponsored-card-v7 {
  4046.      background: #fafafa;
  4047.      border: none;
  4048.      transition: transform 0.3s ease;
  4049.      height: 100%;
  4050.    }
  4051.    
  4052.    .sponsored-card-v7:hover {
  4053.      transform: translateY(-3px);
  4054.    }
  4055.    
  4056.    .sponsored-image-v7 {
  4057.      position: relative;
  4058.      height: 160px;
  4059.    }
  4060.    
  4061.    .sponsored-image-v7 img {
  4062.      width: 100%;
  4063.      height: 100%;
  4064.      object-fit: cover;
  4065.      border-radius: 10px; /* Apply curve to image */
  4066.    }
  4067.    
  4068.    .sponsored-badge-v7 {
  4069.      position: absolute;
  4070.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  4071.      left: 10px;
  4072.      z-index: 10;
  4073.    
  4074.      /* pill look */
  4075.      display: inline-flex; /* vertical centering */
  4076.      align-items: center;
  4077.      justify-content: center;
  4078.      padding: 8px 16px; /* width = content + padding */
  4079.      border-radius: 999px; /* full pill */
  4080.      white-space: nowrap; /* ek hi line me rahe */
  4081.      /* text */
  4082.      font-size: 12px;
  4083.      text-transform: uppercase;
  4084.      letter-spacing: 0.5px;
  4085.      line-height: 1;
  4086.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  4087.    }
  4088.    
  4089.    /* optional: icon ke saath thoda gap */
  4090.    .sponsored-badge-v7 i,
  4091.    .sponsored-badge-v7 .icon {
  4092.      margin-right: 8px;
  4093.      font-size: 14px;
  4094.      line-height: 1;
  4095.    }
  4096.    
  4097.    .sponsored-content-v7 {
  4098.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  4099.    }
  4100.    
  4101.    .sponsored-title-v7 {
  4102.      font-size: 15px;
  4103.      font-weight: 700;
  4104.      line-height: 1.4;
  4105.      margin-bottom: 8px;
  4106.      color: #333;
  4107.    }
  4108.    
  4109.    .sponsored-title-v7 a {
  4110.      text-decoration: none;
  4111.      font-size: 16px;
  4112.      color: var(--topbar-color);
  4113.    }
  4114.    
  4115.    .sponsored-title-v7 a:hover {
  4116.      color: var(--bs-primary); /* Green hover */
  4117.    }
  4118.    
  4119.    .sponsored-excerpt-v7 {
  4120.      font-size: 12px;
  4121.      font-weight: 400;
  4122.      color:  var(--topbar-color);;
  4123.      margin-bottom: 10px;
  4124.      line-height: 1.5;
  4125.    }
  4126.    
  4127.    .sponsored-meta-v7 {
  4128.      font-size: 11px;
  4129.       color: var(--topbar-color);;
  4130.    }
  4131.    
  4132.    .author-info-v7 {
  4133.      margin-bottom: 5px;
  4134.    }
  4135.    
  4136.    .sponsored-author-img-v7 {
  4137.      width: 30px;
  4138.      height: 30px;
  4139.      border-radius: 50%;
  4140.      object-fit: cover;
  4141.      vertical-align: middle;
  4142.      margin-right: 5px;
  4143.    }
  4144.    
  4145.    .section-title-sponsored-v7 {
  4146.      font-size: 1.9rem;
  4147.      font-weight: 600;
  4148.      text-align: center;
  4149.      margin-bottom: 30px;
  4150.      color: #333;
  4151.      position: relative;
  4152.    }
  4153.    
  4154.    .section-title-sponsored-v7::after {
  4155.      content: '';
  4156.      position: absolute;
  4157.      bottom: -8px;
  4158.      left: 50%;
  4159.      transform: translateX(-50%);
  4160.      width: 100px;
  4161.      height: 3px;
  4162.      background: var(--bs-primary);
  4163.    }
  4164.    
  4165.    @media (max-width: 768px) {
  4166.      .sponsored-section-v7 {
  4167.        padding: 30px 0;
  4168.      }
  4169.      .sponsored-image-v7 {
  4170.        height: 120px;
  4171.      }
  4172.      .sponsored-content-v7 {
  4173.        padding: 35px 12px 12px;
  4174.      }
  4175.  
  4176.      .sponsored-title-v7 {
  4177.        font-size: 14px;
  4178.      }
  4179.      .sponsored-excerpt-v7 {
  4180.        font-size: 11px;
  4181.      }
  4182.      .section-title-sponsored-v7 {
  4183.        font-size: 1.6rem;
  4184.      }
  4185.    }
  4186.  </style>
  4187.  
  4188.  <section class="sponsored-section-v7">
  4189.    <div class="container-fluid fluid-container">
  4190.      <div class="row mb-3">
  4191.        <div class="col-12">
  4192.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  4193.        </div>
  4194.      </div>
  4195.  
  4196.      <div class="row g-3 d-flex justify-content-center">
  4197.        
  4198.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4199.            <div class="card sponsored-card-v7">
  4200.              <div class="sponsored-image-v7">
  4201.                
  4202.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4203.                
  4204.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4205.              </div>
  4206.              <div class="sponsored-content-v7">
  4207.                <h3 class="sponsored-title-v7"><a href="/gaza-strip-war-in-maps-following-24-months-of-fighting/">Gaza Strip War in Maps Following 24 Months of Fighting</a></h3>
  4208.                <p class="sponsored-excerpt-v7 "></p>
  4209.                <div class="sponsored-meta-v7">
  4210.                  <div class="author-info-v7">
  4211.                    
  4212.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4213.                    
  4214.                    <span>Eric Gay</span>
  4215.                  </div>
  4216.                  <div>10 May 2026</div>
  4217.                </div>
  4218.              </div>
  4219.            </div>
  4220.          </div>
  4221.        
  4222.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4223.            <div class="card sponsored-card-v7">
  4224.              <div class="sponsored-image-v7">
  4225.                
  4226.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4227.                
  4228.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4229.              </div>
  4230.              <div class="sponsored-content-v7">
  4231.                <h3 class="sponsored-title-v7"><a href="/democrats-denounce-trump-after-he-claims-they-should-face-death-penalty/">Democrats Denounce Trump After He Claims They Should Face Death Penalty</a></h3>
  4232.                <p class="sponsored-excerpt-v7 "></p>
  4233.                <div class="sponsored-meta-v7">
  4234.                  <div class="author-info-v7">
  4235.                    
  4236.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4237.                    
  4238.                    <span>Eric Gay</span>
  4239.                  </div>
  4240.                  <div>09 May 2026</div>
  4241.                </div>
  4242.              </div>
  4243.            </div>
  4244.          </div>
  4245.        
  4246.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4247.            <div class="card sponsored-card-v7">
  4248.              <div class="sponsored-image-v7">
  4249.                
  4250.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4251.                
  4252.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4253.              </div>
  4254.              <div class="sponsored-content-v7">
  4255.                <h3 class="sponsored-title-v7"><a href="/the-players-and-coaches-not-born-in-the-united-states/">The Players and Coaches Not Born in the United States</a></h3>
  4256.                <p class="sponsored-excerpt-v7 "></p>
  4257.                <div class="sponsored-meta-v7">
  4258.                  <div class="author-info-v7">
  4259.                    
  4260.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4261.                    
  4262.                    <span>Eric Gay</span>
  4263.                  </div>
  4264.                  <div>09 May 2026</div>
  4265.                </div>
  4266.              </div>
  4267.            </div>
  4268.          </div>
  4269.        
  4270.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4271.            <div class="card sponsored-card-v7">
  4272.              <div class="sponsored-image-v7">
  4273.                
  4274.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4275.                
  4276.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4277.              </div>
  4278.              <div class="sponsored-content-v7">
  4279.                <h3 class="sponsored-title-v7"><a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-state-media-say/">Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, State Media Say</a></h3>
  4280.                <p class="sponsored-excerpt-v7 "></p>
  4281.                <div class="sponsored-meta-v7">
  4282.                  <div class="author-info-v7">
  4283.                    
  4284.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4285.                    
  4286.                    <span>Eric Gay</span>
  4287.                  </div>
  4288.                  <div>09 May 2026</div>
  4289.                </div>
  4290.              </div>
  4291.            </div>
  4292.          </div>
  4293.        
  4294.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4295.            <div class="card sponsored-card-v7">
  4296.              <div class="sponsored-image-v7">
  4297.                
  4298.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4299.                
  4300.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4301.              </div>
  4302.              <div class="sponsored-content-v7">
  4303.                <h3 class="sponsored-title-v7"><a href="/chornobyl-catastrophe-containment-structure-no-longer-blocks-harmful-radiation-requires-significant-restoration-iaea/">Chornobyl Catastrophe Containment Structure No Longer Blocks Harmful Radiation, Requires Significant Restoration – IAEA</a></h3>
  4304.                <p class="sponsored-excerpt-v7 "></p>
  4305.                <div class="sponsored-meta-v7">
  4306.                  <div class="author-info-v7">
  4307.                    
  4308.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4309.                    
  4310.                    <span>Eric Gay</span>
  4311.                  </div>
  4312.                  <div>09 May 2026</div>
  4313.                </div>
  4314.              </div>
  4315.            </div>
  4316.          </div>
  4317.        
  4318.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4319.            <div class="card sponsored-card-v7">
  4320.              <div class="sponsored-image-v7">
  4321.                
  4322.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4323.                
  4324.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4325.              </div>
  4326.              <div class="sponsored-content-v7">
  4327.                <h3 class="sponsored-title-v7"><a href="/arsenal-face-wolverhampton-wanderers-in-pivotal-english-top-division-fixture/">Arsenal Face Wolverhampton Wanderers in Pivotal English Top Division Fixture</a></h3>
  4328.                <p class="sponsored-excerpt-v7 "></p>
  4329.                <div class="sponsored-meta-v7">
  4330.                  <div class="author-info-v7">
  4331.                    
  4332.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/b5cddd52-bcb4-4ea0-84b3-f2629c8ee4cb_profile.png" alt="Eric Gay" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4333.                    
  4334.                    <span>Eric Gay</span>
  4335.                  </div>
  4336.                  <div>09 May 2026</div>
  4337.                </div>
  4338.              </div>
  4339.            </div>
  4340.          </div>
  4341.        
  4342.      </div>
  4343.    </div>
  4344.  </section>
  4345.  
  4346.  
  4347.    
  4348.        <!-- end wpo-blog-sponsored-section -->
  4349.        <!-- start wpo-subscribe-section -->
  4350.        
  4351.        <!-- end subscribe-section -->
  4352.        <!-- start of wpo-site-footer-section -->
  4353.        
  4354.  
  4355.  
  4356.  
  4357.  
  4358.  
  4359.  
  4360. <!-- Footer V4 - Modern Corporate Design -->
  4361. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4362.  
  4363.    <div class="container-fluid fluid-container">
  4364.        
  4365.        <!-- Content Sections -->
  4366.        <div class="content-sections">
  4367.            <div class="row g-5">
  4368.                
  4369.                <!-- Brand Column -->
  4370.                <div class="col-lg-4 col-md-12">
  4371.                    <div class="brand-section">
  4372.                        <div class="brand-header">
  4373.                            
  4374.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b1d52eb5-09c0-409c-ba5f-21a752a5e040_logo.png" alt="Gold Culture 360" class="brand-logo" loading="lazy">
  4375.                            
  4376.                            <div class="brand-text">
  4377.                                <h3 class="brand-name">Gold Culture 360</h3>
  4378.                                <span class="brand-type">Digital Publication</span>
  4379.                            </div>
  4380.                        </div>
  4381.                        <p class="brand-description  text-lg-start ">
  4382.                            Gold Culture 360 offers insights into luxury living, art, and cultural trends. Discover expert articles on lifestyle, fashion, and exclusive experiences.
  4383.                        </p>
  4384.                    </div>
  4385.                </div>
  4386.  
  4387.                <!-- Quick Links Column -->
  4388.               <div class="col-lg-4 col-md-6">
  4389.                    <div class="links-section">
  4390.                        <div class="section-title">
  4391.                            <h4 class="title-text">Resources</h4>
  4392.                            <div class="title-decoration"></div>
  4393.                        </div>
  4394.                        <div class="links-container">
  4395.                          
  4396. <div class="link-group">
  4397.    <ul class="link-list" id="externalLinks">
  4398.        
  4399.  
  4400.    
  4401.        
  4402.        
  4403.        
  4404.    </ul>
  4405. </div>
  4406.  
  4407.                        </div>
  4408.                    </div>
  4409.                </div>
  4410.  
  4411.                <!-- Categories Column -->
  4412.                <div class="col-lg-4 col-md-6">
  4413.                    <div class="categories-section">
  4414.                        <div class="section-title">
  4415.                            <h4 class="title-text">Explore Topics</h4>
  4416.                            <div class="title-decoration"></div>
  4417.                        </div>
  4418.                        <div class="categories-container">
  4419.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4420.                            <div class="categories-cloud">
  4421.                                
  4422.                                <a href="/category/all-posts/" class="category-pill">
  4423.                                    All Posts
  4424.                                </a>
  4425.                                
  4426.                                <a href="/category/business/" class="category-pill">
  4427.                                    Business
  4428.                                </a>
  4429.                                
  4430.                                <a href="/category/esports/" class="category-pill">
  4431.                                    Esports
  4432.                                </a>
  4433.                                
  4434.                                <a href="/category/fashion/" class="category-pill">
  4435.                                    Fashion
  4436.                                </a>
  4437.                                
  4438.                                <a href="/category/featured/" class="category-pill">
  4439.                                    Featured
  4440.                                </a>
  4441.                                
  4442.                                <a href="/category/gaming/" class="category-pill">
  4443.                                    Gaming
  4444.                                </a>
  4445.                                
  4446.                                <a href="/category/health/" class="category-pill">
  4447.                                    Health
  4448.                                </a>
  4449.                                
  4450.                                <a href="/category/life-fitness/" class="category-pill">
  4451.                                    Life &amp; Fitness
  4452.                                </a>
  4453.                                
  4454.                            </div>
  4455.                        </div>
  4456.                    </div>
  4457.                </div>
  4458.  
  4459.            </div>
  4460.        </div>
  4461.  
  4462.        <!-- Footer Bottom -->
  4463.        <div class="footer-bottom">
  4464.            <div class="bottom-border"></div>
  4465.            <div class=" d-flex justify-content-between flex-wrap">
  4466.                <div>
  4467.                    <div class="copyright-info">
  4468.                        <p class="copyright-main">
  4469.                            © 2026 <span class="brand-highlight">Gold Culture 360</span>. All rights reserved.
  4470.                        </p>
  4471.                        <p class="copyright-sub">
  4472.                            Thoughtfully crafted content for curious minds worldwide.
  4473.                        </p>
  4474.                    </div>
  4475.                </div>
  4476.                <div>
  4477.                    <div class="footer-actions">
  4478.                        <div class="action-links">
  4479.                            <a href="/page/write-for-us/" class="action-link">
  4480.                                <i class="bi bi-shield-check"></i>
  4481.                                <span>Write For Us</span>
  4482.                            </a>
  4483.                            <a href="/page/terms-and-conditions/" class="action-link">
  4484.                                <i class="bi bi-shield-check"></i>
  4485.                                <span>Terms & Conditions</span>
  4486.                            </a>
  4487.                            <a href="/sitemap.xml" class="action-link">
  4488.                                <i class="bi bi-diagram-3"></i>
  4489.                                <span>Sitemap</span>
  4490.                            </a>
  4491.                        </div>
  4492.  
  4493.                    </div>
  4494.                </div>
  4495.            </div>
  4496.        </div>
  4497.  
  4498.    </div>
  4499.  
  4500.    
  4501.  
  4502. </footer>
  4503.  
  4504.  
  4505. <style>
  4506. /* Footer V4 - Modern Corporate Design */
  4507. .wpo-site-footer-v4 {
  4508.    color: var(--footer-color);
  4509.    margin-top: 100px;
  4510. }
  4511.  
  4512.  
  4513. .accent-line {
  4514.    position: absolute;
  4515.    top: 0;
  4516.    height: 100%;
  4517.    width: 33.333%;
  4518.    opacity: 0.8;
  4519. }
  4520.  
  4521. .accent-1 {
  4522.    left: 0;
  4523.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4524.    animation: slideRight 3s ease-in-out infinite;
  4525. }
  4526.  
  4527. .accent-2 {
  4528.    left: 33.333%;
  4529.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4530.    animation: slideRight 3s ease-in-out infinite 1s;
  4531. }
  4532.  
  4533. .accent-3 {
  4534.    left: 66.666%;
  4535.    background: linear-gradient(90deg, #10b981, #059669);
  4536.    animation: slideRight 3s ease-in-out infinite 2s;
  4537. }
  4538.  
  4539. @keyframes slideRight {
  4540.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4541.    50% { transform: translateX(10px); opacity: 1; }
  4542. }
  4543.  
  4544. /* Content Sections */
  4545. .content-sections {
  4546.    padding: 60px 0;
  4547.    position: relative;
  4548.    z-index: 2;
  4549. }
  4550.  
  4551. /* Brand Section */
  4552. .brand-section {
  4553.    padding-right: 2rem;
  4554. }
  4555.  
  4556. .brand-header {
  4557.    display: flex;
  4558.    align-items: center;
  4559.    margin-bottom: 2rem;
  4560.    gap: 1rem;
  4561. }
  4562.  
  4563. .brand-logo {
  4564.    height: 50px;
  4565.    width: auto;
  4566.    border-radius: 8px;
  4567. }
  4568.  
  4569. .brand-name {
  4570.    font-size: 1.5rem;
  4571.    font-weight: 800;
  4572.    color: var(--footer-color) !important;
  4573.    margin: 0;
  4574. }
  4575.  
  4576. .brand-type {
  4577.    color: var(--footer-color) !important;
  4578.    opacity: 0.8;
  4579.    font-size: 0.85rem;
  4580.    font-weight: 500;
  4581.    text-transform: uppercase;
  4582.    letter-spacing: 0.5px;
  4583. }
  4584.  
  4585. .brand-description {
  4586.    color: var(--footer-color) !important;
  4587.    line-height: 1.7;
  4588.    margin-bottom: 2rem;
  4589.    font-size: 0.95rem;
  4590. }
  4591.  
  4592. .brand-stats {
  4593.    display: flex;
  4594.    align-items: center;
  4595.    gap: 1.5rem;
  4596. }
  4597.  
  4598. .stat-item {
  4599.    text-align: center;
  4600. }
  4601.  
  4602. .stat-number {
  4603.    font-size: 1.5rem;
  4604.    font-weight: 800;
  4605.    color: #3b82f6;
  4606.    display: block;
  4607.    line-height: 1;
  4608. }
  4609.  
  4610. .stat-label {
  4611.    font-size: 0.8rem;
  4612.    color: #94a3b8;
  4613.    margin-top: 0.25rem;
  4614. }
  4615.  
  4616. .stat-divider {
  4617.    width: 1px;
  4618.    height: 40px;
  4619.    background: rgba(255, 255, 255, 0.2);
  4620. }
  4621.  
  4622. /* Links Section */
  4623. .links-section {
  4624.    padding-left: 1rem;
  4625.    padding-right: 1rem;
  4626. }
  4627.  
  4628. .section-title {
  4629.    margin-bottom: 2rem;
  4630.    position: relative;
  4631. }
  4632.  
  4633. .title-text {
  4634.    font-size: 1.3rem;
  4635.    font-weight: 700;
  4636.    color: var(--footer-color) !important;
  4637.    margin-bottom: 0.5rem;
  4638.    text-align: justify !important;
  4639. }
  4640.  
  4641.  
  4642. .link-group {
  4643.    margin-bottom: 2rem;
  4644. }
  4645.  
  4646. .group-title {
  4647.    font-size: 1rem;
  4648.    font-weight: 600;
  4649.    color: #f1f5f9;
  4650.    margin-bottom: 1rem;
  4651.    padding-bottom: 0.5rem;
  4652.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4653. }
  4654.  
  4655. .link-list {
  4656.    list-style: none;
  4657.    padding: 0;
  4658.    margin: 0;
  4659. }
  4660.  
  4661. .link-item {
  4662.    margin-bottom: 0.75rem;
  4663. }
  4664.  
  4665. .link-text {
  4666.    color: var(--footer-color) !important;
  4667.    text-decoration: none;
  4668.    font-size: 0.9rem;
  4669.    display: flex;
  4670.    align-items: center;
  4671.    transition: all 0.3s ease;
  4672.    padding: 0.25rem 0;
  4673. }
  4674.  
  4675. .link-text:hover {
  4676.    color: #3b82f6;
  4677.    padding-left: 0.5rem;
  4678. }
  4679.  
  4680. .link-icon {
  4681.    margin-right: 0.5rem;
  4682.    opacity: 0;
  4683.    transition: opacity 0.3s ease;
  4684. }
  4685.  
  4686. .link-text:hover .link-icon {
  4687.    opacity: 1;
  4688. }
  4689.  
  4690. .external-icon {
  4691.    color: #10b981;
  4692. }
  4693.  
  4694. /* Categories Section */
  4695. .categories-section {
  4696.    padding-left: 1rem;
  4697. }
  4698.  
  4699. .categories-intro {
  4700.    color: #cbd5e1;
  4701.    margin-bottom: 1.5rem;
  4702.    font-size: 0.9rem;
  4703. }
  4704.  
  4705. .categories-cloud {
  4706.    display: flex;
  4707.    flex-wrap: wrap;
  4708.    gap: 0.75rem;
  4709. }
  4710.  
  4711. .category-pill {
  4712.    display: inline-block;
  4713.    padding: 0.5rem 1rem;
  4714.    background: rgba(255, 255, 255, 0.1);
  4715.    border: 1px solid rgba(255, 255, 255, 0.2);
  4716.    border-radius: 20px;
  4717.    color:  var(--footer-color) !important;
  4718.    text-decoration: none;
  4719.    font-size: 0.85rem;
  4720.    opacity: 0.7;
  4721.    font-weight: 500;
  4722.    transition: all 0.3s ease;
  4723. }
  4724.  
  4725. .category-pill:hover {
  4726.    background: #3b82f6;
  4727.    border-color: #3b82f6;
  4728.    color: var(--footer-color) !important;
  4729.    opacity: 1;
  4730.    transform: translateY(-1px);
  4731.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4732. }
  4733.  
  4734. /* Footer Bottom */
  4735. .footer-bottom {
  4736.    padding: 2rem 0;
  4737.    position: relative;
  4738.    z-index: 2;
  4739. }
  4740.  
  4741. .bottom-border {
  4742.    height: 1px;
  4743.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4744.    margin-bottom: 2rem;
  4745. }
  4746.  
  4747. .copyright-main {
  4748.    font-size: 1rem;
  4749.    color: #e2e8f0;
  4750.    margin-bottom: 0.25rem;
  4751. }
  4752.  
  4753. .brand-highlight {
  4754.    color: var(--footer-color);
  4755.    font-weight: 700;
  4756. }
  4757.  
  4758. .copyright-sub {
  4759.    font-size: 0.85rem;
  4760.    color: #94a3b8;
  4761.    margin: 0;
  4762. }
  4763.  
  4764. .footer-actions {
  4765.    display: flex;
  4766.    align-items: center;
  4767.    gap: 2rem;
  4768. }
  4769.  
  4770. .action-links {
  4771.    display: flex;
  4772.    gap: 1.5rem;
  4773. }
  4774.  
  4775. .action-link {
  4776.    display: flex;
  4777.    align-items: center;
  4778.    gap: 0.5rem;
  4779.    color: #cbd5e1;
  4780.    text-decoration: none;
  4781.    font-size: 0.9rem;
  4782.    transition: color 0.3s ease;
  4783. }
  4784.  
  4785. .action-link:hover {
  4786.    color: #3b82f6;
  4787. }
  4788.  
  4789. .scroll-to-top-btn {
  4790.    background: rgba(255, 255, 255, 0.1);
  4791.    border: 1px solid rgba(255, 255, 255, 0.2);
  4792.    color: #cbd5e1;
  4793.    width: 44px;
  4794.    height: 44px;
  4795.    border-radius: 12px;
  4796.    cursor: pointer;
  4797.    transition: all 0.3s ease;
  4798.    display: flex;
  4799.    align-items: center;
  4800.    justify-content: center;
  4801. }
  4802.  
  4803. .scroll-to-top-btn:hover {
  4804.    background: #3b82f6;
  4805.    border-color: #3b82f6;
  4806.    color: white;
  4807.    transform: translateY(-2px);
  4808. }
  4809.  
  4810. /* Background Pattern */
  4811. .footer-pattern {
  4812.    position: absolute;
  4813.    top: 0;
  4814.    left: 0;
  4815.    width: 100%;
  4816.    height: 100%;
  4817.    z-index: 1;
  4818.    overflow: hidden;
  4819. }
  4820.  
  4821. .pattern-grid {
  4822.    position: relative;
  4823.    width: 100%;
  4824.    height: 100%;
  4825. }
  4826.  
  4827. .pattern-dot {
  4828.    position: absolute;
  4829.    width: 2px;
  4830.    height: 2px;
  4831.    background: rgba(255, 255, 255, 0.1);
  4832.    border-radius: 50%;
  4833. }
  4834.  
  4835. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4836. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4837. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4838. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4839. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4840. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4841.  
  4842. /* Responsive Design */
  4843. @media (max-width: 992px) {
  4844.    .newsletter-heading {
  4845.        font-size: 2rem;
  4846.    }
  4847.    
  4848.    .brand-section {
  4849.        padding-right: 0;
  4850.        margin-bottom: 3rem;
  4851.    }
  4852.    
  4853.    .links-section, .categories-section {
  4854.        padding-left: 0;
  4855.        padding-right: 0;
  4856.    }
  4857.    
  4858.    .brand-stats {
  4859.        justify-content: center;
  4860.        margin-top: 2rem;
  4861.    }
  4862. }
  4863.  
  4864. @media (max-width: 768px) {
  4865.    .newsletter-section {
  4866.        padding: 60px 0 40px;
  4867.    }
  4868.    
  4869.    .newsletter-container {
  4870.        padding: 2rem 1.5rem;
  4871.        margin: 0 1rem;
  4872.    }
  4873.    
  4874.    .newsletter-heading {
  4875.        font-size: 1.75rem;
  4876.    }
  4877.    
  4878.    .content-sections {
  4879.        padding: 40px 0;
  4880.    }
  4881.    
  4882.    .brand-header {
  4883.        flex-direction: column;
  4884.        text-align: center;
  4885.    }
  4886.    
  4887.    .footer-actions {
  4888.        flex-direction: column;
  4889.        gap: 1rem;
  4890.        margin-top: 1.5rem;
  4891.    }
  4892.    
  4893.    .action-links {
  4894.        order: 2;
  4895.    }
  4896.    
  4897.    .scroll-to-top-btn {
  4898.        order: 1;
  4899.    }
  4900. }
  4901.  
  4902. @media (max-width: 576px) {
  4903.    .newsletter-container {
  4904.        padding: 1.5rem 1rem;
  4905.    }
  4906.    
  4907.    .newsletter-heading {
  4908.        font-size: 1.5rem;
  4909.    }
  4910.    
  4911.    .brand-stats {
  4912.        flex-direction: column;
  4913.        gap: 1rem;
  4914.    }
  4915.    
  4916.    .stat-divider {
  4917.        width: 40px;
  4918.        height: 1px;
  4919.    }
  4920.    
  4921.    .action-links {
  4922.        flex-direction: column;
  4923.        gap: 0.75rem;
  4924.        text-align: center;
  4925.    }
  4926.    
  4927.    .pattern-dot {
  4928.        display: none;
  4929.    }
  4930. }
  4931. </style>
  4932.  
  4933. <!-- Bootstrap 5 JS -->
  4934.  
  4935. <script>
  4936. // Scroll to Top Function
  4937. document.addEventListener('DOMContentLoaded', function () {
  4938.    var btn = document.getElementById('toggleExternal');
  4939.    if (!btn) return; // No extra items, no button
  4940.  
  4941.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4942.  
  4943.    btn.addEventListener('click', function () {
  4944.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4945.            return li.classList.contains('d-none');
  4946.        });
  4947.  
  4948.        extras.forEach(function (li) {
  4949.            if (anyHidden) {
  4950.                li.classList.remove('d-none');
  4951.                li.classList.add('show');
  4952.            } else {
  4953.                li.classList.add('d-none');
  4954.                li.classList.remove('show');
  4955.            }
  4956.        });
  4957.  
  4958.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4959.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4960.    });
  4961. });
  4962. function scrollToTop() {
  4963.    window.scrollTo({
  4964.        top: 0,
  4965.        behavior: 'smooth'
  4966.    });
  4967. }
  4968.  
  4969. // Initialize Footer V4 Features
  4970. document.addEventListener('DOMContentLoaded', function() {
  4971.    
  4972.    // Newsletter Form Handling
  4973.    const newsletterForm = document.querySelector('.newsletter-form');
  4974.    const emailInput = document.querySelector('.form-input');
  4975.    const submitButton = document.querySelector('.submit-button');
  4976.    const successMessage = document.querySelector('.success-message');
  4977.    const errorMessage = document.querySelector('.error-message');
  4978.    const infoMessage = document.querySelector('.info-message');
  4979.    
  4980.    if (newsletterForm && emailInput && submitButton) {
  4981.        
  4982.        // Form submission
  4983.        newsletterForm.addEventListener('submit', function(e) {
  4984.            e.preventDefault();
  4985.            
  4986.            const email = emailInput.value.trim();
  4987.            
  4988.            // Validate email
  4989.            if (!email || !isValidEmail(email)) {
  4990.                showMessage('error');
  4991.                emailInput.focus();
  4992.                return;
  4993.            }
  4994.            
  4995.            // Show loading state
  4996.            const originalText = submitButton.querySelector('.button-text').textContent;
  4997.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4998.            
  4999.            submitButton.disabled = true;
  5000.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  5001.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  5002.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  5003.            
  5004.            // Simulate API call
  5005.            setTimeout(() => {
  5006.                // Success state
  5007.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  5008.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  5009.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  5010.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5011.                
  5012.                showMessage('success');
  5013.                
  5014.                // Reset after delay
  5015.                setTimeout(() => {
  5016.                    submitButton.querySelector('.button-text').textContent = originalText;
  5017.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  5018.                    submitButton.style.background = '';
  5019.                    submitButton.disabled = false;
  5020.                    emailInput.value = '';
  5021.                    showMessage('info');
  5022.                }, 3000);
  5023.                
  5024.            }, 2000);
  5025.        });
  5026.        
  5027.        // Input validation
  5028.        emailInput.addEventListener('blur', function() {
  5029.            const email = this.value.trim();
  5030.            if (email && !isValidEmail(email)) {
  5031.                this.style.borderColor = '#ef4444';
  5032.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  5033.            } else if (email && isValidEmail(email)) {
  5034.                this.style.borderColor = '#10b981';
  5035.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  5036.            }
  5037.        });
  5038.        
  5039.        emailInput.addEventListener('focus', function() {
  5040.            this.style.borderColor = '#3b82f6';
  5041.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  5042.        });
  5043.        
  5044.        // Reset validation styling on input
  5045.        emailInput.addEventListener('input', function() {
  5046.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  5047.                this.style.borderColor = '';
  5048.                this.style.boxShadow = '';
  5049.            }
  5050.        });
  5051.    }
  5052.    
  5053.    // Email validation function
  5054.    function isValidEmail(email) {
  5055.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5056.        return emailRegex.test(email);
  5057.    }
  5058.    
  5059.    // Message display function
  5060.    function showMessage(type) {
  5061.        // Hide all messages
  5062.        successMessage.style.display = 'none';
  5063.        errorMessage.style.display = 'none';
  5064.        infoMessage.style.display = 'none';
  5065.        
  5066.        // Show specific message
  5067.        if (type === 'success') {
  5068.            successMessage.style.display = 'block';
  5069.        } else if (type === 'error') {
  5070.            errorMessage.style.display = 'block';
  5071.        } else if (type === 'info') {
  5072.            infoMessage.style.display = 'block';
  5073.        }
  5074.    }
  5075.    
  5076.    // Smooth reveal animations
  5077.    const observerOptions = {
  5078.        threshold: 0.1,
  5079.        rootMargin: '0px 0px -30px 0px'
  5080.    };
  5081.    
  5082.    const sectionObserver = new IntersectionObserver((entries) => {
  5083.        entries.forEach(entry => {
  5084.            if (entry.isIntersecting) {
  5085.                entry.target.style.opacity = '1';
  5086.                entry.target.style.transform = 'translateY(0)';
  5087.            }
  5088.        });
  5089.    }, observerOptions);
  5090.    
  5091.    // Animate sections
  5092.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  5093.        section.style.opacity = '0';
  5094.        section.style.transform = 'translateY(20px)';
  5095.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  5096.        sectionObserver.observe(section);
  5097.    });
  5098.    
  5099.    // Animate category pills
  5100.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  5101.        pill.style.opacity = '0';
  5102.        pill.style.transform = 'translateY(10px)';
  5103.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  5104.        
  5105.        setTimeout(() => {
  5106.            pill.style.opacity = '1';
  5107.            pill.style.transform = 'translateY(0)';
  5108.        }, 300 + (index * 100));
  5109.    });
  5110.    
  5111.    // Enhanced link hover effects
  5112.    document.querySelectorAll('.link-text').forEach(link => {
  5113.        link.addEventListener('mouseenter', function() {
  5114.            const icon = this.querySelector('.link-icon');
  5115.            if (icon) {
  5116.                icon.style.transform = 'translateX(4px)';
  5117.            }
  5118.        });
  5119.        
  5120.        link.addEventListener('mouseleave', function() {
  5121.            const icon = this.querySelector('.link-icon');
  5122.            if (icon) {
  5123.                icon.style.transform = 'translateX(0)';
  5124.            }
  5125.        });
  5126.    });
  5127.    
  5128.    // Prevent default for demo links
  5129.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5130.        link.addEventListener('click', function(e) {
  5131.            e.preventDefault();
  5132.        });
  5133.    });
  5134.    
  5135.    // Add ripple effect to submit button
  5136.    submitButton.addEventListener('click', function(e) {
  5137.        const ripple = document.createElement('span');
  5138.        const rect = this.getBoundingClientRect();
  5139.        const size = Math.max(rect.width, rect.height);
  5140.        const x = e.clientX - rect.left - size / 2;
  5141.        const y = e.clientY - rect.top - size / 2;
  5142.        
  5143.        ripple.style.cssText = `
  5144.            position: absolute;
  5145.            width: ${size}px;
  5146.            height: ${size}px;
  5147.            left: ${x}px;
  5148.            top: ${y}px;
  5149.            background: rgba(255, 255, 255, 0.3);
  5150.            border-radius: 50%;
  5151.            transform: scale(0);
  5152.            animation: ripple 0.6s ease-out;
  5153.            pointer-events: none;
  5154.        `;
  5155.        
  5156.        this.appendChild(ripple);
  5157.        
  5158.        setTimeout(() => {
  5159.            ripple.remove();
  5160.        }, 600);
  5161.    });
  5162.    
  5163. });
  5164.  
  5165. // Add CSS for ripple animation
  5166. const rippleStyle = document.createElement('style');
  5167. rippleStyle.textContent = `
  5168.    @keyframes ripple {
  5169.        to {
  5170.            transform: scale(2);
  5171.            opacity: 0;
  5172.        }
  5173.    }
  5174.    
  5175.    @keyframes spin {
  5176.        from { transform: rotate(0deg); }
  5177.        to { transform: rotate(360deg); }
  5178.    }
  5179.    
  5180.    .submit-button {
  5181.        position: relative;
  5182.        overflow: hidden;
  5183.    }
  5184. `;
  5185. document.head.appendChild(rippleStyle);
  5186. </script>
  5187.  
  5188.        <!-- end of wpo-site-footer-section -->
  5189.    </div>
  5190.    <!-- end of page-wrapper -->
  5191.  
  5192.    <!-- All JavaScript files
  5193.    ================================================== -->
  5194.    
  5195.  
  5196. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5197. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5198. <!-- Plugins for this template -->
  5199. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5200. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5201. <!-- Custom script for this template -->
  5202. <script src="/static/blogapp/assets/js/script.js"></script>
  5203.  
  5204. <script>
  5205. (function () {
  5206. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5207. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5208.  
  5209. function applyFallback(img) {
  5210. if (!img || img.dataset.fallbackApplied === "1") {
  5211. return;
  5212. }
  5213. var failedSrc = img.currentSrc || img.src || "";
  5214. img.dataset.fallbackApplied = "1";
  5215. img.onerror = null;
  5216. img.src = fallbackImageSrc;
  5217. console.warn("[ImageFallback] Replaced broken image:", {
  5218. failedSrc: failedSrc,
  5219. fallbackSrc: fallbackImageSrc,
  5220. alt: img.alt || "",
  5221. });
  5222. }
  5223.  
  5224. document.querySelectorAll("img").forEach(function (img) {
  5225. if (img.complete && img.naturalWidth === 0) {
  5226. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5227. failedSrc: img.currentSrc || img.src || "",
  5228. alt: img.alt || "",
  5229. });
  5230. applyFallback(img);
  5231. }
  5232. });
  5233.  
  5234. document.addEventListener(
  5235. "error",
  5236. function (event) {
  5237. var target = event.target;
  5238. if (target && target.tagName === "IMG") {
  5239. applyFallback(target);
  5240. }
  5241. },
  5242. true
  5243. );
  5244. })();
  5245. </script>
  5246.  
  5247. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5248.  
  5249.  
  5250.  
  5251. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"d13f8dcaac0b49fa9f09cec80a934fa1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5252. </body>
  5253.  
  5254. </html>
  5255.  
  5256.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda