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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_3_Z3O2aA7_VuMjxIP.png">
  14.    
  15.  
  16.    <title>Vegas Today Online: Latest News, Events &amp; Entertainment Updates</title>
  17.    <meta name="description" content="Stay updated with the latest Las Vegas news, events, and entertainment. From casino reviews to local happenings, we bring you the best of Vegas daily.">
  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://vegastodayonline.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #fb8500;
  42.        --bs-primary-rgb: fb8500;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #fb8500;
  53.        --theme-primary-color-s2: #fb8500;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ffedd5;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #fb8500;
  84.        --link-hover: #ea580c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(251, 133, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_24">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  407.        <!-- Date/Time -->
  408.        <span id="current-time" class="text-nowrap"></span>
  409.    
  410.        <!-- Marquee News -->
  411.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  412.            
  413.                <a href="/disturbing-find-remains-of-missing-mum-and-daughter-located-in-freezers-in-austria/" class="px-4 top-color">
  414.                    Disturbing Find: Remains of Missing Mum and Daughter Located in Freezers in Austria
  415.                </a>
  416.            
  417.                <a href="/the-music-streaming-giants-year-end-recap-release-timeline-and-your-burning-questions-answered/" class="px-4 top-color">
  418.                    The Music Streaming Giant&#x27;s Year-End Recap: Release Timeline and Your Burning Questions Answered
  419.                </a>
  420.            
  421.                <a href="/smooth-finish-to-messis-visit-to-india-following-unrest-in-kolkata/" class="px-4 top-color">
  422.                    Smooth Finish to Messi&#x27;s Visit to India Following Unrest in Kolkata
  423.                </a>
  424.            
  425.                <a href="/esteemed-photographer-brian-harris-life-story-an-existence-behind-the-lens/" class="px-4 top-color">
  426.                    Esteemed Photographer Brian Harris Life Story: An Existence Behind the Lens
  427.                </a>
  428.            
  429.                <a href="/new-yorks-met-museum-confronts-legal-action-over-allegedly-nazi-stolen-van-gogh-painting/" class="px-4 top-color">
  430.                    New York&#x27;s Met Museum Confronts Legal Action Over Allegedly Nazi-Stolen Van Gogh Painting
  431.                </a>
  432.            
  433.        </marquee>
  434.    </div>
  435. </div>
  436.  
  437. <script>
  438. function updateCurrentTime() {
  439.    const currentDate = new Date();
  440.  
  441.    // Day Names
  442.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  443.    const day = dayNames[currentDate.getDay()];
  444.  
  445.    // Date Formatting
  446.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  447.    const monthNames = ["January", "February", "March", "April", "May", "June",
  448.                        "July", "August", "September", "October", "November", "December"];
  449.    const month = monthNames[currentDate.getMonth()];
  450.    const year = currentDate.getFullYear();
  451.  
  452.    // Final string
  453.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  454.  
  455.    document.getElementById('current-time').innerHTML = `
  456.        <span class='bg-primary-gradient p-2 '>
  457.            <span class="fw-bold">${dateString}</span>
  458.        </span>
  459.    `;
  460. }
  461. updateCurrentTime();
  462. </script>
  463.  
  464.  
  465.  
  466.            
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <header class="header-v8 mb-4">
  474.    <div class="container-fluid fluid-container">
  475.        <!-- Main Navigation Card -->
  476.        <div class="nav-card-v8">
  477.            <div class="row align-items-center justify-content-between">
  478.                <!-- Logo Section -->
  479.               <div class="col-lg-2 col-md-3 col-6">
  480.                    <div class="logo-section-v8">
  481.                        <a class="logo-link-v8" href="/">
  482.                            
  483.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/418d7f68-a751-4f2e-bd7e-9f0435f1dacc_logo.png" alt="Vegas Today Online" class="logo-img-v8" />
  484.                            
  485.                        </a>
  486.                    </div>
  487.                </div>
  488.  
  489.                <!-- Navigation Menu -->
  490.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  491.                    <nav class="main-nav-v8">
  492.                        <ul class="nav-list-v8">
  493.  
  494.                            
  495.                            <li class="nav-item-v8">
  496.                                <a href="/" class="nav-link-v8 active-v8"
  497.                                    data-text="Home">Home</a>
  498.                            </li>
  499.  
  500.                            
  501.                            
  502.                             <li class="nav-item-v8">
  503.                                <a href="/category/all-posts/" class="nav-link-v8"
  504.                                    data-text="All Posts">
  505.                                    All Posts
  506.                                </a>
  507.                                </li>
  508.  
  509.                                
  510.  
  511.                                                
  512.                                                
  513.                                
  514.                             <li class="nav-item-v8">
  515.                                <a href="/category/business/" class="nav-link-v8"
  516.                                    data-text="Business">
  517.                                    Business
  518.                                </a>
  519.                                </li>
  520.  
  521.                                
  522.  
  523.                                                
  524.                                                
  525.                                
  526.                             <li class="nav-item-v8">
  527.                                <a href="/category/esports/" class="nav-link-v8"
  528.                                    data-text="Esports">
  529.                                    Esports
  530.                                </a>
  531.                                </li>
  532.  
  533.                                
  534.  
  535.                                                
  536.                                                
  537.                                
  538.                             <li class="nav-item-v8">
  539.                                <a href="/category/fashion/" class="nav-link-v8"
  540.                                    data-text="Fashion">
  541.                                    Fashion
  542.                                </a>
  543.                                </li>
  544.  
  545.                                
  546.  
  547.                                                
  548.                                                
  549.                                
  550.                             <li class="nav-item-v8">
  551.                                <a href="/category/featured/" class="nav-link-v8"
  552.                                    data-text="Featured">
  553.                                    Featured
  554.                                </a>
  555.                                </li>
  556.  
  557.                                
  558.  
  559.                                                
  560.                                                
  561.                                
  562.                             <li class="nav-item-v8">
  563.                                <a href="/category/gaming/" class="nav-link-v8"
  564.                                    data-text="Gaming">
  565.                                    Gaming
  566.                                </a>
  567.                                </li>
  568.  
  569.                                
  570.  
  571.                                                
  572.                                                
  573.                                
  574.                             <li class="nav-item-v8">
  575.                                <a href="/category/health/" class="nav-link-v8"
  576.                                    data-text="Health">
  577.                                    Health
  578.                                </a>
  579.                                </li>
  580.  
  581.                                
  582.  
  583.                                                
  584.                                                
  585.                                
  586.                            
  587.                                
  588.                                
  589.                                <li class="nav-item-v8 has-dropdown-v8">
  590.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  591.                                    <div class="dropdown-card-v8">
  592.                                        <div class="dropdown-grid-v8">
  593.                                            <div class="dropdown-section-v8">
  594.                                                <a href="/category/life-fitness/"
  595.                                                    class="dropdown-link-v8">
  596.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  597.                                                </a>
  598.                                                
  599.  
  600.                                                
  601.  
  602.                                                
  603.                                                
  604.                                
  605.                            
  606.                                                <a href="/category/lifestyle/"
  607.                                                    class="dropdown-link-v8">
  608.                                                    <span class="link-icon-v8"></span> Lifestyle
  609.                                                </a>
  610.                                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                            
  616.                                                <a href="/category/news/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> News
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.                                                
  624.                                
  625.                            
  626.                                                <a href="/category/others/"
  627.                                                    class="dropdown-link-v8">
  628.                                                    <span class="link-icon-v8"></span> Others
  629.                                                </a>
  630.                                                
  631.  
  632.                                                
  633.                                                
  634.                                
  635.                            
  636.                                                <a href="/category/politics/"
  637.                                                    class="dropdown-link-v8">
  638.                                                    <span class="link-icon-v8"></span> Politics
  639.                                                </a>
  640.                                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                            
  646.                                                <a href="/category/sports/"
  647.                                                    class="dropdown-link-v8">
  648.                                                    <span class="link-icon-v8"></span> Sports
  649.                                                </a>
  650.                                                
  651.  
  652.                                                
  653.                                                
  654.                                
  655.                            
  656.                                                <a href="/category/tech/"
  657.                                                    class="dropdown-link-v8">
  658.                                                    <span class="link-icon-v8"></span> Tech
  659.                                                </a>
  660.                                                
  661.  
  662.                                                
  663.                                                
  664.                                
  665.                            
  666.                                                <a href="/category/travel/"
  667.                                                    class="dropdown-link-v8">
  668.                                                    <span class="link-icon-v8"></span> Travel
  669.                                                </a>
  670.                                                
  671.  
  672.                                                
  673.                                                
  674.                                            </div>
  675.                                        </div>
  676.                                    </div>
  677.                                </li>
  678.                                
  679.                                
  680. <li>
  681.                  <a href="/page/contact-us/">
  682.                     Contact Us
  683.                  </a>
  684.              </li>
  685.                        </ul>
  686.                    </nav>
  687.  
  688.                </div>
  689.  
  690.                <!-- Search & Mobile Toggle -->
  691.                <div class="col-lg-2 col-md-3 col-6">
  692.                    <div class="nav-actions-v8">
  693.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  694.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  695.                                stroke-width="2">
  696.                                <circle cx="11" cy="11" r="8"></circle>
  697.                                <path d="m21 21-4.35-4.35"></path>
  698.                            </svg>
  699.                        </button>
  700.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  701.                            <i class="ti-menu fs-5"></i>
  702.                        </button>
  703.                    </div>
  704.                </div>
  705.            </div>
  706.        </div>
  707.  
  708.        <!-- Floating Search Card -->
  709.        <div class="search-card-v8" id="searchCardV8">
  710.            <div class="search-container-v8">
  711.                <form class="search-form-v8" action="#" method="get">
  712.                    <div class="search-input-wrapper-v8">
  713.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  714.                            stroke="currentColor" stroke-width="2">
  715.                            <circle cx="11" cy="11" r="8"></circle>
  716.                            <path d="m21 21-4.35-4.35"></path>
  717.                        </svg>
  718.                        <input type="search" class="search-input-v8" id="search-input"
  719.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  720.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  721.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  722.                                stroke-width="2">
  723.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  724.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  725.                            </svg>
  726.                        </button>
  727.                    </div>
  728.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  729.                        
  730.                        
  731.                    </div>
  732.                </form>
  733.            </div>
  734.        </div>
  735.  
  736.        <!-- Mobile Navigation Card -->
  737.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  738.            <div class="mobile-nav-content-v8">
  739.                <ul class="mobile-nav-list-v8">
  740.  
  741.                    
  742.                    <li class="mobile-nav-item-v8">
  743.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  744.                            Home
  745.                        </a>
  746.                    </li>
  747.  
  748.                    
  749.                      <li class="mobile-nav-item-v8">
  750.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  751.                            All Posts
  752.                        </a>
  753.                        </li>
  754.  
  755.                        
  756.  
  757.                                
  758.                                
  759.                        
  760.                      <li class="mobile-nav-item-v8">
  761.                        <a href="/category/business/" class="mobile-nav-link-v8">
  762.                            Business
  763.                        </a>
  764.                        </li>
  765.  
  766.                        
  767.  
  768.                                
  769.                                
  770.                        
  771.                      <li class="mobile-nav-item-v8">
  772.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  773.                            Esports
  774.                        </a>
  775.                        </li>
  776.  
  777.                        
  778.  
  779.                                
  780.                                
  781.                        
  782.                      <li class="mobile-nav-item-v8">
  783.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  784.                            Fashion
  785.                        </a>
  786.                        </li>
  787.  
  788.                        
  789.  
  790.                                
  791.                                
  792.                        
  793.                      <li class="mobile-nav-item-v8">
  794.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  795.                            Featured
  796.                        </a>
  797.                        </li>
  798.  
  799.                        
  800.  
  801.                                
  802.                                
  803.                        
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  806.                            Gaming
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/health/" class="mobile-nav-link-v8">
  817.                            Health
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                    
  827.                        
  828.                        
  829.                        <li class="mobile-nav-item-v8">
  830.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  831.                                More
  832.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  833.                                    stroke="currentColor" stroke-width="2">
  834.                                    <polyline points="6,9 12,15 18,9"></polyline>
  835.                                </svg>
  836.                            </a>
  837.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  838.                                <li>
  839.                                    <a href="/category/life-fitness/"
  840.                                        class="mobile-sub-link-v8">
  841.                                        Life &amp; Fitness
  842.                                    </a>
  843.                                </li>
  844.                                
  845.  
  846.                                
  847.  
  848.                                
  849.                                
  850.                        
  851.                    
  852.                                
  853.                                <li>
  854.                                    <a href="/category/lifestyle/"
  855.                                        class="mobile-sub-link-v8">
  856.                                        Lifestyle
  857.                                    </a>
  858.                                </li>
  859.                                
  860.  
  861.                                
  862.                                
  863.                        
  864.                    
  865.                                
  866.                                <li>
  867.                                    <a href="/category/news/"
  868.                                        class="mobile-sub-link-v8">
  869.                                        News
  870.                                    </a>
  871.                                </li>
  872.                                
  873.  
  874.                                
  875.                                
  876.                        
  877.                    
  878.                                
  879.                                <li>
  880.                                    <a href="/category/others/"
  881.                                        class="mobile-sub-link-v8">
  882.                                        Others
  883.                                    </a>
  884.                                </li>
  885.                                
  886.  
  887.                                
  888.                                
  889.                        
  890.                    
  891.                                
  892.                                <li>
  893.                                    <a href="/category/politics/"
  894.                                        class="mobile-sub-link-v8">
  895.                                        Politics
  896.                                    </a>
  897.                                </li>
  898.                                
  899.  
  900.                                
  901.                                
  902.                        
  903.                    
  904.                                
  905.                                <li>
  906.                                    <a href="/category/sports/"
  907.                                        class="mobile-sub-link-v8">
  908.                                        Sports
  909.                                    </a>
  910.                                </li>
  911.                                
  912.  
  913.                                
  914.                                
  915.                        
  916.                    
  917.                                
  918.                                <li>
  919.                                    <a href="/category/tech/"
  920.                                        class="mobile-sub-link-v8">
  921.                                        Tech
  922.                                    </a>
  923.                                </li>
  924.                                
  925.  
  926.                                
  927.                                
  928.                        
  929.                    
  930.                                
  931.                                <li>
  932.                                    <a href="/category/travel/"
  933.                                        class="mobile-sub-link-v8">
  934.                                        Travel
  935.                                    </a>
  936.                                </li>
  937.                                
  938.  
  939.                                
  940.                                
  941.                            </ul>
  942.                        </li>
  943.                        
  944.                        
  945.  
  946.                </ul>
  947.  
  948.            </div>
  949.        </div>
  950.    </div>
  951.  
  952.    <!-- Background Overlay -->
  953.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  954. </header>
  955.  
  956. <style>
  957.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  958.    .header-v8 {
  959.        padding: 20px 0;
  960.        position: relative;
  961.        min-height: 120px;
  962.    }
  963.  
  964.    /* Main Navigation Card */
  965.    .nav-card-v8 {
  966.        background:var(--navbar-bg);
  967.        backdrop-filter: blur(20px);
  968.        border: 1px solid var(--border-color);
  969.        border-radius: 20px;
  970.        padding: 15px 25px;
  971.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  972.        position: relative;
  973.        z-index: 100;
  974.    }
  975.  
  976.    /* Logo Styles */
  977.    .logo-img-v8 {
  978.        max-height: 60px;
  979.        transition: all 0.3s ease;
  980.    }
  981.  
  982.    .logo-link-v8:hover .logo-img-v8 {
  983.        transform: scale(1.05) rotate(2deg);
  984.    }
  985.  
  986.    /* Main Navigation */
  987.    .nav-list-v8 {
  988.        list-style: none;
  989.        padding: 0;
  990.        margin: 0;
  991.        display: flex;
  992.        align-items: center;
  993.        justify-content: center;
  994.        gap: 8px;
  995.    }
  996.  
  997.    .nav-item-v8 {
  998.        position: relative;
  999.    }
  1000.  
  1001.    .nav-link-v8 {
  1002.        color: #4a5568;
  1003.        text-decoration: none;
  1004.        font-weight: 500;
  1005.        font-size: 15px;
  1006.        padding: 12px 18px;
  1007.        border-radius: 12px;
  1008.        position: relative;
  1009.        transition: all 0.3s ease;
  1010.        display: block;
  1011.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1012.    }
  1013.  
  1014.    .nav-link-v8::before {
  1015.        content: attr(data-text);
  1016.        position: absolute;
  1017.        top: 0;
  1018.        left: 0;
  1019.        right: 0;
  1020.        bottom: 0;
  1021.        display: flex;
  1022.        align-items: center;
  1023.        justify-content: center;
  1024.        background: var(--sub-nav);
  1025.        color: var(--topbar-color);
  1026.        border-radius: 12px;
  1027.        opacity: 0;
  1028.        transform: scale(0.8);
  1029.        transition: all 0.3s ease;
  1030.        font-weight: 600;
  1031.    }
  1032.  
  1033.    .nav-link-v8:hover::before,
  1034.    .nav-link-v8.active-v8::before {
  1035.        opacity: 1;
  1036.        transform: scale(1);
  1037.    }
  1038.  
  1039.    .nav-link-v8:hover,
  1040.    .nav-link-v8.active-v8 {
  1041.        color: transparent;
  1042.        background: rgba(102, 126, 234, 0.1);
  1043.    }
  1044.  
  1045.    /* Dropdown Styles */
  1046.    .dropdown-card-v8 {
  1047.        position: absolute;
  1048.        top: calc(100% + 15px);
  1049.        left: 50%;
  1050.        transform: translateX(-50%);
  1051.        background:var(--navbar-bg);
  1052.        backdrop-filter: blur(20px);
  1053.        border: 1px solid var(--border-color);
  1054.        border-radius: 16px;
  1055.        padding: 25px;
  1056.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1057.        opacity: 0;
  1058.        visibility: hidden;
  1059.        transform: translateX(-50%) translateY(-10px);
  1060.        transition: all 0.3s ease;
  1061.        z-index: 200;
  1062.        min-width: 320px;
  1063.    }
  1064.  
  1065.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1066.        opacity: 1;
  1067.        visibility: visible;
  1068.        transform: translateX(-50%) translateY(0);
  1069.    }
  1070.  
  1071.    .dropdown-grid-v8 {
  1072.        display: grid;
  1073.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1074.        gap: 20px;
  1075.    }
  1076.  
  1077.    .dropdown-header-v8 {
  1078.        font-size: 12px;
  1079.        font-weight: 700;
  1080.        color: #667eea;
  1081.        margin-bottom: 12px;
  1082.        text-transform: uppercase;
  1083.        letter-spacing: 1px;
  1084.    }
  1085.  
  1086.    .dropdown-link-v8 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        color: var(--navbar-color) !important;;
  1090.        text-decoration: none;
  1091.        font-size: 14px;
  1092.        padding: 10px 12px;
  1093.        border-radius: 10px;
  1094.        transition: all 0.3s ease;
  1095.        margin-bottom: 8px;
  1096.    }
  1097.  
  1098.    .dropdown-link-v8:hover {
  1099.        background:var(--bs-primary);
  1100.        color: var(--bs-white) !important;;
  1101.        transform: translateX(5px);
  1102.    }
  1103.  
  1104.    .link-icon-v8 {
  1105.        margin-right: 10px;
  1106.        height: 5px;
  1107.        width: 5px;
  1108.        border: 1px solid #2d3748;
  1109.        border-radius: 50%;
  1110.    }
  1111.  
  1112.    /* Navigation Actions */
  1113.    .nav-actions-v8 {
  1114.        display: flex;
  1115.        align-items: center;
  1116.        justify-content: flex-end;
  1117.        gap: 10px;
  1118.    }
  1119.  
  1120.    .search-toggle-v8,
  1121.    .mobile-toggle-v8 {
  1122.        background: rgba(102, 126, 234, 0.1);
  1123.        border: none;
  1124.        border-radius: 12px;
  1125.        padding: 12px;
  1126.        cursor: pointer;
  1127.        transition: all 0.3s ease;
  1128.        color: var(--bs-white);
  1129.    }
  1130.  
  1131.    .search-toggle-v8:hover,
  1132.    .mobile-toggle-v8:hover {
  1133.        background: var(--sub-nav);
  1134.        color: var(--topbar-color);
  1135.        transform: scale(1.05);
  1136.    }
  1137.  
  1138.    .mobile-toggle-v8 {
  1139.        flex-direction: column;
  1140.        gap: 3px;
  1141.        padding: 10px 12px;
  1142.    }
  1143.  
  1144.    .toggle-line-v8 {
  1145.        width: 20px;
  1146.        height: 2px;
  1147.        background: currentColor;
  1148.        border-radius: 1px;
  1149.        transition: all 0.3s ease;
  1150.    }
  1151.  
  1152.    /* Floating Search Card */
  1153.    .search-card-v8 {
  1154.        position: absolute;
  1155.        top: 100%;
  1156.        left: 50%;
  1157.        transform: translateX(-50%);
  1158.        width: calc(100% - 40px);
  1159.        max-width: 600px;
  1160.        background:var(--navbar-bg);
  1161.        backdrop-filter: blur(20px);
  1162.        border: 1px solid var(--border-color);
  1163.        border-radius: 20px;
  1164.        padding: 25px;
  1165.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1166.        opacity: 0;
  1167.        visibility: hidden;
  1168.        transform: translateX(-50%) translateY(-20px);
  1169.        transition: all 0.4s ease;
  1170.        z-index: 300;
  1171.        margin-top: 15px;
  1172.    }
  1173.  
  1174.    .search-card-v8.show-v8 {
  1175.        opacity: 1;
  1176.        visibility: visible;
  1177.        transform: translateX(-50%) translateY(0);
  1178.    }
  1179.  
  1180.    .search-input-wrapper-v8 {
  1181.        display: flex;
  1182.        align-items: center;
  1183.        background: rgba(248, 250, 252, 0.8);
  1184.        border: 2px solid rgba(102, 126, 234, 0.2);
  1185.        border-radius: 15px;
  1186.        padding: 5px;
  1187.        margin-bottom: 20px;
  1188.        transition: all 0.3s ease;
  1189.    }
  1190.  
  1191.    .search-input-wrapper-v8:focus-within {
  1192.        border-color: #667eea;
  1193.        background: rgba(255, 255, 255, 0.9);
  1194.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1195.    }
  1196.  
  1197.    .search-icon-v8 {
  1198.        color: #a0aec0;
  1199.        margin: 0 15px;
  1200.        transition: color 0.3s ease;
  1201.    }
  1202.  
  1203.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1204.        color: #667eea;
  1205.    }
  1206.  
  1207.    .search-input-v8 {
  1208.        flex: 1;
  1209.        border: none;
  1210.        background: transparent;
  1211.        font-size: 16px;
  1212.        padding: 15px 0;
  1213.        outline: none;
  1214.        color: #2d3748;
  1215.    }
  1216.  
  1217.    .search-input-v8::placeholder {
  1218.        color: #a0aec0;
  1219.    }
  1220.  
  1221.    .search-close-v8 {
  1222.        background: rgba(160, 174, 192, 0.2);
  1223.        border: none;
  1224.        border-radius: 10px;
  1225.        padding: 8px;
  1226.        margin-right: 8px;
  1227.        cursor: pointer;
  1228.        transition: all 0.3s ease;
  1229.        color: #a0aec0;
  1230.    }
  1231.  
  1232.    .search-close-v8:hover {
  1233.        background: rgba(229, 62, 62, 0.1);
  1234.        color: #e53e3e;
  1235.    }
  1236.  
  1237.    /* Search Suggestions */
  1238.    .search-suggestions-v8 {
  1239.        display: grid;
  1240.        gap: 8px;
  1241.    }
  1242.  
  1243.    .suggestion-item-v8 {
  1244.        display: flex;
  1245.        align-items: center;
  1246.        padding: 12px 15px;
  1247.        background: rgba(248, 250, 252, 0.1);
  1248.        border-radius: 12px;
  1249.        cursor: pointer;
  1250.        transition: all 0.3s ease;
  1251.    }
  1252.  
  1253.    .suggestion-item-v8:hover {
  1254.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1255.        color: white;
  1256.        transform: translateX(5px);
  1257.    }
  1258.  
  1259.    .suggestion-icon-v8 {
  1260.        margin-right: 12px;
  1261.        font-size: 16px;
  1262.    }
  1263.  
  1264.    .suggestion-text-v8 {
  1265.        font-size: 14px;
  1266.        font-weight: 500;
  1267.    }
  1268.  
  1269.    /* Mobile Navigation Card */
  1270.    .mobile-nav-card-v8 {
  1271.        position: absolute;
  1272.        top: 100%;
  1273.        left: 50%;
  1274.        transform: translateX(-50%);
  1275.        width: calc(100% - 40px);
  1276.        background:var(--card-bg);
  1277.        backdrop-filter: blur(20px);
  1278.        border: 1px solid var(--border-color);
  1279.        border-radius: 20px;
  1280.        padding: 20px;
  1281.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1282.        opacity: 0;
  1283.        visibility: hidden;
  1284.        transform: translateX(-50%) translateY(-20px);
  1285.        transition: all 0.4s ease;
  1286.        z-index: 300;
  1287.        margin-top: 15px;
  1288.        max-height: 70vh;
  1289.        overflow-y: auto;
  1290.    }
  1291.  
  1292.    .mobile-nav-card-v8.show-v8 {
  1293.        opacity: 1;
  1294.        visibility: visible;
  1295.        transform: translateX(-50%) translateY(0);
  1296.    }
  1297.  
  1298.    .mobile-nav-list-v8 {
  1299.        list-style: none;
  1300.        padding: 0;
  1301.        margin: 0;
  1302.    }
  1303.  
  1304.    .mobile-nav-item-v8 {
  1305.        margin-bottom: 8px;
  1306.    }
  1307.  
  1308.    .mobile-nav-link-v8 {
  1309.        display: flex;
  1310.        align-items: center;
  1311.        color: var(--navbar-color) !important;
  1312.        text-decoration: none;
  1313.        font-weight: 500;
  1314.        font-size: 16px;
  1315.        padding: 15px;
  1316.        border-radius: 12px;
  1317.        justify-content: space-between;
  1318.    }
  1319.  
  1320.    .mobile-nav-link-v8:hover,
  1321.    .mobile-nav-link-v8.active-v8 {
  1322.        background:var(--sub-nav);
  1323.        color: var(--topbar-color) !important;
  1324.    }
  1325.  
  1326.    .mobile-nav-icon-v8 {
  1327.        font-size: 18px;
  1328.        background-color: var(--navbar-bg) !important;
  1329.        margin-right: 12px;
  1330.    }
  1331.  
  1332.    .mobile-arrow-v8 {
  1333.        transition: transform 0.3s ease;
  1334.    }
  1335.  
  1336.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1337.        transform: rotate(180deg);
  1338.    }
  1339.  
  1340.    .mobile-dropdown-v8 {
  1341.        list-style: none;
  1342.        padding: 0;
  1343.        margin: 0;
  1344.        max-height: 0;
  1345.        overflow: hidden;
  1346.        transition: all 0.3s ease;
  1347.        background: rgba(248, 250, 252, 0.5);
  1348.        border-radius: 12px;
  1349.        margin-top: 8px;
  1350.    }
  1351.  
  1352.    .mobile-dropdown-v8.show-v8 {
  1353.        max-height: 300px;
  1354.        background-color: var(--navbar-bg);
  1355.        padding: 10px 0;
  1356.    }
  1357.  
  1358.    .mobile-sub-link-v8 {
  1359.        display: block;
  1360.        color: var(--navbar-color) !important;
  1361.        text-decoration: none;
  1362.        font-size: 14px;
  1363.        padding: 10px 20px;
  1364.        transition: all 0.3s ease;
  1365.    }
  1366.  
  1367.    .mobile-sub-link-v8:hover {
  1368.        color: var(--topbar-color);
  1369.        background: var(--sub-nav);
  1370.        border-radius: 12px;
  1371.    }
  1372.  
  1373.    /* Background Overlay */
  1374.    .nav-overlay-v8 {
  1375.        position: fixed;
  1376.        top: 0;
  1377.        left: 0;
  1378.        right: 0;
  1379.        bottom: 0;
  1380.        background: rgba(0, 0, 0, 0.3);
  1381.        backdrop-filter: blur(5px);
  1382.        z-index: 250;
  1383.        opacity: 0;
  1384.        visibility: hidden;
  1385.        transition: all 0.3s ease;
  1386.    }
  1387.  
  1388.    .nav-overlay-v8.show-v8 {
  1389.        opacity: 1;
  1390.        visibility: visible;
  1391.    }
  1392.  
  1393.    /* Responsive Design */
  1394.    @media (max-width: 1300px) {
  1395.        .header-v8 {
  1396.            padding: 15px 0;
  1397.        }
  1398.  
  1399.        .nav-card-v8 {
  1400.            padding: 12px 20px;
  1401.            border-radius: 15px;
  1402.        }
  1403.  
  1404.        .search-card-v8,
  1405.        .mobile-nav-card-v8 {
  1406.            width: calc(100% - 40px);
  1407.            padding: 20px;
  1408.        }
  1409.    }
  1410.  
  1411.    @media (max-width: 576px) {
  1412.        .nav-card-v8 {
  1413.            padding: 10px 15px;
  1414.        }
  1415.  
  1416.        .logo-img-v8 {
  1417.            max-height: 35px;
  1418.        }
  1419.    }
  1420. </style>
  1421.  
  1422. <script>
  1423.    let activeCard = null;
  1424.  
  1425.    function toggleSearchV8() {
  1426.        const searchCard = document.getElementById('searchCardV8');
  1427.        const overlay = document.getElementById('navOverlayV8');
  1428.        const mobileNav = document.getElementById('mobileNavV8');
  1429.  
  1430.        // Close mobile nav if open
  1431.        mobileNav.classList.remove('show-v8');
  1432.  
  1433.        if (searchCard.classList.contains('show-v8')) {
  1434.            searchCard.classList.remove('show-v8');
  1435.            overlay.classList.remove('show-v8');
  1436.            activeCard = null;
  1437.        } else {
  1438.            searchCard.classList.add('show-v8');
  1439.            overlay.classList.add('show-v8');
  1440.            activeCard = 'search';
  1441.  
  1442.            // Focus on search input
  1443.            setTimeout(() => {
  1444.                const searchInput = document.querySelector('.search-input-v8');
  1445.                if (searchInput) searchInput.focus();
  1446.            }, 100);
  1447.        }
  1448.    }
  1449.  
  1450.    function toggleMobileNavV8() {
  1451.        const mobileNav = document.getElementById('mobileNavV8');
  1452.        const overlay = document.getElementById('navOverlayV8');
  1453.        const searchCard = document.getElementById('searchCardV8');
  1454.  
  1455.        // Close search if open
  1456.        searchCard.classList.remove('show-v8');
  1457.  
  1458.        if (mobileNav.classList.contains('show-v8')) {
  1459.            mobileNav.classList.remove('show-v8');
  1460.            overlay.classList.remove('show-v8');
  1461.            activeCard = null;
  1462.        } else {
  1463.            mobileNav.classList.add('show-v8');
  1464.            overlay.classList.add('show-v8');
  1465.            activeCard = 'mobile';
  1466.        }
  1467.    }
  1468.  
  1469.    function toggleMobileDropdownV8(dropdownId) {
  1470.        const dropdown = document.getElementById(dropdownId);
  1471.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1472.  
  1473.        // Close other dropdowns
  1474.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1475.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1476.  
  1477.        allDropdowns.forEach(dd => {
  1478.            if (dd.id !== dropdownId) {
  1479.                dd.classList.remove('show-v8');
  1480.            }
  1481.        });
  1482.  
  1483.        allParents.forEach(parent => {
  1484.            if (parent !== parentItem) {
  1485.                parent.classList.remove('open-v8');
  1486.            }
  1487.        });
  1488.  
  1489.        // Toggle current dropdown
  1490.        dropdown.classList.toggle('show-v8');
  1491.        parentItem.classList.toggle('open-v8');
  1492.    }
  1493.  
  1494.    function closeAllV8() {
  1495.        const searchCard = document.getElementById('searchCardV8');
  1496.        const mobileNav = document.getElementById('mobileNavV8');
  1497.        const overlay = document.getElementById('navOverlayV8');
  1498.  
  1499.        searchCard.classList.remove('show-v8');
  1500.        mobileNav.classList.remove('show-v8');
  1501.        overlay.classList.remove('show-v8');
  1502.        activeCard = null;
  1503.    }
  1504.  
  1505.    // Close on escape key
  1506.    document.addEventListener('keydown', function (e) {
  1507.        if (e.key === 'Escape' && activeCard) {
  1508.            closeAllV8();
  1509.        }
  1510.    });
  1511.  
  1512.    // Handle suggestion clicks
  1513.    document.addEventListener('click', function (e) {
  1514.        if (e.target.closest('.suggestion-item-v8')) {
  1515.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1516.            const searchInput = document.querySelector('.search-input-v8');
  1517.            if (searchInput) {
  1518.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1519.            }
  1520.        }
  1521.    });
  1522. </script>
  1523. <script>
  1524.  document.addEventListener("DOMContentLoaded", function () {
  1525.    console.log("loaded");
  1526.  
  1527.     const searchInput = document.getElementById("search-input")
  1528.    const searchResults = document.getElementById("search-results");
  1529.  
  1530.    if (!searchInput || !searchResults) {
  1531.      console.error("Search input/results not found");
  1532.      return;
  1533.    }
  1534.  
  1535.    // Prevent form submission
  1536.    if (searchInput.form) {
  1537.      searchInput.form.addEventListener("submit", function (e) {
  1538.        e.preventDefault();
  1539.      });
  1540.    }
  1541.  
  1542.    // Add event listener for keyup
  1543.    searchInput.addEventListener("keyup", function (e) {
  1544.      console.log("Key pressed:", e.key);
  1545.      e.preventDefault();
  1546.  
  1547.      const query = searchInput.value.trim();
  1548.      console.log("User is typing: " + query);
  1549.  
  1550.      // If empty → clear and hide
  1551.      if (query === "") {
  1552.        searchResults.innerHTML = "";
  1553.        searchResults.style.display = "none";
  1554.        return;
  1555.      }
  1556.  
  1557.      // Show results
  1558.      searchResults.style.display = "block";
  1559.  
  1560.      // Fetch search results
  1561.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1562.        method: "GET",
  1563.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1564.      })
  1565.        .then(response => {
  1566.          console.log("Response Status:", response.status);
  1567.          return response.json();
  1568.        })
  1569.        .then(data => {
  1570.          console.log("Data received:", data);
  1571.          if (data.html) {
  1572.            searchResults.innerHTML = data.html;
  1573.          } else {
  1574.            searchResults.innerHTML = "<p>No results found.</p>";
  1575.          }
  1576.        })
  1577.        .catch(error => {
  1578.          console.error("Error fetching search results:", error);
  1579.        });
  1580.    });
  1581.  
  1582.    // Close results when clicking outside
  1583.    document.addEventListener("click", function (e) {
  1584.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1585.        searchResults.style.display = "none";
  1586.      }
  1587.    });
  1588.  
  1589.    // Close results on ESC key
  1590.    document.addEventListener("keydown", function (e) {
  1591.      if (e.key === "Escape") {
  1592.        searchResults.style.display = "none";
  1593.      }
  1594.    });
  1595.  });
  1596. </script>
  1597.  
  1598.  
  1599.        </header>
  1600.        <!-- end of header -->
  1601.        <!-- start of wpo-blog-hero -->
  1602.        
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610. <div class="blog-hero-v3 pt-3">
  1611.    <div class="container-fluid fluid-container">
  1612.        <div class="row g-4">
  1613.            
  1614.            
  1615.              
  1616.            <!-- Left Column -->
  1617.            <div class="col-lg-4 col-md-6">
  1618.                <div class="magazine-card tall-card h-100">
  1619.                    <div class="card-image">
  1620.                        
  1621.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1622.                        
  1623.                        <div class="image-overlay"></div>
  1624.                    </div>
  1625.                    <div class="card-content">
  1626.                        <div class="category-pill bg-primary-gradient">News</div>
  1627.                        <h2> <a href="/american-congressman-urges-ex-royal-andrew-to-provide-testimony-in-jeffrey-epstein-inquiry/">
  1628.                                        American Congressman Urges Ex-Royal Andrew to Provide Testimony in Jeffrey Epstein Inquiry
  1629.                                    </a></h2>
  1630.                        <p></p>
  1631.                        <div class="author-section">
  1632.                            
  1633.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="author-img">
  1634.                            
  1635.                            <div class="author-details">
  1636.                                <span class="author-name">Cody Walker</span>
  1637.                                <span class="publish-date">12 May 2026</span>
  1638.                            </div>
  1639.                        </div>
  1640.                    </div>
  1641.                </div>
  1642.            </div>
  1643.  
  1644.            
  1645.            
  1646.  
  1647.            <!-- Center Column -->
  1648.            <div class="col-lg-4 col-md-6">
  1649.                <div class="row g-4">
  1650.                    
  1651.                    <div class="col-12">
  1652.                        <div class="magazine-card square-card">
  1653.                            <div class="card-image">
  1654.                            
  1655.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1656.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1657.                            
  1658.                                <div class="floating-category bg-primary-gradient">News</div>
  1659.                            </div>
  1660.                            <div class="card-content compact">
  1661.                                <h3> <a href="/bahrain-to-present-case-at-uk-supreme-court-over-sovereign-immunity-in-spyware-claims/" >
  1662.                                        Bahrain to Present Case at UK Supreme Court Over Sovereign Immunity in Spyware Claims
  1663.                                    </a></h3>
  1664.                                    
  1665.                                <div class="mini-meta">
  1666.                                    <span>By Cody Walker</span>
  1667.                                    <span class="date-dot">• 12 May 2026</span>
  1668.                                </div>
  1669.                            </div>
  1670.                        </div>
  1671.                    </div>
  1672.                    
  1673.                    <div class="col-12">
  1674.                        <div class="magazine-card square-card">
  1675.                            <div class="card-image">
  1676.                            
  1677.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1678.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1679.                            
  1680.                                <div class="floating-category bg-primary-gradient">News</div>
  1681.                            </div>
  1682.                            <div class="card-content compact">
  1683.                                <h3> <a href="/james-cameron-clarifies-computers-dont-create-avatar-films/" >
  1684.                                        James Cameron Clarifies: ‘Computers Don’t Create Avatar Films’
  1685.                                    </a></h3>
  1686.                                    
  1687.                                <div class="mini-meta">
  1688.                                    <span>By Cody Walker</span>
  1689.                                    <span class="date-dot">• 11 May 2026</span>
  1690.                                </div>
  1691.                            </div>
  1692.                        </div>
  1693.                    </div>
  1694.                    
  1695.  
  1696.                </div>
  1697.            </div>
  1698.            
  1699.            
  1700.              
  1701.            <!-- Right Column -->
  1702.            <div class="col-lg-4 col-md-12">
  1703.                <div class="magazine-card featured-card">
  1704.                    <div class="featured-header">
  1705.                        <h4>Featured Story</h4>
  1706.                        <div class="featured-line"></div>
  1707.                    </div>
  1708.                    <div class="card-image featured-img" >
  1709.                    
  1710.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1711.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1712.                    
  1713.                    </div>
  1714.                    <div class="card-content featured-content">
  1715.                        <div class="category-pill bg-primary-gradient">News</div>
  1716.                        <h2><a href="/restrained-solitary-and-frightened-the-bleak-situation-for-women-made-to-have-their-babies-in-prison/">
  1717.                                        Restrained, Solitary and Frightened: The Bleak Situation for Women Made to Have Their Babies in Prison.
  1718.                                    </a></h2>
  1719.                        
  1720.                        <div class="author-section featured-author">
  1721.                            
  1722.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1723.                            
  1724.                            <div class="author-details">
  1725.                                <span class="author-name">Cody Walker</span>
  1726.                                <!-- <span class="author-title">Business Analyst</span> -->
  1727.                                <span class="publish-date">11 May 2026</span>
  1728.                            </div>
  1729.                        </div>
  1730.                    </div>
  1731.                </div>
  1732.            </div>
  1733.  
  1734.            
  1735.            
  1736.        </div>
  1737.    </div>
  1738. </div>
  1739.  
  1740. <style>
  1741. /* Blog Hero V3 - Magazine Style */
  1742. .blog-hero-v3 {
  1743.    padding: 80px 0;
  1744.    position: relative;
  1745. }
  1746.  
  1747. /* Magazine Cards */
  1748. .magazine-card {
  1749.    background: var(--card-bg);
  1750.    border-radius: 20px;
  1751.    overflow: hidden;
  1752.    position: relative;
  1753.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1754.    border: 1px solid var(--border-color);
  1755. }
  1756.  
  1757. .magazine-card:hover {
  1758.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1759. }
  1760.  
  1761. /* Tall Card (Left Column) */
  1762. .tall-card {
  1763.    display: flex;
  1764.    flex-direction: column;
  1765. }
  1766.  
  1767. .tall-card .card-image {
  1768.    height: 300px;
  1769.    position: relative;
  1770.    overflow: hidden;
  1771. }
  1772.  
  1773. .tall-card .card-image img {
  1774.    width: 100%;
  1775.    height: 100%;
  1776.    object-fit: cover;
  1777.    transition: transform 0.6s ease;
  1778. }
  1779.  
  1780. .tall-card:hover .card-image img {
  1781.    transform: scale(1.1) rotate(-2deg);
  1782. }
  1783.  
  1784. .image-overlay {
  1785.    position: absolute;
  1786.    top: 0;
  1787.    left: 0;
  1788.    right: 0;
  1789.    bottom: 0;
  1790.    opacity: 0;
  1791.    transition: opacity 0.3s ease;
  1792. }
  1793.  
  1794. .tall-card:hover .image-overlay {
  1795.    opacity: 1;
  1796. }
  1797.  
  1798. .tall-card .card-content {
  1799.    padding: 20px;
  1800.    flex-grow: 1;
  1801.    display: flex;
  1802.    flex-direction: column;
  1803. }
  1804.  
  1805. .tall-card h2 {
  1806.    font-size: 1.5rem;
  1807.    font-weight: 700;
  1808.    color: #2c3e50;
  1809.    margin: 12px 0;
  1810.    line-height: 1.3;
  1811. }
  1812.  
  1813. .tall-card p {
  1814.    color: #7f8c8d;
  1815.    line-height: 1.6;
  1816.    margin-bottom: 1rem;
  1817.    flex-grow: 1;
  1818. }
  1819.  
  1820. /* Square Cards (Center Column) */
  1821. .square-card {
  1822.    position: relative;
  1823.    overflow: hidden;
  1824. }
  1825.  
  1826. .square-card .card-image {
  1827.    height: 180px;
  1828.    position: relative;
  1829. }
  1830.  
  1831. .square-card .card-image img {
  1832.    width: 100%;
  1833.    height: 100%;
  1834.    object-fit: cover;
  1835.    filter: brightness(1.1) saturate(1.2);
  1836.    transition: all 0.4s ease;
  1837. }
  1838.  
  1839. .square-card:hover .card-image img {
  1840.    transform: scale(1.15);
  1841.    filter: brightness(1.2) saturate(1.4);
  1842. }
  1843.  
  1844. .floating-category {
  1845.    position: absolute;
  1846.    top: 15px;
  1847.    right: 15px;
  1848.    padding: 8px 15px;
  1849.    border-radius: 20px;
  1850.    font-size: 0.75rem;
  1851.    text-transform: uppercase;
  1852.    letter-spacing: 1px;
  1853.    backdrop-filter: blur(10px);
  1854.    border: 1px solid rgba(255, 255, 255, 0.3);
  1855. }
  1856.  
  1857. .square-card .card-content.compact {
  1858.    padding: 1.2rem;
  1859. }
  1860.  
  1861. .square-card h3 {
  1862.    font-size: 1.1rem;
  1863.    font-weight: 600;
  1864.    color: #2c3e50;
  1865.    margin-bottom: 10px;
  1866.    line-height: 1.3;
  1867. }
  1868.  
  1869. .mini-meta {
  1870.    font-size: 0.85rem;
  1871.    color: #95a5a6;
  1872. }
  1873.  
  1874. .date-dot {
  1875.    margin-left: 8px;
  1876. }
  1877.  
  1878. /* Featured Card (Right Column) */
  1879. .featured-card {
  1880.    color: white;
  1881.    position: relative;
  1882.    overflow: hidden;
  1883. }
  1884.  
  1885. .featured-card::before {
  1886.    content: '';
  1887.    position: absolute;
  1888.    top: -50%;
  1889.    right: -50%;
  1890.    width: 200%;
  1891.    height: 200%;
  1892.    pointer-events: none;
  1893. }
  1894.  
  1895.  
  1896.  
  1897. .featured-header {
  1898.    padding: 25px 25px 0;
  1899.    position: relative;
  1900. }
  1901.  
  1902. .featured-header h4 {
  1903.    font-size: 0.9rem;
  1904.    text-transform: uppercase;
  1905.    letter-spacing: 2px;
  1906.    margin: 0;
  1907.    opacity: 0.9;
  1908. }
  1909.  
  1910. .featured-line {
  1911.    width: 50px;
  1912.    height: 2px;
  1913.    background: rgba(255, 255, 255, 0.6);
  1914.    margin-top: 10px;
  1915. }
  1916.  
  1917. .featured-img {
  1918.    height: 200px;
  1919.    margin: 1rem;
  1920.    border-radius: 15px;
  1921.    overflow: hidden;
  1922.    position: relative;
  1923. }
  1924.  
  1925. .featured-img img {
  1926.    width: 100%;
  1927.    height: 100%;
  1928.    object-fit: cover;
  1929.    transition: transform 0.5s ease;
  1930. }
  1931.  
  1932. .featured-card:hover .featured-img img {
  1933.    transform: scale(1.1);
  1934. }
  1935.  
  1936. .featured-content {
  1937.    padding: 0 1rem 1.5rem;
  1938. }
  1939.  
  1940. .featured-content h2 {
  1941.    font-size: 1.4rem;
  1942.    font-weight: 700;
  1943.    margin: 15px 0;
  1944.    line-height: 1.3;
  1945. }
  1946.  
  1947. .featured-content p {
  1948.    font-size: 0.95rem;
  1949.    opacity: 0.9;
  1950.    line-height: 1.6;
  1951.    margin-bottom: 1rem;
  1952. }
  1953.  
  1954. /* Category Pills */
  1955. .category-pill {
  1956.    display: inline-block;
  1957.    padding: 6px 16px;
  1958.    border-radius: 20px;
  1959.    font-size: 0.75rem;
  1960.    text-transform: uppercase;
  1961.    letter-spacing: 1px;
  1962.    margin-bottom: 10px;
  1963.    width: fit-content;
  1964. }
  1965.  
  1966. /* Author Sections */
  1967. .author-section {
  1968.    display: flex;
  1969.    align-items: center;
  1970.    gap: 15px;
  1971.    margin-top: auto;
  1972. }
  1973.  
  1974. .author-img {
  1975.    width: 60px;
  1976.    height: 60px;
  1977.    border-radius: 50%;
  1978.    object-fit: cover;
  1979. }
  1980.  
  1981. .author-details {
  1982.    display: flex;
  1983.    flex-direction: column;
  1984. }
  1985.  
  1986. .author-name {
  1987.    font-weight: 600;
  1988. color: #95a5a6;
  1989.    font-size: 16px;
  1990. }
  1991.  
  1992. .author-title {
  1993.    font-size: 0.8rem;
  1994. color: #95a5a6;
  1995.    font-weight: 500;
  1996. }
  1997.  
  1998. .publish-date {
  1999.    font-size: 0.8rem;
  2000.    color: #95a5a6;
  2001.    margin-top: 2px;
  2002. }
  2003.  
  2004. /* Featured Stats */
  2005. .featured-stats {
  2006.    display: flex;
  2007.    gap: 30px;
  2008.    margin: 20px 0;
  2009. }
  2010.  
  2011. .stat-item {
  2012.    text-align: center;
  2013. }
  2014.  
  2015. .stat-number {
  2016.    display: block;
  2017.    font-size: 1.5rem;
  2018.    font-weight: 700;
  2019.    color: white;
  2020. }
  2021.  
  2022. .stat-label {
  2023.    font-size: 0.8rem;
  2024.    opacity: 0.8;
  2025.    text-transform: uppercase;
  2026.    letter-spacing: 1px;
  2027. }
  2028.  
  2029. /* Read More Button */
  2030. .read-more-btn {
  2031.    padding: 0 30px 30px;
  2032. }
  2033.  
  2034. .btn-read {
  2035.    display: inline-block;
  2036.    padding: 12px 30px;
  2037.    background: linear-gradient(45deg, #667eea, #764ba2);
  2038.    color: white;
  2039.    text-decoration: none;
  2040.    border-radius: 20px;
  2041.    font-weight: 600;
  2042.    text-transform: uppercase;
  2043.    letter-spacing: 1px;
  2044.    font-size: 0.85rem;
  2045.    transition: all 0.3s ease;
  2046.    position: relative;
  2047.    overflow: hidden;
  2048. }
  2049.  
  2050. .btn-read::before {
  2051.    content: '';
  2052.    position: absolute;
  2053.    top: 0;
  2054.    left: -100%;
  2055.    width: 100%;
  2056.    height: 100%;
  2057.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2058.    transition: left 0.5s ease;
  2059. }
  2060.  
  2061. .btn-read:hover::before {
  2062.    left: 100%;
  2063. }
  2064.  
  2065. .btn-read:hover {
  2066.    transform: translateY(-2px);
  2067.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  2068.    color: white;
  2069. }
  2070.  
  2071. /* Trending Bar */
  2072. .trending-bar {
  2073.    background: white;
  2074.    border-radius: 20px;
  2075.    padding: 25px 35px;
  2076.    display: flex;
  2077.    align-items: center;
  2078.    gap: 30px;
  2079.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  2080.    border-left: 5px solid #667eea;
  2081. }
  2082.  
  2083. .trending-header h5 {
  2084.    margin: 0;
  2085.    font-weight: 700;
  2086.    color: #2c3e50;
  2087.    font-size: 1.1rem;
  2088. }
  2089.  
  2090. .trending-tags {
  2091.    display: flex;
  2092.    flex-wrap: wrap;
  2093.    gap: 15px;
  2094. }
  2095.  
  2096. .trend-tag {
  2097.    padding: 8px 18px;
  2098.    background: #f8f9fa;
  2099.    border: 2px solid #e9ecef;
  2100.    border-radius: 20px;
  2101.    font-size: 0.85rem;
  2102.    font-weight: 500;
  2103.    color: #495057;
  2104.    transition: all 0.3s ease;
  2105.    cursor: pointer;
  2106. }
  2107.  
  2108. .trend-tag:hover {
  2109.    background: #667eea;
  2110.    color: white;
  2111.    border-color: #667eea;
  2112.    transform: translateY(-2px);
  2113. }
  2114.  
  2115. /* Responsive Design */
  2116. @media (max-width: 992px) {
  2117.    .tall-card,
  2118.    .featured-card {
  2119.        height: auto;
  2120.        margin-bottom: 30px;
  2121.    }
  2122.    
  2123.  
  2124.    
  2125.    .trending-bar {
  2126.        flex-direction: column;
  2127.        align-items: flex-start;
  2128.        gap: 20px;
  2129.    }
  2130. }
  2131.  
  2132. @media (max-width: 768px) {
  2133.    .blog-hero-v3 {
  2134.        padding: 40px 0;
  2135.    }
  2136.  
  2137.    
  2138.    .trending-tags {
  2139.        justify-content: center;
  2140.    }
  2141.    
  2142.    .featured-stats {
  2143.        justify-content: center;
  2144.    }
  2145. }
  2146. </style>
  2147.  
  2148.  
  2149.  
  2150.  
  2151.        <!-- end of wpo-blog-hero -->
  2152.  
  2153.        <!-- start of wpo-breacking-news -->
  2154.        
  2155.        <!-- end of wpo-breacking-news -->
  2156.        
  2157.        <!-- start wpo-blog-highlights-section -->
  2158.        
  2159.  
  2160.  
  2161.  
  2162.    
  2163.  
  2164.  
  2165.  
  2166. <style>
  2167.    .blog-highlights-v2 {
  2168.        padding: 60px 0;
  2169.        position: relative;
  2170.        overflow: hidden;
  2171.    }
  2172.    
  2173.    .blog-highlights-v2::before {
  2174.        content: '';
  2175.        position: absolute;
  2176.        top: 0;
  2177.        left: 0;
  2178.        width: 100%;
  2179.        height: 100%;
  2180.        background: var(--body-bg);
  2181.        pointer-events: none;
  2182.    }
  2183.    
  2184.    .blog-card-v2 {
  2185.        border: none;
  2186.        border-radius: 20px;
  2187.        overflow: hidden;
  2188.        background: white;
  2189.        height: 100%;
  2190.        position: relative;
  2191.        transform: translateY(0);
  2192.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2193.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2194.        will-change: transform;
  2195.    }
  2196.    
  2197.    .blog-card-v2::before {
  2198.        content: '';
  2199.        position: absolute;
  2200.        top: 0;
  2201.        left: 0;
  2202.        width: 100%;
  2203.        height: 100%;
  2204.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2205.        transform: translateX(-100%);
  2206.        transition: transform 0.6s ease;
  2207.        z-index: 1;
  2208.    }
  2209.    
  2210.    .blog-card-v2:hover {
  2211.        transform: translateY(-15px) scale(1.02);
  2212.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2213.    }
  2214.    
  2215.    .blog-card-v2:hover::before {
  2216.        transform: translateX(100%);
  2217.    }
  2218.    
  2219.    .blog-image-v2 {
  2220.        position: relative;
  2221.        overflow: hidden;
  2222.        height: 250px;
  2223.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2224.    }
  2225.    
  2226.    .blog-image-v2::after {
  2227.        content: '';
  2228.        position: absolute;
  2229.        top: 0;
  2230.        left: 0;
  2231.        width: 100%;
  2232.        height: 100%;
  2233.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2234.        z-index: 2;
  2235.    }
  2236.    
  2237.    .blog-image-v2 img {
  2238.        width: 100%;
  2239.        height: 100%;
  2240.        object-fit: cover;
  2241.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2242.        transform: scale(1);
  2243.    }
  2244.    
  2245.    .blog-card-v2:hover .blog-image-v2 img {
  2246.        transform: scale(1.1) rotate(2deg);
  2247.    }
  2248.    
  2249.    .blog-category-v2 {
  2250.        position: absolute;
  2251.        top: 20px;
  2252.        left: 20px;
  2253.        padding: 8px 16px;
  2254.        border-radius: 50px;
  2255.        font-size: 12px;
  2256.        font-weight: 700;
  2257.        text-transform: uppercase;
  2258.        letter-spacing: 1px;
  2259.      
  2260.        z-index: 3;
  2261.        transform: translateY(0);
  2262.        transition: all 0.3s ease;
  2263.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2264.    }
  2265.    
  2266.    .blog-card-v2:hover .blog-category-v2 {
  2267.        transform: translateY(-5px);
  2268.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2269.    }
  2270.    
  2271.    .blog-content-v2 {
  2272.        padding: 30px 25px;
  2273.        position: relative;
  2274.        z-index: 2;
  2275.    }
  2276.    
  2277.    .blog-title-v2 {
  2278.        font-size: 18px;
  2279.        font-weight: 700;
  2280.        line-height: 1.4;
  2281.        margin-bottom: 15px;
  2282.        min-height: 50px;
  2283.        position: relative;
  2284.        overflow: hidden;
  2285.    }
  2286.    
  2287.    .blog-title-v2 a {
  2288.        text-decoration: none;
  2289.        position: relative;
  2290.        transition: all 0.3s ease;
  2291.        background-clip: text;
  2292.        -webkit-background-clip: text;
  2293.    }
  2294.    
  2295.    .blog-title-v2 a::after {
  2296.        content: '';
  2297.        position: absolute;
  2298.        bottom: -2px;
  2299.        left: 0;
  2300.        width: 0;
  2301.        height: 2px;
  2302.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2303.        transition: width 0.4s ease;
  2304.    }
  2305.    
  2306.    .blog-card-v2:hover .blog-title-v2 a::after {
  2307.        width: 100%;
  2308.    }
  2309.    
  2310.    .blog-meta-v2 {
  2311.        display: flex;
  2312.        align-items: center;
  2313.        gap: 12px;
  2314.        margin-bottom: 15px;
  2315.        font-size: 13px;
  2316.        padding-bottom: 15px;
  2317.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2318.        position: relative;
  2319.    }
  2320.    
  2321.    .blog-meta-v2::after {
  2322.        content: '';
  2323.        position: absolute;
  2324.        bottom: -2px;
  2325.        left: 0;
  2326.        width: 0;
  2327.        height: 2px;
  2328.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2329.        transition: width 0.5s ease 0.2s;
  2330.    }
  2331.    
  2332.    .blog-card-v2:hover .blog-meta-v2::after {
  2333.        width: 60px;
  2334.    }
  2335.    
  2336.    .blog-author-img-v2 {
  2337.        width: 32px;
  2338.        height: 32px;
  2339.        border-radius: 50%;
  2340.        object-fit: cover;
  2341.        border: 3px solid white;
  2342.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2343.        transition: all 0.3s ease;
  2344.    }
  2345.    
  2346.    .blog-card-v2:hover .blog-author-img-v2 {
  2347.        transform: scale(1.1);
  2348.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2349.    }
  2350.    
  2351.    .blog-excerpt-v2 {
  2352.        font-size: 14px;
  2353.        line-height: 1.6;
  2354.        color: #666;
  2355.        display: -webkit-box;
  2356.        -webkit-line-clamp: 3;
  2357.        -webkit-box-orient: vertical;
  2358.        overflow: hidden;
  2359.        position: relative;
  2360.        opacity: 0.8;
  2361.        transition: opacity 0.3s ease;
  2362.    }
  2363.    
  2364.    .blog-card-v2:hover .blog-excerpt-v2 {
  2365.        opacity: 1;
  2366.    }
  2367.    
  2368.    .section-header-v2 {
  2369.        text-align: center;
  2370.        margin-bottom: 70px;
  2371.        position: relative;
  2372.    }
  2373.    
  2374.    .section-title-v2 {
  2375.        font-size: 3.2rem;
  2376.        font-weight: 800;
  2377.        margin-bottom: 20px;
  2378.        position: relative;
  2379.    }
  2380.    
  2381.    .section-title-v2::after {
  2382.        content: '';
  2383.        position: absolute;
  2384.        bottom: -10px;
  2385.        left: 50%;
  2386.        transform: translateX(-50%);
  2387.        width: 80px;
  2388.        height: 4px;
  2389.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2390.        border-radius: 2px;
  2391.    }
  2392.    
  2393.    .section-subtitle-v2 {
  2394.        font-size: 1.1rem;
  2395.        color: #666;
  2396.        max-width: 600px;
  2397.        margin: 0 auto;
  2398.        line-height: 1.6;
  2399.    }
  2400.    
  2401.    .blog-read-more-v2 {
  2402.        position: absolute;
  2403.        bottom: 25px;
  2404.        right: 25px;
  2405.        width: 45px;
  2406.        height: 45px;
  2407.        border-radius: 50%;
  2408.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2409.        display: flex;
  2410.        align-items: center;
  2411.        justify-content: center;
  2412.        color: white;
  2413.        text-decoration: none;
  2414.        transition: all 0.4s ease;
  2415.        transform: scale(0);
  2416.        opacity: 0;
  2417.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2418.    }
  2419.    
  2420.    .blog-card-v2:hover .blog-read-more-v2 {
  2421.        transform: scale(1);
  2422.        opacity: 1;
  2423.    }
  2424.    
  2425.    .blog-read-more-v2:hover {
  2426.        transform: scale(1.1);
  2427.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2428.    }
  2429.    
  2430.    /* Animation Classes */
  2431.    .animate-on-scroll {
  2432.        opacity: 0;
  2433.        transform: translateY(30px);
  2434.        transition: all 0.6s ease;
  2435.    }
  2436.    
  2437.    .animate-on-scroll.animated {
  2438.        opacity: 1;
  2439.        transform: translateY(0);
  2440.    }
  2441.    
  2442.    /* Staggered Animation */
  2443.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2444.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2445.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2446.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2447.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2448.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2449.  
  2450.    @media (max-width: 768px) {
  2451.        .section-title-v2 {
  2452.            font-size: 2.5rem;
  2453.        }
  2454.        .blog-highlights-v2 {
  2455.            padding: 40px 0;
  2456.        }
  2457.        .blog-content-v2 {
  2458.            padding: 25px 20px;
  2459.        }
  2460.        .blog-card-v2:hover {
  2461.            transform: translateY(-10px) scale(1.01);
  2462.        }
  2463.    }
  2464. </style>
  2465.  
  2466. <section class="blog-highlights-v2">
  2467.    <div class="container-fluid fluid-container">
  2468.        <div class="row">
  2469.            <div class="col-12">
  2470.                <div class="section-header-v2 animate-on-scroll">
  2471.                    <h2 class="section-title-v2 text-primary-gradient">
  2472.                Today's Top Highlights
  2473.                   </h2>
  2474.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2475.                </div>
  2476.            </div>
  2477.        </div>
  2478.        
  2479.        <div class="row">
  2480.            <div class="col-lg-8 col-12">
  2481.                <div class="row g-4">
  2482.                    
  2483.                    <div class="col-lg-6 col-md-6 col-12">
  2484.                        <div class="card blog-card-v2 animate-on-scroll">
  2485.                            <div class="blog-image-v2">
  2486.                                
  2487.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2488.                                
  2489.                                <span class="blog-category-v2 bg-primary-gradient">
  2490.                                    News
  2491.                                </span>
  2492.                            </div>
  2493.                            <div class="blog-content-v2">
  2494.                                <h3 class="blog-title-v2">
  2495.                                    <a class="top-color" href="/within-those-bombed-out-debris-of-an-apartment-block-i-saw-a-volume-i-had-translated/">
  2496.                                    Within those Bombed-Out Debris of an Apartment Block, I Saw a Volume I Had Translated
  2497.                                    </a>
  2498.                                </h3>
  2499.                                <div class="blog-meta-v2">
  2500.                                    
  2501.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2502.                                    
  2503.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2504.                                    <span>By Cody Walker</span>
  2505.                                    <span style="color: #ccc;">•</span>
  2506.                                    <span style="color: #999;">11 May 2026</span>
  2507.                                </div>
  2508.                                <p class="blog-excerpt-v2"></p>
  2509.                              
  2510.                            </div>
  2511.                        </div>
  2512.                    </div>
  2513.                    
  2514.                    <div class="col-lg-6 col-md-6 col-12">
  2515.                        <div class="card blog-card-v2 animate-on-scroll">
  2516.                            <div class="blog-image-v2">
  2517.                                
  2518.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2519.                                
  2520.                                <span class="blog-category-v2 bg-primary-gradient">
  2521.                                    News
  2522.                                </span>
  2523.                            </div>
  2524.                            <div class="blog-content-v2">
  2525.                                <h3 class="blog-title-v2">
  2526.                                    <a class="top-color" href="/three-game-pass-games-we-are-enjoying-over-the-weekend-oct-10-12/">
  2527.                                    Three Game Pass Games We Are Enjoying Over the Weekend (Oct. 10-12)
  2528.                                    </a>
  2529.                                </h3>
  2530.                                <div class="blog-meta-v2">
  2531.                                    
  2532.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2533.                                    
  2534.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2535.                                    <span>By Cody Walker</span>
  2536.                                    <span style="color: #ccc;">•</span>
  2537.                                    <span style="color: #999;">11 May 2026</span>
  2538.                                </div>
  2539.                                <p class="blog-excerpt-v2"></p>
  2540.                              
  2541.                            </div>
  2542.                        </div>
  2543.                    </div>
  2544.                    
  2545.                    <div class="col-lg-6 col-md-6 col-12">
  2546.                        <div class="card blog-card-v2 animate-on-scroll">
  2547.                            <div class="blog-image-v2">
  2548.                                
  2549.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2550.                                
  2551.                                <span class="blog-category-v2 bg-primary-gradient">
  2552.                                    News
  2553.                                </span>
  2554.                            </div>
  2555.                            <div class="blog-content-v2">
  2556.                                <h3 class="blog-title-v2">
  2557.                                    <a class="top-color" href="/daily-existence-for-120000-asylum-seekers-in-the-extensive-refugee-camp-on-the-mali-frontier/">
  2558.                                    Daily Existence for 120,000 Asylum Seekers in the Extensive Refugee Camp on the Mali Frontier.
  2559.                                    </a>
  2560.                                </h3>
  2561.                                <div class="blog-meta-v2">
  2562.                                    
  2563.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2564.                                    
  2565.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2566.                                    <span>By Cody Walker</span>
  2567.                                    <span style="color: #ccc;">•</span>
  2568.                                    <span style="color: #999;">11 May 2026</span>
  2569.                                </div>
  2570.                                <p class="blog-excerpt-v2"></p>
  2571.                              
  2572.                            </div>
  2573.                        </div>
  2574.                    </div>
  2575.                    
  2576.                    <div class="col-lg-6 col-md-6 col-12">
  2577.                        <div class="card blog-card-v2 animate-on-scroll">
  2578.                            <div class="blog-image-v2">
  2579.                                
  2580.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2581.                                
  2582.                                <span class="blog-category-v2 bg-primary-gradient">
  2583.                                    News
  2584.                                </span>
  2585.                            </div>
  2586.                            <div class="blog-content-v2">
  2587.                                <h3 class="blog-title-v2">
  2588.                                    <a class="top-color" href="/how-a-us-special-forces-vet-aided-mar%C3%ADa-corina-machado-escape-her-homeland/">
  2589.                                    How a US Special Forces Vet Aided María Corina Machado Escape Her Homeland
  2590.                                    </a>
  2591.                                </h3>
  2592.                                <div class="blog-meta-v2">
  2593.                                    
  2594.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2595.                                    
  2596.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2597.                                    <span>By Cody Walker</span>
  2598.                                    <span style="color: #ccc;">•</span>
  2599.                                    <span style="color: #999;">11 May 2026</span>
  2600.                                </div>
  2601.                                <p class="blog-excerpt-v2"></p>
  2602.                              
  2603.                            </div>
  2604.                        </div>
  2605.                    </div>
  2606.                    
  2607.                    <div class="col-lg-6 col-md-6 col-12">
  2608.                        <div class="card blog-card-v2 animate-on-scroll">
  2609.                            <div class="blog-image-v2">
  2610.                                
  2611.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2612.                                
  2613.                                <span class="blog-category-v2 bg-primary-gradient">
  2614.                                    News
  2615.                                </span>
  2616.                            </div>
  2617.                            <div class="blog-content-v2">
  2618.                                <h3 class="blog-title-v2">
  2619.                                    <a class="top-color" href="/a-guide-to-talk-dating-like-gen-z-fifty-one-ultra-specific-phrases-for-romance-sex-and-bad-behaviour/">
  2620.                                    A Guide to Talk Dating Like Gen Z: Fifty-One Ultra-Specific Phrases for Romance, Sex and Bad Behaviour
  2621.                                    </a>
  2622.                                </h3>
  2623.                                <div class="blog-meta-v2">
  2624.                                    
  2625.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2626.                                    
  2627.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2628.                                    <span>By Cody Walker</span>
  2629.                                    <span style="color: #ccc;">•</span>
  2630.                                    <span style="color: #999;">11 May 2026</span>
  2631.                                </div>
  2632.                                <p class="blog-excerpt-v2"></p>
  2633.                              
  2634.                            </div>
  2635.                        </div>
  2636.                    </div>
  2637.                    
  2638.                    <div class="col-lg-6 col-md-6 col-12">
  2639.                        <div class="card blog-card-v2 animate-on-scroll">
  2640.                            <div class="blog-image-v2">
  2641.                                
  2642.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2643.                                
  2644.                                <span class="blog-category-v2 bg-primary-gradient">
  2645.                                    News
  2646.                                </span>
  2647.                            </div>
  2648.                            <div class="blog-content-v2">
  2649.                                <h3 class="blog-title-v2">
  2650.                                    <a class="top-color" href="/donald-trump-and-his-supporters-envision-a-globe-lacking-global-legal-norms-yet-they-are-unlikely-to-attain-this-goal/">
  2651.                                    Donald Trump and His Supporters Envision a Globe Lacking Global Legal Norms – Yet They Are Unlikely to Attain This Goal
  2652.                                    </a>
  2653.                                </h3>
  2654.                                <div class="blog-meta-v2">
  2655.                                    
  2656.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2657.                                    
  2658.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2659.                                    <span>By Cody Walker</span>
  2660.                                    <span style="color: #ccc;">•</span>
  2661.                                    <span style="color: #999;">10 May 2026</span>
  2662.                                </div>
  2663.                                <p class="blog-excerpt-v2"></p>
  2664.                              
  2665.                            </div>
  2666.                        </div>
  2667.                    </div>
  2668.                    
  2669.                    <div class="col-lg-6 col-md-6 col-12">
  2670.                        <div class="card blog-card-v2 animate-on-scroll">
  2671.                            <div class="blog-image-v2">
  2672.                                
  2673.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2674.                                
  2675.                                <span class="blog-category-v2 bg-primary-gradient">
  2676.                                    News
  2677.                                </span>
  2678.                            </div>
  2679.                            <div class="blog-content-v2">
  2680.                                <h3 class="blog-title-v2">
  2681.                                    <a class="top-color" href="/sweden-selection-lineup-alexander-isak-selected-while-viktor-gyokeres-excluded/">
  2682.                                    Sweden Selection Lineup: Alexander Isak Selected While Viktor Gyokeres Excluded
  2683.                                    </a>
  2684.                                </h3>
  2685.                                <div class="blog-meta-v2">
  2686.                                    
  2687.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2688.                                    
  2689.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2690.                                    <span>By Cody Walker</span>
  2691.                                    <span style="color: #ccc;">•</span>
  2692.                                    <span style="color: #999;">10 May 2026</span>
  2693.                                </div>
  2694.                                <p class="blog-excerpt-v2"></p>
  2695.                              
  2696.                            </div>
  2697.                        </div>
  2698.                    </div>
  2699.                    
  2700.                    <div class="col-lg-6 col-md-6 col-12">
  2701.                        <div class="card blog-card-v2 animate-on-scroll">
  2702.                            <div class="blog-image-v2">
  2703.                                
  2704.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2705.                                
  2706.                                <span class="blog-category-v2 bg-primary-gradient">
  2707.                                    News
  2708.                                </span>
  2709.                            </div>
  2710.                            <div class="blog-content-v2">
  2711.                                <h3 class="blog-title-v2">
  2712.                                    <a class="top-color" href="/united-arab-emirates-declines-to-join-gazan-stabilisation-force-lacking-defined-legal-framework/">
  2713.                                    United Arab Emirates Declines to Join Gazan Stabilisation Force Lacking Defined Legal Framework
  2714.                                    </a>
  2715.                                </h3>
  2716.                                <div class="blog-meta-v2">
  2717.                                    
  2718.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2719.                                    
  2720.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2721.                                    <span>By Cody Walker</span>
  2722.                                    <span style="color: #ccc;">•</span>
  2723.                                    <span style="color: #999;">10 May 2026</span>
  2724.                                </div>
  2725.                                <p class="blog-excerpt-v2"></p>
  2726.                              
  2727.                            </div>
  2728.                        </div>
  2729.                    </div>
  2730.                    
  2731.                    <div class="col-lg-6 col-md-6 col-12">
  2732.                        <div class="card blog-card-v2 animate-on-scroll">
  2733.                            <div class="blog-image-v2">
  2734.                                
  2735.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2736.                                
  2737.                                <span class="blog-category-v2 bg-primary-gradient">
  2738.                                    News
  2739.                                </span>
  2740.                            </div>
  2741.                            <div class="blog-content-v2">
  2742.                                <h3 class="blog-title-v2">
  2743.                                    <a class="top-color" href="/abigail-spanberger-makes-history-as-first-female-state-leader/">
  2744.                                    Abigail Spanberger Makes History as First Female State Leader
  2745.                                    </a>
  2746.                                </h3>
  2747.                                <div class="blog-meta-v2">
  2748.                                    
  2749.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2750.                                    
  2751.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2752.                                    <span>By Cody Walker</span>
  2753.                                    <span style="color: #ccc;">•</span>
  2754.                                    <span style="color: #999;">10 May 2026</span>
  2755.                                </div>
  2756.                                <p class="blog-excerpt-v2"></p>
  2757.                              
  2758.                            </div>
  2759.                        </div>
  2760.                    </div>
  2761.                    
  2762.                    <div class="col-lg-6 col-md-6 col-12">
  2763.                        <div class="card blog-card-v2 animate-on-scroll">
  2764.                            <div class="blog-image-v2">
  2765.                                
  2766.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2767.                                
  2768.                                <span class="blog-category-v2 bg-primary-gradient">
  2769.                                    News
  2770.                                </span>
  2771.                            </div>
  2772.                            <div class="blog-content-v2">
  2773.                                <h3 class="blog-title-v2">
  2774.                                    <a class="top-color" href="/when-did-i-get-that-attractive-the-rock-legend-on-watching-jeremy-allen-white-portray-him-in-film/">
  2775.                                    ‘When Did I Get That Attractive?’: The Rock Legend on Watching Jeremy Allen White Portray Him In Film
  2776.                                    </a>
  2777.                                </h3>
  2778.                                <div class="blog-meta-v2">
  2779.                                    
  2780.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2781.                                    
  2782.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2783.                                    <span>By Cody Walker</span>
  2784.                                    <span style="color: #ccc;">•</span>
  2785.                                    <span style="color: #999;">10 May 2026</span>
  2786.                                </div>
  2787.                                <p class="blog-excerpt-v2"></p>
  2788.                              
  2789.                            </div>
  2790.                        </div>
  2791.                    </div>
  2792.                    
  2793.                    <div class="col-lg-6 col-md-6 col-12">
  2794.                        <div class="card blog-card-v2 animate-on-scroll">
  2795.                            <div class="blog-image-v2">
  2796.                                
  2797.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2798.                                
  2799.                                <span class="blog-category-v2 bg-primary-gradient">
  2800.                                    News
  2801.                                </span>
  2802.                            </div>
  2803.                            <div class="blog-content-v2">
  2804.                                <h3 class="blog-title-v2">
  2805.                                    <a class="top-color" href="/jennifer-waltons-first-album-daughters-explores-grief-and-style/">
  2806.                                    Jennifer Walton&#x27;s First Album &quot;Daughters&quot; Explores Grief and Style
  2807.                                    </a>
  2808.                                </h3>
  2809.                                <div class="blog-meta-v2">
  2810.                                    
  2811.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2812.                                    
  2813.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2814.                                    <span>By Cody Walker</span>
  2815.                                    <span style="color: #ccc;">•</span>
  2816.                                    <span style="color: #999;">10 May 2026</span>
  2817.                                </div>
  2818.                                <p class="blog-excerpt-v2"></p>
  2819.                              
  2820.                            </div>
  2821.                        </div>
  2822.                    </div>
  2823.                    
  2824.                    <div class="col-lg-6 col-md-6 col-12">
  2825.                        <div class="card blog-card-v2 animate-on-scroll">
  2826.                            <div class="blog-image-v2">
  2827.                                
  2828.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2829.                                
  2830.                                <span class="blog-category-v2 bg-primary-gradient">
  2831.                                    News
  2832.                                </span>
  2833.                            </div>
  2834.                            <div class="blog-content-v2">
  2835.                                <h3 class="blog-title-v2">
  2836.                                    <a class="top-color" href="/russian-president-vladimir-putin-assures-continuous-oil-shipments-to-the-indian-nation-in-rebuff-of-american-pressure/">
  2837.                                    Russian President Vladimir Putin Assures Continuous Oil Shipments to the Indian Nation in Rebuff of American Pressure
  2838.                                    </a>
  2839.                                </h3>
  2840.                                <div class="blog-meta-v2">
  2841.                                    
  2842.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="blog-author-img-v2">
  2843.                                    
  2844.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2845.                                    <span>By Cody Walker</span>
  2846.                                    <span style="color: #ccc;">•</span>
  2847.                                    <span style="color: #999;">10 May 2026</span>
  2848.                                </div>
  2849.                                <p class="blog-excerpt-v2"></p>
  2850.                              
  2851.                            </div>
  2852.                        </div>
  2853.                    </div>
  2854.                    
  2855.                    
  2856.  
  2857.                </div>
  2858.            </div>
  2859.            
  2860.               <div class="col col-lg-4 col-12">
  2861.                
  2862.  
  2863.  
  2864.  
  2865.    
  2866.  
  2867.  
  2868. <!-- Blog Sidebar V2 - Focused Design -->
  2869.  <div class="sidebar mb-3">
  2870.    <!-- Recent Posts Section -->
  2871.    <div class="sidebar-widget mb-4">
  2872.      <div class="widget-title-wrapper mb-3">
  2873.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2874.          <i class="ti-time me-2"></i>Recent Posts
  2875.          <span class="title-arrow-primary"></span>
  2876.        </h4>
  2877.      </div>
  2878.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2879.        <div class="recent-post-list">
  2880.          
  2881.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2882.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2883.                
  2884.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2885.                
  2886.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2887.            </div>
  2888.            <div class="post-content flex-grow-1">
  2889.              <h6 class="post-title mb-2">
  2890.                 <a href="/gaza-conflict-in-visualizations-after-two-years-of-fighting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2891.                                            Gaza Conflict in Visualizations After Two Years of Fighting
  2892.                                            </a>
  2893.              </h6>
  2894.              <div class="post-meta mb-3">
  2895.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2896.                <!-- <small class="text-muted">
  2897.                  <i class="ti-eye me-1"></i>348 views
  2898.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2899.                </small> -->
  2900.              </div>
  2901.            </div>
  2902.          </div>
  2903.          
  2904.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2905.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2906.                
  2907.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2908.                
  2909.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2910.            </div>
  2911.            <div class="post-content flex-grow-1">
  2912.              <h6 class="post-title mb-2">
  2913.                 <a href="/democrats-denounce-trump-after-he-suggests-they-should-face-capital-punishment/" class="text-decoration-none top-color fw-semibold lh-sm">
  2914.                                            Democrats Denounce Trump After He Suggests They Should Face Capital Punishment
  2915.                                            </a>
  2916.              </h6>
  2917.              <div class="post-meta mb-3">
  2918.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2919.                <!-- <small class="text-muted">
  2920.                  <i class="ti-eye me-1"></i>348 views
  2921.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2922.                </small> -->
  2923.              </div>
  2924.            </div>
  2925.          </div>
  2926.          
  2927.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2928.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2929.                
  2930.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2931.                
  2932.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2933.            </div>
  2934.            <div class="post-content flex-grow-1">
  2935.              <h6 class="post-title mb-2">
  2936.                 <a href="/the-athletes-and-coaches-born-outside-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2937.                                            The Athletes and Coaches Born Outside in the United States
  2938.                                            </a>
  2939.              </h6>
  2940.              <div class="post-meta mb-3">
  2941.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2942.                <!-- <small class="text-muted">
  2943.                  <i class="ti-eye me-1"></i>348 views
  2944.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2945.                </small> -->
  2946.              </div>
  2947.            </div>
  2948.          </div>
  2949.          
  2950.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2951.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2952.                
  2953.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2954.                
  2955.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2956.            </div>
  2957.            <div class="post-content flex-grow-1">
  2958.              <h6 class="post-title mb-2">
  2959.                 <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-regulators-announce/" class="text-decoration-none top-color fw-semibold lh-sm">
  2960.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, Regulators Announce
  2961.                                            </a>
  2962.              </h6>
  2963.              <div class="post-meta mb-3">
  2964.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2965.                <!-- <small class="text-muted">
  2966.                  <i class="ti-eye me-1"></i>348 views
  2967.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2968.                </small> -->
  2969.              </div>
  2970.            </div>
  2971.          </div>
  2972.          
  2973.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2974.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2975.                
  2976.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2977.                
  2978.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2979.            </div>
  2980.            <div class="post-content flex-grow-1">
  2981.              <h6 class="post-title mb-2">
  2982.                 <a href="/chernobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-needs-major-repair-iaea/" class="text-decoration-none top-color fw-semibold lh-sm">
  2983.                                            Chernobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Needs Major Repair – IAEA
  2984.                                            </a>
  2985.              </h6>
  2986.              <div class="post-meta mb-3">
  2987.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  2988.                <!-- <small class="text-muted">
  2989.                  <i class="ti-eye me-1"></i>348 views
  2990.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2991.                </small> -->
  2992.              </div>
  2993.            </div>
  2994.          </div>
  2995.          
  2996.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2997.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2998.                
  2999.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3000.                
  3001.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3002.            </div>
  3003.            <div class="post-content flex-grow-1">
  3004.              <h6 class="post-title mb-2">
  3005.                 <a href="/the-gunners-take-on-wolves-in-key-english-top-division-encounter/" class="text-decoration-none top-color fw-semibold lh-sm">
  3006.                                            The Gunners Take On Wolves in Key English Top Division Encounter
  3007.                                            </a>
  3008.              </h6>
  3009.              <div class="post-meta mb-3">
  3010.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>09 May 2026</small>
  3011.                <!-- <small class="text-muted">
  3012.                  <i class="ti-eye me-1"></i>348 views
  3013.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3014.                </small> -->
  3015.              </div>
  3016.            </div>
  3017.          </div>
  3018.          
  3019.  
  3020.        </div>
  3021.  
  3022.        <div class="text-center mt-4 pt-3 border-top border-light">
  3023.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  3024.        </div>
  3025.      </div>
  3026.    </div>
  3027.  
  3028.    
  3029.    <div class="sidebar-widget mb-4">
  3030.      <div class="widget-title-wrapper mb-3">
  3031.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3032.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3033.          <span class="title-arrow"></span>
  3034.        </h4>
  3035.      </div>
  3036.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3037.        <div class="blog-roll-list scrollable-sidebar">
  3038.          
  3039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  3041.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3042.                <i class="ti-angle-right me-2 text-primary"></i>
  3043.                casinos not on gamstop
  3044.              </h6>
  3045.            </a>
  3046.          </div>
  3047.          
  3048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://www.rochdaleonline.co.uk/" rel="dofollow" class="text-decoration-none ">
  3050.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                uk casinos not on gamstop
  3053.              </h6>
  3054.            </a>
  3055.          </div>
  3056.          
  3057.      </div>
  3058.    </div>
  3059.    
  3060.    <div class="sidebar-widget mb-4">
  3061.      <div class="widget-title-wrapper mb-3">
  3062.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3063.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3064.          <span class="title-arrow"></span>
  3065.        </h4>
  3066.      </div>
  3067.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3068.        <div class="blog-roll-list scrollable-sidebar">
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://maisondefleurs.co.uk" rel="dofollow" class="text-decoration-none ">
  3072.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                best online casinos UK
  3075.              </h6>
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3081.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                casino site
  3084.              </h6>
  3085.            </a>
  3086.          </div>
  3087.          
  3088.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3089.            <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none ">
  3090.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3091.                <i class="ti-angle-right me-2 text-primary"></i>
  3092.                casino not on gamstop
  3093.              </h6>
  3094.            </a>
  3095.          </div>
  3096.          
  3097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.            <a href="https://www.helptobuy.org.uk/" rel="dofollow" class="text-decoration-none ">
  3099.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.                <i class="ti-angle-right me-2 text-primary"></i>
  3101.                non gamstop casinos
  3102.              </h6>
  3103.            </a>
  3104.          </div>
  3105.          
  3106.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  3108.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.                <i class="ti-angle-right me-2 text-primary"></i>
  3110.                best online casinos
  3111.              </h6>
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://gamebirdsclothing.co.uk" rel="dofollow" class="text-decoration-none ">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                best non uk casino sites
  3120.              </h6>
  3121.            </a>
  3122.          </div>
  3123.          
  3124.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3125.            <a href="https://openaire.co.uk/" rel="dofollow" class="text-decoration-none ">
  3126.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3127.                <i class="ti-angle-right me-2 text-primary"></i>
  3128.                new betting sites UK
  3129.              </h6>
  3130.            </a>
  3131.          </div>
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none ">
  3135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                find escort
  3138.              </h6>
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  3144.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                sites not on Gamban
  3147.              </h6>
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  3153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                casinos not on GamStop
  3156.              </h6>
  3157.            </a>
  3158.          </div>
  3159.          
  3160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3161.            <a href="https://www.hobsoncycles.co.uk" rel="dofollow" class="text-decoration-none ">
  3162.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3163.                <i class="ti-angle-right me-2 text-primary"></i>
  3164.                top betting sites not on GamStop
  3165.              </h6>
  3166.            </a>
  3167.          </div>
  3168.          
  3169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  3171.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3172.                <i class="ti-angle-right me-2 text-primary"></i>
  3173.                non GamStop casinos
  3174.              </h6>
  3175.            </a>
  3176.          </div>
  3177.          
  3178.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3180.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.                <i class="ti-angle-right me-2 text-primary"></i>
  3182.                casino not on GamStop
  3183.              </h6>
  3184.            </a>
  3185.          </div>
  3186.          
  3187.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3188.            <a href="https://www.no-deportations.org.uk" rel="dofollow" class="text-decoration-none ">
  3189.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3190.                <i class="ti-angle-right me-2 text-primary"></i>
  3191.                casino not on GamStop
  3192.              </h6>
  3193.            </a>
  3194.          </div>
  3195.          
  3196.      </div>
  3197.    </div>
  3198.    
  3199.    <div class="sidebar-widget mb-4">
  3200.      <div class="widget-title-wrapper mb-3">
  3201.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3202.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3203.          <span class="title-arrow"></span>
  3204.        </h4>
  3205.      </div>
  3206.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3207.        <div class="blog-roll-list scrollable-sidebar">
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none ">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                games not on GamStop
  3214.              </h6>
  3215.            </a>
  3216.          </div>
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://www.glasshouserestaurant.co.uk/" rel="dofollow" 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.                crypto casino
  3223.              </h6>
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                casinos not on GamStop
  3232.              </h6>
  3233.            </a>
  3234.          </div>
  3235.          
  3236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.                <i class="ti-angle-right me-2 text-primary"></i>
  3240.                non GamStop casinos
  3241.              </h6>
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://orangegenie.com" rel="dofollow" class="text-decoration-none ">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                casino not on GamStop UK
  3250.              </h6>
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" 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.                casinos not on GamStop
  3259.              </h6>
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                online casino not on GamStop
  3268.              </h6>
  3269.            </a>
  3270.          </div>
  3271.          
  3272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.                <i class="ti-angle-right me-2 text-primary"></i>
  3276.                non UK casinos that accept UK players
  3277.              </h6>
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                gambling sites not on gamstop
  3286.              </h6>
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" 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.                Non UKGC Casinos
  3295.              </h6>
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://transpositions.co.uk/" rel="dofollow" class="text-decoration-none ">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                non gamstop casino
  3304.              </h6>
  3305.            </a>
  3306.          </div>
  3307.          
  3308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.            <a href="https://geekgearbox.co.uk/" rel="dofollow" class="text-decoration-none ">
  3310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.                <i class="ti-angle-right me-2 text-primary"></i>
  3312.                non GamStop
  3313.              </h6>
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                casino not on gamstop
  3322.              </h6>
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://www.livingcoasts.org.uk/" rel="dofollow" 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 gamstop
  3331.              </h6>
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                Fair Casinos Not on Gamstop
  3340.              </h6>
  3341.            </a>
  3342.          </div>
  3343.          
  3344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.                <i class="ti-angle-right me-2 text-primary"></i>
  3348.                casino not on gamstop
  3349.              </h6>
  3350.            </a>
  3351.          </div>
  3352.          
  3353.      </div>
  3354.    </div>
  3355.    
  3356.    <div class="sidebar-widget mb-4">
  3357.      <div class="widget-title-wrapper mb-3">
  3358.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3359.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3360.          <span class="title-arrow"></span>
  3361.        </h4>
  3362.      </div>
  3363.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3364.        <div class="blog-roll-list scrollable-sidebar">
  3365.          
  3366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3367.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3368.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3369.                <i class="ti-angle-right me-2 text-primary"></i>
  3370.                uk betting sites not on gamstop
  3371.              </h6>
  3372.            </a>
  3373.          </div>
  3374.          
  3375.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3376.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3377.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3378.                <i class="ti-angle-right me-2 text-primary"></i>
  3379.                betting sites not on gamstop uk
  3380.              </h6>
  3381.            </a>
  3382.          </div>
  3383.          
  3384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.            <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3386.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.                <i class="ti-angle-right me-2 text-primary"></i>
  3388.                non gamstop betting sites
  3389.              </h6>
  3390.            </a>
  3391.          </div>
  3392.          
  3393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.            <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none ">
  3395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.                <i class="ti-angle-right me-2 text-primary"></i>
  3397.                non gamstop betting
  3398.              </h6>
  3399.            </a>
  3400.          </div>
  3401.          
  3402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3403.            <a href="https://www.xn--24-8qizc4j8c.com/" rel="dofollow" class="text-decoration-none ">
  3404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3405.                <i class="ti-angle-right me-2 text-primary"></i>
  3406.                แทงหวย24
  3407.              </h6>
  3408.            </a>
  3409.          </div>
  3410.          
  3411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3412.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3413.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3414.                <i class="ti-angle-right me-2 text-primary"></i>
  3415.                Casinos Not on Gamstop
  3416.              </h6>
  3417.            </a>
  3418.          </div>
  3419.          
  3420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3422.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.                <i class="ti-angle-right me-2 text-primary"></i>
  3424.                Casinos Not on Gamstop
  3425.              </h6>
  3426.            </a>
  3427.          </div>
  3428.          
  3429.      </div>
  3430.    </div>
  3431.    
  3432.  </div>
  3433.  
  3434. <!-- Sidebar V2 Styles -->
  3435. <style>
  3436.  .sidebar-widget {
  3437.    position: relative;
  3438.  }
  3439.  
  3440.  .widget-title {
  3441.    font-size: 1.1rem;
  3442.    font-weight: 700;
  3443.    display: inline-block;
  3444.    position: relative;
  3445.    z-index: 2;
  3446.    border-radius: 0;
  3447.  }
  3448.  
  3449.  /* Green arrow for August Blog Roll */
  3450.  .title-arrow::after {
  3451.    content: '';
  3452.    position: absolute;
  3453.    top: 0;
  3454.    right: -22px;
  3455.    width: 0;
  3456.    height: 0;
  3457.    border-left: 22px solid var(--bs-primary);
  3458.    border-top: 22px solid transparent;
  3459.    border-bottom: 22px solid transparent;
  3460.    z-index: 1;
  3461.  }
  3462.  
  3463.  /* Blue arrow for Recent Posts */
  3464.  .title-arrow-primary::after {
  3465.    content: '';
  3466.    position: absolute;
  3467.    top: 0;
  3468.    right: -22px;
  3469.    width: 0;
  3470.    height: 0;
  3471.    border-left: 22px solid var(--bs-primary);
  3472.    border-top: 22px solid transparent;
  3473.    border-bottom: 22px solid transparent;
  3474.    z-index: 1;
  3475.  }
  3476.  
  3477.  .widget-content {
  3478.    margin-top: -1px;
  3479.    position: relative;
  3480.    z-index: 1;
  3481.     background-color: var(--card-bg);
  3482.  }
  3483.  
  3484.  /* Blog Roll Items Hover Effects */
  3485.  .blog-roll-item:hover .blog-title {
  3486.    color: #198754 !important;
  3487.    transform: translateX(5px);
  3488.    transition: all 0.3s ease;
  3489.  }
  3490.  
  3491.  /* Recent Post Items Hover Effects */
  3492.  .recent-post-item:hover .post-title a {
  3493.    color: #0d6efd !important;
  3494.    transition: color 0.3s ease;
  3495.  }
  3496.  
  3497.  .recent-post-item:hover .post-image img {
  3498.    transform: scale(1.05);
  3499.    transition: transform 0.3s ease;
  3500.  }
  3501.  
  3502.  /* Button Hover Effects */
  3503.  .btn:hover {
  3504.    transform: translateY(-2px);
  3505.    transition: all 0.3s ease;
  3506.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3507.  }
  3508.  
  3509.  /* Badge Hover Effects */
  3510.  .badge:hover {
  3511.    transform: scale(1.05);
  3512.    transition: transform 0.3s ease;
  3513.  }
  3514.  
  3515.  @media (max-width: 991px) {
  3516.    .sidebar {
  3517.      margin-top: 3rem;
  3518.    }
  3519.  }
  3520.  
  3521.  @media (max-width: 576px) {
  3522.    .widget-title {
  3523.      font-size: 1rem;
  3524.      padding: 0.75rem 1rem !important;
  3525.    }
  3526.  
  3527.    .title-arrow::after,
  3528.    .title-arrow-primary::after {
  3529.      right: -18px;
  3530.      border-left-width: 18px;
  3531.      border-top-width: 18px;
  3532.      border-bottom-width: 18px;
  3533.    }
  3534.  
  3535.    .post-image {
  3536.      width: 70px !important;
  3537.      height: 55px !important;
  3538.    }
  3539.  
  3540.    .blog-meta {
  3541.      flex-direction: column !important;
  3542.      align-items: flex-start !important;
  3543.      gap: 0.5rem;
  3544.    }
  3545.  }
  3546. </style>
  3547.  
  3548.    
  3549.            </div>
  3550.        </div>
  3551.    </div>
  3552. </section>
  3553.  
  3554. <script>
  3555. // Intersection Observer for scroll animations
  3556. document.addEventListener('DOMContentLoaded', function() {
  3557.    const observerOptions = {
  3558.        threshold: 0.1,
  3559.        rootMargin: '0px 0px -50px 0px'
  3560.    };
  3561.  
  3562.    const observer = new IntersectionObserver(function(entries) {
  3563.        entries.forEach(entry => {
  3564.            if (entry.isIntersecting) {
  3565.                entry.target.classList.add('animated');
  3566.            }
  3567.        });
  3568.    }, observerOptions);
  3569.  
  3570.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3571.        observer.observe(el);
  3572.    });
  3573. });
  3574. </script>
  3575.  
  3576.    
  3577.        
  3578.        <!-- end wpo-blog-highlights-section -->
  3579.        <!-- start wpo-blog-sponsored-section -->
  3580.        
  3581.  
  3582.  
  3583.  
  3584.    
  3585.  
  3586.  
  3587.  
  3588. <style>
  3589.    .sponsored-section-v4 {
  3590.        padding: 50px 0;
  3591.    }
  3592.    
  3593.    .sponsored-card-v4 {
  3594.        background: var(--card-bg);
  3595.        border: 1px solid var(--border-color);
  3596.        border-radius: 4px;
  3597.        transition: border-color 0.3s ease;
  3598.        height: 100%;
  3599.        padding: 15px;
  3600.    }
  3601.    
  3602.    .sponsored-card-v4:hover {
  3603.        border-color: #adb5bd;
  3604.    }
  3605.    
  3606.    .sponsored-image-v4 {
  3607.        width: 150px;
  3608.        height: 150px;
  3609.        margin: 10px auto;
  3610.        border-radius: 50%;
  3611.        shape-outside: circle(50%);
  3612.        float: left;
  3613.    }
  3614.    
  3615.    .sponsored-image-v4 img {
  3616.        width: 100%;
  3617.        height: 100%;
  3618.        object-fit: cover;
  3619.        border-radius: 50%;
  3620.    }
  3621.    
  3622.    .sponsored-content-v4 {
  3623.        padding: 10px;
  3624.        overflow: hidden; /* Clearfix for floated image */
  3625.    }
  3626.    
  3627.    .sponsored-title-v4 {
  3628.        font-size: 15px;
  3629.        font-weight: 700;
  3630.        line-height: 1.4;
  3631.        margin-bottom: 8px;
  3632.        color: #333;
  3633.        position: relative;
  3634.        display: inline-block;
  3635.    }
  3636.    
  3637.    .sponsored-title-v4 a {
  3638.        text-decoration: none;
  3639.        color: var(--topbar-color) !important;
  3640.        margin: 10px 0px;
  3641.    }
  3642.    
  3643.    .sponsored-title-v4 a:hover {
  3644.        color: #6f42c1 !important; /* Purple hover */
  3645.    }
  3646.    
  3647.    .sponsored-title-v4::after {
  3648.        content: '';
  3649.        position: absolute;
  3650.        bottom: -2px;
  3651.        left: 0;
  3652.        width: 100%;
  3653.        height: 2px;
  3654.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3655.    }
  3656.    
  3657.    .sponsored-excerpt-v4 {
  3658.        font-size: 12px;
  3659.        font-weight: 400;
  3660.        color: #6c757d;
  3661.        margin-bottom: 10px;
  3662.        line-height: 1.5;
  3663.    }
  3664.    
  3665.    .sponsored-meta-v4 {
  3666.        font-size: 11px;
  3667.        color: #6c757d;
  3668.    }
  3669.    
  3670.    .author-info-v4 {
  3671.        margin-bottom: 5px;
  3672.    }
  3673.    
  3674.    .sponsored-author-img-v4 {
  3675.        width: 20px;
  3676.        height: 20px;
  3677.        border-radius: 50%;
  3678.        object-fit: cover;
  3679.        vertical-align: middle;
  3680.        margin-right: 5px;
  3681.    }
  3682.    
  3683.    .section-title-sponsored-v4 {
  3684.        font-size: 1.9rem;
  3685.        font-weight: 600;
  3686.        text-align: center;
  3687.        margin-bottom: 30px;
  3688.        color: #333;
  3689.        position: relative;
  3690.    }
  3691.    
  3692.    .section-title-sponsored-v4::after {
  3693.        content: '';
  3694.        position: absolute;
  3695.        bottom: -8px;
  3696.        left: 50%;
  3697.        transform: translateX(-50%);
  3698.        width: 80px;
  3699.        height: 3px;
  3700.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3701.    }
  3702.  
  3703.    @media (max-width: 768px) {
  3704.        .sponsored-section-v4 {
  3705.            padding: 30px 0;
  3706.        }
  3707.        .sponsored-image-v4 {
  3708.            width: 120px;
  3709.            height: 120px;
  3710.            float: none;
  3711.            margin: 10px auto;
  3712.        }
  3713.        .sponsored-content-v4 {
  3714.            padding: 12px;
  3715.            text-align: center;
  3716.        }
  3717.        .sponsored-title-v4 {
  3718.            font-size: 14px;
  3719.        }
  3720.        .sponsored-excerpt-v4 {
  3721.            font-size: 11px;
  3722.        }
  3723.        .sponsored-meta-v4 {
  3724.            font-size: 10px;
  3725.        }
  3726.        .section-title-sponsored-v4 {
  3727.            font-size: 1.6rem;
  3728.        }
  3729.    }
  3730. </style>
  3731.  
  3732. <section class="sponsored-section-v4">
  3733.    <div class="container-fluid fluid-container">
  3734.        <div class="row">
  3735.            <div class="col-12">
  3736.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3737.            </div>
  3738.        </div>
  3739.        
  3740.        <div class="row g-4">
  3741.            
  3742.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3743.                <div class="card sponsored-card-v4">
  3744.                    <div class="sponsored-image-v4">
  3745.                        
  3746.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3747.                        
  3748.                    </div>
  3749.                    <div class="sponsored-content-v4">
  3750.                        <h3 class="sponsored-title-v4">
  3751.                            <a href="/gaza-conflict-in-visualizations-after-two-years-of-fighting/" >
  3752.                                            Gaza Conflict in Visualizations After Two Years of Fighting
  3753.                                            </a>
  3754.                        </h3>
  3755.                        <p class="sponsored-excerpt-v4">
  3756.                          
  3757.                        </p>
  3758.                        <div class="sponsored-meta-v4">
  3759.                            <div class="author-info-v4">
  3760.                                
  3761.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="sponsored-author-img-v4">
  3762.                                
  3763.                                <span>
  3764.                                    Cody Walker
  3765.                                </span>
  3766.                            </div>
  3767.                            <div>10 May 2026</div>
  3768.                        </div>
  3769.                    </div>
  3770.                </div>
  3771.            </div>
  3772.            
  3773.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3774.                <div class="card sponsored-card-v4">
  3775.                    <div class="sponsored-image-v4">
  3776.                        
  3777.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3778.                        
  3779.                    </div>
  3780.                    <div class="sponsored-content-v4">
  3781.                        <h3 class="sponsored-title-v4">
  3782.                            <a href="/democrats-denounce-trump-after-he-suggests-they-should-face-capital-punishment/" >
  3783.                                            Democrats Denounce Trump After He Suggests They Should Face Capital Punishment
  3784.                                            </a>
  3785.                        </h3>
  3786.                        <p class="sponsored-excerpt-v4">
  3787.                          
  3788.                        </p>
  3789.                        <div class="sponsored-meta-v4">
  3790.                            <div class="author-info-v4">
  3791.                                
  3792.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="sponsored-author-img-v4">
  3793.                                
  3794.                                <span>
  3795.                                    Cody Walker
  3796.                                </span>
  3797.                            </div>
  3798.                            <div>09 May 2026</div>
  3799.                        </div>
  3800.                    </div>
  3801.                </div>
  3802.            </div>
  3803.            
  3804.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3805.                <div class="card sponsored-card-v4">
  3806.                    <div class="sponsored-image-v4">
  3807.                        
  3808.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3809.                        
  3810.                    </div>
  3811.                    <div class="sponsored-content-v4">
  3812.                        <h3 class="sponsored-title-v4">
  3813.                            <a href="/the-athletes-and-coaches-born-outside-in-the-united-states/" >
  3814.                                            The Athletes and Coaches Born Outside in the United States
  3815.                                            </a>
  3816.                        </h3>
  3817.                        <p class="sponsored-excerpt-v4">
  3818.                          
  3819.                        </p>
  3820.                        <div class="sponsored-meta-v4">
  3821.                            <div class="author-info-v4">
  3822.                                
  3823.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="sponsored-author-img-v4">
  3824.                                
  3825.                                <span>
  3826.                                    Cody Walker
  3827.                                </span>
  3828.                            </div>
  3829.                            <div>09 May 2026</div>
  3830.                        </div>
  3831.                    </div>
  3832.                </div>
  3833.            </div>
  3834.            
  3835.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3836.                <div class="card sponsored-card-v4">
  3837.                    <div class="sponsored-image-v4">
  3838.                        
  3839.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3840.                        
  3841.                    </div>
  3842.                    <div class="sponsored-content-v4">
  3843.                        <h3 class="sponsored-title-v4">
  3844.                            <a href="/russian-authorities-restricts-snapchat-and-restricts-apples-facetime-regulators-announce/" >
  3845.                                            Russian Authorities Restricts Snapchat and Restricts Apple&#x27;s FaceTime, Regulators Announce
  3846.                                            </a>
  3847.                        </h3>
  3848.                        <p class="sponsored-excerpt-v4">
  3849.                          
  3850.                        </p>
  3851.                        <div class="sponsored-meta-v4">
  3852.                            <div class="author-info-v4">
  3853.                                
  3854.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="sponsored-author-img-v4">
  3855.                                
  3856.                                <span>
  3857.                                    Cody Walker
  3858.                                </span>
  3859.                            </div>
  3860.                            <div>09 May 2026</div>
  3861.                        </div>
  3862.                    </div>
  3863.                </div>
  3864.            </div>
  3865.            
  3866.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3867.                <div class="card sponsored-card-v4">
  3868.                    <div class="sponsored-image-v4">
  3869.                        
  3870.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3871.                        
  3872.                    </div>
  3873.                    <div class="sponsored-content-v4">
  3874.                        <h3 class="sponsored-title-v4">
  3875.                            <a href="/chernobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-needs-major-repair-iaea/" >
  3876.                                            Chernobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Needs Major Repair – IAEA
  3877.                                            </a>
  3878.                        </h3>
  3879.                        <p class="sponsored-excerpt-v4">
  3880.                          
  3881.                        </p>
  3882.                        <div class="sponsored-meta-v4">
  3883.                            <div class="author-info-v4">
  3884.                                
  3885.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="sponsored-author-img-v4">
  3886.                                
  3887.                                <span>
  3888.                                    Cody Walker
  3889.                                </span>
  3890.                            </div>
  3891.                            <div>09 May 2026</div>
  3892.                        </div>
  3893.                    </div>
  3894.                </div>
  3895.            </div>
  3896.            
  3897.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3898.                <div class="card sponsored-card-v4">
  3899.                    <div class="sponsored-image-v4">
  3900.                        
  3901.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3902.                        
  3903.                    </div>
  3904.                    <div class="sponsored-content-v4">
  3905.                        <h3 class="sponsored-title-v4">
  3906.                            <a href="/the-gunners-take-on-wolves-in-key-english-top-division-encounter/" >
  3907.                                            The Gunners Take On Wolves in Key English Top Division Encounter
  3908.                                            </a>
  3909.                        </h3>
  3910.                        <p class="sponsored-excerpt-v4">
  3911.                          
  3912.                        </p>
  3913.                        <div class="sponsored-meta-v4">
  3914.                            <div class="author-info-v4">
  3915.                                
  3916.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c743c958-15cc-4dc7-a2ba-74ec00493e9a_profile.png" alt="Cody Walker" style="object-fit: cover;" class="sponsored-author-img-v4">
  3917.                                
  3918.                                <span>
  3919.                                    Cody Walker
  3920.                                </span>
  3921.                            </div>
  3922.                            <div>09 May 2026</div>
  3923.                        </div>
  3924.                    </div>
  3925.                </div>
  3926.            </div>
  3927.            
  3928.        </div>
  3929.    </div>
  3930. </section>
  3931.  
  3932.  
  3933.    
  3934.        <!-- end wpo-blog-sponsored-section -->
  3935.        <!-- start wpo-subscribe-section -->
  3936.        
  3937.        <!-- end subscribe-section -->
  3938.        <!-- start of wpo-site-footer-section -->
  3939.        
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946. <footer class="wpo-site-footer-v2 ">
  3947.    
  3948.    <!-- Main Footer Content -->
  3949.    <div class="container-fluid fluid-container">
  3950.        
  3951.        <!-- Step 1: Brand Section -->
  3952.        <div class="footer-brand-section">
  3953.            <div class="row justify-content-center">
  3954.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3955.                    <div class="brand-wrapper">
  3956.                        
  3957.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/418d7f68-a751-4f2e-bd7e-9f0435f1dacc_logo.png" alt="Vegas Today Online" class="footer-logo mb-3" loading="lazy">
  3958.                        
  3959.                        <h2 class="brand-title">Vegas Today Online</h2>
  3960.                        <p class="brand-description">Stay updated with the latest Las Vegas news, events, and entertainment. From casino reviews to local happenings, we bring you the best of Vegas daily.</p>
  3961.                        
  3962.                    </div>
  3963.                </div>
  3964.            </div>
  3965.        </div>
  3966.  
  3967.        <!-- Step 2: Content Columns with Separators -->
  3968.        <div class="footer-content-section">
  3969.            <div class="content-divider"></div>
  3970.            
  3971.            <div class="row">
  3972.                
  3973.                <!-- Column 1: Important Links -->
  3974.                <div class="col-lg-6 col-md-6 col-12">
  3975.                    <div class="footer-column">
  3976.                        <div class="column-header">
  3977.                            <span class="column-number bg-primary-gradient">01</span>
  3978.                            <h6 class="column-title">Important Pages</h6>
  3979.                        </div>
  3980.                        <div class="column-content">
  3981.                            <ul class="footer-links">
  3982.                                
  3983.                                <li>
  3984.                                    <a href="/englands-joe-root-shares-mixed-feelings-on-floodlit-test-games-before-key-ashes-clash/" class="footer-link">
  3985.                                        England&#x27;s Joe Root Shares Mixed Feelings on Floodlit Test Games Before Key Ashes Clash
  3986.                                    </a>
  3987.                                </li>
  3988.                                
  3989.                                <li>
  3990.                                    <a href="/dining-over-the-gap-a-encounter-between-opposing-viewpoints/" class="footer-link">
  3991.                                        Dining Over the Gap: A Encounter Between Opposing Viewpoints
  3992.                                    </a>
  3993.                                </li>
  3994.                                
  3995.                                <li>
  3996.                                    <a href="/wta-finals-updates-rybakina-takes-on-ekaterina-alexandrova-swiatek-battles-amanda-anisimova/" class="footer-link">
  3997.                                        WTA Finals Updates: Rybakina Takes On Ekaterina Alexandrova, Swiatek Battles Amanda Anisimova
  3998.                                    </a>
  3999.                                </li>
  4000.                                
  4001.                                <li>
  4002.                                    <a href="/cameroonian-political-opposition-figure-to-face-legal-action-concerning-electoral-turmoil-government-declares/" class="footer-link">
  4003.                                        Cameroonian Political Opposition Figure to Face Legal Action Concerning Electoral Turmoil, Government Declares
  4004.                                    </a>
  4005.                                </li>
  4006.                                
  4007.                                <li>
  4008.                                    <a href="/new-york-city-prepares-for-incoming-gambling-establishments-during-a-national-wagering-surge/" class="footer-link">
  4009.                                        New York City Prepares For Incoming Gambling Establishments During A National Wagering Surge
  4010.                                    </a>
  4011.                                </li>
  4012.                                
  4013.                                <li>
  4014.                                    <a href="/finland-stuns-back-to-back-reigning-title-holders-the-united-states-in-world-junior-quarterfinal-round/" class="footer-link">
  4015.                                        Finland Stuns Back-to-Back Reigning Title Holders the United States in World Junior Quarterfinal Round.
  4016.                                    </a>
  4017.                                </li>
  4018.                                
  4019.                            </ul>
  4020.                        </div>
  4021.                    </div>
  4022.                </div>
  4023.  
  4024.                <!-- Column 2: External Links -->
  4025.                 <div class="col-lg-6 col-md-6 col-12">
  4026.                    <div class="footer-column">
  4027.                        <div class="column-header">
  4028.                            <span class="column-number bg-primary-gradient">02</span>
  4029.                            <h6 class="column-title">External Resources</h6>
  4030.                        </div>
  4031.                       <div class="column-content">
  4032.    <ul class="footer-links" id="footerLinks">
  4033.        
  4034.        
  4035.  
  4036.        
  4037.        
  4038.        
  4039.        
  4040.    </ul>
  4041. </div>
  4042.  
  4043.                    </div>
  4044.                </div>
  4045.  
  4046.                <!-- Column 3: Categories -->
  4047.                <div class="col-lg-6 col-md-6 col-12">
  4048.                    <div class="footer-column">
  4049.                        <div class="column-header">
  4050.                            <span class="column-number bg-primary-gradient">02</span>
  4051.                            <h6 class="column-title">Categories</h6>
  4052.                        </div>
  4053.                        <div class="column-content">
  4054.                            <ul class="footer-links">
  4055.                                
  4056.                                <li>
  4057.                                    <a href="/category/all-posts/" class="footer-link">
  4058.                                        All Posts
  4059.                                    </a>
  4060.                                </li>
  4061.                                
  4062.                                <li>
  4063.                                    <a href="/category/business/" class="footer-link">
  4064.                                        Business
  4065.                                    </a>
  4066.                                </li>
  4067.                                
  4068.                                <li>
  4069.                                    <a href="/category/esports/" class="footer-link">
  4070.                                        Esports
  4071.                                    </a>
  4072.                                </li>
  4073.                                
  4074.                                <li>
  4075.                                    <a href="/category/fashion/" class="footer-link">
  4076.                                        Fashion
  4077.                                    </a>
  4078.                                </li>
  4079.                                
  4080.                                <li>
  4081.                                    <a href="/category/featured/" class="footer-link">
  4082.                                        Featured
  4083.                                    </a>
  4084.                                </li>
  4085.                                
  4086.                                <li>
  4087.                                    <a href="/category/gaming/" class="footer-link">
  4088.                                        Gaming
  4089.                                    </a>
  4090.                                </li>
  4091.                                
  4092.                            </ul>
  4093.                        </div>
  4094.                    </div>
  4095.                </div>
  4096.  
  4097.            </div>
  4098.        </div>
  4099.  
  4100.        <!-- Step 3: Footer Bottom -->
  4101.        <div class="footer-bottom-section">
  4102.            <div class="bottom-divider"></div>
  4103.            <div class="d-flex justify-content-between flex-wrap">
  4104.                <div class="">
  4105.                    <p class="copyright-text">
  4106.                        &copy; 2026 <strong>Vegas Today Online</strong> • All rights reserved
  4107.                    </p>
  4108.                </div>
  4109.                <div class="">
  4110.                    <nav class="footer-nav">
  4111.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4112.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4113.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4114.                    </nav>
  4115.                </div>
  4116.            </div>
  4117.        </div>
  4118.  
  4119.    </div>
  4120.  
  4121.    <!-- Background Elements -->
  4122.    <div class="footer-bg-elements">
  4123.        <div class="bg-circle circle-1"></div>
  4124.        <div class="bg-circle circle-2"></div>
  4125.        <div class="bg-line line-1"></div>
  4126.        <div class="bg-line line-2"></div>
  4127.    </div>
  4128.  
  4129. </footer>
  4130.  
  4131. <style>
  4132. /* Footer V2 - Clean Blog Design */
  4133. .wpo-site-footer-v2 {
  4134.    color: var(--footer-color);
  4135.    background-color: var(--card-bg);
  4136.    margin-top: 100px;
  4137. }
  4138.  
  4139.  
  4140.  
  4141. /* Step 2: Brand Section */
  4142. .footer-brand-section {
  4143.    position: relative;
  4144.    z-index: 2;
  4145.    padding: 120px 0 60px;
  4146. }
  4147.  
  4148. .brand-wrapper {
  4149.    max-width: 600px;
  4150.    margin: 0 auto;
  4151. }
  4152.  
  4153. .footer-logo {
  4154.    max-height: 60px;
  4155.    width: auto;
  4156.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4157. }
  4158.  
  4159. .brand-title {
  4160.    font-size: 2.2rem;
  4161.    font-weight: 800;
  4162.    color: var(--footer-color);
  4163.    margin-bottom: 1rem;
  4164.    letter-spacing: -0.02em;
  4165. }
  4166.  
  4167. .brand-description {
  4168.    font-size: 1.1rem;
  4169.    color: var(--footer-color);
  4170.    line-height: 1.6;
  4171.    opacity: .7;
  4172.    margin-bottom: 0;
  4173. }
  4174.  
  4175. /* Step 3: Content Section */
  4176. .footer-content-section {
  4177.    position: relative;
  4178.    z-index: 2;
  4179.    padding: 60px 0;
  4180. }
  4181.  
  4182.  
  4183. .footer-column {
  4184.    margin-bottom: 40px;
  4185.    padding: 0 20px;
  4186. }
  4187.  
  4188. .column-header {
  4189.    display: flex;
  4190.    align-items: center;
  4191.    margin-bottom: 25px;
  4192.    padding-bottom: 15px;
  4193.    border-bottom: 2px solid var(--border-color);
  4194. }
  4195.  
  4196. .column-number {
  4197.    width: 35px;
  4198.    height: 35px;
  4199.    border-radius: 10px;
  4200.    display: flex;
  4201.    align-items: center;
  4202.    justify-content: center;
  4203.    font-weight: 700;
  4204.    font-size: 0.9rem;
  4205.    margin-right: 15px;
  4206. }
  4207.  
  4208. .column-title {
  4209.    font-size: 1.1rem;
  4210.    font-weight: 700;
  4211.    color: var(--footer-color) !important;
  4212.    margin: 0;
  4213. }
  4214.  
  4215. .column-content {
  4216.    padding-left: 50px;
  4217. }
  4218.  
  4219. /* Footer Links */
  4220. .footer-links {
  4221.    list-style: none;
  4222.    padding: 0;
  4223.    margin: 0;
  4224. }
  4225.  
  4226. .footer-links li {
  4227.    margin-bottom: 12px;
  4228.    position: relative;
  4229. }
  4230.  
  4231. .footer-link {
  4232.    color: var(--footer-color) !important;
  4233.    text-decoration: none;
  4234.    font-size: 0.95rem;
  4235.    line-height: 1.5;
  4236.    transition: all 0.8s ease;
  4237.    position: relative;
  4238.    display: inline-flex;
  4239.    align-items: center;
  4240. }
  4241.  
  4242. .footer-link:hover {
  4243.    color: var(--bs-primary);
  4244.    padding-left: 8px;
  4245. }
  4246.  
  4247. .footer-link::before {
  4248.    content: '';
  4249.    position: absolute;
  4250.    left: -15px;
  4251.    top: 50%;
  4252.    transform: translateY(-50%);
  4253.    width: 4px;
  4254.    height: 4px;
  4255.    background: var(--bs-primary);
  4256.    border-radius: 50%;
  4257.    opacity: 0;
  4258.    transition: opacity 0.3s ease;
  4259. }
  4260.  
  4261. .footer-link:hover::before {
  4262.    opacity: 1;
  4263. }
  4264.  
  4265. /* Step 4: Footer Bottom */
  4266. .footer-bottom-section {
  4267.    position: relative;
  4268.    z-index: 2;
  4269.    padding: 30px 0;
  4270. }
  4271.  
  4272. .bottom-divider {
  4273.    width: 100%;
  4274.    height: 1px;
  4275.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4276.    margin-bottom: 30px;
  4277. }
  4278.  
  4279. .copyright-text {
  4280.    color: var(--footer-color);
  4281.    font-size: 0.9rem;
  4282.    margin: 0;
  4283.    line-height: 1.6;
  4284. }
  4285.  
  4286. .footer-nav {
  4287.    display: flex;
  4288.    align-items: center;
  4289.    gap: 20px;
  4290.    justify-content: center;
  4291. }
  4292.  
  4293. .footer-nav-link {
  4294.    color: var(--footer-color) !important;
  4295.    text-decoration: none;
  4296.    font-size: 0.9rem;
  4297.    font-weight: 500;
  4298.    transition: color 0.3s ease;
  4299.    position: relative;
  4300. }
  4301.  
  4302. .footer-nav-link:hover {
  4303.    color: var(--bs-primary);
  4304. }
  4305.  
  4306. .footer-nav-link::after {
  4307.    content: '';
  4308.    position: absolute;
  4309.    bottom: -5px;
  4310.    left: 0;
  4311.    width: 0;
  4312.    height: 2px;
  4313.    background: var(--bs-primary) !important;
  4314.    transition: width 0.3s ease;
  4315. }
  4316.  
  4317. .footer-nav-link:hover::after {
  4318.    width: 100%;
  4319. }
  4320.  
  4321. /* Responsive Design */
  4322. @media (max-width: 992px) {
  4323.    .footer-brand-section {
  4324.        padding: 100px 0 50px;
  4325.    }
  4326.    
  4327.    .brand-title {
  4328.        font-size: 1.8rem;
  4329.    }
  4330.    
  4331.    .column-content {
  4332.        padding-left: 0;
  4333.        padding-top: 10px;
  4334.    }
  4335.    
  4336.    .column-header {
  4337.        flex-direction: column;
  4338.        align-items: flex-start;
  4339.        gap: 10px;
  4340.    }
  4341.    
  4342.    .column-number {
  4343.        align-self: center;
  4344.    }
  4345. }
  4346.  
  4347. @media (max-width: 768px) {
  4348.    .footer-brand-section {
  4349.        padding: 80px 0 40px;
  4350.    }
  4351.    
  4352.    .brand-title {
  4353.        font-size: 1.6rem;
  4354.    }
  4355.    
  4356.    .newsletter-inline {
  4357.        padding: 1.5rem;
  4358.        margin: 0 15px;
  4359.    }
  4360.    
  4361.    .newsletter-form .input-group {
  4362.        flex-direction: column;
  4363.    }
  4364.    
  4365.    .btn-newsletter {
  4366.        border-radius: 0 0 12px 12px;
  4367.    }
  4368.    
  4369.    .newsletter-input {
  4370.        border-radius: 12px 12px 0 0;
  4371.    }
  4372.    
  4373.    .footer-column {
  4374.        padding: 0 15px;
  4375.        margin-bottom: 35px;
  4376.    }
  4377.    
  4378.    .footer-nav {
  4379.        flex-direction: column;
  4380.        gap: 15px;
  4381.        margin-top: 20px;
  4382.    }
  4383. }
  4384.  
  4385. @media (max-width: 576px) {
  4386.    .footer-brand-section {
  4387.        padding: 60px 0 30px;
  4388.    }
  4389.    
  4390.    .brand-title {
  4391.        font-size: 1.4rem;
  4392.    }
  4393.    
  4394.    .brand-description {
  4395.        font-size: 1rem;
  4396.    }
  4397.    
  4398.    .newsletter-title {
  4399.        font-size: 1.1rem;
  4400.    }
  4401.    
  4402.    .column-title {
  4403.        font-size: 1rem;
  4404.    }
  4405.    
  4406.    .footer-column {
  4407.        padding: 0 10px;
  4408.    }
  4409.    
  4410.    .bg-circle, .bg-line {
  4411.        display: none;
  4412.    }
  4413. }
  4414.  
  4415. /* Minimal Animation */
  4416. .footer-column {
  4417.    transition: opacity 0.3s ease;
  4418. }
  4419.  
  4420. .footer-column:hover {
  4421.    opacity: 0.9;
  4422. }
  4423. </style>
  4424.  
  4425. <!-- Bootstrap 5 JS -->
  4426.  
  4427. <script>
  4428. // Scroll to Top Function
  4429. function scrollToTop() {
  4430.    window.scrollTo({
  4431.        top: 0,
  4432.        behavior: 'smooth'
  4433.    });
  4434. }
  4435.  
  4436. // Initialize Footer V2 Features
  4437. document.addEventListener('DOMContentLoaded', function() {
  4438.    
  4439.    // Newsletter Form Enhancement
  4440.    const newsletterForm = document.querySelector('.newsletter-form');
  4441.    if (newsletterForm) {
  4442.        newsletterForm.addEventListener('submit', function(e) {
  4443.            e.preventDefault(); // Remove this in actual implementation
  4444.            
  4445.            const submitBtn = this.querySelector('.btn-newsletter');
  4446.            const originalText = submitBtn.textContent;
  4447.            
  4448.            submitBtn.textContent = 'Subscribing...';
  4449.            submitBtn.disabled = true;
  4450.            
  4451.            // Simulate form processing
  4452.            setTimeout(() => {
  4453.                submitBtn.textContent = 'Subscribed!';
  4454.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4455.                
  4456.                setTimeout(() => {
  4457.                    submitBtn.textContent = originalText;
  4458.                    submitBtn.disabled = false;
  4459.                    submitBtn.style.background = '';
  4460.                    this.reset();
  4461.                }, 2000);
  4462.            }, 1500);
  4463.        });
  4464.    }
  4465.    
  4466.    // Smooth reveal for columns on scroll
  4467.    const observerOptions = {
  4468.        threshold: 0.1,
  4469.        rootMargin: '0px 0px -50px 0px'
  4470.    };
  4471.    
  4472.    const observer = new IntersectionObserver((entries) => {
  4473.        entries.forEach(entry => {
  4474.            if (entry.isIntersecting) {
  4475.                entry.target.style.opacity = '1';
  4476.                entry.target.style.transform = 'translateY(0)';
  4477.            }
  4478.        });
  4479.    }, observerOptions);
  4480.    
  4481.    // Initially hide columns for animation
  4482.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4483.        column.style.opacity = '0';
  4484.        column.style.transform = 'translateY(20px)';
  4485.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4486.        observer.observe(column);
  4487.    });
  4488.    
  4489.    // Prevent default for placeholder links
  4490.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4491.        link.addEventListener('click', function(e) {
  4492.            e.preventDefault();
  4493.        });
  4494.    });
  4495. });
  4496.  
  4497. document.addEventListener('DOMContentLoaded', function () {
  4498.    var btn = document.getElementById('toggleFooterLinks');
  4499.    if (!btn) return; // No extra links, no button
  4500.  
  4501.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4502.  
  4503.    btn.addEventListener('click', function () {
  4504.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4505.            return li.classList.contains('d-none');
  4506.        });
  4507.  
  4508.        extras.forEach(function (li) {
  4509.            if (anyHidden) {
  4510.                li.classList.remove('d-none');
  4511.                li.classList.add('show');
  4512.            } else {
  4513.                li.classList.add('d-none');
  4514.                li.classList.remove('show');
  4515.            }
  4516.        });
  4517.  
  4518.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4519.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4520.    });
  4521. });
  4522.  
  4523. </script>
  4524.  
  4525.        <!-- end of wpo-site-footer-section -->
  4526.    </div>
  4527.    <!-- end of page-wrapper -->
  4528.  
  4529.    <!-- All JavaScript files
  4530.    ================================================== -->
  4531.    
  4532.  
  4533. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4534. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4535. <!-- Plugins for this template -->
  4536. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4537. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4538. <!-- Custom script for this template -->
  4539. <script src="/static/blogapp/assets/js/script.js"></script>
  4540.  
  4541. <script>
  4542. (function () {
  4543. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4544. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4545.  
  4546. function applyFallback(img) {
  4547. if (!img || img.dataset.fallbackApplied === "1") {
  4548. return;
  4549. }
  4550. var failedSrc = img.currentSrc || img.src || "";
  4551. img.dataset.fallbackApplied = "1";
  4552. img.onerror = null;
  4553. img.src = fallbackImageSrc;
  4554. console.warn("[ImageFallback] Replaced broken image:", {
  4555. failedSrc: failedSrc,
  4556. fallbackSrc: fallbackImageSrc,
  4557. alt: img.alt || "",
  4558. });
  4559. }
  4560.  
  4561. document.querySelectorAll("img").forEach(function (img) {
  4562. if (img.complete && img.naturalWidth === 0) {
  4563. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4564. failedSrc: img.currentSrc || img.src || "",
  4565. alt: img.alt || "",
  4566. });
  4567. applyFallback(img);
  4568. }
  4569. });
  4570.  
  4571. document.addEventListener(
  4572. "error",
  4573. function (event) {
  4574. var target = event.target;
  4575. if (target && target.tagName === "IMG") {
  4576. applyFallback(target);
  4577. }
  4578. },
  4579. true
  4580. );
  4581. })();
  4582. </script>
  4583.  
  4584. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4585.  
  4586.  
  4587.  
  4588. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"838739019ffc4cfb9b7494426922d170","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4589. </body>
  4590.  
  4591. </html>
  4592.  
  4593.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda