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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Web_Buzz_Horizon_7ssIwlk_qaBOydD_CJrX9RH_CfAyvN8.png">
  14.    
  15.  
  16.    <title>World Life News - Latest Global Updates &amp; Breaking Stories</title>
  17.    <meta name="description" content="Stay informed with the latest global news, breaking stories, and in-depth analysis on world events, politics, and culture from World Life News.">
  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://worldlifenews.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c9a7;
  42.        --bs-primary-rgb: 00c9a7;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #134e4a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c9a7;
  53.        --theme-primary-color-s2: #00c9a7;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 14px;
  83.        --link-color: #00c9a7;
  84.        --link-hover: #00a68a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 201, 167, 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_54">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/an-event-that-altered-my-perspective-a-dove-fell-out-of-the-sky-and-she-led-to-a-hidden-underground-salvation-group/" class="px-5 top-color">
  420.                    An Event That Altered My Perspective: A Dove Fell Out of the Sky – and She Led to a Hidden Underground Salvation Group
  421.                  </a>
  422.                  
  423.                  <a href="/mohamed-salah-extends-statement-to-teammates-says-curtis-jones/" class="px-5 top-color">
  424.                    Mohamed Salah Extends Statement to Teammates, Says Curtis Jones
  425.                  </a>
  426.                  
  427.                  <a href="/the-failed-attempt-to-host-un-climate-summit-looks-chaotic-yet-it-could-in-fact-be-the-optimal-outcome-possible/" class="px-5 top-color">
  428.                    The Failed Attempt to Host UN Climate Summit Looks Chaotic – Yet It Could In Fact Be the Optimal Outcome Possible
  429.                  </a>
  430.                  
  431.                  <a href="/madeleine-mccanns-father-urges-stronger-press-oversight-amid-accounts-of-media-hounding/" class="px-5 top-color">
  432.                    Madeleine McCann&#x27;s Father Urges Stronger Press Oversight Amid Accounts of Media &quot;Hounding&quot;.
  433.                  </a>
  434.                  
  435.                  <a href="/former-us-president-endorsed-candidate-asfura-proclaimed-incoming-president-of-honduras/" class="px-5 top-color">
  436.                    Former US President-Endorsed Candidate Asfura Proclaimed Incoming President of Honduras
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v8 mb-4">
  479.    <div class="container-fluid fluid-container">
  480.        <!-- Main Navigation Card -->
  481.        <div class="nav-card-v8">
  482.            <div class="row align-items-center justify-content-between">
  483.                <!-- Logo Section -->
  484.               <div class="col-lg-2 col-md-3 col-6">
  485.                    <div class="logo-section-v8">
  486.                        <a class="logo-link-v8" href="/">
  487.                            
  488.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c877ae2a-3003-4b74-a502-2a7d158f462a_logo.png" alt="World Life News" class="logo-img-v8" />
  489.                            
  490.                        </a>
  491.                    </div>
  492.                </div>
  493.  
  494.                <!-- Navigation Menu -->
  495.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  496.                    <nav class="main-nav-v8">
  497.                        <ul class="nav-list-v8">
  498.  
  499.                            
  500.                            <li class="nav-item-v8">
  501.                                <a href="/" class="nav-link-v8 active-v8"
  502.                                    data-text="Home">Home</a>
  503.                            </li>
  504.  
  505.                            
  506.                            
  507.                             <li class="nav-item-v8">
  508.                                <a href="/category/all-posts/" class="nav-link-v8"
  509.                                    data-text="All Posts">
  510.                                    All Posts
  511.                                </a>
  512.                                </li>
  513.  
  514.                                
  515.  
  516.                                                
  517.                                                
  518.                                
  519.                             <li class="nav-item-v8">
  520.                                <a href="/category/business/" class="nav-link-v8"
  521.                                    data-text="Business">
  522.                                    Business
  523.                                </a>
  524.                                </li>
  525.  
  526.                                
  527.  
  528.                                                
  529.                                                
  530.                                
  531.                             <li class="nav-item-v8">
  532.                                <a href="/category/esports/" class="nav-link-v8"
  533.                                    data-text="Esports">
  534.                                    Esports
  535.                                </a>
  536.                                </li>
  537.  
  538.                                
  539.  
  540.                                                
  541.                                                
  542.                                
  543.                             <li class="nav-item-v8">
  544.                                <a href="/category/fashion/" class="nav-link-v8"
  545.                                    data-text="Fashion">
  546.                                    Fashion
  547.                                </a>
  548.                                </li>
  549.  
  550.                                
  551.  
  552.                                                
  553.                                                
  554.                                
  555.                             <li class="nav-item-v8">
  556.                                <a href="/category/featured/" class="nav-link-v8"
  557.                                    data-text="Featured">
  558.                                    Featured
  559.                                </a>
  560.                                </li>
  561.  
  562.                                
  563.  
  564.                                                
  565.                                                
  566.                                
  567.                             <li class="nav-item-v8">
  568.                                <a href="/category/gaming/" class="nav-link-v8"
  569.                                    data-text="Gaming">
  570.                                    Gaming
  571.                                </a>
  572.                                </li>
  573.  
  574.                                
  575.  
  576.                                                
  577.                                                
  578.                                
  579.                             <li class="nav-item-v8">
  580.                                <a href="/category/health/" class="nav-link-v8"
  581.                                    data-text="Health">
  582.                                    Health
  583.                                </a>
  584.                                </li>
  585.  
  586.                                
  587.  
  588.                                                
  589.                                                
  590.                                
  591.                            
  592.                                
  593.                                
  594.                                <li class="nav-item-v8 has-dropdown-v8">
  595.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  596.                                    <div class="dropdown-card-v8">
  597.                                        <div class="dropdown-grid-v8">
  598.                                            <div class="dropdown-section-v8">
  599.                                                <a href="/category/life-fitness/"
  600.                                                    class="dropdown-link-v8">
  601.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  602.                                                </a>
  603.                                                
  604.  
  605.                                                
  606.  
  607.                                                
  608.                                                
  609.                                
  610.                            
  611.                                                <a href="/category/lifestyle/"
  612.                                                    class="dropdown-link-v8">
  613.                                                    <span class="link-icon-v8"></span> Lifestyle
  614.                                                </a>
  615.                                                
  616.  
  617.                                                
  618.                                                
  619.                                
  620.                            
  621.                                                <a href="/category/news/"
  622.                                                    class="dropdown-link-v8">
  623.                                                    <span class="link-icon-v8"></span> News
  624.                                                </a>
  625.                                                
  626.  
  627.                                                
  628.                                                
  629.                                
  630.                            
  631.                                                <a href="/category/others/"
  632.                                                    class="dropdown-link-v8">
  633.                                                    <span class="link-icon-v8"></span> Others
  634.                                                </a>
  635.                                                
  636.  
  637.                                                
  638.                                                
  639.                                
  640.                            
  641.                                                <a href="/category/politics/"
  642.                                                    class="dropdown-link-v8">
  643.                                                    <span class="link-icon-v8"></span> Politics
  644.                                                </a>
  645.                                                
  646.  
  647.                                                
  648.                                                
  649.                                
  650.                            
  651.                                                <a href="/category/sports/"
  652.                                                    class="dropdown-link-v8">
  653.                                                    <span class="link-icon-v8"></span> Sports
  654.                                                </a>
  655.                                                
  656.  
  657.                                                
  658.                                                
  659.                                
  660.                            
  661.                                                <a href="/category/tech/"
  662.                                                    class="dropdown-link-v8">
  663.                                                    <span class="link-icon-v8"></span> Tech
  664.                                                </a>
  665.                                                
  666.  
  667.                                                
  668.                                                
  669.                                
  670.                            
  671.                                                <a href="/category/travel/"
  672.                                                    class="dropdown-link-v8">
  673.                                                    <span class="link-icon-v8"></span> Travel
  674.                                                </a>
  675.                                                
  676.  
  677.                                                
  678.                                                
  679.                                            </div>
  680.                                        </div>
  681.                                    </div>
  682.                                </li>
  683.                                
  684.                                
  685. <li>
  686.                  <a href="/page/contact-us/">
  687.                     Contact Us
  688.                  </a>
  689.              </li>
  690.                        </ul>
  691.                    </nav>
  692.  
  693.                </div>
  694.  
  695.                <!-- Search & Mobile Toggle -->
  696.                <div class="col-lg-2 col-md-3 col-6">
  697.                    <div class="nav-actions-v8">
  698.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  699.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  700.                                stroke-width="2">
  701.                                <circle cx="11" cy="11" r="8"></circle>
  702.                                <path d="m21 21-4.35-4.35"></path>
  703.                            </svg>
  704.                        </button>
  705.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  706.                            <i class="ti-menu fs-5"></i>
  707.                        </button>
  708.                    </div>
  709.                </div>
  710.            </div>
  711.        </div>
  712.  
  713.        <!-- Floating Search Card -->
  714.        <div class="search-card-v8" id="searchCardV8">
  715.            <div class="search-container-v8">
  716.                <form class="search-form-v8" action="#" method="get">
  717.                    <div class="search-input-wrapper-v8">
  718.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  719.                            stroke="currentColor" stroke-width="2">
  720.                            <circle cx="11" cy="11" r="8"></circle>
  721.                            <path d="m21 21-4.35-4.35"></path>
  722.                        </svg>
  723.                        <input type="search" class="search-input-v8" id="search-input"
  724.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  725.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  726.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  727.                                stroke-width="2">
  728.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  729.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  730.                            </svg>
  731.                        </button>
  732.                    </div>
  733.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  734.                        
  735.                        
  736.                    </div>
  737.                </form>
  738.            </div>
  739.        </div>
  740.  
  741.        <!-- Mobile Navigation Card -->
  742.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  743.            <div class="mobile-nav-content-v8">
  744.                <ul class="mobile-nav-list-v8">
  745.  
  746.                    
  747.                    <li class="mobile-nav-item-v8">
  748.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  749.                            Home
  750.                        </a>
  751.                    </li>
  752.  
  753.                    
  754.                      <li class="mobile-nav-item-v8">
  755.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  756.                            All Posts
  757.                        </a>
  758.                        </li>
  759.  
  760.                        
  761.  
  762.                                
  763.                                
  764.                        
  765.                      <li class="mobile-nav-item-v8">
  766.                        <a href="/category/business/" class="mobile-nav-link-v8">
  767.                            Business
  768.                        </a>
  769.                        </li>
  770.  
  771.                        
  772.  
  773.                                
  774.                                
  775.                        
  776.                      <li class="mobile-nav-item-v8">
  777.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  778.                            Esports
  779.                        </a>
  780.                        </li>
  781.  
  782.                        
  783.  
  784.                                
  785.                                
  786.                        
  787.                      <li class="mobile-nav-item-v8">
  788.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  789.                            Fashion
  790.                        </a>
  791.                        </li>
  792.  
  793.                        
  794.  
  795.                                
  796.                                
  797.                        
  798.                      <li class="mobile-nav-item-v8">
  799.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  800.                            Featured
  801.                        </a>
  802.                        </li>
  803.  
  804.                        
  805.  
  806.                                
  807.                                
  808.                        
  809.                      <li class="mobile-nav-item-v8">
  810.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  811.                            Gaming
  812.                        </a>
  813.                        </li>
  814.  
  815.                        
  816.  
  817.                                
  818.                                
  819.                        
  820.                      <li class="mobile-nav-item-v8">
  821.                        <a href="/category/health/" class="mobile-nav-link-v8">
  822.                            Health
  823.                        </a>
  824.                        </li>
  825.  
  826.                        
  827.  
  828.                                
  829.                                
  830.                        
  831.                    
  832.                        
  833.                        
  834.                        <li class="mobile-nav-item-v8">
  835.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  836.                                More
  837.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  838.                                    stroke="currentColor" stroke-width="2">
  839.                                    <polyline points="6,9 12,15 18,9"></polyline>
  840.                                </svg>
  841.                            </a>
  842.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  843.                                <li>
  844.                                    <a href="/category/life-fitness/"
  845.                                        class="mobile-sub-link-v8">
  846.                                        Life &amp; Fitness
  847.                                    </a>
  848.                                </li>
  849.                                
  850.  
  851.                                
  852.  
  853.                                
  854.                                
  855.                        
  856.                    
  857.                                
  858.                                <li>
  859.                                    <a href="/category/lifestyle/"
  860.                                        class="mobile-sub-link-v8">
  861.                                        Lifestyle
  862.                                    </a>
  863.                                </li>
  864.                                
  865.  
  866.                                
  867.                                
  868.                        
  869.                    
  870.                                
  871.                                <li>
  872.                                    <a href="/category/news/"
  873.                                        class="mobile-sub-link-v8">
  874.                                        News
  875.                                    </a>
  876.                                </li>
  877.                                
  878.  
  879.                                
  880.                                
  881.                        
  882.                    
  883.                                
  884.                                <li>
  885.                                    <a href="/category/others/"
  886.                                        class="mobile-sub-link-v8">
  887.                                        Others
  888.                                    </a>
  889.                                </li>
  890.                                
  891.  
  892.                                
  893.                                
  894.                        
  895.                    
  896.                                
  897.                                <li>
  898.                                    <a href="/category/politics/"
  899.                                        class="mobile-sub-link-v8">
  900.                                        Politics
  901.                                    </a>
  902.                                </li>
  903.                                
  904.  
  905.                                
  906.                                
  907.                        
  908.                    
  909.                                
  910.                                <li>
  911.                                    <a href="/category/sports/"
  912.                                        class="mobile-sub-link-v8">
  913.                                        Sports
  914.                                    </a>
  915.                                </li>
  916.                                
  917.  
  918.                                
  919.                                
  920.                        
  921.                    
  922.                                
  923.                                <li>
  924.                                    <a href="/category/tech/"
  925.                                        class="mobile-sub-link-v8">
  926.                                        Tech
  927.                                    </a>
  928.                                </li>
  929.                                
  930.  
  931.                                
  932.                                
  933.                        
  934.                    
  935.                                
  936.                                <li>
  937.                                    <a href="/category/travel/"
  938.                                        class="mobile-sub-link-v8">
  939.                                        Travel
  940.                                    </a>
  941.                                </li>
  942.                                
  943.  
  944.                                
  945.                                
  946.                            </ul>
  947.                        </li>
  948.                        
  949.                        
  950.  
  951.                </ul>
  952.  
  953.            </div>
  954.        </div>
  955.    </div>
  956.  
  957.    <!-- Background Overlay -->
  958.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  959. </header>
  960.  
  961. <style>
  962.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  963.    .header-v8 {
  964.        padding: 20px 0;
  965.        position: relative;
  966.        min-height: 120px;
  967.    }
  968.  
  969.    /* Main Navigation Card */
  970.    .nav-card-v8 {
  971.        background:var(--navbar-bg);
  972.        backdrop-filter: blur(20px);
  973.        border: 1px solid var(--border-color);
  974.        border-radius: 20px;
  975.        padding: 15px 25px;
  976.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  977.        position: relative;
  978.        z-index: 100;
  979.    }
  980.  
  981.    /* Logo Styles */
  982.    .logo-img-v8 {
  983.        max-height: 60px;
  984.        transition: all 0.3s ease;
  985.    }
  986.  
  987.    .logo-link-v8:hover .logo-img-v8 {
  988.        transform: scale(1.05) rotate(2deg);
  989.    }
  990.  
  991.    /* Main Navigation */
  992.    .nav-list-v8 {
  993.        list-style: none;
  994.        padding: 0;
  995.        margin: 0;
  996.        display: flex;
  997.        align-items: center;
  998.        justify-content: center;
  999.        gap: 8px;
  1000.    }
  1001.  
  1002.    .nav-item-v8 {
  1003.        position: relative;
  1004.    }
  1005.  
  1006.    .nav-link-v8 {
  1007.        color: #4a5568;
  1008.        text-decoration: none;
  1009.        font-weight: 500;
  1010.        font-size: 15px;
  1011.        padding: 12px 18px;
  1012.        border-radius: 12px;
  1013.        position: relative;
  1014.        transition: all 0.3s ease;
  1015.        display: block;
  1016.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1017.    }
  1018.  
  1019.    .nav-link-v8::before {
  1020.        content: attr(data-text);
  1021.        position: absolute;
  1022.        top: 0;
  1023.        left: 0;
  1024.        right: 0;
  1025.        bottom: 0;
  1026.        display: flex;
  1027.        align-items: center;
  1028.        justify-content: center;
  1029.        background: var(--sub-nav);
  1030.        color: var(--topbar-color);
  1031.        border-radius: 12px;
  1032.        opacity: 0;
  1033.        transform: scale(0.8);
  1034.        transition: all 0.3s ease;
  1035.        font-weight: 600;
  1036.    }
  1037.  
  1038.    .nav-link-v8:hover::before,
  1039.    .nav-link-v8.active-v8::before {
  1040.        opacity: 1;
  1041.        transform: scale(1);
  1042.    }
  1043.  
  1044.    .nav-link-v8:hover,
  1045.    .nav-link-v8.active-v8 {
  1046.        color: transparent;
  1047.        background: rgba(102, 126, 234, 0.1);
  1048.    }
  1049.  
  1050.    /* Dropdown Styles */
  1051.    .dropdown-card-v8 {
  1052.        position: absolute;
  1053.        top: calc(100% + 15px);
  1054.        left: 50%;
  1055.        transform: translateX(-50%);
  1056.        background:var(--navbar-bg);
  1057.        backdrop-filter: blur(20px);
  1058.        border: 1px solid var(--border-color);
  1059.        border-radius: 16px;
  1060.        padding: 25px;
  1061.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1062.        opacity: 0;
  1063.        visibility: hidden;
  1064.        transform: translateX(-50%) translateY(-10px);
  1065.        transition: all 0.3s ease;
  1066.        z-index: 200;
  1067.        min-width: 320px;
  1068.    }
  1069.  
  1070.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1071.        opacity: 1;
  1072.        visibility: visible;
  1073.        transform: translateX(-50%) translateY(0);
  1074.    }
  1075.  
  1076.    .dropdown-grid-v8 {
  1077.        display: grid;
  1078.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1079.        gap: 20px;
  1080.    }
  1081.  
  1082.    .dropdown-header-v8 {
  1083.        font-size: 12px;
  1084.        font-weight: 700;
  1085.        color: #667eea;
  1086.        margin-bottom: 12px;
  1087.        text-transform: uppercase;
  1088.        letter-spacing: 1px;
  1089.    }
  1090.  
  1091.    .dropdown-link-v8 {
  1092.        display: flex;
  1093.        align-items: center;
  1094.        color: var(--navbar-color) !important;;
  1095.        text-decoration: none;
  1096.        font-size: 14px;
  1097.        padding: 10px 12px;
  1098.        border-radius: 10px;
  1099.        transition: all 0.3s ease;
  1100.        margin-bottom: 8px;
  1101.    }
  1102.  
  1103.    .dropdown-link-v8:hover {
  1104.        background:var(--bs-primary);
  1105.        color: var(--bs-white) !important;;
  1106.        transform: translateX(5px);
  1107.    }
  1108.  
  1109.    .link-icon-v8 {
  1110.        margin-right: 10px;
  1111.        height: 5px;
  1112.        width: 5px;
  1113.        border: 1px solid #2d3748;
  1114.        border-radius: 50%;
  1115.    }
  1116.  
  1117.    /* Navigation Actions */
  1118.    .nav-actions-v8 {
  1119.        display: flex;
  1120.        align-items: center;
  1121.        justify-content: flex-end;
  1122.        gap: 10px;
  1123.    }
  1124.  
  1125.    .search-toggle-v8,
  1126.    .mobile-toggle-v8 {
  1127.        background: rgba(102, 126, 234, 0.1);
  1128.        border: none;
  1129.        border-radius: 12px;
  1130.        padding: 12px;
  1131.        cursor: pointer;
  1132.        transition: all 0.3s ease;
  1133.        color: var(--bs-white);
  1134.    }
  1135.  
  1136.    .search-toggle-v8:hover,
  1137.    .mobile-toggle-v8:hover {
  1138.        background: var(--sub-nav);
  1139.        color: var(--topbar-color);
  1140.        transform: scale(1.05);
  1141.    }
  1142.  
  1143.    .mobile-toggle-v8 {
  1144.        flex-direction: column;
  1145.        gap: 3px;
  1146.        padding: 10px 12px;
  1147.    }
  1148.  
  1149.    .toggle-line-v8 {
  1150.        width: 20px;
  1151.        height: 2px;
  1152.        background: currentColor;
  1153.        border-radius: 1px;
  1154.        transition: all 0.3s ease;
  1155.    }
  1156.  
  1157.    /* Floating Search Card */
  1158.    .search-card-v8 {
  1159.        position: absolute;
  1160.        top: 100%;
  1161.        left: 50%;
  1162.        transform: translateX(-50%);
  1163.        width: calc(100% - 40px);
  1164.        max-width: 600px;
  1165.        background:var(--navbar-bg);
  1166.        backdrop-filter: blur(20px);
  1167.        border: 1px solid var(--border-color);
  1168.        border-radius: 20px;
  1169.        padding: 25px;
  1170.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1171.        opacity: 0;
  1172.        visibility: hidden;
  1173.        transform: translateX(-50%) translateY(-20px);
  1174.        transition: all 0.4s ease;
  1175.        z-index: 300;
  1176.        margin-top: 15px;
  1177.    }
  1178.  
  1179.    .search-card-v8.show-v8 {
  1180.        opacity: 1;
  1181.        visibility: visible;
  1182.        transform: translateX(-50%) translateY(0);
  1183.    }
  1184.  
  1185.    .search-input-wrapper-v8 {
  1186.        display: flex;
  1187.        align-items: center;
  1188.        background: rgba(248, 250, 252, 0.8);
  1189.        border: 2px solid rgba(102, 126, 234, 0.2);
  1190.        border-radius: 15px;
  1191.        padding: 5px;
  1192.        margin-bottom: 20px;
  1193.        transition: all 0.3s ease;
  1194.    }
  1195.  
  1196.    .search-input-wrapper-v8:focus-within {
  1197.        border-color: #667eea;
  1198.        background: rgba(255, 255, 255, 0.9);
  1199.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1200.    }
  1201.  
  1202.    .search-icon-v8 {
  1203.        color: #a0aec0;
  1204.        margin: 0 15px;
  1205.        transition: color 0.3s ease;
  1206.    }
  1207.  
  1208.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1209.        color: #667eea;
  1210.    }
  1211.  
  1212.    .search-input-v8 {
  1213.        flex: 1;
  1214.        border: none;
  1215.        background: transparent;
  1216.        font-size: 16px;
  1217.        padding: 15px 0;
  1218.        outline: none;
  1219.        color: #2d3748;
  1220.    }
  1221.  
  1222.    .search-input-v8::placeholder {
  1223.        color: #a0aec0;
  1224.    }
  1225.  
  1226.    .search-close-v8 {
  1227.        background: rgba(160, 174, 192, 0.2);
  1228.        border: none;
  1229.        border-radius: 10px;
  1230.        padding: 8px;
  1231.        margin-right: 8px;
  1232.        cursor: pointer;
  1233.        transition: all 0.3s ease;
  1234.        color: #a0aec0;
  1235.    }
  1236.  
  1237.    .search-close-v8:hover {
  1238.        background: rgba(229, 62, 62, 0.1);
  1239.        color: #e53e3e;
  1240.    }
  1241.  
  1242.    /* Search Suggestions */
  1243.    .search-suggestions-v8 {
  1244.        display: grid;
  1245.        gap: 8px;
  1246.    }
  1247.  
  1248.    .suggestion-item-v8 {
  1249.        display: flex;
  1250.        align-items: center;
  1251.        padding: 12px 15px;
  1252.        background: rgba(248, 250, 252, 0.1);
  1253.        border-radius: 12px;
  1254.        cursor: pointer;
  1255.        transition: all 0.3s ease;
  1256.    }
  1257.  
  1258.    .suggestion-item-v8:hover {
  1259.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1260.        color: white;
  1261.        transform: translateX(5px);
  1262.    }
  1263.  
  1264.    .suggestion-icon-v8 {
  1265.        margin-right: 12px;
  1266.        font-size: 16px;
  1267.    }
  1268.  
  1269.    .suggestion-text-v8 {
  1270.        font-size: 14px;
  1271.        font-weight: 500;
  1272.    }
  1273.  
  1274.    /* Mobile Navigation Card */
  1275.    .mobile-nav-card-v8 {
  1276.        position: absolute;
  1277.        top: 100%;
  1278.        left: 50%;
  1279.        transform: translateX(-50%);
  1280.        width: calc(100% - 40px);
  1281.        background:var(--card-bg);
  1282.        backdrop-filter: blur(20px);
  1283.        border: 1px solid var(--border-color);
  1284.        border-radius: 20px;
  1285.        padding: 20px;
  1286.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1287.        opacity: 0;
  1288.        visibility: hidden;
  1289.        transform: translateX(-50%) translateY(-20px);
  1290.        transition: all 0.4s ease;
  1291.        z-index: 300;
  1292.        margin-top: 15px;
  1293.        max-height: 70vh;
  1294.        overflow-y: auto;
  1295.    }
  1296.  
  1297.    .mobile-nav-card-v8.show-v8 {
  1298.        opacity: 1;
  1299.        visibility: visible;
  1300.        transform: translateX(-50%) translateY(0);
  1301.    }
  1302.  
  1303.    .mobile-nav-list-v8 {
  1304.        list-style: none;
  1305.        padding: 0;
  1306.        margin: 0;
  1307.    }
  1308.  
  1309.    .mobile-nav-item-v8 {
  1310.        margin-bottom: 8px;
  1311.    }
  1312.  
  1313.    .mobile-nav-link-v8 {
  1314.        display: flex;
  1315.        align-items: center;
  1316.        color: var(--navbar-color) !important;
  1317.        text-decoration: none;
  1318.        font-weight: 500;
  1319.        font-size: 16px;
  1320.        padding: 15px;
  1321.        border-radius: 12px;
  1322.        justify-content: space-between;
  1323.    }
  1324.  
  1325.    .mobile-nav-link-v8:hover,
  1326.    .mobile-nav-link-v8.active-v8 {
  1327.        background:var(--sub-nav);
  1328.        color: var(--topbar-color) !important;
  1329.    }
  1330.  
  1331.    .mobile-nav-icon-v8 {
  1332.        font-size: 18px;
  1333.        background-color: var(--navbar-bg) !important;
  1334.        margin-right: 12px;
  1335.    }
  1336.  
  1337.    .mobile-arrow-v8 {
  1338.        transition: transform 0.3s ease;
  1339.    }
  1340.  
  1341.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1342.        transform: rotate(180deg);
  1343.    }
  1344.  
  1345.    .mobile-dropdown-v8 {
  1346.        list-style: none;
  1347.        padding: 0;
  1348.        margin: 0;
  1349.        max-height: 0;
  1350.        overflow: hidden;
  1351.        transition: all 0.3s ease;
  1352.        background: rgba(248, 250, 252, 0.5);
  1353.        border-radius: 12px;
  1354.        margin-top: 8px;
  1355.    }
  1356.  
  1357.    .mobile-dropdown-v8.show-v8 {
  1358.        max-height: 300px;
  1359.        background-color: var(--navbar-bg);
  1360.        padding: 10px 0;
  1361.    }
  1362.  
  1363.    .mobile-sub-link-v8 {
  1364.        display: block;
  1365.        color: var(--navbar-color) !important;
  1366.        text-decoration: none;
  1367.        font-size: 14px;
  1368.        padding: 10px 20px;
  1369.        transition: all 0.3s ease;
  1370.    }
  1371.  
  1372.    .mobile-sub-link-v8:hover {
  1373.        color: var(--topbar-color);
  1374.        background: var(--sub-nav);
  1375.        border-radius: 12px;
  1376.    }
  1377.  
  1378.    /* Background Overlay */
  1379.    .nav-overlay-v8 {
  1380.        position: fixed;
  1381.        top: 0;
  1382.        left: 0;
  1383.        right: 0;
  1384.        bottom: 0;
  1385.        background: rgba(0, 0, 0, 0.3);
  1386.        backdrop-filter: blur(5px);
  1387.        z-index: 250;
  1388.        opacity: 0;
  1389.        visibility: hidden;
  1390.        transition: all 0.3s ease;
  1391.    }
  1392.  
  1393.    .nav-overlay-v8.show-v8 {
  1394.        opacity: 1;
  1395.        visibility: visible;
  1396.    }
  1397.  
  1398.    /* Responsive Design */
  1399.    @media (max-width: 1300px) {
  1400.        .header-v8 {
  1401.            padding: 15px 0;
  1402.        }
  1403.  
  1404.        .nav-card-v8 {
  1405.            padding: 12px 20px;
  1406.            border-radius: 15px;
  1407.        }
  1408.  
  1409.        .search-card-v8,
  1410.        .mobile-nav-card-v8 {
  1411.            width: calc(100% - 40px);
  1412.            padding: 20px;
  1413.        }
  1414.    }
  1415.  
  1416.    @media (max-width: 576px) {
  1417.        .nav-card-v8 {
  1418.            padding: 10px 15px;
  1419.        }
  1420.  
  1421.        .logo-img-v8 {
  1422.            max-height: 35px;
  1423.        }
  1424.    }
  1425. </style>
  1426.  
  1427. <script>
  1428.    let activeCard = null;
  1429.  
  1430.    function toggleSearchV8() {
  1431.        const searchCard = document.getElementById('searchCardV8');
  1432.        const overlay = document.getElementById('navOverlayV8');
  1433.        const mobileNav = document.getElementById('mobileNavV8');
  1434.  
  1435.        // Close mobile nav if open
  1436.        mobileNav.classList.remove('show-v8');
  1437.  
  1438.        if (searchCard.classList.contains('show-v8')) {
  1439.            searchCard.classList.remove('show-v8');
  1440.            overlay.classList.remove('show-v8');
  1441.            activeCard = null;
  1442.        } else {
  1443.            searchCard.classList.add('show-v8');
  1444.            overlay.classList.add('show-v8');
  1445.            activeCard = 'search';
  1446.  
  1447.            // Focus on search input
  1448.            setTimeout(() => {
  1449.                const searchInput = document.querySelector('.search-input-v8');
  1450.                if (searchInput) searchInput.focus();
  1451.            }, 100);
  1452.        }
  1453.    }
  1454.  
  1455.    function toggleMobileNavV8() {
  1456.        const mobileNav = document.getElementById('mobileNavV8');
  1457.        const overlay = document.getElementById('navOverlayV8');
  1458.        const searchCard = document.getElementById('searchCardV8');
  1459.  
  1460.        // Close search if open
  1461.        searchCard.classList.remove('show-v8');
  1462.  
  1463.        if (mobileNav.classList.contains('show-v8')) {
  1464.            mobileNav.classList.remove('show-v8');
  1465.            overlay.classList.remove('show-v8');
  1466.            activeCard = null;
  1467.        } else {
  1468.            mobileNav.classList.add('show-v8');
  1469.            overlay.classList.add('show-v8');
  1470.            activeCard = 'mobile';
  1471.        }
  1472.    }
  1473.  
  1474.    function toggleMobileDropdownV8(dropdownId) {
  1475.        const dropdown = document.getElementById(dropdownId);
  1476.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1477.  
  1478.        // Close other dropdowns
  1479.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1480.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1481.  
  1482.        allDropdowns.forEach(dd => {
  1483.            if (dd.id !== dropdownId) {
  1484.                dd.classList.remove('show-v8');
  1485.            }
  1486.        });
  1487.  
  1488.        allParents.forEach(parent => {
  1489.            if (parent !== parentItem) {
  1490.                parent.classList.remove('open-v8');
  1491.            }
  1492.        });
  1493.  
  1494.        // Toggle current dropdown
  1495.        dropdown.classList.toggle('show-v8');
  1496.        parentItem.classList.toggle('open-v8');
  1497.    }
  1498.  
  1499.    function closeAllV8() {
  1500.        const searchCard = document.getElementById('searchCardV8');
  1501.        const mobileNav = document.getElementById('mobileNavV8');
  1502.        const overlay = document.getElementById('navOverlayV8');
  1503.  
  1504.        searchCard.classList.remove('show-v8');
  1505.        mobileNav.classList.remove('show-v8');
  1506.        overlay.classList.remove('show-v8');
  1507.        activeCard = null;
  1508.    }
  1509.  
  1510.    // Close on escape key
  1511.    document.addEventListener('keydown', function (e) {
  1512.        if (e.key === 'Escape' && activeCard) {
  1513.            closeAllV8();
  1514.        }
  1515.    });
  1516.  
  1517.    // Handle suggestion clicks
  1518.    document.addEventListener('click', function (e) {
  1519.        if (e.target.closest('.suggestion-item-v8')) {
  1520.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1521.            const searchInput = document.querySelector('.search-input-v8');
  1522.            if (searchInput) {
  1523.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1524.            }
  1525.        }
  1526.    });
  1527. </script>
  1528. <script>
  1529.  document.addEventListener("DOMContentLoaded", function () {
  1530.    console.log("loaded");
  1531.  
  1532.     const searchInput = document.getElementById("search-input")
  1533.    const searchResults = document.getElementById("search-results");
  1534.  
  1535.    if (!searchInput || !searchResults) {
  1536.      console.error("Search input/results not found");
  1537.      return;
  1538.    }
  1539.  
  1540.    // Prevent form submission
  1541.    if (searchInput.form) {
  1542.      searchInput.form.addEventListener("submit", function (e) {
  1543.        e.preventDefault();
  1544.      });
  1545.    }
  1546.  
  1547.    // Add event listener for keyup
  1548.    searchInput.addEventListener("keyup", function (e) {
  1549.      console.log("Key pressed:", e.key);
  1550.      e.preventDefault();
  1551.  
  1552.      const query = searchInput.value.trim();
  1553.      console.log("User is typing: " + query);
  1554.  
  1555.      // If empty → clear and hide
  1556.      if (query === "") {
  1557.        searchResults.innerHTML = "";
  1558.        searchResults.style.display = "none";
  1559.        return;
  1560.      }
  1561.  
  1562.      // Show results
  1563.      searchResults.style.display = "block";
  1564.  
  1565.      // Fetch search results
  1566.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1567.        method: "GET",
  1568.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1569.      })
  1570.        .then(response => {
  1571.          console.log("Response Status:", response.status);
  1572.          return response.json();
  1573.        })
  1574.        .then(data => {
  1575.          console.log("Data received:", data);
  1576.          if (data.html) {
  1577.            searchResults.innerHTML = data.html;
  1578.          } else {
  1579.            searchResults.innerHTML = "<p>No results found.</p>";
  1580.          }
  1581.        })
  1582.        .catch(error => {
  1583.          console.error("Error fetching search results:", error);
  1584.        });
  1585.    });
  1586.  
  1587.    // Close results when clicking outside
  1588.    document.addEventListener("click", function (e) {
  1589.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1590.        searchResults.style.display = "none";
  1591.      }
  1592.    });
  1593.  
  1594.    // Close results on ESC key
  1595.    document.addEventListener("keydown", function (e) {
  1596.      if (e.key === "Escape") {
  1597.        searchResults.style.display = "none";
  1598.      }
  1599.    });
  1600.  });
  1601. </script>
  1602.  
  1603.  
  1604.        </header>
  1605.        <!-- end of header -->
  1606.        <!-- start of wpo-blog-hero -->
  1607.        
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615. <div class="blog-hero-v5">
  1616.  <div class="container-fluid fluid-container">
  1617.    <!-- Top Hero Banner -->
  1618.    <div class="row hero-banner">
  1619.      
  1620.      
  1621.        
  1622.        <div class="col-12">
  1623.          <div class="banner-container d-md-flex d-none">
  1624.            
  1625.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  1626.            
  1627.            <div class="banner-overlay">
  1628.              <span class="banner-category bg-primary-gradient">News</span>
  1629.              <h2 class="banner-title"> <a href="/accused-charlie-kirk-killer-holds-initial-in-person-appearance-before-judge/" class="blog-color">
  1630.                                        Accused Charlie Kirk Killer Holds Initial In-Person Appearance Before Judge.
  1631.                                    </a></h2>
  1632.              <p class="blog-color"></p>
  1633.            </div>
  1634.          </div>
  1635.        </div>
  1636.  
  1637.      
  1638.      
  1639.      <!-- <div class="featured-grid">
  1640.        <div class="col-12">
  1641.          <div class="featured-card d-block d-md-none">
  1642.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  1643.            <div class="card-content">
  1644.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  1645.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  1646.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  1647.              <div class="author-info">
  1648.                <span class="author-name">Sarah Wilson</span>
  1649.                <span class="post-time">2 hours ago</span>
  1650.              </div>
  1651.            </div>
  1652.          </div>
  1653.        </div>
  1654.      </div> -->
  1655.    </div>
  1656.  
  1657.    <!-- Main Content Row -->
  1658.  </div>
  1659.  <div class="container-fluid fluid-container">
  1660.    <div class="row main-content">
  1661.      <!-- Left: Featured Posts Grid -->
  1662.      <div class="col-lg-8 col-md-12">
  1663.        <h5 class="section-title">Recent Posts</h5>
  1664.        <div class="row featured-grid">
  1665.          
  1666.          <div class="col-md-6">
  1667.            <div class="featured-card">
  1668.              
  1669.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1670.                      class="card-image" style="object-fit: cover;" alt="">
  1671.              
  1672.              <div class="card-content">
  1673.                <span class="card-category bg-primary-gradient">News</span>
  1674.                <h4 class="card-title"><a class="top-color" href="/winter-storms-take-5-lives-in-the-gaza-strip-amid-dire-living-situations-in-temporary-shelters/" >
  1675.                                        Winter Storms Take 5 Lives in the Gaza Strip Amid Dire Living Situations in Temporary Shelters.
  1676.                                    </a></h4>
  1677.                <div class="author-info">
  1678.                  <span class="author-name">Sabrina Gould</span>
  1679.                  <span class="post-time">07 Jun 2026</span>
  1680.                </div>
  1681.              </div>
  1682.            </div>
  1683.          </div>
  1684.          
  1685.          <div class="col-md-6">
  1686.            <div class="featured-card">
  1687.              
  1688.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1689.                      class="card-image" style="object-fit: cover;" alt="">
  1690.              
  1691.              <div class="card-content">
  1692.                <span class="card-category bg-primary-gradient">News</span>
  1693.                <h4 class="card-title"><a class="top-color" href="/israel-authorizes-19-fresh-communities-in-contested-west-bank/" >
  1694.                                        Israel Authorizes 19 Fresh Communities in Contested West Bank
  1695.                                    </a></h4>
  1696.                <div class="author-info">
  1697.                  <span class="author-name">Sabrina Gould</span>
  1698.                  <span class="post-time">07 Jun 2026</span>
  1699.                </div>
  1700.              </div>
  1701.            </div>
  1702.          </div>
  1703.          
  1704.          <div class="col-md-6">
  1705.            <div class="featured-card">
  1706.              
  1707.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1708.                      class="card-image" style="object-fit: cover;" alt="">
  1709.              
  1710.              <div class="card-content">
  1711.                <span class="card-category bg-primary-gradient">News</span>
  1712.                <h4 class="card-title"><a class="top-color" href="/premier-league-youth-hunt-results-in-inflated-transfer-scene-and-declining-standards/" >
  1713.                                        Premier League Youth Hunt Results in Inflated Transfer Scene and Declining Standards
  1714.                                    </a></h4>
  1715.                <div class="author-info">
  1716.                  <span class="author-name">Sabrina Gould</span>
  1717.                  <span class="post-time">07 Jun 2026</span>
  1718.                </div>
  1719.              </div>
  1720.            </div>
  1721.          </div>
  1722.          
  1723.          <div class="col-md-6">
  1724.            <div class="featured-card">
  1725.              
  1726.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1727.                      class="card-image" style="object-fit: cover;" alt="">
  1728.              
  1729.              <div class="card-content">
  1730.                <span class="card-category bg-primary-gradient">News</span>
  1731.                <h4 class="card-title"><a class="top-color" href="/japans-economy-contracts-as-overseas-sales-face-impact-by-us-trade-duties/" >
  1732.                                        Japan&#x27;s Economy Contracts as Overseas Sales Face Impact by US Trade Duties
  1733.                                    </a></h4>
  1734.                <div class="author-info">
  1735.                  <span class="author-name">Sabrina Gould</span>
  1736.                  <span class="post-time">06 Jun 2026</span>
  1737.                </div>
  1738.              </div>
  1739.            </div>
  1740.          </div>
  1741.          
  1742.        </div>
  1743.      </div>
  1744.  
  1745.      <!-- Right: Trending Sidebar -->
  1746.      <div class="col-lg-4 col-md-12">
  1747.        <h5 class="section-title">Trending</h5>
  1748.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1749.          
  1750.  
  1751.        </div>
  1752.      </div>
  1753.    </div>
  1754.  </div>
  1755. </div>
  1756. <style>
  1757.  /* Blog Hero V5 - Clean 2-Column Layout */
  1758.  
  1759.  /* Hero Banner */
  1760.  .hero-banner .banner-container {
  1761.    position: relative;
  1762.    overflow: hidden;
  1763.    border-radius: 8px;
  1764.  }
  1765.  
  1766.  .hero-banner .banner-image {
  1767.    width: 100%;
  1768.    height: 350px;
  1769.    object-fit: cover;
  1770.    transition: all 0.2s ease;
  1771.  }
  1772.  
  1773.  .hero-banner:hover .banner-image {
  1774.    transform: scale(1.02);
  1775.  }
  1776.  
  1777.  .hero-banner .banner-overlay {
  1778.    position: absolute;
  1779.    bottom: 0;
  1780.    left: 0;
  1781.    right: 0;
  1782.    background: var(--blog-bg);
  1783.    color: var(--blog-color);
  1784.    padding: 1.5rem;
  1785.  }
  1786.  
  1787.  .banner-category {
  1788.    padding: 0.25rem 0.75rem;
  1789.    border-radius: 4px;
  1790.    font-size: 16px;
  1791.  }
  1792.  
  1793.  .banner-title {
  1794.    color: var(--blog-color) !important;
  1795.    margin: 0.5rem 0;
  1796.  }
  1797.  
  1798.  .banner-excerpt {
  1799.    font-size: 1rem;
  1800.    margin-bottom: 1rem;
  1801.  }
  1802.  
  1803.  .read-more-btn {
  1804.    background: #007bff;
  1805.    color: white;
  1806.    border: none;
  1807.    padding: 0.5rem 1rem;
  1808.    border-radius: 4px;
  1809.    cursor: pointer;
  1810.  }
  1811.  
  1812.  /* Main Content */
  1813.  .main-content {
  1814.    margin-top: 2rem;
  1815.  }
  1816.  
  1817.  .section-title {
  1818.    font-size: 1.2rem;
  1819.    font-weight: bold;
  1820.    margin-bottom: 1rem;
  1821.    border-bottom: 1px solid var(--border-color);
  1822.    padding-bottom: 0.5rem;
  1823.  }
  1824.  
  1825.  /* Featured Grid */
  1826.  .featured-grid .featured-card {
  1827.    background: var(--card-bg);
  1828.    border: 1px solid var(--border-color);
  1829.    border-radius: 8px;
  1830.    overflow: hidden;
  1831.    margin-bottom: 1.5rem;
  1832.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1833.  }
  1834.  
  1835.  .featured-grid .card-image {
  1836.    width: 100%;
  1837.    height: 200px;
  1838.    object-fit: cover;
  1839.    transition: all 0.2s ease;
  1840.  }
  1841.  
  1842.  .featured-grid .featured-card:hover .card-image {
  1843.    transform: scale(1.02);
  1844.  }
  1845.  
  1846.  .featured-grid .card-content {
  1847.    padding: 1rem;
  1848.  }
  1849.  
  1850.  .card-category {
  1851.    padding: 0.25rem 0.75rem;
  1852.    border-radius: 4px;
  1853.    font-size: 0.8rem;
  1854.  }
  1855.  
  1856.  .card-title {
  1857.    font-size: 1.1rem;
  1858.    margin: 0.5rem 0;
  1859.  }
  1860.  
  1861.  .author-info {
  1862.    font-size: 0.8rem;
  1863.    color: #666;
  1864.  }
  1865.  
  1866.  .author-name {
  1867.    font-weight: bold;
  1868.  }
  1869.  
  1870.  /* Trending Sidebar */
  1871.  .trending-list .trending-item {
  1872.    display: flex;
  1873.    margin-bottom: 1rem;
  1874.    padding: 1rem;
  1875.    background: var(--card-bg);
  1876.    border: 1px solid #ddd;
  1877.    border-radius: 8px;
  1878.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1879.  }
  1880.  
  1881.  .trending-item .trending-image {
  1882.    width: 115px;
  1883.    height: 115px;
  1884.    object-fit: cover;
  1885.    border-radius: 4px;
  1886.    margin-right: 1rem;
  1887.  }
  1888.  
  1889.  .trending-item .trending-content {
  1890.    flex: 1;
  1891.  }
  1892.  
  1893.  .trending-category {
  1894.    padding: 0.25rem 0.75rem;
  1895.    border-radius: 4px;
  1896.    font-size: 12px;
  1897.  }
  1898.  
  1899.  .trending-title {
  1900.    font-size: 1rem;
  1901.    margin: 0.25rem 0;
  1902.  }
  1903.  
  1904.  .trending-author {
  1905.    font-size: 1rem;
  1906.    color: var(--topbar-color);
  1907.  }
  1908.  
  1909.  /* Responsive */
  1910.  @media (max-width: 992px) {
  1911.    .hero-banner .banner-image {
  1912.      height: 250px;
  1913.    }
  1914.  
  1915.    .featured-grid .card-image {
  1916.      height: 180px;
  1917.    }
  1918.  
  1919.    .trending-item {
  1920.      flex-direction: column;
  1921.      text-align: center;
  1922.    }
  1923.  
  1924.    .trending-item .trending-image {
  1925.      margin-right: 0;
  1926.      margin-bottom: 1rem;
  1927.    }
  1928.  }
  1929.  
  1930.  @media (max-width: 768px) {
  1931.    .banner-title {
  1932.      font-size: 1.5rem;
  1933.    }
  1934.  
  1935.    .banner-excerpt {
  1936.      font-size: 0.9rem;
  1937.    }
  1938.  }
  1939. </style>
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.        <!-- end of wpo-blog-hero -->
  1946.  
  1947.        <!-- start of wpo-breacking-news -->
  1948.        
  1949.        <!-- end of wpo-breacking-news -->
  1950.        
  1951.        <!-- start wpo-blog-highlights-section -->
  1952.        
  1953.  
  1954.  
  1955.  
  1956.    
  1957.  
  1958.  
  1959.  
  1960.  
  1961. <style>
  1962.    .blog-highlights-v3 {
  1963.        padding: 80px 0;
  1964.        position: relative;
  1965.        overflow: hidden;
  1966.    }
  1967.    
  1968.    .blog-highlights-v3::before {
  1969.        content: '';
  1970.        position: absolute;
  1971.        top: 0;
  1972.        left: 0;
  1973.        width: 100%;
  1974.        height: 100%;
  1975.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1976.        z-index: 0;
  1977.    }
  1978.    
  1979.    .masonry-container {
  1980.        display: grid;
  1981.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1982.        grid-gap: 25px;
  1983.    }
  1984.    
  1985.    .blog-card-v3 {
  1986.        border: 1px solid var(--border-color) !important;
  1987.        border-radius: 25px;
  1988.        overflow: hidden;
  1989.        background: var(--card-bg);
  1990.        backdrop-filter: blur(10px);
  1991.        border: 1px solid var(--border-color);
  1992.        position: relative;
  1993.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1994.        cursor: pointer;
  1995.        transform: translateY(0) rotateX(0) rotateY(0);
  1996.        transform-style: preserve-3d;
  1997.        perspective: 1000px;
  1998.        z-index: 1;
  1999.    }
  2000.    .span-21 { grid-row-end: span 21; }
  2001.    .span-22 { grid-row-end: span 22; }
  2002.    
  2003.    .blog-card-v3::before {
  2004.        content: '';
  2005.        position: absolute;
  2006.        top: 0;
  2007.        left: 0;
  2008.        width: 100%;
  2009.        height: 100%;
  2010.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  2011.        opacity: 0;
  2012.        transition: opacity 0.3s ease;
  2013.        z-index: 1;
  2014.    }
  2015.    
  2016.    .blog-card-v3:hover {
  2017.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  2018.        box-shadow:
  2019.            0 30px 60px rgba(0,0,0,0.15),
  2020.            0 15px 30px rgba(0,0,0,0.1),
  2021.            inset 0 1px 0 rgba(255,255,255,0.3);
  2022.        z-index: 10;
  2023.    }
  2024.    
  2025.    .blog-card-v3:hover::before {
  2026.        opacity: 1;
  2027.    }
  2028.    
  2029.    .blog-image-v3 {
  2030.        position: relative;
  2031.        overflow: hidden;
  2032.        height: 50%;
  2033.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2034.    }
  2035.    
  2036.    .blog-image-v3::after {
  2037.        content: '';
  2038.        position: absolute;
  2039.        top: 0;
  2040.        left: 0;
  2041.        width: 100%;
  2042.        height: 100%;
  2043.        background:
  2044.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  2045.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  2046.        z-index: 2;
  2047.    }
  2048.    
  2049.    .blog-image-v3 img {
  2050.        width: 100%;
  2051.        height: 100%;
  2052.        object-fit: cover;
  2053.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2054.        transform: scale(1);
  2055.        filter: brightness(1) saturate(1);
  2056.    }
  2057.    
  2058.    .blog-card-v3:hover .blog-image-v3 img {
  2059.        transform: scale(1.15);
  2060.        filter: brightness(1.1) saturate(1.2);
  2061.    }
  2062.    
  2063.    .blog-floating-elements {
  2064.        position: absolute;
  2065.        top: 0;
  2066.        left: 0;
  2067.        width: 100%;
  2068.        height: 100%;
  2069.        pointer-events: none;
  2070.        z-index: 3;
  2071.    }
  2072.    
  2073.    .floating-dot {
  2074.        position: absolute;
  2075.        width: 8px;
  2076.        height: 8px;
  2077.        background: rgba(255,255,255,0.6);
  2078.        border-radius: 50%;
  2079.        animation: float 3s ease-in-out infinite;
  2080.    }
  2081.    
  2082.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  2083.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  2084.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  2085.    
  2086.    @keyframes float {
  2087.        0%, 100% { transform: translateY(0px); }
  2088.        50% { transform: translateY(-10px); }
  2089.    }
  2090.    
  2091.    .blog-category-v3 {
  2092.        position: absolute;
  2093.        top: 25px;
  2094.        right: 25px;
  2095.        padding: 10px 18px;
  2096.        border-radius: 30px;
  2097.        font-size: 11px;
  2098.        font-weight: 800;
  2099.        text-transform: uppercase;
  2100.        letter-spacing: 1.2px;
  2101.        backdrop-filter: blur(10px);
  2102.        z-index: 4;
  2103.        transform: translateY(0) scale(1);
  2104.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2105.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  2106.        border: 1px solid rgba(255,255,255,0.3);
  2107.    }
  2108.    
  2109.    .blog-card-v3:hover .blog-category-v3 {
  2110.        transform: translateY(-10px) scale(1.1);
  2111.        background: rgba(var(--card-bg),1);
  2112.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  2113.    }
  2114.    
  2115.    .blog-content-v3 {
  2116.        padding: 35px 30px 30px;
  2117.        height: 50%;
  2118.        display: flex;
  2119.        flex-direction: column;
  2120.        justify-content: space-between;
  2121.        position: relative;
  2122.        z-index: 2;
  2123.    }
  2124.    
  2125.    .blog-title-v3 {
  2126.        font-size: 19px;
  2127.        font-weight: 700;
  2128.        line-height: 1.3;
  2129.        margin-bottom: 18px;
  2130.        position: relative;
  2131.    }
  2132.    
  2133.    .blog-title-v3 a {
  2134.        text-decoration: none;
  2135.        color: var(--top-color) !important;
  2136.        transition: all 0.3s ease;
  2137.        position: relative;
  2138.        display: inline-block;
  2139.    }
  2140.    
  2141.    .blog-title-v3 a::before {
  2142.        content: '';
  2143.        position: absolute;
  2144.        bottom: -3px;
  2145.        left: 0;
  2146.        width: 0;
  2147.        height: 3px;
  2148.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2149.        border-radius: 2px;
  2150.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2151.    }
  2152.    
  2153.    .blog-card-v3:hover .blog-title-v3 a::before {
  2154.        width: 100%;
  2155.    }
  2156.    
  2157.    .blog-meta-v3 {
  2158.        display: flex;
  2159.        align-items: center;
  2160.        gap: 15px;
  2161.        margin-bottom: 18px;
  2162.        font-size: 13px;
  2163.        color: #7f8c8d;
  2164.        padding-bottom: 18px;
  2165.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  2166.        position: relative;
  2167.    }
  2168.    
  2169.    .blog-meta-v3::after {
  2170.        content: '';
  2171.        position: absolute;
  2172.        bottom: -1px;
  2173.        left: 0;
  2174.        width: 0;
  2175.        height: 1px;
  2176.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2177.        transition: width 0.6s ease 0.3s;
  2178.    }
  2179.    
  2180.    .blog-card-v3:hover .blog-meta-v3::after {
  2181.        width: 80px;
  2182.    }
  2183.    
  2184.    .blog-author-img-v3 {
  2185.        width: 35px;
  2186.        height: 35px;
  2187.        border-radius: 50%;
  2188.        object-fit: cover;
  2189.        border: 3px solid rgba(255,255,255,0.8);
  2190.        transition: all 0.4s ease;
  2191.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2192.    }
  2193.    
  2194.    .blog-card-v3:hover .blog-author-img-v3 {
  2195.        transform: scale(1.15);
  2196.        border-color: rgba(102, 126, 234, 0.5);
  2197.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  2198.    }
  2199.    
  2200.    .blog-excerpt-v3 {
  2201.        font-size: 14px;
  2202.        line-height: 1.7;
  2203.        color: #5a6c7d;
  2204.        margin-bottom: 20px;
  2205.        display: -webkit-box;
  2206.        -webkit-line-clamp: 3;
  2207.        -webkit-box-orient: vertical;
  2208.        overflow: hidden;
  2209.        opacity: 0.9;
  2210.        transition: opacity 0.3s ease;
  2211.    }
  2212.    
  2213.    .blog-card-v3:hover .blog-excerpt-v3 {
  2214.        opacity: 1;
  2215.    }
  2216.    
  2217.    .blog-actions-v3 {
  2218.        display: flex;
  2219.        justify-content: space-between;
  2220.        align-items: center;
  2221.    }
  2222.    
  2223.    .blog-read-time-v3 {
  2224.        font-size: 12px;
  2225.        color: #95a5a6;
  2226.        display: flex;
  2227.        align-items: center;
  2228.        gap: 6px;
  2229.    }
  2230.    
  2231.    .blog-read-more-v3 {
  2232.        width: 50px;
  2233.        height: 50px;
  2234.        border-radius: 50%;
  2235.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2236.        display: flex;
  2237.        align-items: center;
  2238.        justify-content: center;
  2239.        color: white;
  2240.        text-decoration: none;
  2241.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2242.        transform: scale(0) rotate(0deg);
  2243.        opacity: 0;
  2244.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2245.        position: relative;
  2246.        overflow: hidden;
  2247.    }
  2248.    
  2249.    .blog-read-more-v3::before {
  2250.        content: '';
  2251.        position: absolute;
  2252.        top: 50%;
  2253.        left: 50%;
  2254.        width: 0;
  2255.        height: 0;
  2256.        background: rgba(255,255,255,0.2);
  2257.        border-radius: 50%;
  2258.        transition: all 0.6s ease;
  2259.        transform: translate(-50%, -50%);
  2260.    }
  2261.    
  2262.    .blog-card-v3:hover .blog-read-more-v3 {
  2263.        transform: scale(1) rotate(360deg);
  2264.        opacity: 1;
  2265.    }
  2266.    
  2267.    .blog-read-more-v3:hover::before {
  2268.        width: 100%;
  2269.        height: 100%;
  2270.    }
  2271.    
  2272.    .section-header-v3 {
  2273.        text-align: center;
  2274.        margin-bottom: 80px;
  2275.        position: relative;
  2276.        z-index: 2;
  2277.    }
  2278.    
  2279.    .section-title-v3 {
  2280.        font-size: 3.5rem;
  2281.        font-weight: 900;
  2282.        margin-bottom: 25px;
  2283.        color: #2c3e50;
  2284.        position: relative;
  2285.        display: inline-block;
  2286.    }
  2287.    
  2288.    .section-title-v3::before {
  2289.        content: '';
  2290.        position: absolute;
  2291.        top: -15px;
  2292.        right: -15px;
  2293.        width: 30px;
  2294.        height: 30px;
  2295.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2296.        border-radius: 50%;
  2297.        opacity: 0.3;
  2298.        animation: pulse 2s infinite;
  2299.    }
  2300.    
  2301.    @keyframes pulse {
  2302.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2303.        50% { transform: scale(1.2); opacity: 0.6; }
  2304.    }
  2305.    
  2306.    .section-subtitle-v3 {
  2307.        font-size: 1.2rem;
  2308.        color: #7f8c8d;
  2309.        max-width: 700px;
  2310.        margin: 0 auto;
  2311.        line-height: 1.7;
  2312.        font-weight: 300;
  2313.    }
  2314.    
  2315.    .scroll-reveal {
  2316.        opacity: 0;
  2317.        transform: translateY(50px) scale(0.9);
  2318.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2319.    }
  2320.    
  2321.    .scroll-reveal.revealed {
  2322.        opacity: 1;
  2323.        transform: translateY(0) scale(1);
  2324.    }
  2325.    
  2326.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2327.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2328.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2329.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2330.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2331.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2332.  
  2333.    @media (max-width: 768px) {
  2334.        .masonry-container {
  2335.            display: flex;
  2336.            flex-direction: column;
  2337.            grid-gap: 20px;
  2338.        }
  2339.        .blog-card-v3:nth-child(n) {
  2340.            grid-row-end: span 20;
  2341.        }
  2342.        .section-title-v3 {
  2343.            font-size: 2.8rem;
  2344.        }
  2345.        .blog-highlights-v3 {
  2346.            padding: 60px 0;
  2347.        }
  2348.        .blog-content-v3 {
  2349.            padding: 25px 20px;
  2350.        }
  2351.        .blog-card-v3:hover {
  2352.            transform: translateY(-15px) scale(1.02);
  2353.        }
  2354.        .blog-image-v3{
  2355.            max-height: 350px;
  2356.            height: 100%;
  2357.        }
  2358.    }
  2359. </style>
  2360.  
  2361. <section class="blog-highlights-v3">
  2362.    <div class="container-fluid fluid-container">
  2363.        <div class="row">
  2364.            <div class="col-12">
  2365.                 <div class="wpo-section-title">
  2366.            <h2>
  2367.                Today's Top Highlights
  2368.                   </h2>
  2369.        </div>
  2370.            </div>
  2371.        </div>
  2372.        
  2373.        <div class="row">
  2374.            <div class="col-lg-8 col-12">
  2375.                <div class="masonry-container">
  2376.                    
  2377.                    <div class="blog-card-v3 scroll-reveal span-21">
  2378.                        <div class="blog-image-v3">
  2379.                            
  2380.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2381.                            
  2382.                            <div class="blog-floating-elements">
  2383.                                <div class="floating-dot"></div>
  2384.                                <div class="floating-dot"></div>
  2385.                                <div class="floating-dot"></div>
  2386.                            </div>
  2387.                            <span class="blog-category-v3 bg-primary-gradient">
  2388.                                News
  2389.                            </span>
  2390.                        </div>
  2391.                        <div class="blog-content-v3">
  2392.                            <h3 class="blog-title-v3">
  2393.                                <a href="/a-savage-homicide-of-an-orphan-focuses-attention-on-youth-maltreatment-in-the-somali-nation/" >
  2394.                                A Savage Homicide of an Orphan Focuses Attention on Youth Maltreatment in the Somali Nation
  2395.                                </a>
  2396.                            </h3>
  2397.                            <div class="blog-meta-v3">
  2398.                                
  2399.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2400.                                
  2401.                                <span>By Sabrina Gould</span>
  2402.                                <span>•</span>
  2403.                                <span>06 Jun 2026</span>
  2404.                            </div>
  2405.                            
  2406.                            <div class="blog-actions-v3">
  2407.                                <div class="blog-read-time-v3">
  2408.                                    <i class="far fa-clock"></i>
  2409.                                    <!-- <span>5 min read</span> -->
  2410.                                </div>
  2411.                                <a href="/a-savage-homicide-of-an-orphan-focuses-attention-on-youth-maltreatment-in-the-somali-nation/"  class="blog-read-more-v3">
  2412.                                    <i class="ti-arrow-right"></i>
  2413.                                </a>
  2414.                            </div>
  2415.                        </div>
  2416.                    </div>
  2417.                    
  2418.                    <div class="blog-card-v3 scroll-reveal span-22">
  2419.                        <div class="blog-image-v3">
  2420.                            
  2421.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2422.                            
  2423.                            <div class="blog-floating-elements">
  2424.                                <div class="floating-dot"></div>
  2425.                                <div class="floating-dot"></div>
  2426.                                <div class="floating-dot"></div>
  2427.                            </div>
  2428.                            <span class="blog-category-v3 bg-primary-gradient">
  2429.                                News
  2430.                            </span>
  2431.                        </div>
  2432.                        <div class="blog-content-v3">
  2433.                            <h3 class="blog-title-v3">
  2434.                                <a href="/100-meters-film-analysis-captivating-anime-of-emerging-sports-stars-in-search-for-mind-body-elevation/" >
  2435.                                100 Meters Film Analysis – Captivating Anime of Emerging Sports Stars in Search for Mind-Body Elevation
  2436.                                </a>
  2437.                            </h3>
  2438.                            <div class="blog-meta-v3">
  2439.                                
  2440.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2441.                                
  2442.                                <span>By Sabrina Gould</span>
  2443.                                <span>•</span>
  2444.                                <span>06 Jun 2026</span>
  2445.                            </div>
  2446.                            
  2447.                            <div class="blog-actions-v3">
  2448.                                <div class="blog-read-time-v3">
  2449.                                    <i class="far fa-clock"></i>
  2450.                                    <!-- <span>5 min read</span> -->
  2451.                                </div>
  2452.                                <a href="/100-meters-film-analysis-captivating-anime-of-emerging-sports-stars-in-search-for-mind-body-elevation/"  class="blog-read-more-v3">
  2453.                                    <i class="ti-arrow-right"></i>
  2454.                                </a>
  2455.                            </div>
  2456.                        </div>
  2457.                    </div>
  2458.                    
  2459.                    <div class="blog-card-v3 scroll-reveal span-21">
  2460.                        <div class="blog-image-v3">
  2461.                            
  2462.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2463.                            
  2464.                            <div class="blog-floating-elements">
  2465.                                <div class="floating-dot"></div>
  2466.                                <div class="floating-dot"></div>
  2467.                                <div class="floating-dot"></div>
  2468.                            </div>
  2469.                            <span class="blog-category-v3 bg-primary-gradient">
  2470.                                News
  2471.                            </span>
  2472.                        </div>
  2473.                        <div class="blog-content-v3">
  2474.                            <h3 class="blog-title-v3">
  2475.                                <a href="/the-reform-uk-leader-claims-teachers-of-indoctrinating-children-on-race-issues/" >
  2476.                                The Reform UK leader Claims Teachers of ‘Indoctrinating Children’ on Race Issues
  2477.                                </a>
  2478.                            </h3>
  2479.                            <div class="blog-meta-v3">
  2480.                                
  2481.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2482.                                
  2483.                                <span>By Sabrina Gould</span>
  2484.                                <span>•</span>
  2485.                                <span>06 Jun 2026</span>
  2486.                            </div>
  2487.                            
  2488.                            <div class="blog-actions-v3">
  2489.                                <div class="blog-read-time-v3">
  2490.                                    <i class="far fa-clock"></i>
  2491.                                    <!-- <span>5 min read</span> -->
  2492.                                </div>
  2493.                                <a href="/the-reform-uk-leader-claims-teachers-of-indoctrinating-children-on-race-issues/"  class="blog-read-more-v3">
  2494.                                    <i class="ti-arrow-right"></i>
  2495.                                </a>
  2496.                            </div>
  2497.                        </div>
  2498.                    </div>
  2499.                    
  2500.                    <div class="blog-card-v3 scroll-reveal span-22">
  2501.                        <div class="blog-image-v3">
  2502.                            
  2503.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2504.                            
  2505.                            <div class="blog-floating-elements">
  2506.                                <div class="floating-dot"></div>
  2507.                                <div class="floating-dot"></div>
  2508.                                <div class="floating-dot"></div>
  2509.                            </div>
  2510.                            <span class="blog-category-v3 bg-primary-gradient">
  2511.                                News
  2512.                            </span>
  2513.                        </div>
  2514.                        <div class="blog-content-v3">
  2515.                            <h3 class="blog-title-v3">
  2516.                                <a href="/fresh-start-old-cautionary-tales-lessons-from-films-set-in-2026-teach-us/" >
  2517.                                Fresh Start, Old Cautionary Tales: Lessons from Films Set in 2026 Teach Us?
  2518.                                </a>
  2519.                            </h3>
  2520.                            <div class="blog-meta-v3">
  2521.                                
  2522.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2523.                                
  2524.                                <span>By Sabrina Gould</span>
  2525.                                <span>•</span>
  2526.                                <span>06 Jun 2026</span>
  2527.                            </div>
  2528.                            
  2529.                            <div class="blog-actions-v3">
  2530.                                <div class="blog-read-time-v3">
  2531.                                    <i class="far fa-clock"></i>
  2532.                                    <!-- <span>5 min read</span> -->
  2533.                                </div>
  2534.                                <a href="/fresh-start-old-cautionary-tales-lessons-from-films-set-in-2026-teach-us/"  class="blog-read-more-v3">
  2535.                                    <i class="ti-arrow-right"></i>
  2536.                                </a>
  2537.                            </div>
  2538.                        </div>
  2539.                    </div>
  2540.                    
  2541.                    <div class="blog-card-v3 scroll-reveal span-21">
  2542.                        <div class="blog-image-v3">
  2543.                            
  2544.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2545.                            
  2546.                            <div class="blog-floating-elements">
  2547.                                <div class="floating-dot"></div>
  2548.                                <div class="floating-dot"></div>
  2549.                                <div class="floating-dot"></div>
  2550.                            </div>
  2551.                            <span class="blog-category-v3 bg-primary-gradient">
  2552.                                News
  2553.                            </span>
  2554.                        </div>
  2555.                        <div class="blog-content-v3">
  2556.                            <h3 class="blog-title-v3">
  2557.                                <a href="/wicketkeeper-alex-careys-sparkling-hundred-assists-the-baggy-greens-bounce-back-from-early-england-ashes-onslaught/" >
  2558.                                Wicketkeeper Alex Carey&#x27;s Sparkling Hundred Assists The Baggy Greens Bounce Back From Early England Ashes Onslaught.
  2559.                                </a>
  2560.                            </h3>
  2561.                            <div class="blog-meta-v3">
  2562.                                
  2563.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2564.                                
  2565.                                <span>By Sabrina Gould</span>
  2566.                                <span>•</span>
  2567.                                <span>06 Jun 2026</span>
  2568.                            </div>
  2569.                            
  2570.                            <div class="blog-actions-v3">
  2571.                                <div class="blog-read-time-v3">
  2572.                                    <i class="far fa-clock"></i>
  2573.                                    <!-- <span>5 min read</span> -->
  2574.                                </div>
  2575.                                <a href="/wicketkeeper-alex-careys-sparkling-hundred-assists-the-baggy-greens-bounce-back-from-early-england-ashes-onslaught/"  class="blog-read-more-v3">
  2576.                                    <i class="ti-arrow-right"></i>
  2577.                                </a>
  2578.                            </div>
  2579.                        </div>
  2580.                    </div>
  2581.                    
  2582.                    <div class="blog-card-v3 scroll-reveal span-22">
  2583.                        <div class="blog-image-v3">
  2584.                            
  2585.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2586.                            
  2587.                            <div class="blog-floating-elements">
  2588.                                <div class="floating-dot"></div>
  2589.                                <div class="floating-dot"></div>
  2590.                                <div class="floating-dot"></div>
  2591.                            </div>
  2592.                            <span class="blog-category-v3 bg-primary-gradient">
  2593.                                News
  2594.                            </span>
  2595.                        </div>
  2596.                        <div class="blog-content-v3">
  2597.                            <h3 class="blog-title-v3">
  2598.                                <a href="/flight-delays-in-america-expected-to-intensify-transportation-chief-warns/" >
  2599.                                Flight Delays in America Expected to Intensify, Transportation Chief Warns
  2600.                                </a>
  2601.                            </h3>
  2602.                            <div class="blog-meta-v3">
  2603.                                
  2604.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2605.                                
  2606.                                <span>By Sabrina Gould</span>
  2607.                                <span>•</span>
  2608.                                <span>06 Jun 2026</span>
  2609.                            </div>
  2610.                            
  2611.                            <div class="blog-actions-v3">
  2612.                                <div class="blog-read-time-v3">
  2613.                                    <i class="far fa-clock"></i>
  2614.                                    <!-- <span>5 min read</span> -->
  2615.                                </div>
  2616.                                <a href="/flight-delays-in-america-expected-to-intensify-transportation-chief-warns/"  class="blog-read-more-v3">
  2617.                                    <i class="ti-arrow-right"></i>
  2618.                                </a>
  2619.                            </div>
  2620.                        </div>
  2621.                    </div>
  2622.                    
  2623.                    <div class="blog-card-v3 scroll-reveal span-21">
  2624.                        <div class="blog-image-v3">
  2625.                            
  2626.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2627.                            
  2628.                            <div class="blog-floating-elements">
  2629.                                <div class="floating-dot"></div>
  2630.                                <div class="floating-dot"></div>
  2631.                                <div class="floating-dot"></div>
  2632.                            </div>
  2633.                            <span class="blog-category-v3 bg-primary-gradient">
  2634.                                News
  2635.                            </span>
  2636.                        </div>
  2637.                        <div class="blog-content-v3">
  2638.                            <h3 class="blog-title-v3">
  2639.                                <a href="/whos-leading-in-the-pursuit-for-the-european-golden-shoe/" >
  2640.                                Who&#x27;s Leading in the Pursuit for the European Golden Shoe?
  2641.                                </a>
  2642.                            </h3>
  2643.                            <div class="blog-meta-v3">
  2644.                                
  2645.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2646.                                
  2647.                                <span>By Sabrina Gould</span>
  2648.                                <span>•</span>
  2649.                                <span>06 Jun 2026</span>
  2650.                            </div>
  2651.                            
  2652.                            <div class="blog-actions-v3">
  2653.                                <div class="blog-read-time-v3">
  2654.                                    <i class="far fa-clock"></i>
  2655.                                    <!-- <span>5 min read</span> -->
  2656.                                </div>
  2657.                                <a href="/whos-leading-in-the-pursuit-for-the-european-golden-shoe/"  class="blog-read-more-v3">
  2658.                                    <i class="ti-arrow-right"></i>
  2659.                                </a>
  2660.                            </div>
  2661.                        </div>
  2662.                    </div>
  2663.                    
  2664.                    <div class="blog-card-v3 scroll-reveal span-22">
  2665.                        <div class="blog-image-v3">
  2666.                            
  2667.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2668.                            
  2669.                            <div class="blog-floating-elements">
  2670.                                <div class="floating-dot"></div>
  2671.                                <div class="floating-dot"></div>
  2672.                                <div class="floating-dot"></div>
  2673.                            </div>
  2674.                            <span class="blog-category-v3 bg-primary-gradient">
  2675.                                News
  2676.                            </span>
  2677.                        </div>
  2678.                        <div class="blog-content-v3">
  2679.                            <h3 class="blog-title-v3">
  2680.                                <a href="/paris-museum-robbery-puts-focus-on-protection-issues/" >
  2681.                                Paris Museum Robbery Puts Focus on Protection Issues
  2682.                                </a>
  2683.                            </h3>
  2684.                            <div class="blog-meta-v3">
  2685.                                
  2686.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2687.                                
  2688.                                <span>By Sabrina Gould</span>
  2689.                                <span>•</span>
  2690.                                <span>05 Jun 2026</span>
  2691.                            </div>
  2692.                            
  2693.                            <div class="blog-actions-v3">
  2694.                                <div class="blog-read-time-v3">
  2695.                                    <i class="far fa-clock"></i>
  2696.                                    <!-- <span>5 min read</span> -->
  2697.                                </div>
  2698.                                <a href="/paris-museum-robbery-puts-focus-on-protection-issues/"  class="blog-read-more-v3">
  2699.                                    <i class="ti-arrow-right"></i>
  2700.                                </a>
  2701.                            </div>
  2702.                        </div>
  2703.                    </div>
  2704.                    
  2705.                    <div class="blog-card-v3 scroll-reveal span-21">
  2706.                        <div class="blog-image-v3">
  2707.                            
  2708.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2709.                            
  2710.                            <div class="blog-floating-elements">
  2711.                                <div class="floating-dot"></div>
  2712.                                <div class="floating-dot"></div>
  2713.                                <div class="floating-dot"></div>
  2714.                            </div>
  2715.                            <span class="blog-category-v3 bg-primary-gradient">
  2716.                                News
  2717.                            </span>
  2718.                        </div>
  2719.                        <div class="blog-content-v3">
  2720.                            <h3 class="blog-title-v3">
  2721.                                <a href="/ten-newcomer-pointers-to-learn-before-diving-into-clair-obscur-expedition-33/" >
  2722.                                Ten Newcomer Pointers to Learn Before Diving Into Clair Obscur: Expedition 33
  2723.                                </a>
  2724.                            </h3>
  2725.                            <div class="blog-meta-v3">
  2726.                                
  2727.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2728.                                
  2729.                                <span>By Sabrina Gould</span>
  2730.                                <span>•</span>
  2731.                                <span>05 Jun 2026</span>
  2732.                            </div>
  2733.                            
  2734.                            <div class="blog-actions-v3">
  2735.                                <div class="blog-read-time-v3">
  2736.                                    <i class="far fa-clock"></i>
  2737.                                    <!-- <span>5 min read</span> -->
  2738.                                </div>
  2739.                                <a href="/ten-newcomer-pointers-to-learn-before-diving-into-clair-obscur-expedition-33/"  class="blog-read-more-v3">
  2740.                                    <i class="ti-arrow-right"></i>
  2741.                                </a>
  2742.                            </div>
  2743.                        </div>
  2744.                    </div>
  2745.                    
  2746.                    <div class="blog-card-v3 scroll-reveal span-22">
  2747.                        <div class="blog-image-v3">
  2748.                            
  2749.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2750.                            
  2751.                            <div class="blog-floating-elements">
  2752.                                <div class="floating-dot"></div>
  2753.                                <div class="floating-dot"></div>
  2754.                                <div class="floating-dot"></div>
  2755.                            </div>
  2756.                            <span class="blog-category-v3 bg-primary-gradient">
  2757.                                News
  2758.                            </span>
  2759.                        </div>
  2760.                        <div class="blog-content-v3">
  2761.                            <h3 class="blog-title-v3">
  2762.                                <a href="/the-reasons-the-duke-of-york-has-relinquished-his-official-titles-and-the-implications-for-the-royal-family/" >
  2763.                                The Reasons the Duke of York Has Relinquished His Official Titles – and the Implications for the Royal Family
  2764.                                </a>
  2765.                            </h3>
  2766.                            <div class="blog-meta-v3">
  2767.                                
  2768.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2769.                                
  2770.                                <span>By Sabrina Gould</span>
  2771.                                <span>•</span>
  2772.                                <span>05 Jun 2026</span>
  2773.                            </div>
  2774.                            
  2775.                            <div class="blog-actions-v3">
  2776.                                <div class="blog-read-time-v3">
  2777.                                    <i class="far fa-clock"></i>
  2778.                                    <!-- <span>5 min read</span> -->
  2779.                                </div>
  2780.                                <a href="/the-reasons-the-duke-of-york-has-relinquished-his-official-titles-and-the-implications-for-the-royal-family/"  class="blog-read-more-v3">
  2781.                                    <i class="ti-arrow-right"></i>
  2782.                                </a>
  2783.                            </div>
  2784.                        </div>
  2785.                    </div>
  2786.                    
  2787.                    <div class="blog-card-v3 scroll-reveal span-21">
  2788.                        <div class="blog-image-v3">
  2789.                            
  2790.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2791.                            
  2792.                            <div class="blog-floating-elements">
  2793.                                <div class="floating-dot"></div>
  2794.                                <div class="floating-dot"></div>
  2795.                                <div class="floating-dot"></div>
  2796.                            </div>
  2797.                            <span class="blog-category-v3 bg-primary-gradient">
  2798.                                News
  2799.                            </span>
  2800.                        </div>
  2801.                        <div class="blog-content-v3">
  2802.                            <h3 class="blog-title-v3">
  2803.                                <a href="/singapore-court-affirms-guilty-verdict-for-political-rival-pritam-singh/" >
  2804.                                Singapore Court Affirms Guilty Verdict for Political Rival Pritam Singh
  2805.                                </a>
  2806.                            </h3>
  2807.                            <div class="blog-meta-v3">
  2808.                                
  2809.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2810.                                
  2811.                                <span>By Sabrina Gould</span>
  2812.                                <span>•</span>
  2813.                                <span>05 Jun 2026</span>
  2814.                            </div>
  2815.                            
  2816.                            <div class="blog-actions-v3">
  2817.                                <div class="blog-read-time-v3">
  2818.                                    <i class="far fa-clock"></i>
  2819.                                    <!-- <span>5 min read</span> -->
  2820.                                </div>
  2821.                                <a href="/singapore-court-affirms-guilty-verdict-for-political-rival-pritam-singh/"  class="blog-read-more-v3">
  2822.                                    <i class="ti-arrow-right"></i>
  2823.                                </a>
  2824.                            </div>
  2825.                        </div>
  2826.                    </div>
  2827.                    
  2828.                    <div class="blog-card-v3 scroll-reveal span-22">
  2829.                        <div class="blog-image-v3">
  2830.                            
  2831.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2832.                            
  2833.                            <div class="blog-floating-elements">
  2834.                                <div class="floating-dot"></div>
  2835.                                <div class="floating-dot"></div>
  2836.                                <div class="floating-dot"></div>
  2837.                            </div>
  2838.                            <span class="blog-category-v3 bg-primary-gradient">
  2839.                                News
  2840.                            </span>
  2841.                        </div>
  2842.                        <div class="blog-content-v3">
  2843.                            <h3 class="blog-title-v3">
  2844.                                <a href="/officers-thought-stephen-yaxley-lennon-possessed-terrorist-information-on-phone-trial-told/" >
  2845.                                Officers Thought Stephen Yaxley-Lennon Possessed Terrorist Information on Phone, Trial Told.
  2846.                                </a>
  2847.                            </h3>
  2848.                            <div class="blog-meta-v3">
  2849.                                
  2850.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="blog-author-img-v3">
  2851.                                
  2852.                                <span>By Sabrina Gould</span>
  2853.                                <span>•</span>
  2854.                                <span>05 Jun 2026</span>
  2855.                            </div>
  2856.                            
  2857.                            <div class="blog-actions-v3">
  2858.                                <div class="blog-read-time-v3">
  2859.                                    <i class="far fa-clock"></i>
  2860.                                    <!-- <span>5 min read</span> -->
  2861.                                </div>
  2862.                                <a href="/officers-thought-stephen-yaxley-lennon-possessed-terrorist-information-on-phone-trial-told/"  class="blog-read-more-v3">
  2863.                                    <i class="ti-arrow-right"></i>
  2864.                                </a>
  2865.                            </div>
  2866.                        </div>
  2867.                    </div>
  2868.                    
  2869.                    
  2870.  
  2871.                </div>
  2872.            </div>
  2873.            
  2874.               <div class="col col-lg-4 col-12">
  2875.                
  2876.  
  2877.  
  2878.  
  2879.    
  2880.  
  2881. <!-- Curved Heading Sidebar -->
  2882.    <div class="sidebar mb-3">
  2883.        
  2884.       <div class="sidebar-widget mb-5">
  2885.            <div class="widget-title-wrapper mb-3">
  2886.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2887.                    <div class="title-border"></div>
  2888.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2889.                </h4>
  2890.            </div>
  2891.            <div class="widget-content shadow-sm rounded-3 p-4">
  2892.                <div class="archives-list scrollable-sidebar">
  2893.                    
  2894.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2895.                        <a href="https://www.moneymakesense.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2896.                            <i class="ti-angle-right me-2 text-primary"></i>
  2897.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2898.                        </a>
  2899.                    </div>
  2900.                    
  2901.  
  2902.                </div>
  2903.            </div>
  2904.        </div>
  2905.        
  2906.       <div class="sidebar-widget mb-5">
  2907.            <div class="widget-title-wrapper mb-3">
  2908.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2909.                    <div class="title-border"></div>
  2910.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2911.                </h4>
  2912.            </div>
  2913.            <div class="widget-content shadow-sm rounded-3 p-4">
  2914.                <div class="archives-list scrollable-sidebar">
  2915.                    
  2916.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2917.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2918.                            <i class="ti-angle-right me-2 text-primary"></i>
  2919.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2920.                        </a>
  2921.                    </div>
  2922.                    
  2923.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2924.                        <a href="https://www.nsecuk.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2925.                            <i class="ti-angle-right me-2 text-primary"></i>
  2926.                            <span class="archive-link top-color fw-semibold">non gamstop casino uk</span>
  2927.                        </a>
  2928.                    </div>
  2929.                    
  2930.  
  2931.                </div>
  2932.            </div>
  2933.        </div>
  2934.        
  2935.       <div class="sidebar-widget mb-5">
  2936.            <div class="widget-title-wrapper mb-3">
  2937.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2938.                    <div class="title-border"></div>
  2939.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2940.                </h4>
  2941.            </div>
  2942.            <div class="widget-content shadow-sm rounded-3 p-4">
  2943.                <div class="archives-list scrollable-sidebar">
  2944.                    
  2945.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2946.                        <a href="https://twinsuk.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2947.                            <i class="ti-angle-right me-2 text-primary"></i>
  2948.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2949.                        </a>
  2950.                    </div>
  2951.                    
  2952.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2953.                        <a href="https://www.explorebedford.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2954.                            <i class="ti-angle-right me-2 text-primary"></i>
  2955.                            <span class="archive-link top-color fw-semibold">online casinos no kyc</span>
  2956.                        </a>
  2957.                    </div>
  2958.                    
  2959.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2960.                        <a href="https://cobdenchambers.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2961.                            <i class="ti-angle-right me-2 text-primary"></i>
  2962.                            <span class="archive-link top-color fw-semibold">european casino</span>
  2963.                        </a>
  2964.                    </div>
  2965.                    
  2966.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2967.                        <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2968.                            <i class="ti-angle-right me-2 text-primary"></i>
  2969.                            <span class="archive-link top-color fw-semibold">uk casinos</span>
  2970.                        </a>
  2971.                    </div>
  2972.                    
  2973.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2974.                        <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2975.                            <i class="ti-angle-right me-2 text-primary"></i>
  2976.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2977.                        </a>
  2978.                    </div>
  2979.                    
  2980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2981.                        <a href="https://datamagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2984.                        </a>
  2985.                    </div>
  2986.                    
  2987.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2988.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2989.                            <i class="ti-angle-right me-2 text-primary"></i>
  2990.                            <span class="archive-link top-color fw-semibold">uk casino sites</span>
  2991.                        </a>
  2992.                    </div>
  2993.                    
  2994.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2995.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2996.                            <i class="ti-angle-right me-2 text-primary"></i>
  2997.                            <span class="archive-link top-color fw-semibold">non Gamblock casinos UK</span>
  2998.                        </a>
  2999.                    </div>
  3000.                    
  3001.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3002.                        <a href="https://openaire.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3003.                            <i class="ti-angle-right me-2 text-primary"></i>
  3004.                            <span class="archive-link top-color fw-semibold">new betting sites</span>
  3005.                        </a>
  3006.                    </div>
  3007.                    
  3008.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3009.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3010.                            <i class="ti-angle-right me-2 text-primary"></i>
  3011.                            <span class="archive-link top-color fw-semibold">best UK casino sites</span>
  3012.                        </a>
  3013.                    </div>
  3014.                    
  3015.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3016.                        <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3017.                            <i class="ti-angle-right me-2 text-primary"></i>
  3018.                            <span class="archive-link top-color fw-semibold">best escorts</span>
  3019.                        </a>
  3020.                    </div>
  3021.                    
  3022.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3023.                        <a href="https://www.socialaffairsunit.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3024.                            <i class="ti-angle-right me-2 text-primary"></i>
  3025.                            <span class="archive-link top-color fw-semibold">new sports betting sites</span>
  3026.                        </a>
  3027.                    </div>
  3028.                    
  3029.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3030.                        <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3031.                            <i class="ti-angle-right me-2 text-primary"></i>
  3032.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  3033.                        </a>
  3034.                    </div>
  3035.                    
  3036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3037.                        <a href="https://www.edinburghfoody.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3038.                            <i class="ti-angle-right me-2 text-primary"></i>
  3039.                            <span class="archive-link top-color fw-semibold">casino not on GamStop</span>
  3040.                        </a>
  3041.                    </div>
  3042.                    
  3043.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3044.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3045.                            <i class="ti-angle-right me-2 text-primary"></i>
  3046.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3047.                        </a>
  3048.                    </div>
  3049.                    
  3050.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3051.                        <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3052.                            <i class="ti-angle-right me-2 text-primary"></i>
  3053.                            <span class="archive-link top-color fw-semibold">best online betting sites UK</span>
  3054.                        </a>
  3055.                    </div>
  3056.                    
  3057.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3058.                        <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3059.                            <i class="ti-angle-right me-2 text-primary"></i>
  3060.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3061.                        </a>
  3062.                    </div>
  3063.                    
  3064.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3065.                        <a href="https://www.kew.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3066.                            <i class="ti-angle-right me-2 text-primary"></i>
  3067.                            <span class="archive-link top-color fw-semibold">betting sites not on GamStop</span>
  3068.                        </a>
  3069.                    </div>
  3070.                    
  3071.  
  3072.                </div>
  3073.            </div>
  3074.        </div>
  3075.        
  3076.       <div class="sidebar-widget mb-5">
  3077.            <div class="widget-title-wrapper mb-3">
  3078.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3079.                    <div class="title-border"></div>
  3080.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3081.                </h4>
  3082.            </div>
  3083.            <div class="widget-content shadow-sm rounded-3 p-4">
  3084.                <div class="archives-list scrollable-sidebar">
  3085.                    
  3086.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3087.                        <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3088.                            <i class="ti-angle-right me-2 text-primary"></i>
  3089.                            <span class="archive-link top-color fw-semibold">casino sites not on GamStop</span>
  3090.                        </a>
  3091.                    </div>
  3092.                    
  3093.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3094.                        <a href="https://zionist.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3095.                            <i class="ti-angle-right me-2 text-primary"></i>
  3096.                            <span class="archive-link top-color fw-semibold">Casinos Not on GAMSTOP</span>
  3097.                        </a>
  3098.                    </div>
  3099.                    
  3100.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3101.                        <a href="https://orangegenie.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="archive-link top-color fw-semibold">casino not on GamStop</span>
  3104.                        </a>
  3105.                    </div>
  3106.                    
  3107.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3108.                        <a href="https://bedforddaycarehospice.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3109.                            <i class="ti-angle-right me-2 text-primary"></i>
  3110.                            <span class="archive-link top-color fw-semibold">no kyc casino</span>
  3111.                        </a>
  3112.                    </div>
  3113.                    
  3114.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3115.                        <a href="https://damiangreen.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3116.                            <i class="ti-angle-right me-2 text-primary"></i>
  3117.                            <span class="archive-link top-color fw-semibold">lowest deposit casinos</span>
  3118.                        </a>
  3119.                    </div>
  3120.                    
  3121.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3122.                        <a href="https://maxxia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3123.                            <i class="ti-angle-right me-2 text-primary"></i>
  3124.                            <span class="archive-link top-color fw-semibold">no kyc casinos uk</span>
  3125.                        </a>
  3126.                    </div>
  3127.                    
  3128.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3129.                        <a href="https://www.glasshouserestaurant.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3130.                            <i class="ti-angle-right me-2 text-primary"></i>
  3131.                            <span class="archive-link top-color fw-semibold">crypto casino</span>
  3132.                        </a>
  3133.                    </div>
  3134.                    
  3135.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3136.                        <a href="https://www.bwacademy.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3137.                            <i class="ti-angle-right me-2 text-primary"></i>
  3138.                            <span class="archive-link top-color fw-semibold">best payout online slots UK</span>
  3139.                        </a>
  3140.                    </div>
  3141.                    
  3142.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3143.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3144.                            <i class="ti-angle-right me-2 text-primary"></i>
  3145.                            <span class="archive-link top-color fw-semibold">UK casinos not on GamStop</span>
  3146.                        </a>
  3147.                    </div>
  3148.                    
  3149.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3150.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3151.                            <i class="ti-angle-right me-2 text-primary"></i>
  3152.                            <span class="archive-link top-color fw-semibold">non GamStop casino UK</span>
  3153.                        </a>
  3154.                    </div>
  3155.                    
  3156.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3157.                        <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3158.                            <i class="ti-angle-right me-2 text-primary"></i>
  3159.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  3160.                        </a>
  3161.                    </div>
  3162.                    
  3163.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3164.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3165.                            <i class="ti-angle-right me-2 text-primary"></i>
  3166.                            <span class="archive-link top-color fw-semibold">games not on GamStop</span>
  3167.                        </a>
  3168.                    </div>
  3169.                    
  3170.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3171.                        <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3172.                            <i class="ti-angle-right me-2 text-primary"></i>
  3173.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  3174.                        </a>
  3175.                    </div>
  3176.                    
  3177.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3178.                        <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3179.                            <i class="ti-angle-right me-2 text-primary"></i>
  3180.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  3181.                        </a>
  3182.                    </div>
  3183.                    
  3184.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3185.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3186.                            <i class="ti-angle-right me-2 text-primary"></i>
  3187.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3188.                        </a>
  3189.                    </div>
  3190.                    
  3191.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3192.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3193.                            <i class="ti-angle-right me-2 text-primary"></i>
  3194.                            <span class="archive-link top-color fw-semibold">slots online not on gamstop</span>
  3195.                        </a>
  3196.                    </div>
  3197.                    
  3198.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3199.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3200.                            <i class="ti-angle-right me-2 text-primary"></i>
  3201.                            <span class="archive-link top-color fw-semibold">Non UK Casinos</span>
  3202.                        </a>
  3203.                    </div>
  3204.                    
  3205.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3206.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3207.                            <i class="ti-angle-right me-2 text-primary"></i>
  3208.                            <span class="archive-link top-color fw-semibold">Non GAMSTOP Casino</span>
  3209.                        </a>
  3210.                    </div>
  3211.                    
  3212.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3213.                        <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3214.                            <i class="ti-angle-right me-2 text-primary"></i>
  3215.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  3216.                        </a>
  3217.                    </div>
  3218.                    
  3219.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3220.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3221.                            <i class="ti-angle-right me-2 text-primary"></i>
  3222.                            <span class="archive-link top-color fw-semibold">Non UK Casino</span>
  3223.                        </a>
  3224.                    </div>
  3225.                    
  3226.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3227.                        <a href="http://ukfreespinsnotongamstop.in.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3228.                            <i class="ti-angle-right me-2 text-primary"></i>
  3229.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3230.                        </a>
  3231.                    </div>
  3232.                    
  3233.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3234.                        <a href="https://dickensworld.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3235.                            <i class="ti-angle-right me-2 text-primary"></i>
  3236.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3237.                        </a>
  3238.                    </div>
  3239.                    
  3240.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3241.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3242.                            <i class="ti-angle-right me-2 text-primary"></i>
  3243.                            <span class="archive-link top-color fw-semibold">casino</span>
  3244.                        </a>
  3245.                    </div>
  3246.                    
  3247.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3248.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3249.                            <i class="ti-angle-right me-2 text-primary"></i>
  3250.                            <span class="archive-link top-color fw-semibold">non gamstop betting sites uk</span>
  3251.                        </a>
  3252.                    </div>
  3253.                    
  3254.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3255.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3256.                            <i class="ti-angle-right me-2 text-primary"></i>
  3257.                            <span class="archive-link top-color fw-semibold">non gamstop uk sports betting</span>
  3258.                        </a>
  3259.                    </div>
  3260.                    
  3261.  
  3262.                </div>
  3263.            </div>
  3264.        </div>
  3265.        
  3266.       <div class="sidebar-widget mb-5">
  3267.            <div class="widget-title-wrapper mb-3">
  3268.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3269.                    <div class="title-border"></div>
  3270.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3271.                </h4>
  3272.            </div>
  3273.            <div class="widget-content shadow-sm rounded-3 p-4">
  3274.                <div class="archives-list scrollable-sidebar">
  3275.                    
  3276.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3277.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3278.                            <i class="ti-angle-right me-2 text-primary"></i>
  3279.                            <span class="archive-link top-color fw-semibold">best betting sites not on gamstop</span>
  3280.                        </a>
  3281.                    </div>
  3282.                    
  3283.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3284.                        <a href="https://realrussia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3285.                            <i class="ti-angle-right me-2 text-primary"></i>
  3286.                            <span class="archive-link top-color fw-semibold">best uk betting sites</span>
  3287.                        </a>
  3288.                    </div>
  3289.                    
  3290.  
  3291.                </div>
  3292.            </div>
  3293.        </div>
  3294.        
  3295. <!--        
  3296.       <div class="sidebar-widget mb-5">
  3297.            <div class="widget-title-wrapper mb-3">
  3298.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3299.                    <div class="title-border"></div>
  3300.                    <i class="ti-folder me-2"></i>Blog Archives
  3301.                </h4>
  3302.            </div>
  3303.            <div class="widget-content shadow-sm rounded-3 p-4">
  3304.                <div class="archives-list">
  3305.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3306.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3307.                            <i class="ti-angle-right me-2 text-primary"></i>
  3308.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3309.                        </a>
  3310.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3311.                    </div>
  3312.  
  3313.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3314.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3315.                            <i class="ti-angle-right me-2 text-primary"></i>
  3316.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3317.                        </a>
  3318.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3319.                    </div>
  3320.  
  3321.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3322.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3323.                            <i class="ti-angle-right me-2 text-primary"></i>
  3324.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3325.                        </a>
  3326.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3327.                    </div>
  3328.  
  3329.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3330.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3331.                            <i class="ti-angle-right me-2 text-primary"></i>
  3332.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3333.                        </a>
  3334.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3335.                    </div>
  3336.  
  3337.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3338.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3339.                            <i class="ti-angle-right me-2 text-primary"></i>
  3340.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3341.                        </a>
  3342.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3343.                    </div>
  3344.  
  3345.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3346.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3347.                            <i class="ti-angle-right me-2 text-primary"></i>
  3348.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3349.                        </a>
  3350.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3351.                    </div>
  3352.                </div>
  3353.                
  3354.                <div class="text-center mt-4 pt-3 border-top border-color">
  3355.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3356.                        <i class="ti-archive me-1"></i>View All Archives
  3357.                    </a>
  3358.                </div>
  3359.            </div>
  3360.        </div> -->
  3361.        <div class="sidebar-widget mb-4">
  3362.            <div class="widget-title-wrapper mb-3">
  3363.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3364.                    <div class="title-border-primary"></div>
  3365.                    <i class="ti-star me-2"></i>Popular Posts
  3366.                </h4>
  3367.            </div>
  3368.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3369.                <div class="popular-post-list">
  3370.                    
  3371.                    
  3372.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3373.                        <div class="post-content flex-grow-1">
  3374.                            <h6 class="post-title mb-1">
  3375.                                 <a href="/at-least-36000-sudanese-have-escaped-following-takeover-of-el-fasher-to-paramilitary-group-reports-un-agency/" class="text-decoration-none top-color fw-semibold lh-sm">
  3376.                                            At least 36,000 Sudanese have escaped following takeover of El Fasher to paramilitary group, reports UN agency
  3377.                                            </a>
  3378.                            </h6>
  3379.                            <div class="post-meta">
  3380.                                <small class="text-muted">
  3381.                                    <i class="ti-calendar me-1"></i>05 Jun 2026
  3382.                                </small>
  3383.                                <!-- <small class="text-muted ms-3">
  3384.                                    <i class="ti-eye me-1"></i>1,234 views
  3385.                                </small> -->
  3386.                            </div>
  3387.                        </div>
  3388.                    </div>
  3389.                    
  3390.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3391.                        <div class="post-content flex-grow-1">
  3392.                            <h6 class="post-title mb-1">
  3393.                                 <a href="/no-mckenna-celtic-talks-as-craig-bellamy-pledges-to-welsh-national-team/" class="text-decoration-none top-color fw-semibold lh-sm">
  3394.                                            No McKenna Celtic Talks as Craig Bellamy Pledges to Welsh National Team
  3395.                                            </a>
  3396.                            </h6>
  3397.                            <div class="post-meta">
  3398.                                <small class="text-muted">
  3399.                                    <i class="ti-calendar me-1"></i>05 Jun 2026
  3400.                                </small>
  3401.                                <!-- <small class="text-muted ms-3">
  3402.                                    <i class="ti-eye me-1"></i>1,234 views
  3403.                                </small> -->
  3404.                            </div>
  3405.                        </div>
  3406.                    </div>
  3407.                    
  3408.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3409.                        <div class="post-content flex-grow-1">
  3410.                            <h6 class="post-title mb-1">
  3411.                                 <a href="/following-the-venezuela-linked-vessel-pursued-by-the-us-coast-guard/" class="text-decoration-none top-color fw-semibold lh-sm">
  3412.                                            Following the Venezuela-linked Vessel &#x27;Pursued&#x27; by the US Coast Guard
  3413.                                            </a>
  3414.                            </h6>
  3415.                            <div class="post-meta">
  3416.                                <small class="text-muted">
  3417.                                    <i class="ti-calendar me-1"></i>05 Jun 2026
  3418.                                </small>
  3419.                                <!-- <small class="text-muted ms-3">
  3420.                                    <i class="ti-eye me-1"></i>1,234 views
  3421.                                </small> -->
  3422.                            </div>
  3423.                        </div>
  3424.                    </div>
  3425.                    
  3426.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3427.                        <div class="post-content flex-grow-1">
  3428.                            <h6 class="post-title mb-1">
  3429.                                 <a href="/six-arrested-after-12m-armed-raid-on-gold-refining-lab-in-france/" class="text-decoration-none top-color fw-semibold lh-sm">
  3430.                                            Six Arrested After €12M Armed Raid on Gold Refining Lab in France
  3431.                                            </a>
  3432.                            </h6>
  3433.                            <div class="post-meta">
  3434.                                <small class="text-muted">
  3435.                                    <i class="ti-calendar me-1"></i>04 Jun 2026
  3436.                                </small>
  3437.                                <!-- <small class="text-muted ms-3">
  3438.                                    <i class="ti-eye me-1"></i>1,234 views
  3439.                                </small> -->
  3440.                            </div>
  3441.                        </div>
  3442.                    </div>
  3443.                    
  3444.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3445.                        <div class="post-content flex-grow-1">
  3446.                            <h6 class="post-title mb-1">
  3447.                                 <a href="/england-face-china-womens-friendly-international/" class="text-decoration-none top-color fw-semibold lh-sm">
  3448.                                            England face China – Women&#x27;s Friendly International
  3449.                                            </a>
  3450.                            </h6>
  3451.                            <div class="post-meta">
  3452.                                <small class="text-muted">
  3453.                                    <i class="ti-calendar me-1"></i>04 Jun 2026
  3454.                                </small>
  3455.                                <!-- <small class="text-muted ms-3">
  3456.                                    <i class="ti-eye me-1"></i>1,234 views
  3457.                                </small> -->
  3458.                            </div>
  3459.                        </div>
  3460.                    </div>
  3461.                    
  3462.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3463.                        <div class="post-content flex-grow-1">
  3464.                            <h6 class="post-title mb-1">
  3465.                                 <a href="/donald-trumps-ukrainian-peace-initiative-constitutes-a-gift-to-russias-leader/" class="text-decoration-none top-color fw-semibold lh-sm">
  3466.                                            Donald Trump&#x27;s Ukrainian Peace Initiative Constitutes a Gift to Russia&#x27;s Leader
  3467.                                            </a>
  3468.                            </h6>
  3469.                            <div class="post-meta">
  3470.                                <small class="text-muted">
  3471.                                    <i class="ti-calendar me-1"></i>04 Jun 2026
  3472.                                </small>
  3473.                                <!-- <small class="text-muted ms-3">
  3474.                                    <i class="ti-eye me-1"></i>1,234 views
  3475.                                </small> -->
  3476.                            </div>
  3477.                        </div>
  3478.                    </div>
  3479.                    
  3480.  
  3481.                </div>
  3482.                
  3483.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3484.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3485.                        <i class="ti-trophy me-1"></i>View All Popular
  3486.                    </a>
  3487.                </div> -->
  3488.            </div>
  3489.        </div>
  3490.  
  3491. </div>
  3492. <style>
  3493.    
  3494.  .widget-content {
  3495.    background-color: var(--card-bg);
  3496.    border: 1px solid var(--border-color);
  3497.  }
  3498. </style>
  3499.  
  3500.    
  3501.            </div>
  3502.        </div>
  3503.    </div>
  3504. </section>
  3505.  
  3506. <script>
  3507. // Enhanced Intersection Observer with staggered animations
  3508. document.addEventListener('DOMContentLoaded', function() {
  3509.    const observerOptions = {
  3510.        threshold: 0.1,
  3511.        rootMargin: '0px 0px -100px 0px'
  3512.    };
  3513.  
  3514.    const observer = new IntersectionObserver(function(entries) {
  3515.        entries.forEach(entry => {
  3516.            if (entry.isIntersecting) {
  3517.                setTimeout(() => {
  3518.                    entry.target.classList.add('revealed');
  3519.                }, 100);
  3520.            }
  3521.        });
  3522.    }, observerOptions);
  3523.  
  3524.    // Observe all scroll-reveal elements
  3525.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3526.        observer.observe(el);
  3527.    });
  3528.  
  3529.    // Add parallax effect to floating dots
  3530.    document.addEventListener('mousemove', function(e) {
  3531.        const cards = document.querySelectorAll('.blog-card-v3');
  3532.        cards.forEach(card => {
  3533.            const rect = card.getBoundingClientRect();
  3534.            const x = (e.clientX - rect.left) / rect.width;
  3535.            const y = (e.clientY - rect.top) / rect.height;
  3536.            
  3537.            const dots = card.querySelectorAll('.floating-dot');
  3538.            dots.forEach((dot, index) => {
  3539.                const moveX = (x - 0.5) * (10 + index * 5);
  3540.                const moveY = (y - 0.5) * (10 + index * 5);
  3541.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3542.            });
  3543.        });
  3544.    });
  3545. });
  3546. </script>
  3547.  
  3548.    
  3549.        
  3550.        <!-- end wpo-blog-highlights-section -->
  3551.        <!-- start wpo-blog-sponsored-section -->
  3552.        
  3553.  
  3554.  
  3555.  
  3556.    
  3557.  
  3558.  
  3559.  <style>
  3560.    .sponsored-section-v7 {
  3561.      padding: 50px 0;
  3562.    }
  3563.    
  3564.    .sponsored-card-v7 {
  3565.      background: #fafafa;
  3566.      border: none;
  3567.      transition: transform 0.3s ease;
  3568.      height: 100%;
  3569.    }
  3570.    
  3571.    .sponsored-card-v7:hover {
  3572.      transform: translateY(-3px);
  3573.    }
  3574.    
  3575.    .sponsored-image-v7 {
  3576.      position: relative;
  3577.      height: 160px;
  3578.    }
  3579.    
  3580.    .sponsored-image-v7 img {
  3581.      width: 100%;
  3582.      height: 100%;
  3583.      object-fit: cover;
  3584.      border-radius: 10px; /* Apply curve to image */
  3585.    }
  3586.    
  3587.    .sponsored-badge-v7 {
  3588.      position: absolute;
  3589.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3590.      left: 10px;
  3591.      z-index: 10;
  3592.    
  3593.      /* pill look */
  3594.      display: inline-flex; /* vertical centering */
  3595.      align-items: center;
  3596.      justify-content: center;
  3597.      padding: 8px 16px; /* width = content + padding */
  3598.      border-radius: 999px; /* full pill */
  3599.      white-space: nowrap; /* ek hi line me rahe */
  3600.      /* text */
  3601.      font-size: 12px;
  3602.      text-transform: uppercase;
  3603.      letter-spacing: 0.5px;
  3604.      line-height: 1;
  3605.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3606.    }
  3607.    
  3608.    /* optional: icon ke saath thoda gap */
  3609.    .sponsored-badge-v7 i,
  3610.    .sponsored-badge-v7 .icon {
  3611.      margin-right: 8px;
  3612.      font-size: 14px;
  3613.      line-height: 1;
  3614.    }
  3615.    
  3616.    .sponsored-content-v7 {
  3617.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3618.    }
  3619.    
  3620.    .sponsored-title-v7 {
  3621.      font-size: 15px;
  3622.      font-weight: 700;
  3623.      line-height: 1.4;
  3624.      margin-bottom: 8px;
  3625.      color: #333;
  3626.    }
  3627.    
  3628.    .sponsored-title-v7 a {
  3629.      text-decoration: none;
  3630.      font-size: 16px;
  3631.      color: var(--topbar-color);
  3632.    }
  3633.    
  3634.    .sponsored-title-v7 a:hover {
  3635.      color: var(--bs-primary); /* Green hover */
  3636.    }
  3637.    
  3638.    .sponsored-excerpt-v7 {
  3639.      font-size: 12px;
  3640.      font-weight: 400;
  3641.      color:  var(--topbar-color);;
  3642.      margin-bottom: 10px;
  3643.      line-height: 1.5;
  3644.    }
  3645.    
  3646.    .sponsored-meta-v7 {
  3647.      font-size: 11px;
  3648.       color: var(--topbar-color);;
  3649.    }
  3650.    
  3651.    .author-info-v7 {
  3652.      margin-bottom: 5px;
  3653.    }
  3654.    
  3655.    .sponsored-author-img-v7 {
  3656.      width: 30px;
  3657.      height: 30px;
  3658.      border-radius: 50%;
  3659.      object-fit: cover;
  3660.      vertical-align: middle;
  3661.      margin-right: 5px;
  3662.    }
  3663.    
  3664.    .section-title-sponsored-v7 {
  3665.      font-size: 1.9rem;
  3666.      font-weight: 600;
  3667.      text-align: center;
  3668.      margin-bottom: 30px;
  3669.      color: #333;
  3670.      position: relative;
  3671.    }
  3672.    
  3673.    .section-title-sponsored-v7::after {
  3674.      content: '';
  3675.      position: absolute;
  3676.      bottom: -8px;
  3677.      left: 50%;
  3678.      transform: translateX(-50%);
  3679.      width: 100px;
  3680.      height: 3px;
  3681.      background: var(--bs-primary);
  3682.    }
  3683.    
  3684.    @media (max-width: 768px) {
  3685.      .sponsored-section-v7 {
  3686.        padding: 30px 0;
  3687.      }
  3688.      .sponsored-image-v7 {
  3689.        height: 120px;
  3690.      }
  3691.      .sponsored-content-v7 {
  3692.        padding: 35px 12px 12px;
  3693.      }
  3694.  
  3695.      .sponsored-title-v7 {
  3696.        font-size: 14px;
  3697.      }
  3698.      .sponsored-excerpt-v7 {
  3699.        font-size: 11px;
  3700.      }
  3701.      .section-title-sponsored-v7 {
  3702.        font-size: 1.6rem;
  3703.      }
  3704.    }
  3705.  </style>
  3706.  
  3707.  <section class="sponsored-section-v7">
  3708.    <div class="container-fluid fluid-container">
  3709.      <div class="row mb-3">
  3710.        <div class="col-12">
  3711.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3712.        </div>
  3713.      </div>
  3714.  
  3715.      <div class="row g-3 d-flex justify-content-center">
  3716.        
  3717.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3718.            <div class="card sponsored-card-v7">
  3719.              <div class="sponsored-image-v7">
  3720.                
  3721.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3722.                
  3723.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3724.              </div>
  3725.              <div class="sponsored-content-v7">
  3726.                <h3 class="sponsored-title-v7"><a href="/at-least-36000-sudanese-have-escaped-following-takeover-of-el-fasher-to-paramilitary-group-reports-un-agency/">At least 36,000 Sudanese have escaped following takeover of El Fasher to paramilitary group, reports UN agency</a></h3>
  3727.                <p class="sponsored-excerpt-v7 "></p>
  3728.                <div class="sponsored-meta-v7">
  3729.                  <div class="author-info-v7">
  3730.                    
  3731.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3732.                    
  3733.                    <span>Sabrina Gould</span>
  3734.                  </div>
  3735.                  <div>05 Jun 2026</div>
  3736.                </div>
  3737.              </div>
  3738.            </div>
  3739.          </div>
  3740.        
  3741.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3742.            <div class="card sponsored-card-v7">
  3743.              <div class="sponsored-image-v7">
  3744.                
  3745.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3746.                
  3747.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3748.              </div>
  3749.              <div class="sponsored-content-v7">
  3750.                <h3 class="sponsored-title-v7"><a href="/no-mckenna-celtic-talks-as-craig-bellamy-pledges-to-welsh-national-team/">No McKenna Celtic Talks as Craig Bellamy Pledges to Welsh National Team</a></h3>
  3751.                <p class="sponsored-excerpt-v7 "></p>
  3752.                <div class="sponsored-meta-v7">
  3753.                  <div class="author-info-v7">
  3754.                    
  3755.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3756.                    
  3757.                    <span>Sabrina Gould</span>
  3758.                  </div>
  3759.                  <div>05 Jun 2026</div>
  3760.                </div>
  3761.              </div>
  3762.            </div>
  3763.          </div>
  3764.        
  3765.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3766.            <div class="card sponsored-card-v7">
  3767.              <div class="sponsored-image-v7">
  3768.                
  3769.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3770.                
  3771.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3772.              </div>
  3773.              <div class="sponsored-content-v7">
  3774.                <h3 class="sponsored-title-v7"><a href="/following-the-venezuela-linked-vessel-pursued-by-the-us-coast-guard/">Following the Venezuela-linked Vessel &#x27;Pursued&#x27; by the US Coast Guard</a></h3>
  3775.                <p class="sponsored-excerpt-v7 "></p>
  3776.                <div class="sponsored-meta-v7">
  3777.                  <div class="author-info-v7">
  3778.                    
  3779.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3780.                    
  3781.                    <span>Sabrina Gould</span>
  3782.                  </div>
  3783.                  <div>05 Jun 2026</div>
  3784.                </div>
  3785.              </div>
  3786.            </div>
  3787.          </div>
  3788.        
  3789.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3790.            <div class="card sponsored-card-v7">
  3791.              <div class="sponsored-image-v7">
  3792.                
  3793.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3794.                
  3795.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3796.              </div>
  3797.              <div class="sponsored-content-v7">
  3798.                <h3 class="sponsored-title-v7"><a href="/six-arrested-after-12m-armed-raid-on-gold-refining-lab-in-france/">Six Arrested After €12M Armed Raid on Gold Refining Lab in France</a></h3>
  3799.                <p class="sponsored-excerpt-v7 "></p>
  3800.                <div class="sponsored-meta-v7">
  3801.                  <div class="author-info-v7">
  3802.                    
  3803.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3804.                    
  3805.                    <span>Sabrina Gould</span>
  3806.                  </div>
  3807.                  <div>04 Jun 2026</div>
  3808.                </div>
  3809.              </div>
  3810.            </div>
  3811.          </div>
  3812.        
  3813.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3814.            <div class="card sponsored-card-v7">
  3815.              <div class="sponsored-image-v7">
  3816.                
  3817.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3818.                
  3819.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3820.              </div>
  3821.              <div class="sponsored-content-v7">
  3822.                <h3 class="sponsored-title-v7"><a href="/england-face-china-womens-friendly-international/">England face China – Women&#x27;s Friendly International</a></h3>
  3823.                <p class="sponsored-excerpt-v7 "></p>
  3824.                <div class="sponsored-meta-v7">
  3825.                  <div class="author-info-v7">
  3826.                    
  3827.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3828.                    
  3829.                    <span>Sabrina Gould</span>
  3830.                  </div>
  3831.                  <div>04 Jun 2026</div>
  3832.                </div>
  3833.              </div>
  3834.            </div>
  3835.          </div>
  3836.        
  3837.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3838.            <div class="card sponsored-card-v7">
  3839.              <div class="sponsored-image-v7">
  3840.                
  3841.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3842.                
  3843.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3844.              </div>
  3845.              <div class="sponsored-content-v7">
  3846.                <h3 class="sponsored-title-v7"><a href="/donald-trumps-ukrainian-peace-initiative-constitutes-a-gift-to-russias-leader/">Donald Trump&#x27;s Ukrainian Peace Initiative Constitutes a Gift to Russia&#x27;s Leader</a></h3>
  3847.                <p class="sponsored-excerpt-v7 "></p>
  3848.                <div class="sponsored-meta-v7">
  3849.                  <div class="author-info-v7">
  3850.                    
  3851.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e9daa08-c005-4f34-8740-7d2b9c70f46c_profile.png" alt="Sabrina Gould" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3852.                    
  3853.                    <span>Sabrina Gould</span>
  3854.                  </div>
  3855.                  <div>04 Jun 2026</div>
  3856.                </div>
  3857.              </div>
  3858.            </div>
  3859.          </div>
  3860.        
  3861.      </div>
  3862.    </div>
  3863.  </section>
  3864.  
  3865.  
  3866.    
  3867.        <!-- end wpo-blog-sponsored-section -->
  3868.        <!-- start wpo-subscribe-section -->
  3869.        
  3870.        <!-- end subscribe-section -->
  3871.        <!-- start of wpo-site-footer-section -->
  3872.        
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878.  
  3879. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3880. <footer class="footer-v5 bg-primary-gradient border-top">
  3881.    
  3882.    <!-- Main Footer Content -->
  3883.    <div class="container-fluid py-5">
  3884.        
  3885.        <!-- Top Section with Logo and Description -->
  3886.        <div class="row mb-5">
  3887.            <div class="col-12 text-center">
  3888.                <div class="footer-brand mb-4">
  3889.                    
  3890.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c877ae2a-3003-4b74-a502-2a7d158f462a_logo.png" alt="World Life News" class="footer-logo mb-3" height="60">
  3891.                    
  3892.                    <h4 class="fw-bold footer-color mb-2">World Life News</h4>
  3893.                    <p class="footer-color opacity-50">Stay informed with the latest global news, breaking stories, and in-depth analysis on world events, politics, and culture from World Life News.</p>
  3894.                </div>
  3895.            </div>
  3896.        </div>
  3897.  
  3898.        <!-- Content Grid -->
  3899.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3900.            
  3901.            <!-- Quick Links Column -->
  3902.            <div class="">
  3903.                <div class="footer-section">
  3904.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3905.                        Quick Links
  3906.                    </h6>
  3907.                    <ul class="list-unstyled footer-links">
  3908.                        
  3909.                        <li class="mb-2">
  3910.                            <a href="/the-way-donald-trump-secured-a-gaza-strip-major-step-that-escaped-joe-biden/"
  3911.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3912.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3913.                                The Way Donald Trump Secured a Gaza Strip Major Step That Escaped Joe Biden
  3914.                            </a>
  3915.                        </li>
  3916.                        
  3917.                        <li class="mb-2">
  3918.                            <a href="/world-war-ii-explosives-torpedoes-and-mines-the-way-marine-life-prosper-on-dumped-weapons/"
  3919.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3920.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3921.                                World War II Explosives, Torpedoes and Mines: The Way Marine Life Prosper on Dumped Weapons
  3922.                            </a>
  3923.                        </li>
  3924.                        
  3925.                        <li class="mb-2">
  3926.                            <a href="/unlocking-blood-pressure-secrets-everything-you-need-to-know-to-improve-yours-and-live-a-longer-healthier-life/"
  3927.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3928.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3929.                                Unlocking Blood Pressure Secrets: Everything You Need to Know to Improve Yours – and Live a Longer, Healthier Life.
  3930.                            </a>
  3931.                        </li>
  3932.                        
  3933.                        <li class="mb-2">
  3934.                            <a href="/new-us-ambassador-to-south-africa-summoned-over-inappropriate-comments/"
  3935.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3936.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3937.                                New US Ambassador to South Africa Summoned Over &#x27;&#x27;Inappropriate&#x27;&#x27; Comments
  3938.                            </a>
  3939.                        </li>
  3940.                        
  3941.                        <li class="mb-2">
  3942.                            <a href="/the-150m-players-transforming-a-highlight-machine/"
  3943.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3944.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3945.                                The $150m Players Transforming a Highlight Machine
  3946.                            </a>
  3947.                        </li>
  3948.                        
  3949.                        <li class="mb-2">
  3950.                            <a href="/nothing-else-has-worked-thus-labour-leaders-are-finally-telling-the-reality-about-eu-departure/"
  3951.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3952.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3953.                                Nothing Else Has Worked – Thus Labour Leaders Are Finally Telling the Reality About EU Departure
  3954.                            </a>
  3955.                        </li>
  3956.                        
  3957.                    </ul>
  3958.                </div>
  3959.            </div>
  3960.  
  3961.            <!-- Resources Column -->
  3962.            <div class="">
  3963.                <div class="footer-section">
  3964.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3965.                        Resources
  3966.                    </h6>
  3967.                   <ul class="footer-links" id="footerLinks">
  3968.        
  3969.        
  3970.  
  3971.        
  3972.        
  3973.        
  3974.        
  3975.    </ul>
  3976.                </div>
  3977.            </div>
  3978.  
  3979.            <!-- Categories Column -->
  3980.            <div class="">
  3981.                <div class="footer-section">
  3982.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3983.                        Categories
  3984.                    </h6>
  3985.                    <div class="category-tags">
  3986.                      
  3987.                                <li>
  3988.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3989.                                        All Posts
  3990.                                    </a>
  3991.                                </li>
  3992.                                
  3993.                                <li>
  3994.                                    <a href="/category/business/" class="footer-link footer-color">
  3995.                                        Business
  3996.                                    </a>
  3997.                                </li>
  3998.                                
  3999.                                <li>
  4000.                                    <a href="/category/esports/" class="footer-link footer-color">
  4001.                                        Esports
  4002.                                    </a>
  4003.                                </li>
  4004.                                
  4005.                                <li>
  4006.                                    <a href="/category/fashion/" class="footer-link footer-color">
  4007.                                        Fashion
  4008.                                    </a>
  4009.                                </li>
  4010.                                
  4011.                                <li>
  4012.                                    <a href="/category/featured/" class="footer-link footer-color">
  4013.                                        Featured
  4014.                                    </a>
  4015.                                </li>
  4016.                                
  4017.                                <li>
  4018.                                    <a href="/category/gaming/" class="footer-link footer-color">
  4019.                                        Gaming
  4020.                                    </a>
  4021.                                </li>
  4022.                                
  4023.                    </div>
  4024.                </div>
  4025.            </div>
  4026.  
  4027.        </div>
  4028.  
  4029.    </div>
  4030.  
  4031.    <!-- Footer Bottom -->
  4032.    <div class="footer-bottom  border-top py-3">
  4033.        <div class="container-fluid fluid-container">
  4034.            <div class=" d-flex justify-content-between flex-wrap">
  4035.                <div class="">
  4036.                    <p class="mb-0 footer-color  ">
  4037.                        © 2026 <span class="fw-semibold footer-color">World Life News</span>. All rights reserved.
  4038.                    </p>
  4039.                </div>
  4040.                <div class="">
  4041.                    <div class="footer-nav">
  4042.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4043.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4044.                        </a>
  4045.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4046.                            <i class="bi bi-file-text me-1"></i>Terms
  4047.                        </a>
  4048.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4049.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4050.                        </a>
  4051.                    </div>
  4052.                </div>
  4053.            </div>
  4054.        </div>
  4055.    </div>
  4056.  
  4057. </footer>
  4058.  
  4059. <style>
  4060. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4061.  
  4062.  
  4063.  
  4064.  
  4065. .footer-logo {
  4066.    border-radius: 8px;
  4067. }
  4068.  
  4069. /* Footer Sections */
  4070. .footer-section {
  4071.    padding: 0 15px;
  4072. }
  4073.  
  4074. .footer-section h6 {
  4075.    position: relative;
  4076.    padding-bottom: 8px;
  4077. }
  4078.  
  4079. .footer-section h6::after {
  4080.    content: '';
  4081.    position: absolute;
  4082.    bottom: 0;
  4083.    left: 0;
  4084.    width: 30px;
  4085.    height: 2px;
  4086.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4087.    border-radius: 1px;
  4088. }
  4089.  
  4090. /* Links Styling */
  4091. .footer-links a {
  4092.    transition: all 0.3s ease;
  4093.    padding: 4px 0;
  4094.    border-radius: 4px;
  4095. }
  4096.  
  4097. .footer-links a:hover {
  4098.    color: var(--bs-primary) !important;
  4099.    padding-left: 8px;
  4100. }
  4101.  
  4102. .footer-links a:hover i {
  4103.    transform: translateX(2px);
  4104. }
  4105.  
  4106. /* Category Tags */
  4107. .category-tag {
  4108.    transition: all 0.3s ease;
  4109.    padding: 6px 12px !important;
  4110.    font-size: 0.875rem;
  4111. }
  4112.  
  4113.  
  4114.  
  4115. /* Footer Bottom */
  4116. .footer-bottom {
  4117.    backdrop-filter: blur(10px);
  4118. }
  4119.  
  4120. /* Responsive Design */
  4121. @media (max-width: 768px) {
  4122.    .footer-v5 {
  4123.        margin-top: 60px;
  4124.    }
  4125.    
  4126.    .footer-section {
  4127.        text-align:start;
  4128.        margin-bottom: 40px;
  4129.    }
  4130.    
  4131.    .footer-links a,
  4132.    .category-tags {
  4133.        justify-content:start;
  4134.    }
  4135.    
  4136.    .social-links .d-flex {
  4137.        justify-content:start;
  4138.    }
  4139. }
  4140.  
  4141. @media (max-width: 576px) {
  4142.    .footer-brand h4 {
  4143.        font-size: 1.25rem;
  4144.    }
  4145.    
  4146.    .stats-item h5 {
  4147.        font-size: 1.1rem;
  4148.    }
  4149.    
  4150.    .newsletter-form .btn {
  4151.        padding: 8px 12px;
  4152.    }
  4153. }
  4154.  
  4155. /* Animation Classes */
  4156. .fade-in {
  4157.    animation: fadeIn 0.6s ease-in;
  4158. }
  4159.  
  4160. @keyframes fadeIn {
  4161.    from { opacity: 0; transform: translateY(20px); }
  4162.    to { opacity: 1; transform: translateY(0); }
  4163. }
  4164.  
  4165. /* Loading State */
  4166. .loading {
  4167.    pointer-events: none;
  4168.    opacity: 0.7;
  4169. }
  4170.  
  4171. .loading .btn {
  4172.    position: relative;
  4173. }
  4174.  
  4175. .loading .btn::after {
  4176.    content: '';
  4177.    position: absolute;
  4178.    top: 50%;
  4179.    left: 50%;
  4180.    width: 16px;
  4181.    height: 16px;
  4182.    margin: -8px 0 0 -8px;
  4183.    border: 2px solid transparent;
  4184.    border-top-color: currentColor;
  4185.    border-radius: 50%;
  4186.    animation: spin 1s linear infinite;
  4187. }
  4188.  
  4189. @keyframes spin {
  4190.    to { transform: rotate(360deg); }
  4191. }
  4192.  
  4193. /* Utility Classes */
  4194. .text-gradient {
  4195.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4196.    -webkit-background-clip: text;
  4197.    -webkit-text-fill-color: transparent;
  4198.    background-clip: text;
  4199. }
  4200.  
  4201. .hover-lift {
  4202.    transition: transform 0.3s ease;
  4203. }
  4204.  
  4205. .hover-lift:hover {
  4206.    transform: translateY(-2px);
  4207. }
  4208. </style>
  4209.  
  4210.  
  4211. <script>
  4212. document.addEventListener('DOMContentLoaded', function() {
  4213.    
  4214.    // Initialize Bootstrap tooltips
  4215.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4216.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4217.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4218.    });
  4219.  
  4220.    // Newsletter form handling
  4221.    const newsletterForm = document.querySelector('.newsletter-form');
  4222.    if (newsletterForm) {
  4223.        newsletterForm.addEventListener('submit', function(e) {
  4224.            e.preventDefault();
  4225.            
  4226.            const email = this.querySelector('input[name="email"]').value.trim();
  4227.            const submitBtn = this.querySelector('button[type="submit"]');
  4228.            const originalContent = submitBtn.innerHTML;
  4229.            
  4230.            // Validate email
  4231.            if (!email || !isValidEmail(email)) {
  4232.                showToast('Please enter a valid email address', 'error');
  4233.                return;
  4234.            }
  4235.            
  4236.            // Show loading state
  4237.            this.classList.add('loading');
  4238.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4239.            submitBtn.disabled = true;
  4240.            
  4241.            // Simulate API call
  4242.            setTimeout(() => {
  4243.                // Success state
  4244.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4245.                submitBtn.classList.remove('btn-primary');
  4246.                submitBtn.classList.add('btn-success');
  4247.                
  4248.                showToast('Successfully subscribed to newsletter!', 'success');
  4249.                
  4250.                // Reset form
  4251.                setTimeout(() => {
  4252.                    this.classList.remove('loading');
  4253.                    submitBtn.innerHTML = originalContent;
  4254.                    submitBtn.classList.remove('btn-success');
  4255.                    submitBtn.classList.add('btn-primary');
  4256.                    submitBtn.disabled = false;
  4257.                    this.reset();
  4258.                }, 2000);
  4259.                
  4260.            }, 1500);
  4261.        });
  4262.    }
  4263.    
  4264.    // Email validation function
  4265.    function isValidEmail(email) {
  4266.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4267.        return emailRegex.test(email);
  4268.    }
  4269.    
  4270.    // Toast notification function
  4271.    function showToast(message, type = 'info') {
  4272.        // Remove existing toasts
  4273.        const existingToasts = document.querySelectorAll('.custom-toast');
  4274.        existingToasts.forEach(toast => toast.remove());
  4275.        
  4276.        // Create toast
  4277.        const toast = document.createElement('div');
  4278.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4279.        toast.style.zIndex = '9999';
  4280.        toast.innerHTML = `
  4281.            <div class="d-flex align-items-center">
  4282.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4283.                <span>${message}</span>
  4284.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4285.            </div>
  4286.        `;
  4287.        
  4288.        document.body.appendChild(toast);
  4289.        
  4290.        // Auto remove after 4 seconds
  4291.        setTimeout(() => {
  4292.            if (toast && toast.parentNode) {
  4293.                toast.remove();
  4294.            }
  4295.        }, 4000);
  4296.    }
  4297.    
  4298.    // Smooth scroll for internal links
  4299.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4300.        anchor.addEventListener('click', function(e) {
  4301.            e.preventDefault();
  4302.            const target = document.querySelector(this.getAttribute('href'));
  4303.            if (target) {
  4304.                target.scrollIntoView({
  4305.                    behavior: 'smooth',
  4306.                    block: 'start'
  4307.                });
  4308.            }
  4309.        });
  4310.    });
  4311.    
  4312.    // Add fade-in animation to footer sections on scroll
  4313.    const observerOptions = {
  4314.        threshold: 0.1,
  4315.        rootMargin: '0px 0px -50px 0px'
  4316.    };
  4317.    
  4318.    const sectionObserver = new IntersectionObserver((entries) => {
  4319.        entries.forEach(entry => {
  4320.            if (entry.isIntersecting) {
  4321.                entry.target.classList.add('fade-in');
  4322.            }
  4323.        });
  4324.    }, observerOptions);
  4325.    
  4326.    // Observe footer sections
  4327.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4328.        sectionObserver.observe(section);
  4329.    });
  4330.    
  4331.    // Enhanced hover effects for category tags
  4332.    document.querySelectorAll('.category-tag').forEach(tag => {
  4333.        tag.addEventListener('mouseenter', function() {
  4334.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4335.        });
  4336.        
  4337.        tag.addEventListener('mouseleave', function() {
  4338.            this.style.transform = 'translateY(0) scale(1)';
  4339.        });
  4340.    });
  4341.    
  4342.    // Prevent default for demo links
  4343.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4344.        link.addEventListener('click', function(e) {
  4345.            e.preventDefault();
  4346.        });
  4347.    });
  4348.    
  4349.    // Add click ripple effect to buttons
  4350.    document.querySelectorAll('.btn').forEach(btn => {
  4351.        btn.addEventListener('click', function(e) {
  4352.            const ripple = document.createElement('span');
  4353.            const rect = this.getBoundingClientRect();
  4354.            const size = Math.max(rect.width, rect.height);
  4355.            const x = e.clientX - rect.left - size / 2;
  4356.            const y = e.clientY - rect.top - size / 2;
  4357.            
  4358.            ripple.style.cssText = `
  4359.                position: absolute;
  4360.                left: ${x}px;
  4361.                top: ${y}px;
  4362.                width: ${size}px;
  4363.                height: ${size}px;
  4364.                border-radius: 50%;
  4365.                background: rgba(255, 255, 255, 0.4);
  4366.                transform: scale(0);
  4367.                animation: ripple-effect 0.6s linear;
  4368.                pointer-events: none;
  4369.            `;
  4370.            
  4371.            this.style.position = 'relative';
  4372.            this.style.overflow = 'hidden';
  4373.            this.appendChild(ripple);
  4374.            
  4375.            setTimeout(() => ripple.remove(), 600);
  4376.        });
  4377.    });
  4378.    
  4379. });
  4380.  
  4381. // Add ripple animation CSS
  4382. const rippleCSS = document.createElement('style');
  4383. rippleCSS.textContent = `
  4384.    @keyframes ripple-effect {
  4385.        to {
  4386.            transform: scale(4);
  4387.            opacity: 0;
  4388.        }
  4389.    }
  4390. `;
  4391. document.head.appendChild(rippleCSS);
  4392.  
  4393. document.addEventListener('DOMContentLoaded', function () {
  4394.    var btn = document.getElementById('toggleFooterLinks');
  4395.    if (!btn) return; // No extra links, no button
  4396.  
  4397.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4398.  
  4399.    btn.addEventListener('click', function () {
  4400.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4401.            return li.classList.contains('d-none');
  4402.        });
  4403.  
  4404.        extras.forEach(function (li) {
  4405.            if (anyHidden) {
  4406.                li.classList.remove('d-none');
  4407.                li.classList.add('show');
  4408.            } else {
  4409.                li.classList.add('d-none');
  4410.                li.classList.remove('show');
  4411.            }
  4412.        });
  4413.  
  4414.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4415.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4416.    });
  4417. });
  4418.  
  4419. </script>
  4420.  
  4421.        <!-- end of wpo-site-footer-section -->
  4422.    </div>
  4423.    <!-- end of page-wrapper -->
  4424.  
  4425.    <!-- All JavaScript files
  4426.    ================================================== -->
  4427.    
  4428.  
  4429. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4430. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4431. <!-- Plugins for this template -->
  4432. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4433. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4434. <!-- Custom script for this template -->
  4435. <script src="/static/blogapp/assets/js/script.js"></script>
  4436.  
  4437. <script>
  4438. (function () {
  4439. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4440. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4441.  
  4442. function applyFallback(img) {
  4443. if (!img || img.dataset.fallbackApplied === "1") {
  4444. return;
  4445. }
  4446. var failedSrc = img.currentSrc || img.src || "";
  4447. img.dataset.fallbackApplied = "1";
  4448. img.onerror = null;
  4449. img.src = fallbackImageSrc;
  4450. console.warn("[ImageFallback] Replaced broken image:", {
  4451. failedSrc: failedSrc,
  4452. fallbackSrc: fallbackImageSrc,
  4453. alt: img.alt || "",
  4454. });
  4455. }
  4456.  
  4457. document.querySelectorAll("img").forEach(function (img) {
  4458. if (img.complete && img.naturalWidth === 0) {
  4459. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4460. failedSrc: img.currentSrc || img.src || "",
  4461. alt: img.alt || "",
  4462. });
  4463. applyFallback(img);
  4464. }
  4465. });
  4466.  
  4467. document.addEventListener(
  4468. "error",
  4469. function (event) {
  4470. var target = event.target;
  4471. if (target && target.tagName === "IMG") {
  4472. applyFallback(target);
  4473. }
  4474. },
  4475. true
  4476. );
  4477. })();
  4478. </script>
  4479.  
  4480. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4481.  
  4482.  
  4483.  
  4484. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"ac7328fe412847bbbd33233671466298","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4485. </body>
  4486.  
  4487. </html>
  4488.  
  4489.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda