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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  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/Untitled_design_-_2025-04-26T125526.695_Y7GvAj0_BGkw5W9_efPvUkg.png">
  14.    
  15.  
  16.    <title>World Today Media: Latest Global News and Current Affairs Updates</title>
  17.    <meta name="description" content="Stay informed with breaking news, in-depth analysis, and global perspectives on politics, business, technology, and culture from around the world.">
  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://worldtodaymedia.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffce00;
  42.        --bs-primary-rgb: ffce00;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fffbeb;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffce00;
  53.        --theme-primary-color-s2: #ffce00;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fffbeb;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 12px;
  83.        --link-color: #ffce00;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 206, 0, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_63">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="topbar d-sm-flex d-none">
  406.  <div class="container-fluid fluid-container">
  407.    <div class="row  ">
  408.      <div>
  409.        <div class="pt-2 d-flex gap-2 pb-0">
  410.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  411.            <div class="d-flex">
  412.              <span class="fw-bold">Latest</span>
  413.            </div>
  414.            <div class="d-flex">
  415.              <span class="fw-bold">Update</span>
  416.            </div>
  417.          </div>
  418.  
  419.          <!-- Add an id to the marquee -->
  420.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  421.            <p class="text-center">
  422.              
  423.               <a href="/why-psg-are-focusing-on-local-players-to-retain-their-european-title/" class="px-5 top-color">
  424.                    Why PSG Are Focusing On Local Players to Retain Their European Title
  425.                  </a>
  426.              
  427.               <a href="/democratic-lawmakers-accuse-trump-of-harassment-tactic-as-fbi-seeks-meetings/" class="px-5 top-color">
  428.                    Democratic lawmakers Accuse Trump of ‘Harassment’ Tactic as FBI Seeks Meetings
  429.                  </a>
  430.              
  431.               <a href="/a-banner-twelve-months-for-kicking-balls/" class="px-5 top-color">
  432.                    A Banner Twelve Months for Kicking Balls
  433.                  </a>
  434.              
  435.               <a href="/supply-lines-in-the-sea-a-review-of-food-delivery-a-compelling-journey-along-resupply-routes-amid-the-china-standoff/" class="px-5 top-color">
  436.                    Supply Lines in the Sea: A Review of Food Delivery – A Compelling Journey Along Resupply Routes amid the China Standoff.
  437.                  </a>
  438.              
  439.               <a href="/celebrity-traitors-final-episode-mistakenly-made-available-a-full-day-early-outside-the-uk/" class="px-5 top-color">
  440.                    Celebrity Traitors Final Episode Mistakenly Made Available A Full Day Early Outside the UK
  441.                  </a>
  442.              
  443.            </p>
  444.          </marquee>
  445.        </div>
  446.      </div>
  447.    </div>
  448.  </div>
  449. </div>
  450.  
  451. <script>
  452.  // Stop/start marquee when hovering or focusing links inside it
  453.  document.addEventListener("DOMContentLoaded", function () {
  454.    const marquee = document.getElementById("newsMarquee");
  455.    if (!marquee) return;
  456.  
  457.    marquee.querySelectorAll("a").forEach((link) => {
  458.      link.addEventListener("mouseenter", () => marquee.stop());
  459.      link.addEventListener("mouseleave", () => marquee.start());
  460.      // keyboard accessibility
  461.      link.addEventListener("focus", () => marquee.stop());
  462.      link.addEventListener("blur", () => marquee.start());
  463.    });
  464.  });
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v10 mb-4">
  477.    <div class="container-fluid fluid-container">
  478.        <!-- Top Bar -->
  479.        <div class="top-bar-v10">
  480.            <div
  481.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  482.               <div class="col-lg-3 col-md-12 col-12">
  483.                    <div class="brand-section-v10">
  484.                        <a class="logo-link-v9" href="/">
  485.                            
  486.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/06ed9b94-5426-46e9-9bf0-b46e0fc4f8aa_logo.png" alt="World Today Media" class="logo-img-v9" />
  487.                            
  488.                        </a>
  489.                    </div>
  490.                </div>
  491.                <div class="col-lg-6 col-md-12 d-inline-block">
  492.                    <div class="search-container-v10">
  493.                        <form class="search-form-v10" action="#" method="get">
  494.                            <div class="search-group-v10">
  495.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  496.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  497.                                <button type="submit" class="search-button-v10">
  498.                                    <i class="ti-search"></i>
  499.                                </button>
  500.                            </div>
  501.                            <div id="search-results" class="search-results-container search-v1"></div>
  502.                        </form>
  503.                    </div>
  504.                </div>
  505.                <div class="col-12 ">
  506.                    <div class="header-utilities-v10">
  507.                        <div class="utility-item-v10 d-lg-none">
  508.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  509.                                <div class="menu-icon-v10">
  510.                                    <span class="menu-bar-v10"></span>
  511.                                    <span class="menu-bar-v10"></span>
  512.                                    <span class="menu-bar-v10"></span>
  513.                                </div>
  514.                            </button>
  515.                        </div>
  516.                    </div>
  517.                </div>
  518.            </div>
  519.        </div>
  520.  
  521.        <!-- Navigation Bar -->
  522.    <nav class="navigation-v10 d-none d-lg-block">
  523.    <div class="nav-container-v10">
  524.        <ul class="nav-menu-v10">
  525.  
  526.            
  527.            <li class="nav-item-v10">
  528.                <a href="/" class="nav-link-v10 active-v10">
  529.                    <div class="link-content-v10">
  530.                        <span class="link-text-v10">Home</span>
  531.                        <div class="link-indicator-v10"></div>
  532.                    </div>
  533.                </a>
  534.            </li>
  535.  
  536.            
  537.            
  538.                
  539.                    
  540.                    
  541.                        <li class="nav-item-v10">
  542.                            <a href="/category/all-posts/" class="nav-link-v10">
  543.                                <div class="link-content-v10">
  544.                                    <span class="link-text-v10">All Posts</span>
  545.                                    <div class="link-indicator-v10"></div>
  546.                                </div>
  547.                            </a>
  548.                        </li>
  549.                    
  550.  
  551.                
  552.  
  553.                
  554.                
  555.            
  556.                
  557.                    
  558.                    
  559.                        <li class="nav-item-v10">
  560.                            <a href="/category/business/" class="nav-link-v10">
  561.                                <div class="link-content-v10">
  562.                                    <span class="link-text-v10">Business</span>
  563.                                    <div class="link-indicator-v10"></div>
  564.                                </div>
  565.                            </a>
  566.                        </li>
  567.                    
  568.  
  569.                
  570.  
  571.                
  572.                
  573.            
  574.                
  575.                    
  576.                    
  577.                        <li class="nav-item-v10">
  578.                            <a href="/category/esports/" class="nav-link-v10">
  579.                                <div class="link-content-v10">
  580.                                    <span class="link-text-v10">Esports</span>
  581.                                    <div class="link-indicator-v10"></div>
  582.                                </div>
  583.                            </a>
  584.                        </li>
  585.                    
  586.  
  587.                
  588.  
  589.                
  590.                
  591.            
  592.                
  593.                    
  594.                    
  595.                        <li class="nav-item-v10">
  596.                            <a href="/category/fashion/" class="nav-link-v10">
  597.                                <div class="link-content-v10">
  598.                                    <span class="link-text-v10">Fashion</span>
  599.                                    <div class="link-indicator-v10"></div>
  600.                                </div>
  601.                            </a>
  602.                        </li>
  603.                    
  604.  
  605.                
  606.  
  607.                
  608.                
  609.            
  610.                
  611.                    
  612.                    
  613.                        <li class="nav-item-v10">
  614.                            <a href="/category/featured/" class="nav-link-v10">
  615.                                <div class="link-content-v10">
  616.                                    <span class="link-text-v10">Featured</span>
  617.                                    <div class="link-indicator-v10"></div>
  618.                                </div>
  619.                            </a>
  620.                        </li>
  621.                    
  622.  
  623.                
  624.  
  625.                
  626.                
  627.            
  628.                
  629.                    
  630.                    
  631.                        <li class="nav-item-v10">
  632.                            <a href="/category/gaming/" class="nav-link-v10">
  633.                                <div class="link-content-v10">
  634.                                    <span class="link-text-v10">Gaming</span>
  635.                                    <div class="link-indicator-v10"></div>
  636.                                </div>
  637.                            </a>
  638.                        </li>
  639.                    
  640.  
  641.                
  642.  
  643.                
  644.                
  645.            
  646.                
  647.                    
  648.                    
  649.                        <li class="nav-item-v10">
  650.                            <a href="/category/health/" class="nav-link-v10">
  651.                                <div class="link-content-v10">
  652.                                    <span class="link-text-v10">Health</span>
  653.                                    <div class="link-indicator-v10"></div>
  654.                                </div>
  655.                            </a>
  656.                        </li>
  657.                    
  658.  
  659.                
  660.  
  661.                
  662.                
  663.            
  664.                
  665.                    
  666.                    
  667.                        <li class="nav-item-v10">
  668.                            <a href="/category/life-fitness/" class="nav-link-v10">
  669.                                <div class="link-content-v10">
  670.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  671.                                    <div class="link-indicator-v10"></div>
  672.                                </div>
  673.                            </a>
  674.                        </li>
  675.                    
  676.  
  677.                
  678.  
  679.                
  680.                
  681.            
  682.                
  683.                    
  684.                    
  685.                        <li class="nav-item-v10">
  686.                            <a href="/category/lifestyle/" class="nav-link-v10">
  687.                                <div class="link-content-v10">
  688.                                    <span class="link-text-v10">Lifestyle</span>
  689.                                    <div class="link-indicator-v10"></div>
  690.                                </div>
  691.                            </a>
  692.                        </li>
  693.                    
  694.  
  695.                
  696.  
  697.                
  698.                
  699.            
  700.                
  701.                    
  702.                    <li class="nav-item-v10 has-submenu-v10">
  703.                        <a href="#" class="nav-link-v10">
  704.                            <div class="link-content-v10">
  705.                                <span class="link-text-v10">More</span>
  706.                                <div class="link-arrow-v10"></div>
  707.                                <div class="link-indicator-v10"></div>
  708.                            </div>
  709.                        </a>
  710.                        <div class="submenu-v10">
  711.                            <div class="submenu-content-v10">
  712.                                <div class="submenu-column-v10">
  713.                                    <ul class="submenu-links-v10">
  714.                                        <li>
  715.                                            <a href="/category/news/" class="submenu-link-v10">
  716.                                                News
  717.                                            </a>
  718.                                        </li>
  719.                
  720.  
  721.                
  722.                
  723.            
  724.                
  725.                                        <li>
  726.                                            <a href="/category/others/" class="submenu-link-v10">
  727.                                                Others
  728.                                            </a>
  729.                                        </li>
  730.                
  731.  
  732.                
  733.                
  734.            
  735.                
  736.                                        <li>
  737.                                            <a href="/category/politics/" class="submenu-link-v10">
  738.                                                Politics
  739.                                            </a>
  740.                                        </li>
  741.                
  742.  
  743.                
  744.                
  745.            
  746.                
  747.                                        <li>
  748.                                            <a href="/category/sports/" class="submenu-link-v10">
  749.                                                Sports
  750.                                            </a>
  751.                                        </li>
  752.                
  753.  
  754.                
  755.                
  756.            
  757.                
  758.                                        <li>
  759.                                            <a href="/category/tech/" class="submenu-link-v10">
  760.                                                Tech
  761.                                            </a>
  762.                                        </li>
  763.                
  764.  
  765.                
  766.                
  767.            
  768.                
  769.                                        <li>
  770.                                            <a href="/category/travel/" class="submenu-link-v10">
  771.                                                Travel
  772.                                            </a>
  773.                                        </li>
  774.                
  775.  
  776.                
  777.                
  778.                                    </ul>
  779.                                </div>
  780.                            </div>
  781.                        </div>
  782.                    </li>
  783.                
  784.            
  785.            <li class="nav-item-v10">
  786.                <a href="/page/contact-us/" class="nav-link-v10">
  787.                    <div class="link-content-v10">
  788.                        <span class="link-text-v10">Contact Us</span>
  789.                        <div class="link-indicator-v10"></div>
  790.                    </div>
  791.                </a>
  792.            </li>
  793.        </ul>
  794.    </div>
  795. </nav>
  796.  
  797.        <!-- Mobile Menu -->
  798.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  799.            <div class="mobile-menu-content-v10">
  800.                <ul class="mobile-menu-list-v10">
  801.  
  802.                    
  803.                    <li class="mobile-menu-item-v10">
  804.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  805.                            <span class="mobile-link-text-v10">Home</span>
  806.                        </a>
  807.                    </li>
  808.  
  809.                    
  810.                    
  811.                    
  812.                    <li class="mobile-menu-item-v10">
  813.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  814.                            <span class="mobile-link-text-v10">All Posts</span>
  815.                        </a>
  816.                    </li>
  817.                    
  818.                    
  819.                    
  820.                    <li class="mobile-menu-item-v10">
  821.                        <a href="/category/business/" class="mobile-menu-link-v10">
  822.                            <span class="mobile-link-text-v10">Business</span>
  823.                        </a>
  824.                    </li>
  825.                    
  826.                    
  827.                    
  828.                    <li class="mobile-menu-item-v10">
  829.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  830.                            <span class="mobile-link-text-v10">Esports</span>
  831.                        </a>
  832.                    </li>
  833.                    
  834.                    
  835.                    
  836.                    <li class="mobile-menu-item-v10">
  837.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  838.                            <span class="mobile-link-text-v10">Fashion</span>
  839.                        </a>
  840.                    </li>
  841.                    
  842.                    
  843.                    
  844.                    <li class="mobile-menu-item-v10">
  845.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  846.                            <span class="mobile-link-text-v10">Featured</span>
  847.                        </a>
  848.                    </li>
  849.                    
  850.                    
  851.                    
  852.                    <li class="mobile-menu-item-v10">
  853.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  854.                            <span class="mobile-link-text-v10">Gaming</span>
  855.                        </a>
  856.                    </li>
  857.                    
  858.                    
  859.                    
  860.                    <li class="mobile-menu-item-v10">
  861.                        <a href="/category/health/" class="mobile-menu-link-v10">
  862.                            <span class="mobile-link-text-v10">Health</span>
  863.                        </a>
  864.                    </li>
  865.                    
  866.                    
  867.                    
  868.                    <li class="mobile-menu-item-v10">
  869.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  870.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  871.                        </a>
  872.                    </li>
  873.                    
  874.                    
  875.                    
  876.                    <li class="mobile-menu-item-v10">
  877.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  878.                            <span class="mobile-link-text-v10">Lifestyle</span>
  879.                        </a>
  880.                    </li>
  881.                    
  882.                    
  883.                    
  884.                    <li class="mobile-menu-item-v10">
  885.                        <a href="/category/news/" class="mobile-menu-link-v10">
  886.                            <span class="mobile-link-text-v10">News</span>
  887.                        </a>
  888.                    </li>
  889.                    
  890.                    
  891.                    
  892.                    <li class="mobile-menu-item-v10">
  893.                        <a href="/category/others/" class="mobile-menu-link-v10">
  894.                            <span class="mobile-link-text-v10">Others</span>
  895.                        </a>
  896.                    </li>
  897.                    
  898.                    
  899.                    
  900.                    <li class="mobile-menu-item-v10">
  901.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  902.                            <span class="mobile-link-text-v10">Politics</span>
  903.                        </a>
  904.                    </li>
  905.                    
  906.                    
  907.                    
  908.                    <li class="mobile-menu-item-v10">
  909.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  910.                            <span class="mobile-link-text-v10">Sports</span>
  911.                        </a>
  912.                    </li>
  913.                    
  914.                    
  915.                    
  916.                    <li class="mobile-menu-item-v10">
  917.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  918.                            <span class="mobile-link-text-v10">Tech</span>
  919.                        </a>
  920.                    </li>
  921.                    
  922.                    
  923.                    
  924.                    <li class="mobile-menu-item-v10">
  925.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  926.                            <span class="mobile-link-text-v10">Travel</span>
  927.                        </a>
  928.                    </li>
  929.                    
  930.                    
  931.  
  932.                </ul>
  933.            </div>
  934.        </div>
  935.  
  936.    </div>
  937. </header>
  938.  
  939. <style>
  940.    .logo-link-v9 img{
  941.        height: 70px;
  942.        width: auto;
  943.        object-fit: cover;
  944.    }
  945.    /* Navbar V10 Styles - Modern Two-Tier Design */
  946.    .header-v10 {
  947.        background: var(--navbar-bg);
  948.        margin-bottom: 10px;
  949.        position: relative;
  950.    }
  951.  
  952.    /* Top Bar */
  953.    .top-bar-v10 {
  954.        padding: 16px 0;
  955.    }
  956.  
  957.    /* Brand Section */
  958.    .brand-section-v10 {
  959.        display: flex;
  960.        align-items: center;
  961.    }
  962.  
  963.    .brand-link-v10 {
  964.        display: flex;
  965.        align-items: center;
  966.        text-decoration: none;
  967.    }
  968.  
  969.    .brand-icon-v10 {
  970.        width: 48px;
  971.        height: 48px;
  972.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  973.        border-radius: 12px;
  974.        display: flex;
  975.        align-items: center;
  976.        justify-content: center;
  977.        padding: 8px;
  978.    }
  979.  
  980.    .brand-img-v10 {
  981.        max-width: 100%;
  982.        max-height: 100%;
  983.        filter: brightness(0) invert(1);
  984.    }
  985.  
  986.    /* Search Container */
  987.    .search-container-v10 {
  988.        max-width: 500px;
  989.        margin-left: auto;
  990.    }
  991.  
  992.    .search-group-v10 {
  993.        display: flex;
  994.        align-items: center;
  995.        background: #f9fafb;
  996.        border: 2px solid #e5e7eb;
  997.        border-radius: 12px;
  998.        overflow: hidden;
  999.        transition: all 0.3s ease;
  1000.    }
  1001.  
  1002.    .search-group-v10:focus-within {
  1003.        background: #ffffff;
  1004.        border-color: #3b82f6;
  1005.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1006.    }
  1007.  
  1008.    .search-icon-wrapper-v10 {
  1009.        padding: 12px 16px;
  1010.        display: flex;
  1011.        align-items: center;
  1012.    }
  1013.  
  1014.    .search-icon-v10 {
  1015.        width: 16px;
  1016.        height: 16px;
  1017.        background: #9ca3af;
  1018.        border-radius: 50%;
  1019.        position: relative;
  1020.    }
  1021.  
  1022.    .search-icon-v10::after {
  1023.        content: '';
  1024.        position: absolute;
  1025.        top: 12px;
  1026.        left: 12px;
  1027.        width: 6px;
  1028.        height: 1px;
  1029.        background: #9ca3af;
  1030.        transform: rotate(45deg);
  1031.    }
  1032.  
  1033.    .search-field-v10 {
  1034.        flex: 1;
  1035.        border: none;
  1036.        background: transparent;
  1037.        font-size: 15px;
  1038.        padding: 12px 0;
  1039.        outline: none;
  1040.        color: #1f2937;
  1041.    }
  1042.  
  1043.    .search-field-v10::placeholder {
  1044.        color: #9ca3af;
  1045.    }
  1046.  
  1047.    .search-button-v10 {
  1048.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1049.        color: white;
  1050.        border: none;
  1051.        padding: 14px 15px;
  1052.        font-weight: 600;
  1053.        cursor: pointer;
  1054.        transition: all 0.3s ease;
  1055.    }
  1056.  
  1057.    .search-button-v10:hover {
  1058.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1059.    }
  1060.  
  1061.    /* Header Utilities */
  1062.    .header-utilities-v10 {
  1063.        display: flex;
  1064.        align-items: center;
  1065.        justify-content: flex-end;
  1066.        gap: 8px;
  1067.    }
  1068.  
  1069.    .utility-item-v10 {
  1070.        display: flex;
  1071.    }
  1072.  
  1073.    .theme-toggle-v10,
  1074.    .mobile-search-v10,
  1075.    .menu-trigger-v10 {
  1076.        background: #f9fafb;
  1077.        border: 1px solid #e5e7eb;
  1078.        border-radius: 8px;
  1079.        padding: 10px;
  1080.        cursor: pointer;
  1081.        transition: all 0.3s ease;
  1082.    }
  1083.  
  1084.    .mobile-search-v10:hover,
  1085.    .menu-trigger-v10:hover {
  1086.        background: #f3f4f6;
  1087.        border-color: #d1d5db;
  1088.    }
  1089.  
  1090.    .mobile-search-icon-v10 {
  1091.        width: 16px;
  1092.        height: 16px;
  1093.        background: #6b7280;
  1094.        border-radius: 50%;
  1095.    }
  1096.  
  1097.    .menu-icon-v10 {
  1098.        display: flex;
  1099.        flex-direction: column;
  1100.        gap: 3px;
  1101.        width: 16px;
  1102.    }
  1103.  
  1104.    .menu-bar-v10 {
  1105.        height: 2px;
  1106.        background: #6b7280;
  1107.        border-radius: 1px;
  1108.        transition: all 0.3s ease;
  1109.    }
  1110.  
  1111.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1112.        transform: rotate(45deg) translate(4px, 4px);
  1113.    }
  1114.  
  1115.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1116.        opacity: 0;
  1117.    }
  1118.  
  1119.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1120.        transform: rotate(-45deg) translate(6px, -6px);
  1121.    }
  1122.  
  1123.    /* Navigation */
  1124.    .navigation-v10 {
  1125.        background: var(--navbar-bg);
  1126.    }
  1127.  
  1128.    .nav-container-v10 {
  1129.        padding: 0;
  1130.        display: flex;
  1131.        justify-content: flex-end;
  1132.    }
  1133.  
  1134.    .nav-menu-v10 {
  1135.        list-style: none;
  1136.        padding: 0;
  1137.        margin: 0;
  1138.        display: flex;
  1139.        align-items: stretch;
  1140.    }
  1141.  
  1142.    .nav-item-v10 {
  1143.        position: relative;
  1144.    }
  1145.  
  1146.    .nav-link-v10 {
  1147.        color: #374151;
  1148.        text-decoration: none;
  1149.        display: block;
  1150.        transition: all 0.3s ease;
  1151.    }
  1152.  
  1153.    .link-content-v10 {
  1154.        padding: 16px 20px;
  1155.        display: flex;
  1156.        align-items: center;
  1157.        gap: 6px;
  1158.        position: relative;
  1159.    }
  1160.  
  1161.    .link-text-v10 {
  1162.        font-size: 15px;
  1163.        font-weight: 600;
  1164.    }
  1165.  
  1166.    .link-arrow-v10 {
  1167.        width: 0;
  1168.        height: 0;
  1169.        border-left: 3px solid transparent;
  1170.        border-right: 3px solid transparent;
  1171.        border-top: 3px solid currentColor;
  1172.        transition: transform 0.3s ease;
  1173.    }
  1174.  
  1175.    .link-indicator-v10 {
  1176.        position: absolute;
  1177.        bottom: 0;
  1178.        left: 0;
  1179.        right: 0;
  1180.        height: 3px;
  1181.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1182.        transform: scaleX(0);
  1183.        transition: transform 0.3s ease;
  1184.    }
  1185.  
  1186.    .nav-link-v10:hover,
  1187.    .nav-link-v10.active-v10 {
  1188.        color: white !important;
  1189.        background: var(--bs-primary);
  1190.    }
  1191.  
  1192.    .nav-link-v10:hover .link-indicator-v10,
  1193.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1194.        transform: scaleX(1);
  1195.    }
  1196.  
  1197.    .has-submenu-v10:hover .link-arrow-v10 {
  1198.        transform: rotate(180deg);
  1199.    }
  1200.  
  1201.    /* Submenu */
  1202.    .submenu-v10 {
  1203.        position: absolute;
  1204.        top: 100%;
  1205.        left: 0;
  1206.        background: #ffffff;
  1207.        border: 1px solid #e5e7eb;
  1208.        border-radius: 12px;
  1209.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1210.        opacity: 0;
  1211.        visibility: hidden;
  1212.        transform: translateY(-8px);
  1213.        transition: all 0.3s ease;
  1214.        z-index: 1000;
  1215.        min-width: 400px;
  1216.        padding: 24px;
  1217.        margin-top: 8px;
  1218.    }
  1219.  
  1220.    .has-submenu-v10:hover .submenu-v10 {
  1221.        opacity: 1;
  1222.        visibility: visible;
  1223.        transform: translateY(0);
  1224.    }
  1225.  
  1226.    .submenu-content-v10 {
  1227.        display: grid;
  1228.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1229.        gap: 24px;
  1230.    }
  1231.  
  1232.    .submenu-title-v10 {
  1233.        font-size: 13px;
  1234.        font-weight: 700;
  1235.        color: #3b82f6;
  1236.        margin-bottom: 12px;
  1237.        text-transform: uppercase;
  1238.        letter-spacing: 0.5px;
  1239.    }
  1240.  
  1241.    .submenu-links-v10 {
  1242.        list-style: none;
  1243.        padding: 0;
  1244.        margin: 0;
  1245.    }
  1246.  
  1247.    .submenu-link-v10 {
  1248.        display: block;
  1249.        color: #6b7280 !important;
  1250.        text-decoration: none;
  1251.        font-size: 14px;
  1252.        padding: 8px 0;
  1253.        transition: color 0.3s ease;
  1254.    }
  1255.  
  1256.    .submenu-link-v10:hover {
  1257.        color: #3b82f6 !important;
  1258.    }
  1259.  
  1260.    /* Mobile Search Panel */
  1261.    .mobile-search-panel-v10 {
  1262.        background: #f9fafb;
  1263.        border-bottom: 1px solid #e5e7eb;
  1264.        padding: 12px 0;
  1265.        max-height: 0;
  1266.        overflow: hidden;
  1267.        transition: all 0.3s ease;
  1268.    }
  1269.  
  1270.    .mobile-search-panel-v10.show-v10 {
  1271.        max-height: 80px;
  1272.    }
  1273.  
  1274.    .mobile-search-wrapper-v10 {
  1275.        display: flex;
  1276.        align-items: center;
  1277.        background: #ffffff;
  1278.        border: 1px solid #e5e7eb;
  1279.        border-radius: 8px;
  1280.        overflow: hidden;
  1281.    }
  1282.  
  1283.    .mobile-search-input-v10 {
  1284.        flex: 1;
  1285.        border: none;
  1286.        padding: 12px 16px;
  1287.        font-size: 15px;
  1288.        outline: none;
  1289.        background: transparent;
  1290.    }
  1291.  
  1292.    .mobile-search-btn-v10 {
  1293.        background: #3b82f6;
  1294.        border: none;
  1295.        padding: 12px 16px;
  1296.        cursor: pointer;
  1297.    }
  1298.  
  1299.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1300.        background: white;
  1301.    }
  1302.  
  1303.    /* Mobile Menu */
  1304.    .mobile-menu-v10 {
  1305.        background: #ffffff;
  1306.        border-bottom: 1px solid #e5e7eb;
  1307.        max-height: 0;
  1308.        overflow: hidden;
  1309.        transition: all 0.4s ease;
  1310.    }
  1311.  
  1312.    .mobile-menu-v10.show-v10 {
  1313.        max-height: 500px;
  1314.    }
  1315.  
  1316.    .mobile-menu-content-v10 {
  1317.        padding: 16px 30px;
  1318.    }
  1319.  
  1320.    .mobile-menu-list-v10 {
  1321.        list-style: none;
  1322.        padding: 0;
  1323.        margin: 0;
  1324.    }
  1325.  
  1326.    .mobile-menu-item-v10 {
  1327.        border-bottom: 1px solid #f3f4f6;
  1328.    }
  1329.  
  1330.    .mobile-menu-link-v10,
  1331.    .mobile-menu-toggle-v10 {
  1332.        display: flex;
  1333.        align-items: center;
  1334.        justify-content: space-between;
  1335.        color: #374151;
  1336.        text-decoration: none;
  1337.        font-size: 16px;
  1338.        font-weight: 600;
  1339.        padding: 16px 0;
  1340.        transition: color 0.3s ease;
  1341.        background: none;
  1342.        border: none;
  1343.        width: 100%;
  1344.        cursor: pointer;
  1345.    }
  1346.  
  1347.    .mobile-menu-link-v10:hover,
  1348.    .mobile-menu-toggle-v10:hover,
  1349.    .mobile-menu-link-v10.active-v10 {
  1350.        color: var(--bs-light);
  1351.    }
  1352.  
  1353.    .mobile-toggle-arrow-v10 {
  1354.        width: 0;
  1355.        height: 0;
  1356.        border-left: 4px solid transparent;
  1357.        border-right: 4px solid transparent;
  1358.        border-top: 4px solid currentColor;
  1359.        transition: transform 0.3s ease;
  1360.    }
  1361.  
  1362.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1363.        transform: rotate(180deg);
  1364.    }
  1365.  
  1366.    .mobile-submenu-v10 {
  1367.        list-style: none;
  1368.        padding: 0;
  1369.        margin: 0;
  1370.        max-height: 0;
  1371.        overflow: hidden;
  1372.        transition: all 0.3s ease;
  1373.        background: #f9fafb;
  1374.    }
  1375.  
  1376.    .mobile-submenu-v10.show-v10 {
  1377.        max-height: 200px;
  1378.        padding: 8px 0;
  1379.    }
  1380.  
  1381.    .mobile-submenu-link-v10 {
  1382.        display: block;
  1383.        color: #6b7280;
  1384.        text-decoration: none;
  1385.        font-size: 14px;
  1386.        padding: 10px 20px;
  1387.        transition: color 0.3s ease;
  1388.    }
  1389.  
  1390.    .mobile-submenu-link-v10:hover {
  1391.        color: #3b82f6;
  1392.    }
  1393.  
  1394.    /* Responsive Design */
  1395.    @media (max-width: 768px) {
  1396.        .top-bar-v10 {
  1397.            padding: 12px 0;
  1398.        }
  1399.  
  1400.        .brand-icon-v10 {
  1401.            width: 40px;
  1402.            height: 40px;
  1403.        }
  1404.  
  1405.        .brand-name-v10 {
  1406.            font-size: 18px;
  1407.        }
  1408.  
  1409.        .brand-tagline-v10 {
  1410.            font-size: 11px;
  1411.        }
  1412.    }
  1413.  
  1414.    @media (max-width: 576px) {
  1415.        .brand-text-v10 {
  1416.            display: none;
  1417.        }
  1418.    }
  1419. </style>
  1420.  
  1421. <script>
  1422.    function toggleMobileSearchV10() {
  1423.        const searchPanel = document.getElementById('mobileSearchV10');
  1424.        const searchBtn = document.querySelector('.mobile-search-v10');
  1425.  
  1426.        if (searchPanel) {
  1427.            searchPanel.classList.toggle('show-v10');
  1428.  
  1429.            if (searchPanel.classList.contains('show-v10')) {
  1430.                setTimeout(() => {
  1431.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1432.                    if (input) input.focus();
  1433.                }, 100);
  1434.            }
  1435.        }
  1436.    }
  1437.  
  1438.    function toggleMenuV10() {
  1439.        const mobileMenu = document.getElementById('mobileMenuV10');
  1440.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1441.  
  1442.        if (mobileMenu && menuBtn) {
  1443.            mobileMenu.classList.toggle('show-v10');
  1444.            menuBtn.classList.toggle('active-v10');
  1445.        }
  1446.    }
  1447.  
  1448.    function toggleMobileSubmenuV10(submenuId) {
  1449.        const submenu = document.getElementById(submenuId);
  1450.        if (!submenu) return;
  1451.  
  1452.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1453.  
  1454.        // Close other submenus
  1455.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1456.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1457.  
  1458.        allSubmenus.forEach(menu => {
  1459.            if (menu.id !== submenuId) {
  1460.                menu.classList.remove('show-v10');
  1461.            }
  1462.        });
  1463.  
  1464.        allParents.forEach(parent => {
  1465.            if (parent !== parentItem) {
  1466.                parent.classList.remove('open-v10');
  1467.            }
  1468.        });
  1469.  
  1470.        // Toggle current submenu
  1471.        submenu.classList.toggle('show-v10');
  1472.        if (parentItem) {
  1473.            parentItem.classList.toggle('open-v10');
  1474.        }
  1475.    }
  1476.  
  1477.    // Close menus when clicking outside
  1478.    document.addEventListener('click', function (e) {
  1479.        const mobileMenu = document.getElementById('mobileMenuV10');
  1480.        const mobileSearch = document.getElementById('mobileSearchV10');
  1481.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1482.        const searchBtn = document.querySelector('.mobile-search-v10');
  1483.  
  1484.        // Close mobile menu
  1485.        if (mobileMenu && menuBtn &&
  1486.            !mobileMenu.contains(e.target) &&
  1487.            !menuBtn.contains(e.target)) {
  1488.            mobileMenu.classList.remove('show-v10');
  1489.            menuBtn.classList.remove('active-v10');
  1490.        }
  1491.  
  1492.        // Close mobile search
  1493.        if (mobileSearch && searchBtn &&
  1494.            !mobileSearch.contains(e.target) &&
  1495.            !searchBtn.contains(e.target)) {
  1496.            mobileSearch.classList.remove('show-v10');
  1497.        }
  1498.    });
  1499. </script>
  1500.  
  1501. <script>
  1502.  document.addEventListener("DOMContentLoaded", function () {
  1503.    console.log("loaded");
  1504.  
  1505.     const searchInput = document.getElementById("search-input")
  1506.    const searchResults = document.getElementById("search-results");
  1507.  
  1508.    if (!searchInput || !searchResults) {
  1509.      console.error("Search input/results not found");
  1510.      return;
  1511.    }
  1512.  
  1513.    // Prevent form submission
  1514.    if (searchInput.form) {
  1515.      searchInput.form.addEventListener("submit", function (e) {
  1516.        e.preventDefault();
  1517.      });
  1518.    }
  1519.  
  1520.    // Add event listener for keyup
  1521.    searchInput.addEventListener("keyup", function (e) {
  1522.      console.log("Key pressed:", e.key);
  1523.      e.preventDefault();
  1524.  
  1525.      const query = searchInput.value.trim();
  1526.      console.log("User is typing: " + query);
  1527.  
  1528.      // If empty → clear and hide
  1529.      if (query === "") {
  1530.        searchResults.innerHTML = "";
  1531.        searchResults.style.display = "none";
  1532.        return;
  1533.      }
  1534.  
  1535.      // Show results
  1536.      searchResults.style.display = "block";
  1537.  
  1538.      // Fetch search results
  1539.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1540.        method: "GET",
  1541.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1542.      })
  1543.        .then(response => {
  1544.          console.log("Response Status:", response.status);
  1545.          return response.json();
  1546.        })
  1547.        .then(data => {
  1548.          console.log("Data received:", data);
  1549.          if (data.html) {
  1550.            searchResults.innerHTML = data.html;
  1551.          } else {
  1552.            searchResults.innerHTML = "<p>No results found.</p>";
  1553.          }
  1554.        })
  1555.        .catch(error => {
  1556.          console.error("Error fetching search results:", error);
  1557.        });
  1558.    });
  1559.  
  1560.    // Close results when clicking outside
  1561.    document.addEventListener("click", function (e) {
  1562.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1563.        searchResults.style.display = "none";
  1564.      }
  1565.    });
  1566.  
  1567.    // Close results on ESC key
  1568.    document.addEventListener("keydown", function (e) {
  1569.      if (e.key === "Escape") {
  1570.        searchResults.style.display = "none";
  1571.      }
  1572.    });
  1573.  });
  1574. </script>
  1575.  
  1576. <style>
  1577.        /* search field */
  1578.  .search-results-container {
  1579.  position: absolute;
  1580.  top: 60%; /* Position it below the input field */
  1581.  left: 10px;
  1582.  right: 10px;
  1583.  background-color: white;
  1584.  border: 1px solid #ddd;
  1585.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1586.  max-height: 300px;
  1587.  overflow-y: auto;
  1588.  z-index: 1000;
  1589.  display: none; /* Initially hidden */
  1590. }
  1591.  
  1592. .search-results-container p {
  1593.  margin: 0;
  1594. }
  1595.  
  1596. .search-results-container .result-item {
  1597.  padding: 10px;
  1598.  cursor: pointer;
  1599. }
  1600.  
  1601. .search-results-container .result-item:hover {
  1602.  background-color: #f0f0f0;
  1603. }
  1604. @media (max-width: 992px) {
  1605.  .search-results-container {
  1606.    top: 70%;
  1607.  }
  1608.    
  1609. }
  1610. </style>
  1611.  
  1612.        </header>
  1613.        <!-- end of header -->
  1614.        <!-- start of wpo-blog-hero -->
  1615.        
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623. <div class="blog-hero-v5">
  1624.  <div class="container-fluid fluid-container">
  1625.    <!-- Hero Header -->
  1626.  
  1627.    <!-- Main Content Grid -->
  1628.    <div class="row g-4">
  1629.      <!-- Large Featured Post - Left Side -->
  1630.      <div class="col-lg-6 col-md-12">
  1631.        
  1632.        
  1633.          
  1634.        <div class="large-featured-card">
  1635.          <div class="card-image-wrapper">
  1636.            
  1637.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1638.            
  1639.            <div class="image-overlay">
  1640.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1641.            </div>
  1642.          </div>
  1643.          <div class="card-content">
  1644.            <h2 class="card-title"><a class="top-color" href="/jamaican-icon-jimmy-cliff-reggae-superstar-and-cultural-figure-dies-at-eighty-one-years-of-age/">
  1645.                                        Jamaican Icon Jimmy Cliff, Reggae Superstar and Cultural Figure, Dies at Eighty-One Years of Age
  1646.                                    </a></h2>
  1647.            <p class="card-description"></p>
  1648.            <div class="card-footer">
  1649.              <div class="author-section">
  1650.                <div class="author-avatar">
  1651.                  
  1652.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;" class="author-img">
  1653.                    
  1654.                </div>
  1655.                <div class="author-details">
  1656.                  <span class="author-name">Mary Williams</span>
  1657.                  <span class="publish-date">20 May 2026</span>
  1658.                </div>
  1659.              </div>
  1660.              <div class="read-time">
  1661.                <!-- <span>9 min read</span> -->
  1662.              </div>
  1663.            </div>
  1664.          </div>
  1665.        </div>
  1666.  
  1667.        
  1668.      </div>
  1669.      
  1670.  
  1671.      <!-- Right Side - Grid of Posts -->
  1672.      <div class="col-lg-6 col-md-12">
  1673.        <div class="row h-100">
  1674.          
  1675.          
  1676.            
  1677.          <!-- Medium Featured Post -->
  1678.          <div class="col-12 mb-3">
  1679.            <div class="medium-featured-card h-100">
  1680.              <div class="row g-0 h-100">
  1681.                <div class="col-md-6">
  1682.                  <div class="medium-image-wrapper">
  1683.                    
  1684.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1685.                      
  1686.                    <div class="medium-overlay">
  1687.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1688.                    </div>
  1689.                  </div>
  1690.                </div>
  1691.                <div class="col-md-6">
  1692.                  <div class="medium-content">
  1693.                    <h3 class="medium-title"><a class="top-color" href="/blasts-hit-kyiv-taking-a-military-members-life-and-wounding-four-in-terrorist-attack/">
  1694.                                        Blasts Hit Kyiv, Taking a Military Member&#x27;s Life and Wounding Four in Terrorist Attack
  1695.                                    </a></h3>
  1696.                    <p class="medium-excerpt"></p>
  1697.                    <div class="medium-meta">
  1698.                      <span class="author">By Mary Williams</span>
  1699.                      <span class="date">20 May 2026</span>
  1700.                    </div>
  1701.                  </div>
  1702.                </div>
  1703.              </div>
  1704.            </div>
  1705.          </div>
  1706.  
  1707.          
  1708.          
  1709.  
  1710.          
  1711.            <!-- Small Cards Row -->
  1712.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1713.              <div class="small-card h-100">
  1714.                <div class="small-image-wrapper">
  1715.                    
  1716.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1717.                            style="object-fit: cover;" alt="">
  1718.                    
  1719.                  <span class="small-category bg-primary-gradient">News</span>
  1720.                </div>
  1721.                <div class="small-content">
  1722.                  <h4 class="small-title"> <a class="top-color" href="/unwavering-address-justifies-smuggling-craft-attacks-amid-examination/" >
  1723.                                        Unwavering Address Justifies Smuggling Craft Attacks Amid Examination
  1724.                                    </a></h4>
  1725.                  <p class="medium-excerpt"></p>
  1726.                  <div class="small-meta">
  1727.                    <span>By Mary Williams</span>
  1728.                    <span>20 May 2026</span>
  1729.                  </div>
  1730.                </div>
  1731.              </div>
  1732.            </div>
  1733.            
  1734.            <!-- Small Cards Row -->
  1735.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1736.              <div class="small-card h-100">
  1737.                <div class="small-image-wrapper">
  1738.                    
  1739.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1740.                            style="object-fit: cover;" alt="">
  1741.                    
  1742.                  <span class="small-category bg-primary-gradient">News</span>
  1743.                </div>
  1744.                <div class="small-content">
  1745.                  <h4 class="small-title"> <a class="top-color" href="/correctional-facility-telephone-tapes-spark-concerns-regarding-ex-abercrombie-executives-ability-for-trial/" >
  1746.                                        Correctional Facility Telephone Tapes Spark Concerns Regarding Ex-Abercrombie Executive&#x27;s Ability for Trial
  1747.                                    </a></h4>
  1748.                  <p class="medium-excerpt"></p>
  1749.                  <div class="small-meta">
  1750.                    <span>By Mary Williams</span>
  1751.                    <span>20 May 2026</span>
  1752.                  </div>
  1753.                </div>
  1754.              </div>
  1755.            </div>
  1756.            
  1757.  
  1758.        </div>
  1759.      </div>
  1760.    </div>
  1761.  </div>
  1762. </div>
  1763.  
  1764. <style>
  1765.  /* Blog Hero V5 - Clean Card Grid Design */
  1766.  :root {
  1767.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1768.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1769.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1770.  
  1771.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1772.  }
  1773.  
  1774.  .blog-hero-v5 {
  1775.    padding: 4rem 0;
  1776.  }
  1777.  
  1778.  /* Hero Header */
  1779.  .hero-header {
  1780.    margin-bottom: 2rem;
  1781.  }
  1782.  
  1783.  .hero-title {
  1784.    font-size: 3.5rem;
  1785.    font-weight: 800;
  1786.    color: var(--text-dark);
  1787.    margin-bottom: 1rem;
  1788.    letter-spacing: -0.025em;
  1789.    line-height: 1.1;
  1790.  }
  1791.  
  1792.  .hero-subtitle {
  1793.    font-size: 1.25rem;
  1794.    color: var(--text-light);
  1795.    font-weight: 400;
  1796.    max-width: 600px;
  1797.    margin: 0 auto;
  1798.  }
  1799.  
  1800.  /* Large Featured Card */
  1801.  .large-featured-card {
  1802.    background: var(--card-bg);
  1803.    border-radius: var(--border-radius);
  1804.    box-shadow: var(--shadow-medium);
  1805.    overflow: hidden;
  1806.    height: 100%;
  1807.    transition: var(--transition);
  1808.    border: 1px solid var(--border-color);
  1809.  }
  1810.  
  1811.  .large-featured-card:hover {
  1812.    transform: translateY(-8px);
  1813.    box-shadow: var(--shadow-heavy);
  1814.  }
  1815.  
  1816.  .card-image-wrapper {
  1817.    position: relative;
  1818.    height: 280px;
  1819.    overflow: hidden;
  1820.  }
  1821.  
  1822.  .card-image {
  1823.    width: 100%;
  1824.    height: 100%;
  1825.    object-fit: cover;
  1826.    transition: var(--transition);
  1827.  }
  1828.  
  1829.  .large-featured-card:hover .card-image {
  1830.    transform: scale(1.05);
  1831.  }
  1832.  
  1833.  .image-overlay {
  1834.    position: absolute;
  1835.    top: 1.5rem;
  1836.    left: 1.5rem;
  1837.  }
  1838.  
  1839.  .card-content {
  1840.    padding: 2rem;
  1841.  }
  1842.  
  1843.  .card-title {
  1844.    font-size: 1.75rem;
  1845.    font-weight: 700;
  1846.    color: var(--text-dark);
  1847.    margin-bottom: 1rem;
  1848.    line-height: 1.3;
  1849.  }
  1850.  
  1851.  .card-description {
  1852.    color: var(--text-light);
  1853.    font-size: 1rem;
  1854.    line-height: 1.6;
  1855.    margin-bottom: 2rem;
  1856.  }
  1857.  
  1858.  .card-footer {
  1859.    display: flex;
  1860.    align-items: center;
  1861.    justify-content: space-between;
  1862.  }
  1863.  
  1864.  .author-section {
  1865.    display: flex;
  1866.    align-items: center;
  1867.    gap: 1rem;
  1868.  }
  1869.  
  1870.  .author-avatar {
  1871.    width: 48px;
  1872.    height: 48px;
  1873.    border-radius: 50%;
  1874.    overflow: hidden;
  1875.    border: 2px solid var(--border-color);
  1876.  }
  1877.  
  1878.  .author-avatar img {
  1879.    width: 100%;
  1880.    height: 100%;
  1881.    object-fit: cover;
  1882.  }
  1883.  
  1884.  .author-details {
  1885.    display: flex;
  1886.    flex-direction: column;
  1887.  }
  1888.  
  1889.  .author-name {
  1890.    font-weight: 600;
  1891.    color: var(--text-dark);
  1892.    font-size: 0.95rem;
  1893.  }
  1894.  
  1895.  .publish-date {
  1896.    color: var(--text-light);
  1897.    font-size: 0.875rem;
  1898.  }
  1899.  
  1900.  .read-time {
  1901.    background: var(--card-bg);
  1902.    padding: 0.5rem 1rem;
  1903.    border-radius: 20px;
  1904.    font-size: 0.875rem;
  1905.    color: var(--text-light);
  1906.    font-weight: 500;
  1907.  }
  1908.  
  1909.  /* Category Pills */
  1910.  .category-pill {
  1911.    display: inline-block;
  1912.    padding: 0.5rem 1rem;
  1913.    font-size: 0.75rem;
  1914.    font-weight: 600;
  1915.    text-transform: uppercase;
  1916.    letter-spacing: 0.05em;
  1917.    border-radius: 20px;
  1918.    color: white;
  1919.  }
  1920.  
  1921.  
  1922.  /* Medium Featured Card */
  1923.  .medium-featured-card {
  1924.    background: var(--card-bg);
  1925.    border-radius: var(--border-radius);
  1926.    box-shadow: var(--shadow-light);
  1927.    overflow: hidden;
  1928.    height: 220px;
  1929.    transition: var(--transition);
  1930.    border: 1px solid var(--border-color);
  1931.  }
  1932.  
  1933.  .medium-featured-card:hover {
  1934.    transform: translateY(-4px);
  1935.    box-shadow: var(--shadow-medium);
  1936.  }
  1937.  
  1938.  .medium-image-wrapper {
  1939.    position: relative;
  1940.    height: 100%;
  1941.    overflow: hidden;
  1942.  }
  1943.  
  1944.  .medium-image-wrapper img {
  1945.    width: 100%;
  1946.    height: 100%;
  1947.    object-fit: cover;
  1948.    transition: var(--transition);
  1949.  }
  1950.  
  1951.  .medium-featured-card:hover .medium-image-wrapper img {
  1952.    transform: scale(1.05);
  1953.  }
  1954.  
  1955.  .medium-overlay {
  1956.    position: absolute;
  1957.    top: 1rem;
  1958.    left: 1rem;
  1959.  }
  1960.  
  1961.  .medium-content {
  1962.    padding: 1.5rem;
  1963.    display: flex;
  1964.    flex-direction: column;
  1965.    justify-content: space-between;
  1966.    height: 100%;
  1967.  }
  1968.  
  1969.  .medium-title {
  1970.    font-size: 1.25rem;
  1971.    font-weight: 600;
  1972.    color: var(--text-dark);
  1973.    margin-bottom: 0.75rem;
  1974.    line-height: 1.3;
  1975.  }
  1976.  
  1977.  .medium-excerpt {
  1978.    color: var(--text-light);
  1979.    font-size: 0.9rem;
  1980.    line-height: 1.5;
  1981.    margin-bottom: 1rem;
  1982.    flex-grow: 1;
  1983.  }
  1984.  
  1985.  .medium-meta {
  1986.    display: flex;
  1987.    flex-direction: column;
  1988.    gap: 0.25rem;
  1989.    font-size: 0.8rem;
  1990.  }
  1991.  
  1992.  /* Small Cards */
  1993.  .small-card {
  1994.    background: var(--card-bg);
  1995.    border-radius: var(--border-radius);
  1996.    box-shadow: var(--shadow-light);
  1997.    overflow: hidden;
  1998.    transition: var(--transition);
  1999.    border: 1px solid var(--border-color);
  2000.    display: flex;
  2001.    flex-direction: column;
  2002.  }
  2003.  
  2004.  .small-card:hover {
  2005.    transform: translateY(-4px);
  2006.    box-shadow: var(--shadow-medium);
  2007.  }
  2008.  
  2009.  .small-image-wrapper {
  2010.    position: relative;
  2011.    height: 140px;
  2012.    overflow: hidden;
  2013.    flex-shrink: 0;
  2014.  }
  2015.  
  2016.  .small-image-wrapper img {
  2017.    width: 100%;
  2018.    height: 100%;
  2019.    object-fit: cover;
  2020.    transition: var(--transition);
  2021.  }
  2022.  
  2023.  .small-card:hover .small-image-wrapper img {
  2024.    transform: scale(1.05);
  2025.  }
  2026.  
  2027.  .small-category {
  2028.    position: absolute;
  2029.    top: 0.75rem;
  2030.    left: 0.75rem;
  2031.    padding: 0.25rem 0.75rem;
  2032.    font-size: 0.7rem;
  2033.    font-weight: 600;
  2034.    text-transform: uppercase;
  2035.    border-radius: 12px;
  2036.    color: white;
  2037.  }
  2038.  
  2039.  
  2040.  .small-content {
  2041.    padding: 1rem;
  2042.    flex-grow: 1;
  2043.    display: flex;
  2044.    flex-direction: column;
  2045.    justify-content: space-between;
  2046.  }
  2047.  
  2048.  .small-title {
  2049.    font-size: 1rem;
  2050.    font-weight: 600;
  2051.    color: var(--text-dark);
  2052.    margin-bottom: 0.75rem;
  2053.    line-height: 1.3;
  2054.  }
  2055.  
  2056.  .small-meta {
  2057.    display: flex;
  2058.    justify-content: space-between;
  2059.    font-size: 0.75rem;
  2060.    color: var(--text-light);
  2061.  }
  2062.  
  2063.  /* Stats Section - Removed */
  2064.  
  2065.  /* Responsive Design */
  2066.  @media (max-width: 992px) {
  2067.    .hero-title {
  2068.      font-size: 2.5rem;
  2069.    }
  2070.  
  2071.    .card-content {
  2072.      padding: 1.5rem;
  2073.    }
  2074.  
  2075.    .card-title {
  2076.      font-size: 1.5rem;
  2077.    }
  2078.  
  2079.    .medium-featured-card {
  2080.      height: auto;
  2081.    }
  2082.  
  2083.    .medium-content {
  2084.      height: auto;
  2085.    }
  2086.  }
  2087.  
  2088.  @media (max-width: 768px) {
  2089.    .blog-hero-v5 {
  2090.      padding: 2rem 0;
  2091.    }
  2092.  
  2093.    .hero-title {
  2094.      font-size: 2rem;
  2095.    }
  2096.  
  2097.    .hero-subtitle {
  2098.      font-size: 1rem;
  2099.    }
  2100.  
  2101.    .card-image-wrapper {
  2102.      height: 200px;
  2103.    }
  2104.  
  2105.    .medium-featured-card {
  2106.      height: auto;
  2107.    }
  2108.  
  2109.    .medium-image-wrapper {
  2110.      height: 150px;
  2111.    }
  2112.  
  2113.    .small-image-wrapper {
  2114.      height: 120px;
  2115.    }
  2116.  }
  2117.  
  2118.  @media (max-width: 576px) {
  2119.    .card-footer {
  2120.      flex-direction: column;
  2121.      align-items: flex-start;
  2122.      gap: 1rem;
  2123.    }
  2124.  
  2125.    .stat-number {
  2126.      font-size: 1.5rem;
  2127.    }
  2128.  }
  2129. </style>
  2130.  
  2131.  
  2132.  
  2133.  
  2134.  
  2135.        <!-- end of wpo-blog-hero -->
  2136.  
  2137.        <!-- start of wpo-breacking-news -->
  2138.        
  2139.        <!-- end of wpo-breacking-news -->
  2140.        
  2141.        <!-- start wpo-blog-highlights-section -->
  2142.        
  2143.  
  2144.  
  2145.  
  2146.    
  2147.  
  2148.  
  2149.  
  2150. <style>
  2151.    .blog-highlights-v4 {
  2152.        padding: 30px 0;
  2153.        position: relative;
  2154.        min-height: 100vh;
  2155.        background: transparent; /* Solid background color */
  2156.    }
  2157.  
  2158.    /* Blog Container */
  2159.    .blog-container-v4 {
  2160.        position: relative;
  2161.        z-index: 10;
  2162.    }
  2163.  
  2164.    /* Card Design */
  2165.    .blog-card-v4 {
  2166.        border-radius: 25px;
  2167.        background: var(--card-bg);
  2168.        border: 1px solid var(--border-color);
  2169.        position: relative;
  2170.        overflow: hidden;
  2171.        transition: opacity 1.2s ease; /* Fade animation for card */
  2172.    }
  2173.  
  2174.    /* Image Container */
  2175.    .blog-image-container-v4 {
  2176.        height: 280px;
  2177.        border-radius: 20px 20px 0 0;
  2178.        overflow: hidden;
  2179.        position: relative;
  2180.        z-index: 2;
  2181.    }
  2182.  
  2183.    .blog-image-v4 {
  2184.        width: 100%;
  2185.        height: 100%;
  2186.        position: relative;
  2187.        overflow: hidden;
  2188.    }
  2189.  
  2190.    .blog-image-v4 img {
  2191.        width: 100%;
  2192.        height: 100%;
  2193.        object-fit: cover;
  2194.    }
  2195.  
  2196.    /* Category Badge */
  2197.    .blog-category-v4 {
  2198.        position: absolute;
  2199.        top: 20px;
  2200.        left: 20px;
  2201.        padding: 10px 18px;
  2202.        border-radius: 20px;
  2203.        font-size: 11px;
  2204.        font-weight: 700;
  2205.        text-transform: uppercase;
  2206.        letter-spacing: 1.2px;
  2207.        z-index: 5;
  2208.        border: 1px solid rgba(255, 255, 255, 0.3);
  2209.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2210.    }
  2211.  
  2212.    /* Content Area */
  2213.    .blog-content-v4 {
  2214.        padding: 20px 25px 25px;
  2215.        display: flex;
  2216.        flex-direction: column;
  2217.        justify-content: space-between;
  2218.        position: relative;
  2219.        z-index: 2;
  2220.    }
  2221.  
  2222.    /* Title */
  2223.    .blog-title-v4 {
  2224.        font-size: 20px;
  2225.        font-weight: 800;
  2226.        line-height: 1.3;
  2227.        margin-bottom: 8px;
  2228.    }
  2229.  
  2230.    .blog-title-v4 a {
  2231.        text-decoration: none;
  2232.    }
  2233.  
  2234.    /* Meta Information */
  2235.    .blog-meta-v4 {
  2236.        display: flex;
  2237.        align-items: center;
  2238.        gap: 12px;
  2239.        margin-bottom: 15px;
  2240.        font-size: 13px;
  2241.    }
  2242.  
  2243.    .blog-author-img-v4 {
  2244.        width: 35px;
  2245.        height: 35px;
  2246.        border-radius: 50%;
  2247.        border: 2px solid var(--border-color);
  2248.    }
  2249.  
  2250.    /* Excerpt */
  2251.    .blog-excerpt-v4 {
  2252.        font-size: 14px;
  2253.        line-height: 1.6;
  2254.        margin-bottom: 8px;
  2255.        display: -webkit-box;
  2256.        -webkit-line-clamp: 3;
  2257.        -webkit-box-orient: vertical;
  2258.        overflow: hidden;
  2259.    }
  2260.  
  2261.    /* Actions Area */
  2262.    .blog-actions-v4 {
  2263.        display: flex;
  2264.        justify-content: space-between;
  2265.        align-items: center;
  2266.    }
  2267.  
  2268.    .blog-stats-v4 {
  2269.        display: flex;
  2270.        gap: 20px;
  2271.        align-items: center;
  2272.    }
  2273.  
  2274.    .blog-stat-item-v4 {
  2275.        display: flex;
  2276.        align-items: center;
  2277.        gap: 6px;
  2278.        font-size: 12px;
  2279.    }
  2280.  
  2281.    /* Read More Button */
  2282.    .blog-read-more-v4 {
  2283.        width: 40px;
  2284.        height: 40px;
  2285.        border-radius: 50%;
  2286.        background: var(--border-color);
  2287.        border: 2px solid var(--border-color);
  2288.        display: flex;
  2289.        align-items: center;
  2290.        justify-content: center;
  2291.        text-decoration: none;
  2292.    }
  2293.  
  2294.    ..blog-read-more-v4:hover{
  2295.        background-color: #172133;
  2296.    }
  2297.    /* Section Header */
  2298.    .section-header-v4 {
  2299.        text-align: center;
  2300.        margin-bottom: 40px;
  2301.        position: relative;
  2302.        z-index: 15;
  2303.    }
  2304.  
  2305.    .section-title-v4 {
  2306.        font-size: 3.5rem;
  2307.        font-weight: 900;
  2308.        margin-bottom: .5rem;
  2309.    }
  2310.  
  2311.    .section-subtitle-v4 {
  2312.        font-size: 1.4rem;
  2313.        max-width: 700px;
  2314.        margin: 0 auto;
  2315.        line-height: 1.7;
  2316.        font-weight: 300;
  2317.    }
  2318.  
  2319.    /* Scroll Fade Animation */
  2320.    .scroll-trigger {
  2321.        opacity: 0;
  2322.        transition: opacity 1.2s ease;
  2323.    }
  2324.  
  2325.    .scroll-trigger.active {
  2326.        opacity: 1;
  2327.    }
  2328.  
  2329.    /* Responsive Design */
  2330.    @media (max-width: 768px) {
  2331.        .section-title-v4 {
  2332.            font-size: 3rem;
  2333.        }
  2334.        .blog-highlights-v4 {
  2335.            padding: 80px 0;
  2336.        }
  2337.        .blog-card-v4 {
  2338.            height: 450px;
  2339.        }
  2340.        .blog-content-v4 {
  2341.            padding: 15px 20px 20px;
  2342.        }
  2343.    }
  2344. </style>
  2345.  
  2346. <section class="blog-highlights-v4">
  2347.    <div class="container-fluid fluid-container blog-container-v4">
  2348.        <!-- Section Header -->
  2349.        <div class="row">
  2350.            <div class="col-12">
  2351.                <div class="section-header-v4">
  2352.                    <h2 class="section-title-v4">
  2353.                Today's Top Highlights
  2354.                   </h2>
  2355.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2356.                </div>
  2357.            </div>
  2358.        </div>
  2359.        
  2360.        <!-- Blog Grid -->
  2361.        <div class="row">
  2362.            <div class="col-lg-8">
  2363.                <div class="row g-4">
  2364.                    
  2365.                    <div class="col-lg-6 col-md-6">
  2366.                        <article class="blog-card-v4 scroll-trigger">
  2367.                            <div class="blog-image-container-v4">
  2368.                                <div class="blog-image-v4">
  2369.                                    
  2370.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2371.                                    
  2372.                                </div>
  2373.                                
  2374.                                <span class="blog-category-v4 bg-primary-gradient">
  2375.                                    News
  2376.                                </span>
  2377.                            </div>
  2378.                            
  2379.                            <div class="blog-content-v4">
  2380.                                <h3 class="blog-title-v4">
  2381.                                    <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-until-countless-numbers-of-frogs-arrived/" class="top-color">
  2382.                                    The Galápagos Islands Lacked Any Indigenous Amphibians. Until Countless Numbers of Frogs Arrived
  2383.                                    </a>
  2384.                                </h3>
  2385.                                <div class="blog-meta-v4">
  2386.                                    
  2387.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2388.                                    
  2389.                                    <span>By <strong>Mary Williams</strong></span>
  2390.                                    <span>•</span>
  2391.                                    <span>20 May 2026</span>
  2392.                                </div>
  2393.                                
  2394.                                <p class="blog-excerpt-v4">
  2395.                                    
  2396.                                </p>
  2397.                                
  2398.                                <div class="blog-actions-v4">
  2399.                                    
  2400.                                    <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-until-countless-numbers-of-frogs-arrived/" class="blog-read-more-v4 bg-primary-gradient">
  2401.                                        <i class="ti-arrow-right"></i>
  2402.                                    </a>
  2403.                                </div>
  2404.                            </div>
  2405.                        </article>
  2406.                    </div>
  2407.                    
  2408.                    <div class="col-lg-6 col-md-6">
  2409.                        <article class="blog-card-v4 scroll-trigger">
  2410.                            <div class="blog-image-container-v4">
  2411.                                <div class="blog-image-v4">
  2412.                                    
  2413.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2414.                                    
  2415.                                </div>
  2416.                                
  2417.                                <span class="blog-category-v4 bg-primary-gradient">
  2418.                                    News
  2419.                                </span>
  2420.                            </div>
  2421.                            
  2422.                            <div class="blog-content-v4">
  2423.                                <h3 class="blog-title-v4">
  2424.                                    <a href="/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-the-photographers-stories/" class="top-color">
  2425.                                    Sharing a Dugout with Sir Alex and Getting &#x27;Knocked Out&#x27; – The Photographer&#x27;s Stories
  2426.                                    </a>
  2427.                                </h3>
  2428.                                <div class="blog-meta-v4">
  2429.                                    
  2430.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2431.                                    
  2432.                                    <span>By <strong>Mary Williams</strong></span>
  2433.                                    <span>•</span>
  2434.                                    <span>20 May 2026</span>
  2435.                                </div>
  2436.                                
  2437.                                <p class="blog-excerpt-v4">
  2438.                                    
  2439.                                </p>
  2440.                                
  2441.                                <div class="blog-actions-v4">
  2442.                                    
  2443.                                    <a href="/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-the-photographers-stories/" class="blog-read-more-v4 bg-primary-gradient">
  2444.                                        <i class="ti-arrow-right"></i>
  2445.                                    </a>
  2446.                                </div>
  2447.                            </div>
  2448.                        </article>
  2449.                    </div>
  2450.                    
  2451.                    <div class="col-lg-6 col-md-6">
  2452.                        <article class="blog-card-v4 scroll-trigger">
  2453.                            <div class="blog-image-container-v4">
  2454.                                <div class="blog-image-v4">
  2455.                                    
  2456.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2457.                                    
  2458.                                </div>
  2459.                                
  2460.                                <span class="blog-category-v4 bg-primary-gradient">
  2461.                                    News
  2462.                                </span>
  2463.                            </div>
  2464.                            
  2465.                            <div class="blog-content-v4">
  2466.                                <h3 class="blog-title-v4">
  2467.                                    <a href="/gavin-newsom-again-denies-early-release-for-manson-follower-patricia-krenwinkel/" class="top-color">
  2468.                                    Gavin Newsom Again Denies Early Release for Manson Follower Patricia Krenwinkel
  2469.                                    </a>
  2470.                                </h3>
  2471.                                <div class="blog-meta-v4">
  2472.                                    
  2473.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2474.                                    
  2475.                                    <span>By <strong>Mary Williams</strong></span>
  2476.                                    <span>•</span>
  2477.                                    <span>19 May 2026</span>
  2478.                                </div>
  2479.                                
  2480.                                <p class="blog-excerpt-v4">
  2481.                                    
  2482.                                </p>
  2483.                                
  2484.                                <div class="blog-actions-v4">
  2485.                                    
  2486.                                    <a href="/gavin-newsom-again-denies-early-release-for-manson-follower-patricia-krenwinkel/" class="blog-read-more-v4 bg-primary-gradient">
  2487.                                        <i class="ti-arrow-right"></i>
  2488.                                    </a>
  2489.                                </div>
  2490.                            </div>
  2491.                        </article>
  2492.                    </div>
  2493.                    
  2494.                    <div class="col-lg-6 col-md-6">
  2495.                        <article class="blog-card-v4 scroll-trigger">
  2496.                            <div class="blog-image-container-v4">
  2497.                                <div class="blog-image-v4">
  2498.                                    
  2499.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2500.                                    
  2501.                                </div>
  2502.                                
  2503.                                <span class="blog-category-v4 bg-primary-gradient">
  2504.                                    News
  2505.                                </span>
  2506.                            </div>
  2507.                            
  2508.                            <div class="blog-content-v4">
  2509.                                <h3 class="blog-title-v4">
  2510.                                    <a href="/suspect-in-brown-university-tragedy-found-discovered-dead-inside-storage-unit/" class="top-color">
  2511.                                    Suspect in Brown University Tragedy Found Discovered Dead Inside Storage Unit.
  2512.                                    </a>
  2513.                                </h3>
  2514.                                <div class="blog-meta-v4">
  2515.                                    
  2516.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2517.                                    
  2518.                                    <span>By <strong>Mary Williams</strong></span>
  2519.                                    <span>•</span>
  2520.                                    <span>19 May 2026</span>
  2521.                                </div>
  2522.                                
  2523.                                <p class="blog-excerpt-v4">
  2524.                                    
  2525.                                </p>
  2526.                                
  2527.                                <div class="blog-actions-v4">
  2528.                                    
  2529.                                    <a href="/suspect-in-brown-university-tragedy-found-discovered-dead-inside-storage-unit/" class="blog-read-more-v4 bg-primary-gradient">
  2530.                                        <i class="ti-arrow-right"></i>
  2531.                                    </a>
  2532.                                </div>
  2533.                            </div>
  2534.                        </article>
  2535.                    </div>
  2536.                    
  2537.                    <div class="col-lg-6 col-md-6">
  2538.                        <article class="blog-card-v4 scroll-trigger">
  2539.                            <div class="blog-image-container-v4">
  2540.                                <div class="blog-image-v4">
  2541.                                    
  2542.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2543.                                    
  2544.                                </div>
  2545.                                
  2546.                                <span class="blog-category-v4 bg-primary-gradient">
  2547.                                    News
  2548.                                </span>
  2549.                            </div>
  2550.                            
  2551.                            <div class="blog-content-v4">
  2552.                                <h3 class="blog-title-v4">
  2553.                                    <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-mushrooms/" class="top-color">
  2554.                                    The Mushroom Cleaning Controversy: A Guide to Preparing Mushrooms
  2555.                                    </a>
  2556.                                </h3>
  2557.                                <div class="blog-meta-v4">
  2558.                                    
  2559.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2560.                                    
  2561.                                    <span>By <strong>Mary Williams</strong></span>
  2562.                                    <span>•</span>
  2563.                                    <span>19 May 2026</span>
  2564.                                </div>
  2565.                                
  2566.                                <p class="blog-excerpt-v4">
  2567.                                    
  2568.                                </p>
  2569.                                
  2570.                                <div class="blog-actions-v4">
  2571.                                    
  2572.                                    <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-mushrooms/" class="blog-read-more-v4 bg-primary-gradient">
  2573.                                        <i class="ti-arrow-right"></i>
  2574.                                    </a>
  2575.                                </div>
  2576.                            </div>
  2577.                        </article>
  2578.                    </div>
  2579.                    
  2580.                    <div class="col-lg-6 col-md-6">
  2581.                        <article class="blog-card-v4 scroll-trigger">
  2582.                            <div class="blog-image-container-v4">
  2583.                                <div class="blog-image-v4">
  2584.                                    
  2585.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2586.                                    
  2587.                                </div>
  2588.                                
  2589.                                <span class="blog-category-v4 bg-primary-gradient">
  2590.                                    News
  2591.                                </span>
  2592.                            </div>
  2593.                            
  2594.                            <div class="blog-content-v4">
  2595.                                <h3 class="blog-title-v4">
  2596.                                    <a href="/body-of-triathlete-seemingly-attacked-by-great-white-found-on-california-beach/" class="top-color">
  2597.                                    Body of Triathlete Seemingly Attacked by Great White Found on California Beach
  2598.                                    </a>
  2599.                                </h3>
  2600.                                <div class="blog-meta-v4">
  2601.                                    
  2602.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2603.                                    
  2604.                                    <span>By <strong>Mary Williams</strong></span>
  2605.                                    <span>•</span>
  2606.                                    <span>19 May 2026</span>
  2607.                                </div>
  2608.                                
  2609.                                <p class="blog-excerpt-v4">
  2610.                                    
  2611.                                </p>
  2612.                                
  2613.                                <div class="blog-actions-v4">
  2614.                                    
  2615.                                    <a href="/body-of-triathlete-seemingly-attacked-by-great-white-found-on-california-beach/" class="blog-read-more-v4 bg-primary-gradient">
  2616.                                        <i class="ti-arrow-right"></i>
  2617.                                    </a>
  2618.                                </div>
  2619.                            </div>
  2620.                        </article>
  2621.                    </div>
  2622.                    
  2623.                    <div class="col-lg-6 col-md-6">
  2624.                        <article class="blog-card-v4 scroll-trigger">
  2625.                            <div class="blog-image-container-v4">
  2626.                                <div class="blog-image-v4">
  2627.                                    
  2628.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2629.                                    
  2630.                                </div>
  2631.                                
  2632.                                <span class="blog-category-v4 bg-primary-gradient">
  2633.                                    News
  2634.                                </span>
  2635.                            </div>
  2636.                            
  2637.                            <div class="blog-content-v4">
  2638.                                <h3 class="blog-title-v4">
  2639.                                    <a href="/music-legend-barry-manilow-will-have-surgery-for-a-lung-cancer-diagnosis/" class="top-color">
  2640.                                    Music Legend Barry Manilow Will Have Surgery for a Lung Cancer Diagnosis.
  2641.                                    </a>
  2642.                                </h3>
  2643.                                <div class="blog-meta-v4">
  2644.                                    
  2645.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2646.                                    
  2647.                                    <span>By <strong>Mary Williams</strong></span>
  2648.                                    <span>•</span>
  2649.                                    <span>19 May 2026</span>
  2650.                                </div>
  2651.                                
  2652.                                <p class="blog-excerpt-v4">
  2653.                                    
  2654.                                </p>
  2655.                                
  2656.                                <div class="blog-actions-v4">
  2657.                                    
  2658.                                    <a href="/music-legend-barry-manilow-will-have-surgery-for-a-lung-cancer-diagnosis/" class="blog-read-more-v4 bg-primary-gradient">
  2659.                                        <i class="ti-arrow-right"></i>
  2660.                                    </a>
  2661.                                </div>
  2662.                            </div>
  2663.                        </article>
  2664.                    </div>
  2665.                    
  2666.                    <div class="col-lg-6 col-md-6">
  2667.                        <article class="blog-card-v4 scroll-trigger">
  2668.                            <div class="blog-image-container-v4">
  2669.                                <div class="blog-image-v4">
  2670.                                    
  2671.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2672.                                    
  2673.                                </div>
  2674.                                
  2675.                                <span class="blog-category-v4 bg-primary-gradient">
  2676.                                    News
  2677.                                </span>
  2678.                            </div>
  2679.                            
  2680.                            <div class="blog-content-v4">
  2681.                                <h3 class="blog-title-v4">
  2682.                                    <a href="/ex-british-soldier-charged-of-killing-kenya-female-appears-in-courtroom/" class="top-color">
  2683.                                    Ex British Soldier Charged of Killing Kenya Female Appears in Courtroom
  2684.                                    </a>
  2685.                                </h3>
  2686.                                <div class="blog-meta-v4">
  2687.                                    
  2688.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2689.                                    
  2690.                                    <span>By <strong>Mary Williams</strong></span>
  2691.                                    <span>•</span>
  2692.                                    <span>19 May 2026</span>
  2693.                                </div>
  2694.                                
  2695.                                <p class="blog-excerpt-v4">
  2696.                                    
  2697.                                </p>
  2698.                                
  2699.                                <div class="blog-actions-v4">
  2700.                                    
  2701.                                    <a href="/ex-british-soldier-charged-of-killing-kenya-female-appears-in-courtroom/" class="blog-read-more-v4 bg-primary-gradient">
  2702.                                        <i class="ti-arrow-right"></i>
  2703.                                    </a>
  2704.                                </div>
  2705.                            </div>
  2706.                        </article>
  2707.                    </div>
  2708.                    
  2709.                    <div class="col-lg-6 col-md-6">
  2710.                        <article class="blog-card-v4 scroll-trigger">
  2711.                            <div class="blog-image-container-v4">
  2712.                                <div class="blog-image-v4">
  2713.                                    
  2714.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2715.                                    
  2716.                                </div>
  2717.                                
  2718.                                <span class="blog-category-v4 bg-primary-gradient">
  2719.                                    News
  2720.                                </span>
  2721.                            </div>
  2722.                            
  2723.                            <div class="blog-content-v4">
  2724.                                <h3 class="blog-title-v4">
  2725.                                    <a href="/fda-approves-flibanserin-a-desire-boosting-drug-for-women-after-menopause/" class="top-color">
  2726.                                    FDA Approves Flibanserin, a Desire-Boosting Drug for Women After Menopause
  2727.                                    </a>
  2728.                                </h3>
  2729.                                <div class="blog-meta-v4">
  2730.                                    
  2731.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2732.                                    
  2733.                                    <span>By <strong>Mary Williams</strong></span>
  2734.                                    <span>•</span>
  2735.                                    <span>19 May 2026</span>
  2736.                                </div>
  2737.                                
  2738.                                <p class="blog-excerpt-v4">
  2739.                                    
  2740.                                </p>
  2741.                                
  2742.                                <div class="blog-actions-v4">
  2743.                                    
  2744.                                    <a href="/fda-approves-flibanserin-a-desire-boosting-drug-for-women-after-menopause/" class="blog-read-more-v4 bg-primary-gradient">
  2745.                                        <i class="ti-arrow-right"></i>
  2746.                                    </a>
  2747.                                </div>
  2748.                            </div>
  2749.                        </article>
  2750.                    </div>
  2751.                    
  2752.                    <div class="col-lg-6 col-md-6">
  2753.                        <article class="blog-card-v4 scroll-trigger">
  2754.                            <div class="blog-image-container-v4">
  2755.                                <div class="blog-image-v4">
  2756.                                    
  2757.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2758.                                    
  2759.                                </div>
  2760.                                
  2761.                                <span class="blog-category-v4 bg-primary-gradient">
  2762.                                    News
  2763.                                </span>
  2764.                            </div>
  2765.                            
  2766.                            <div class="blog-content-v4">
  2767.                                <h3 class="blog-title-v4">
  2768.                                    <a href="/we-require-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-loved-ones-stranded-off-down-under-coast-revealed/" class="top-color">
  2769.                                    We Require a Aircraft to Locate Them’: Teenager’s Emergency Call to Rescue Loved Ones Stranded Off Down Under Coast Revealed
  2770.                                    </a>
  2771.                                </h3>
  2772.                                <div class="blog-meta-v4">
  2773.                                    
  2774.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2775.                                    
  2776.                                    <span>By <strong>Mary Williams</strong></span>
  2777.                                    <span>•</span>
  2778.                                    <span>19 May 2026</span>
  2779.                                </div>
  2780.                                
  2781.                                <p class="blog-excerpt-v4">
  2782.                                    
  2783.                                </p>
  2784.                                
  2785.                                <div class="blog-actions-v4">
  2786.                                    
  2787.                                    <a href="/we-require-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-loved-ones-stranded-off-down-under-coast-revealed/" class="blog-read-more-v4 bg-primary-gradient">
  2788.                                        <i class="ti-arrow-right"></i>
  2789.                                    </a>
  2790.                                </div>
  2791.                            </div>
  2792.                        </article>
  2793.                    </div>
  2794.                    
  2795.                    <div class="col-lg-6 col-md-6">
  2796.                        <article class="blog-card-v4 scroll-trigger">
  2797.                            <div class="blog-image-container-v4">
  2798.                                <div class="blog-image-v4">
  2799.                                    
  2800.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2801.                                    
  2802.                                </div>
  2803.                                
  2804.                                <span class="blog-category-v4 bg-primary-gradient">
  2805.                                    News
  2806.                                </span>
  2807.                            </div>
  2808.                            
  2809.                            <div class="blog-content-v4">
  2810.                                <h3 class="blog-title-v4">
  2811.                                    <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-wave-of-volunteerism/" class="top-color">
  2812.                                    Tropical Storm Disaster in the Island Nation Awakens a Wave of Volunteerism
  2813.                                    </a>
  2814.                                </h3>
  2815.                                <div class="blog-meta-v4">
  2816.                                    
  2817.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2818.                                    
  2819.                                    <span>By <strong>Mary Williams</strong></span>
  2820.                                    <span>•</span>
  2821.                                    <span>18 May 2026</span>
  2822.                                </div>
  2823.                                
  2824.                                <p class="blog-excerpt-v4">
  2825.                                    
  2826.                                </p>
  2827.                                
  2828.                                <div class="blog-actions-v4">
  2829.                                    
  2830.                                    <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-wave-of-volunteerism/" class="blog-read-more-v4 bg-primary-gradient">
  2831.                                        <i class="ti-arrow-right"></i>
  2832.                                    </a>
  2833.                                </div>
  2834.                            </div>
  2835.                        </article>
  2836.                    </div>
  2837.                    
  2838.                    <div class="col-lg-6 col-md-6">
  2839.                        <article class="blog-card-v4 scroll-trigger">
  2840.                            <div class="blog-image-container-v4">
  2841.                                <div class="blog-image-v4">
  2842.                                    
  2843.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2844.                                    
  2845.                                </div>
  2846.                                
  2847.                                <span class="blog-category-v4 bg-primary-gradient">
  2848.                                    News
  2849.                                </span>
  2850.                            </div>
  2851.                            
  2852.                            <div class="blog-content-v4">
  2853.                                <h3 class="blog-title-v4">
  2854.                                    <a href="/los-blancos-alexander-arnold-might-play-against-liverpool-in-forthcoming-european-fixture/" class="top-color">
  2855.                                    Los Blancos&#x27; Alexander-Arnold Might Play Against Liverpool in Forthcoming European Fixture
  2856.                                    </a>
  2857.                                </h3>
  2858.                                <div class="blog-meta-v4">
  2859.                                    
  2860.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;"  class="blog-author-img-v4">
  2861.                                    
  2862.                                    <span>By <strong>Mary Williams</strong></span>
  2863.                                    <span>•</span>
  2864.                                    <span>18 May 2026</span>
  2865.                                </div>
  2866.                                
  2867.                                <p class="blog-excerpt-v4">
  2868.                                    
  2869.                                </p>
  2870.                                
  2871.                                <div class="blog-actions-v4">
  2872.                                    
  2873.                                    <a href="/los-blancos-alexander-arnold-might-play-against-liverpool-in-forthcoming-european-fixture/" class="blog-read-more-v4 bg-primary-gradient">
  2874.                                        <i class="ti-arrow-right"></i>
  2875.                                    </a>
  2876.                                </div>
  2877.                            </div>
  2878.                        </article>
  2879.                    </div>
  2880.                    
  2881.                    
  2882.  
  2883.                </div>
  2884.            </div>
  2885.            
  2886.             <div class="col col-lg-4 col-12">
  2887.                
  2888.  
  2889.  
  2890.  
  2891.    
  2892.  
  2893. <!-- Curved Heading Sidebar -->
  2894.    <div class="sidebar">
  2895.        
  2896.       <div class="sidebar-widget mb-4">
  2897.            <div class="widget-title-wrapper mb-3">
  2898.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2899.                    <div class="title-border"></div>
  2900.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2901.                </h4>
  2902.            </div>
  2903.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2904.                <div class="archives-list scrollable-sidebar">
  2905.                    
  2906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2907.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2908.                            <i class="ti-angle-right me-2 text-primary"></i>
  2909.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2910.                        </a>
  2911.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2912.                    </div>
  2913.                
  2914.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2915.                        <a href="https://facultyofclinicalinformatics.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2916.                            <i class="ti-angle-right me-2 text-primary"></i>
  2917.                            <span class="archive-link top-color fw-semibold"> non gamstop casino</span>
  2918.                        </a>
  2919.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2920.                    </div>
  2921.                
  2922.                </div>
  2923.                
  2924.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2925.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2926.                        <i class="ti-archive me-1"></i>View All Archives
  2927.                    </a>
  2928.                </div> -->
  2929.            </div>
  2930.        </div>
  2931.        
  2932.       <div class="sidebar-widget mb-4">
  2933.            <div class="widget-title-wrapper mb-3">
  2934.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2935.                    <div class="title-border"></div>
  2936.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2937.                </h4>
  2938.            </div>
  2939.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2940.                <div class="archives-list scrollable-sidebar">
  2941.                    
  2942.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2943.                        <a href="https://www.remoteyear.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2944.                            <i class="ti-angle-right me-2 text-primary"></i>
  2945.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2946.                        </a>
  2947.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2948.                    </div>
  2949.                
  2950.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2951.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2952.                            <i class="ti-angle-right me-2 text-primary"></i>
  2953.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  2954.                        </a>
  2955.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2956.                    </div>
  2957.                
  2958.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2959.                        <a href="https://kazbar.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2960.                            <i class="ti-angle-right me-2 text-primary"></i>
  2961.                            <span class="archive-link top-color fw-semibold"> non gamstop bookmakers</span>
  2962.                        </a>
  2963.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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 casino sites</span>
  2970.                        </a>
  2971.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2972.                    </div>
  2973.                
  2974.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2975.                        <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2976.                            <i class="ti-angle-right me-2 text-primary"></i>
  2977.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2978.                        </a>
  2979.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2980.                    </div>
  2981.                
  2982.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2983.                        <a href="https://datamagazine.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2984.                            <i class="ti-angle-right me-2 text-primary"></i>
  2985.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  2986.                        </a>
  2987.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2988.                    </div>
  2989.                
  2990.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2991.                        <a href="https://www.botanical-society-scotland.org.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="archive-link top-color fw-semibold"> new UK bookmakers</span>
  2994.                        </a>
  2995.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2996.                    </div>
  2997.                
  2998.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2999.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3000.                            <i class="ti-angle-right me-2 text-primary"></i>
  3001.                            <span class="archive-link top-color fw-semibold"> online casinos UK</span>
  3002.                        </a>
  3003.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3004.                    </div>
  3005.                
  3006.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3007.                        <a href="https://midnightcity.co/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3008.                            <i class="ti-angle-right me-2 text-primary"></i>
  3009.                            <span class="archive-link top-color fw-semibold"> best slot sites</span>
  3010.                        </a>
  3011.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3012.                    </div>
  3013.                
  3014.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3015.                        <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3016.                            <i class="ti-angle-right me-2 text-primary"></i>
  3017.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3018.                        </a>
  3019.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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.hobsoncycles.co.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 UK betting sites</span>
  3026.                        </a>
  3027.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3028.                    </div>
  3029.                
  3030.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3031.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3032.                            <i class="ti-angle-right me-2 text-primary"></i>
  3033.                            <span class="archive-link top-color fw-semibold"> non GamStop casino</span>
  3034.                        </a>
  3035.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3036.                    </div>
  3037.                
  3038.                </div>
  3039.                
  3040.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3041.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3042.                        <i class="ti-archive me-1"></i>View All Archives
  3043.                    </a>
  3044.                </div> -->
  3045.            </div>
  3046.        </div>
  3047.        
  3048.       <div class="sidebar-widget mb-4">
  3049.            <div class="widget-title-wrapper mb-3">
  3050.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3051.                    <div class="title-border"></div>
  3052.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3053.                </h4>
  3054.            </div>
  3055.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3056.                <div class="archives-list scrollable-sidebar">
  3057.                    
  3058.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3059.                        <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3060.                            <i class="ti-angle-right me-2 text-primary"></i>
  3061.                            <span class="archive-link top-color fw-semibold"> non GamStop casinos</span>
  3062.                        </a>
  3063.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3064.                    </div>
  3065.                
  3066.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3067.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3068.                            <i class="ti-angle-right me-2 text-primary"></i>
  3069.                            <span class="archive-link top-color fw-semibold"> Non GAMSTOP Casino</span>
  3070.                        </a>
  3071.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3072.                    </div>
  3073.                
  3074.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3075.                        <a href="https://marketingstudylab.co.uk"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3076.                            <i class="ti-angle-right me-2 text-primary"></i>
  3077.                            <span class="archive-link top-color fw-semibold"> marketingstudylab.co.uk</span>
  3078.                        </a>
  3079.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3080.                    </div>
  3081.                
  3082.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3083.                        <a href="https://bedforddaycarehospice.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3084.                            <i class="ti-angle-right me-2 text-primary"></i>
  3085.                            <span class="archive-link top-color fw-semibold"> casinos with no verification</span>
  3086.                        </a>
  3087.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3088.                    </div>
  3089.                
  3090.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3091.                        <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3092.                            <i class="ti-angle-right me-2 text-primary"></i>
  3093.                            <span class="archive-link top-color fw-semibold"> crypto casino UK</span>
  3094.                        </a>
  3095.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3096.                    </div>
  3097.                
  3098.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3099.                        <a href="https://orangegenie.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3100.                            <i class="ti-angle-right me-2 text-primary"></i>
  3101.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3102.                        </a>
  3103.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3104.                    </div>
  3105.                
  3106.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3107.                        <a href="https://ola.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3108.                            <i class="ti-angle-right me-2 text-primary"></i>
  3109.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3110.                        </a>
  3111.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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://www.open-money.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"> online casinos not on GamStop</span>
  3118.                        </a>
  3119.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3120.                    </div>
  3121.                
  3122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3123.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3124.                            <i class="ti-angle-right me-2 text-primary"></i>
  3125.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3126.                        </a>
  3127.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3128.                    </div>
  3129.                
  3130.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3131.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3132.                            <i class="ti-angle-right me-2 text-primary"></i>
  3133.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3134.                        </a>
  3135.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3136.                    </div>
  3137.                
  3138.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3139.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3140.                            <i class="ti-angle-right me-2 text-primary"></i>
  3141.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3142.                        </a>
  3143.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3144.                    </div>
  3145.                
  3146.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3147.                        <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3148.                            <i class="ti-angle-right me-2 text-primary"></i>
  3149.                            <span class="archive-link top-color fw-semibold"> casinos not on GamStop</span>
  3150.                        </a>
  3151.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3152.                    </div>
  3153.                
  3154.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3155.                        <a href="https://togetherahealthierfuture.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3156.                            <i class="ti-angle-right me-2 text-primary"></i>
  3157.                            <span class="archive-link top-color fw-semibold"> non Gamstop casino</span>
  3158.                        </a>
  3159.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3160.                    </div>
  3161.                
  3162.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3163.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3164.                            <i class="ti-angle-right me-2 text-primary"></i>
  3165.                            <span class="archive-link top-color fw-semibold"> Non UK Casino Sites</span>
  3166.                        </a>
  3167.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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.falconryforum.co.uk/"  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"> best non gamstop casinos uk</span>
  3174.                        </a>
  3175.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3176.                    </div>
  3177.                
  3178.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3179.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3180.                            <i class="ti-angle-right me-2 text-primary"></i>
  3181.                            <span class="archive-link top-color fw-semibold"> Non UK Casinos</span>
  3182.                        </a>
  3183.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3184.                    </div>
  3185.                
  3186.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3187.                        <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3188.                            <i class="ti-angle-right me-2 text-primary"></i>
  3189.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  3190.                        </a>
  3191.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3192.                    </div>
  3193.                
  3194.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3195.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3196.                            <i class="ti-angle-right me-2 text-primary"></i>
  3197.                            <span class="archive-link top-color fw-semibold"> Non GamStop Casino</span>
  3198.                        </a>
  3199.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3200.                    </div>
  3201.                
  3202.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3203.                        <a href="https://www.ktponline.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3204.                            <i class="ti-angle-right me-2 text-primary"></i>
  3205.                            <span class="archive-link top-color fw-semibold"> non GamStop casino UK</span>
  3206.                        </a>
  3207.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3208.                    </div>
  3209.                
  3210.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3211.                        <a href="http://ukfreespinsnotongamstop.in.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3212.                            <i class="ti-angle-right me-2 text-primary"></i>
  3213.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3214.                        </a>
  3215.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3216.                    </div>
  3217.                
  3218.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3219.                        <a href="https://dickensworld.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3220.                            <i class="ti-angle-right me-2 text-primary"></i>
  3221.                            <span class="archive-link top-color fw-semibold"> casinos not on gamstop</span>
  3222.                        </a>
  3223.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  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="https://roadpeace.org/"  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</span>
  3230.                        </a>
  3231.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3232.                    </div>
  3233.                
  3234.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3235.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3236.                            <i class="ti-angle-right me-2 text-primary"></i>
  3237.                            <span class="archive-link top-color fw-semibold"> non gamstop uk sports betting</span>
  3238.                        </a>
  3239.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3240.                    </div>
  3241.                
  3242.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3243.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3244.                            <i class="ti-angle-right me-2 text-primary"></i>
  3245.                            <span class="archive-link top-color fw-semibold"> non gamstop betting sites uk</span>
  3246.                        </a>
  3247.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3248.                    </div>
  3249.                
  3250.                </div>
  3251.                
  3252.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3253.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3254.                        <i class="ti-archive me-1"></i>View All Archives
  3255.                    </a>
  3256.                </div> -->
  3257.            </div>
  3258.        </div>
  3259.        
  3260.       <div class="sidebar-widget mb-4">
  3261.            <div class="widget-title-wrapper mb-3">
  3262.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3263.                    <div class="title-border"></div>
  3264.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3265.                </h4>
  3266.            </div>
  3267.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3268.                <div class="archives-list scrollable-sidebar">
  3269.                    
  3270.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3271.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3272.                            <i class="ti-angle-right me-2 text-primary"></i>
  3273.                            <span class="archive-link top-color fw-semibold"> betting sites not on gamstop uk</span>
  3274.                        </a>
  3275.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3276.                    </div>
  3277.                
  3278.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3279.                        <a href="https://bettingsitesnotongamstop.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3280.                            <i class="ti-angle-right me-2 text-primary"></i>
  3281.                            <span class="archive-link top-color fw-semibold"> best betting sites uk</span>
  3282.                        </a>
  3283.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3284.                    </div>
  3285.                
  3286.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3287.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3288.                            <i class="ti-angle-right me-2 text-primary"></i>
  3289.                            <span class="archive-link top-color fw-semibold"> UK Online Casinos Not on Gamstop</span>
  3290.                        </a>
  3291.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3292.                    </div>
  3293.                
  3294.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3295.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3296.                            <i class="ti-angle-right me-2 text-primary"></i>
  3297.                            <span class="archive-link top-color fw-semibold"> Non Gamstop Casinos UK</span>
  3298.                        </a>
  3299.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3300.                    </div>
  3301.                
  3302.                </div>
  3303.                
  3304.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3305.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3306.                        <i class="ti-archive me-1"></i>View All Archives
  3307.                    </a>
  3308.                </div> -->
  3309.            </div>
  3310.        </div>
  3311.        
  3312.  
  3313.       <!-- <div class="sidebar-widget mb-5">
  3314.            <div class="widget-title-wrapper mb-3">
  3315.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3316.                    <div class="title-border"></div>
  3317.                    <i class="ti-folder me-2"></i>Blog Archives
  3318.                </h4>
  3319.            </div>
  3320.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3321.                <div class="archives-list">
  3322.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3323.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3324.                            <i class="ti-angle-right me-2 text-primary"></i>
  3325.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3326.                        </a>
  3327.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3328.                    </div>
  3329.  
  3330.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3331.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3332.                            <i class="ti-angle-right me-2 text-primary"></i>
  3333.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3334.                        </a>
  3335.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3336.                    </div>
  3337.  
  3338.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3339.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3340.                            <i class="ti-angle-right me-2 text-primary"></i>
  3341.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3342.                        </a>
  3343.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3344.                    </div>
  3345.  
  3346.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3347.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3348.                            <i class="ti-angle-right me-2 text-primary"></i>
  3349.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3350.                        </a>
  3351.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3352.                    </div>
  3353.  
  3354.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3355.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3356.                            <i class="ti-angle-right me-2 text-primary"></i>
  3357.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3358.                        </a>
  3359.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3360.                    </div>
  3361.  
  3362.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3363.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3364.                            <i class="ti-angle-right me-2 text-primary"></i>
  3365.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3366.                        </a>
  3367.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3368.                    </div>
  3369.                </div>
  3370.                
  3371.                <div class="text-center mt-4 pt-3 border-top border-color">
  3372.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3373.                        <i class="ti-archive me-1"></i>View All Archives
  3374.                    </a>
  3375.                </div>
  3376.            </div>
  3377.        </div> -->
  3378.  
  3379.        <div class="sidebar-widget mb-4">
  3380.            <div class="widget-title-wrapper mb-3">
  3381.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3382.                    <div class="title-border-primary"></div>
  3383.                    <i class="ti-star me-2"></i>Popular Posts
  3384.                </h4>
  3385.            </div>
  3386.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3387.                <div class="popular-post-list">
  3388.                    
  3389.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3390.                        <div class="post-content flex-grow-1">
  3391.                            <h6 class="post-title mb-1">
  3392.                                 <a href="/disturbing-memories-resurface-in-davao-city-as-officials-track-bondi-beach-attack-alleged-attackers-movements/" class="text-decoration-none top-color fw-semibold lh-sm">
  3393.                                            Disturbing Memories Resurface in Davao City as Officials Track Bondi Beach Attack Alleged Attackers&#x27; Movements
  3394.                                            </a>
  3395.                            </h6>
  3396.                            <div class="post-meta">
  3397.                                <small class="text-muted">
  3398.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3399.                                </small>
  3400.                                <!-- <small class="text-muted ms-3">
  3401.                                    <i class="ti-eye me-1"></i>1,234 views
  3402.                                </small> -->
  3403.                            </div>
  3404.                        </div>
  3405.                    </div>
  3406.                    
  3407.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3408.                        <div class="post-content flex-grow-1">
  3409.                            <h6 class="post-title mb-1">
  3410.                                 <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/" class="text-decoration-none top-color fw-semibold lh-sm">
  3411.                                            Genuine Algarve: Exploring Portugal Away from the Beach
  3412.                                            </a>
  3413.                            </h6>
  3414.                            <div class="post-meta">
  3415.                                <small class="text-muted">
  3416.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3417.                                </small>
  3418.                                <!-- <small class="text-muted ms-3">
  3419.                                    <i class="ti-eye me-1"></i>1,234 views
  3420.                                </small> -->
  3421.                            </div>
  3422.                        </div>
  3423.                    </div>
  3424.                    
  3425.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3426.                        <div class="post-content flex-grow-1">
  3427.                            <h6 class="post-title mb-1">
  3428.                                 <a href="/arsenals-goalkeeper-backs-squad-depth-as-key-to-multiple-trophy-challenge/" class="text-decoration-none top-color fw-semibold lh-sm">
  3429.                                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Key to Multiple Trophy Challenge
  3430.                                            </a>
  3431.                            </h6>
  3432.                            <div class="post-meta">
  3433.                                <small class="text-muted">
  3434.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3435.                                </small>
  3436.                                <!-- <small class="text-muted ms-3">
  3437.                                    <i class="ti-eye me-1"></i>1,234 views
  3438.                                </small> -->
  3439.                            </div>
  3440.                        </div>
  3441.                    </div>
  3442.                    
  3443.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3444.                        <div class="post-content flex-grow-1">
  3445.                            <h6 class="post-title mb-1">
  3446.                                 <a href="/will-the-all-blacks-find-their-spark-this-autumn/" class="text-decoration-none top-color fw-semibold lh-sm">
  3447.                                            Will the All Blacks find their spark this autumn?
  3448.                                            </a>
  3449.                            </h6>
  3450.                            <div class="post-meta">
  3451.                                <small class="text-muted">
  3452.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3453.                                </small>
  3454.                                <!-- <small class="text-muted ms-3">
  3455.                                    <i class="ti-eye me-1"></i>1,234 views
  3456.                                </small> -->
  3457.                            </div>
  3458.                        </div>
  3459.                    </div>
  3460.                    
  3461.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3462.                        <div class="post-content flex-grow-1">
  3463.                            <h6 class="post-title mb-1">
  3464.                                 <a href="/trumps-overarching-presence-in-athletics-achieved-new-heights-in-2025-the-coming-year-looks-set-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  3465.                                            Trump&#x27;s Overarching Presence in Athletics Achieved New Heights in 2025. The Coming Year Looks Set to Take It Further.
  3466.                                            </a>
  3467.                            </h6>
  3468.                            <div class="post-meta">
  3469.                                <small class="text-muted">
  3470.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3471.                                </small>
  3472.                                <!-- <small class="text-muted ms-3">
  3473.                                    <i class="ti-eye me-1"></i>1,234 views
  3474.                                </small> -->
  3475.                            </div>
  3476.                        </div>
  3477.                    </div>
  3478.                    
  3479.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3480.                        <div class="post-content flex-grow-1">
  3481.                            <h6 class="post-title mb-1">
  3482.                                 <a href="/we-got-fired-and-were-owning-it-heres-how-to-secure-a-new-role-that-suits-your-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  3483.                                            We Got Fired, and We&#x27;re Owning It – Here&#x27;s How to Secure a New Role That Suits Your Needs
  3484.                                            </a>
  3485.                            </h6>
  3486.                            <div class="post-meta">
  3487.                                <small class="text-muted">
  3488.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3489.                                </small>
  3490.                                <!-- <small class="text-muted ms-3">
  3491.                                    <i class="ti-eye me-1"></i>1,234 views
  3492.                                </small> -->
  3493.                            </div>
  3494.                        </div>
  3495.                    </div>
  3496.                    
  3497.  
  3498.                </div>
  3499.                
  3500.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3501.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3502.                        <i class="ti-trophy me-1"></i>View All Popular
  3503.                    </a>
  3504.                </div> -->
  3505.            </div>
  3506.        </div>
  3507.  
  3508. </div>
  3509.  
  3510. <style>
  3511.     .widget-content {
  3512.        margin-top: -1px;
  3513.        position: relative;
  3514.        z-index: 1;
  3515.         background-color: var(--card-bg);
  3516.    }
  3517. </style>
  3518.  
  3519.    
  3520.            </div>
  3521.        </div>
  3522.    </div>
  3523. </section>
  3524.  
  3525. <script>
  3526. document.addEventListener('DOMContentLoaded', function() {
  3527.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3528.    const observerOptions = {
  3529.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3530.        rootMargin: '0px 0px -100px 0px'
  3531.    };
  3532.  
  3533.    // Group cards into pairs (assuming two cards per row)
  3534.    const cards = document.querySelectorAll('.scroll-trigger');
  3535.    const cardPairs = [];
  3536.    for (let i = 0; i < cards.length; i += 2) {
  3537.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3538.    }
  3539.  
  3540.    const observer = new IntersectionObserver(function(entries) {
  3541.        entries.forEach(entry => {
  3542.            const card = entry.target;
  3543.            // Find the pair index for the current card
  3544.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3545.            const pair = cardPairs[pairIndex];
  3546.  
  3547.            if (entry.isIntersecting) {
  3548.                // Fade in the pair with a delay based on pair index
  3549.                pair.forEach((cardInPair, index) => {
  3550.                    setTimeout(() => {
  3551.                        cardInPair.classList.add('active');
  3552.                    }, pairIndex * 300); // 300ms delay between pairs
  3553.                });
  3554.            } else {
  3555.                // Fade out the pair when exiting viewport
  3556.                pair.forEach(cardInPair => {
  3557.                    cardInPair.classList.remove('active');
  3558.                });
  3559.            }
  3560.        });
  3561.    }, observerOptions);
  3562.  
  3563.    // Observe each card individually
  3564.    cards.forEach(card => {
  3565.        observer.observe(card);
  3566.    });
  3567. });
  3568. </script>
  3569.  
  3570.    
  3571.        
  3572.        <!-- end wpo-blog-highlights-section -->
  3573.        <!-- start wpo-blog-sponsored-section -->
  3574.        
  3575.  
  3576.  
  3577.  
  3578.    
  3579.  
  3580.  
  3581.  
  3582. <section class="wpo-blog-sponsored-section section-padding">
  3583.    <div class="container-fluid fluid-container">
  3584.        <div class="wpo-section-title">
  3585.            <h2>sponsored news</h2>
  3586.        </div>
  3587.        <div class="row">
  3588.            <div class="wpo-blog-sponsored-wrap">
  3589.                <div class="wpo-blog-items">
  3590.                    <div class="row">
  3591.                        
  3592.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3593.                            <div class="wpo-blog-item">
  3594.                                <div class="wpo-blog-img">
  3595.                                    
  3596.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3597.                                    
  3598.                                    <div class="thumb bg-primary-gradient ">News</div>
  3599.                                </div>
  3600.                                <div class="wpo-blog-content">
  3601.                                    <h2>  <a href="/disturbing-memories-resurface-in-davao-city-as-officials-track-bondi-beach-attack-alleged-attackers-movements/" class="top-color">
  3602.                                            Disturbing Memories Resurface in Davao City as Officials Track Bondi Beach Attack Alleged Attackers&#x27; Movements
  3603.                                            </a>
  3604.                                    </h2>
  3605.                                    <ul>
  3606.                                        <li>
  3607.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;">
  3608.                                                </li>
  3609.                                        <li class="top-color">By Mary Williams</li>
  3610.                                        <li  class="top-color">18 May 2026</li>
  3611.                                    </ul>
  3612.                                </div>
  3613.                            </div>
  3614.                        </div>
  3615.                        
  3616.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3617.                            <div class="wpo-blog-item">
  3618.                                <div class="wpo-blog-img">
  3619.                                    
  3620.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3621.                                    
  3622.                                    <div class="thumb bg-primary-gradient ">News</div>
  3623.                                </div>
  3624.                                <div class="wpo-blog-content">
  3625.                                    <h2>  <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/" class="top-color">
  3626.                                            Genuine Algarve: Exploring Portugal Away from the Beach
  3627.                                            </a>
  3628.                                    </h2>
  3629.                                    <ul>
  3630.                                        <li>
  3631.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;">
  3632.                                                </li>
  3633.                                        <li class="top-color">By Mary Williams</li>
  3634.                                        <li  class="top-color">18 May 2026</li>
  3635.                                    </ul>
  3636.                                </div>
  3637.                            </div>
  3638.                        </div>
  3639.                        
  3640.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3641.                            <div class="wpo-blog-item">
  3642.                                <div class="wpo-blog-img">
  3643.                                    
  3644.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3645.                                    
  3646.                                    <div class="thumb bg-primary-gradient ">News</div>
  3647.                                </div>
  3648.                                <div class="wpo-blog-content">
  3649.                                    <h2>  <a href="/arsenals-goalkeeper-backs-squad-depth-as-key-to-multiple-trophy-challenge/" class="top-color">
  3650.                                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Key to Multiple Trophy Challenge
  3651.                                            </a>
  3652.                                    </h2>
  3653.                                    <ul>
  3654.                                        <li>
  3655.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;">
  3656.                                                </li>
  3657.                                        <li class="top-color">By Mary Williams</li>
  3658.                                        <li  class="top-color">18 May 2026</li>
  3659.                                    </ul>
  3660.                                </div>
  3661.                            </div>
  3662.                        </div>
  3663.                        
  3664.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3665.                            <div class="wpo-blog-item">
  3666.                                <div class="wpo-blog-img">
  3667.                                    
  3668.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3669.                                    
  3670.                                    <div class="thumb bg-primary-gradient ">News</div>
  3671.                                </div>
  3672.                                <div class="wpo-blog-content">
  3673.                                    <h2>  <a href="/will-the-all-blacks-find-their-spark-this-autumn/" class="top-color">
  3674.                                            Will the All Blacks find their spark this autumn?
  3675.                                            </a>
  3676.                                    </h2>
  3677.                                    <ul>
  3678.                                        <li>
  3679.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;">
  3680.                                                </li>
  3681.                                        <li class="top-color">By Mary Williams</li>
  3682.                                        <li  class="top-color">18 May 2026</li>
  3683.                                    </ul>
  3684.                                </div>
  3685.                            </div>
  3686.                        </div>
  3687.                        
  3688.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3689.                            <div class="wpo-blog-item">
  3690.                                <div class="wpo-blog-img">
  3691.                                    
  3692.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3693.                                    
  3694.                                    <div class="thumb bg-primary-gradient ">News</div>
  3695.                                </div>
  3696.                                <div class="wpo-blog-content">
  3697.                                    <h2>  <a href="/trumps-overarching-presence-in-athletics-achieved-new-heights-in-2025-the-coming-year-looks-set-to-take-it-further/" class="top-color">
  3698.                                            Trump&#x27;s Overarching Presence in Athletics Achieved New Heights in 2025. The Coming Year Looks Set to Take It Further.
  3699.                                            </a>
  3700.                                    </h2>
  3701.                                    <ul>
  3702.                                        <li>
  3703.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;">
  3704.                                                </li>
  3705.                                        <li class="top-color">By Mary Williams</li>
  3706.                                        <li  class="top-color">18 May 2026</li>
  3707.                                    </ul>
  3708.                                </div>
  3709.                            </div>
  3710.                        </div>
  3711.                        
  3712.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3713.                            <div class="wpo-blog-item">
  3714.                                <div class="wpo-blog-img">
  3715.                                    
  3716.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3717.                                    
  3718.                                    <div class="thumb bg-primary-gradient ">News</div>
  3719.                                </div>
  3720.                                <div class="wpo-blog-content">
  3721.                                    <h2>  <a href="/we-got-fired-and-were-owning-it-heres-how-to-secure-a-new-role-that-suits-your-needs/" class="top-color">
  3722.                                            We Got Fired, and We&#x27;re Owning It – Here&#x27;s How to Secure a New Role That Suits Your Needs
  3723.                                            </a>
  3724.                                    </h2>
  3725.                                    <ul>
  3726.                                        <li>
  3727.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/0037c91e-2481-4371-80fa-748611f7cefa_profile.png" alt="Mary Williams" style="object-fit: cover;">
  3728.                                                </li>
  3729.                                        <li class="top-color">By Mary Williams</li>
  3730.                                        <li  class="top-color">18 May 2026</li>
  3731.                                    </ul>
  3732.                                </div>
  3733.                            </div>
  3734.                        </div>
  3735.                        
  3736.  
  3737.                    </div>
  3738.                </div>
  3739.            </div>
  3740.        </div>
  3741.    </div> <!-- end container -->
  3742. </section>
  3743.  
  3744.  
  3745.    
  3746.        <!-- end wpo-blog-sponsored-section -->
  3747.        <!-- start wpo-subscribe-section -->
  3748.        
  3749.        <!-- end subscribe-section -->
  3750.        <!-- start of wpo-site-footer-section -->
  3751.        
  3752.  
  3753.  
  3754.  
  3755.  
  3756.  
  3757.  
  3758. <footer class="wpo-site-footer-v2 ">
  3759.    
  3760.    <!-- Main Footer Content -->
  3761.    <div class="container-fluid fluid-container">
  3762.        
  3763.        <!-- Step 1: Brand Section -->
  3764.        <div class="footer-brand-section">
  3765.            <div class="row justify-content-center">
  3766.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3767.                    <div class="brand-wrapper">
  3768.                        
  3769.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/06ed9b94-5426-46e9-9bf0-b46e0fc4f8aa_logo.png" alt="World Today Media" class="footer-logo mb-3" loading="lazy">
  3770.                        
  3771.                        <h2 class="brand-title">World Today Media</h2>
  3772.                        <p class="brand-description">Stay informed with breaking news, in-depth analysis, and global perspectives on politics, business, technology, and culture from around the world.</p>
  3773.                        
  3774.                    </div>
  3775.                </div>
  3776.            </div>
  3777.        </div>
  3778.  
  3779.        <!-- Step 2: Content Columns with Separators -->
  3780.        <div class="footer-content-section">
  3781.            <div class="content-divider"></div>
  3782.            
  3783.            <div class="row">
  3784.                
  3785.                <!-- Column 1: Important Links -->
  3786.                <div class="col-lg-6 col-md-6 col-12">
  3787.                    <div class="footer-column">
  3788.                        <div class="column-header">
  3789.                            <span class="column-number bg-primary-gradient">01</span>
  3790.                            <h6 class="column-title">Important Pages</h6>
  3791.                        </div>
  3792.                        <div class="column-content">
  3793.                            <ul class="footer-links">
  3794.                                
  3795.                                <li>
  3796.                                    <a href="/the-decade-of-desire-by-erin-somers-a-middle-aged-infidelity-tale-our-era-deserves/" class="footer-link">
  3797.                                        The Decade of Desire by Erin Somers: A Middle-Aged Infidelity Tale Our Era Deserves.
  3798.                                    </a>
  3799.                                </li>
  3800.                                
  3801.                                <li>
  3802.                                    <a href="/president-zelenskyy-declares-ukraine-was-10-away-from-a-peace-deal-but-not-at-any-cost/" class="footer-link">
  3803.                                        President Zelenskyy Declares Ukraine Was 10% Away from a Peace Deal, But Not at Any Cost
  3804.                                    </a>
  3805.                                </li>
  3806.                                
  3807.                                <li>
  3808.                                    <a href="/political-shifts-global-conflicts-limited-coverage-five-threats-to-climate-progress-that-plagued-cop30/" class="footer-link">
  3809.                                        Political Shifts, Global Conflicts, Limited Coverage: Five Threats to Climate Progress That Plagued Cop30
  3810.                                    </a>
  3811.                                </li>
  3812.                                
  3813.                                <li>
  3814.                                    <a href="/food-benefits-scheduled-to-expire-for-tens-of-millions-throughout-ongoing-federal-shutdown/" class="footer-link">
  3815.                                        Food Benefits Scheduled to Expire for Tens of Millions Throughout Ongoing Federal Shutdown
  3816.                                    </a>
  3817.                                </li>
  3818.                                
  3819.                                <li>
  3820.                                    <a href="/tragedy-occurs-as-individual-dies-after-sea-retrieval-off-british-shoreline/" class="footer-link">
  3821.                                        Tragedy Occurs as Individual Dies After Sea Retrieval Off British Shoreline
  3822.                                    </a>
  3823.                                </li>
  3824.                                
  3825.                                <li>
  3826.                                    <a href="/pm-celebrates-a-proud-day-as-esafety-chief-predicts-globe-will-emulate-our-lead/" class="footer-link">
  3827.                                        PM Celebrates a &#x27;Proud Day&#x27; as eSafety Chief Predicts &#x27;Globe Will Emulate Our Lead&#x27;.
  3828.                                    </a>
  3829.                                </li>
  3830.                                
  3831.                            </ul>
  3832.                        </div>
  3833.                    </div>
  3834.                </div>
  3835.  
  3836.                <!-- Column 2: External Links -->
  3837.                 <div class="col-lg-6 col-md-6 col-12">
  3838.                    <div class="footer-column">
  3839.                        <div class="column-header">
  3840.                            <span class="column-number bg-primary-gradient">02</span>
  3841.                            <h6 class="column-title">External Resources</h6>
  3842.                        </div>
  3843.                       <div class="column-content">
  3844.    <ul class="footer-links" id="footerLinks">
  3845.        
  3846.        
  3847.  
  3848.        
  3849.        
  3850.        
  3851.        
  3852.    </ul>
  3853. </div>
  3854.  
  3855.                    </div>
  3856.                </div>
  3857.  
  3858.                <!-- Column 3: Categories -->
  3859.                <div class="col-lg-6 col-md-6 col-12">
  3860.                    <div class="footer-column">
  3861.                        <div class="column-header">
  3862.                            <span class="column-number bg-primary-gradient">02</span>
  3863.                            <h6 class="column-title">Categories</h6>
  3864.                        </div>
  3865.                        <div class="column-content">
  3866.                            <ul class="footer-links">
  3867.                                
  3868.                                <li>
  3869.                                    <a href="/category/all-posts/" class="footer-link">
  3870.                                        All Posts
  3871.                                    </a>
  3872.                                </li>
  3873.                                
  3874.                                <li>
  3875.                                    <a href="/category/business/" class="footer-link">
  3876.                                        Business
  3877.                                    </a>
  3878.                                </li>
  3879.                                
  3880.                                <li>
  3881.                                    <a href="/category/esports/" class="footer-link">
  3882.                                        Esports
  3883.                                    </a>
  3884.                                </li>
  3885.                                
  3886.                                <li>
  3887.                                    <a href="/category/fashion/" class="footer-link">
  3888.                                        Fashion
  3889.                                    </a>
  3890.                                </li>
  3891.                                
  3892.                                <li>
  3893.                                    <a href="/category/featured/" class="footer-link">
  3894.                                        Featured
  3895.                                    </a>
  3896.                                </li>
  3897.                                
  3898.                                <li>
  3899.                                    <a href="/category/gaming/" class="footer-link">
  3900.                                        Gaming
  3901.                                    </a>
  3902.                                </li>
  3903.                                
  3904.                            </ul>
  3905.                        </div>
  3906.                    </div>
  3907.                </div>
  3908.  
  3909.            </div>
  3910.        </div>
  3911.  
  3912.        <!-- Step 3: Footer Bottom -->
  3913.        <div class="footer-bottom-section">
  3914.            <div class="bottom-divider"></div>
  3915.            <div class="d-flex justify-content-between flex-wrap">
  3916.                <div class="">
  3917.                    <p class="copyright-text">
  3918.                        &copy; 2026 <strong>World Today Media</strong> • All rights reserved
  3919.                    </p>
  3920.                </div>
  3921.                <div class="">
  3922.                    <nav class="footer-nav">
  3923.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3924.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3925.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3926.                    </nav>
  3927.                </div>
  3928.            </div>
  3929.        </div>
  3930.  
  3931.    </div>
  3932.  
  3933.    <!-- Background Elements -->
  3934.    <div class="footer-bg-elements">
  3935.        <div class="bg-circle circle-1"></div>
  3936.        <div class="bg-circle circle-2"></div>
  3937.        <div class="bg-line line-1"></div>
  3938.        <div class="bg-line line-2"></div>
  3939.    </div>
  3940.  
  3941. </footer>
  3942.  
  3943. <style>
  3944. /* Footer V2 - Clean Blog Design */
  3945. .wpo-site-footer-v2 {
  3946.    color: var(--footer-color);
  3947.    background-color: var(--card-bg);
  3948.    margin-top: 100px;
  3949. }
  3950.  
  3951.  
  3952.  
  3953. /* Step 2: Brand Section */
  3954. .footer-brand-section {
  3955.    position: relative;
  3956.    z-index: 2;
  3957.    padding: 120px 0 60px;
  3958. }
  3959.  
  3960. .brand-wrapper {
  3961.    max-width: 600px;
  3962.    margin: 0 auto;
  3963. }
  3964.  
  3965. .footer-logo {
  3966.    max-height: 60px;
  3967.    width: auto;
  3968.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3969. }
  3970.  
  3971. .brand-title {
  3972.    font-size: 2.2rem;
  3973.    font-weight: 800;
  3974.    color: var(--footer-color);
  3975.    margin-bottom: 1rem;
  3976.    letter-spacing: -0.02em;
  3977. }
  3978.  
  3979. .brand-description {
  3980.    font-size: 1.1rem;
  3981.    color: var(--footer-color);
  3982.    line-height: 1.6;
  3983.    opacity: .7;
  3984.    margin-bottom: 0;
  3985. }
  3986.  
  3987. /* Step 3: Content Section */
  3988. .footer-content-section {
  3989.    position: relative;
  3990.    z-index: 2;
  3991.    padding: 60px 0;
  3992. }
  3993.  
  3994.  
  3995. .footer-column {
  3996.    margin-bottom: 40px;
  3997.    padding: 0 20px;
  3998. }
  3999.  
  4000. .column-header {
  4001.    display: flex;
  4002.    align-items: center;
  4003.    margin-bottom: 25px;
  4004.    padding-bottom: 15px;
  4005.    border-bottom: 2px solid var(--border-color);
  4006. }
  4007.  
  4008. .column-number {
  4009.    width: 35px;
  4010.    height: 35px;
  4011.    border-radius: 10px;
  4012.    display: flex;
  4013.    align-items: center;
  4014.    justify-content: center;
  4015.    font-weight: 700;
  4016.    font-size: 0.9rem;
  4017.    margin-right: 15px;
  4018. }
  4019.  
  4020. .column-title {
  4021.    font-size: 1.1rem;
  4022.    font-weight: 700;
  4023.    color: var(--footer-color) !important;
  4024.    margin: 0;
  4025. }
  4026.  
  4027. .column-content {
  4028.    padding-left: 50px;
  4029. }
  4030.  
  4031. /* Footer Links */
  4032. .footer-links {
  4033.    list-style: none;
  4034.    padding: 0;
  4035.    margin: 0;
  4036. }
  4037.  
  4038. .footer-links li {
  4039.    margin-bottom: 12px;
  4040.    position: relative;
  4041. }
  4042.  
  4043. .footer-link {
  4044.    color: var(--footer-color) !important;
  4045.    text-decoration: none;
  4046.    font-size: 0.95rem;
  4047.    line-height: 1.5;
  4048.    transition: all 0.8s ease;
  4049.    position: relative;
  4050.    display: inline-flex;
  4051.    align-items: center;
  4052. }
  4053.  
  4054. .footer-link:hover {
  4055.    color: var(--bs-primary);
  4056.    padding-left: 8px;
  4057. }
  4058.  
  4059. .footer-link::before {
  4060.    content: '';
  4061.    position: absolute;
  4062.    left: -15px;
  4063.    top: 50%;
  4064.    transform: translateY(-50%);
  4065.    width: 4px;
  4066.    height: 4px;
  4067.    background: var(--bs-primary);
  4068.    border-radius: 50%;
  4069.    opacity: 0;
  4070.    transition: opacity 0.3s ease;
  4071. }
  4072.  
  4073. .footer-link:hover::before {
  4074.    opacity: 1;
  4075. }
  4076.  
  4077. /* Step 4: Footer Bottom */
  4078. .footer-bottom-section {
  4079.    position: relative;
  4080.    z-index: 2;
  4081.    padding: 30px 0;
  4082. }
  4083.  
  4084. .bottom-divider {
  4085.    width: 100%;
  4086.    height: 1px;
  4087.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4088.    margin-bottom: 30px;
  4089. }
  4090.  
  4091. .copyright-text {
  4092.    color: var(--footer-color);
  4093.    font-size: 0.9rem;
  4094.    margin: 0;
  4095.    line-height: 1.6;
  4096. }
  4097.  
  4098. .footer-nav {
  4099.    display: flex;
  4100.    align-items: center;
  4101.    gap: 20px;
  4102.    justify-content: center;
  4103. }
  4104.  
  4105. .footer-nav-link {
  4106.    color: var(--footer-color) !important;
  4107.    text-decoration: none;
  4108.    font-size: 0.9rem;
  4109.    font-weight: 500;
  4110.    transition: color 0.3s ease;
  4111.    position: relative;
  4112. }
  4113.  
  4114. .footer-nav-link:hover {
  4115.    color: var(--bs-primary);
  4116. }
  4117.  
  4118. .footer-nav-link::after {
  4119.    content: '';
  4120.    position: absolute;
  4121.    bottom: -5px;
  4122.    left: 0;
  4123.    width: 0;
  4124.    height: 2px;
  4125.    background: var(--bs-primary) !important;
  4126.    transition: width 0.3s ease;
  4127. }
  4128.  
  4129. .footer-nav-link:hover::after {
  4130.    width: 100%;
  4131. }
  4132.  
  4133. /* Responsive Design */
  4134. @media (max-width: 992px) {
  4135.    .footer-brand-section {
  4136.        padding: 100px 0 50px;
  4137.    }
  4138.    
  4139.    .brand-title {
  4140.        font-size: 1.8rem;
  4141.    }
  4142.    
  4143.    .column-content {
  4144.        padding-left: 0;
  4145.        padding-top: 10px;
  4146.    }
  4147.    
  4148.    .column-header {
  4149.        flex-direction: column;
  4150.        align-items: flex-start;
  4151.        gap: 10px;
  4152.    }
  4153.    
  4154.    .column-number {
  4155.        align-self: center;
  4156.    }
  4157. }
  4158.  
  4159. @media (max-width: 768px) {
  4160.    .footer-brand-section {
  4161.        padding: 80px 0 40px;
  4162.    }
  4163.    
  4164.    .brand-title {
  4165.        font-size: 1.6rem;
  4166.    }
  4167.    
  4168.    .newsletter-inline {
  4169.        padding: 1.5rem;
  4170.        margin: 0 15px;
  4171.    }
  4172.    
  4173.    .newsletter-form .input-group {
  4174.        flex-direction: column;
  4175.    }
  4176.    
  4177.    .btn-newsletter {
  4178.        border-radius: 0 0 12px 12px;
  4179.    }
  4180.    
  4181.    .newsletter-input {
  4182.        border-radius: 12px 12px 0 0;
  4183.    }
  4184.    
  4185.    .footer-column {
  4186.        padding: 0 15px;
  4187.        margin-bottom: 35px;
  4188.    }
  4189.    
  4190.    .footer-nav {
  4191.        flex-direction: column;
  4192.        gap: 15px;
  4193.        margin-top: 20px;
  4194.    }
  4195. }
  4196.  
  4197. @media (max-width: 576px) {
  4198.    .footer-brand-section {
  4199.        padding: 60px 0 30px;
  4200.    }
  4201.    
  4202.    .brand-title {
  4203.        font-size: 1.4rem;
  4204.    }
  4205.    
  4206.    .brand-description {
  4207.        font-size: 1rem;
  4208.    }
  4209.    
  4210.    .newsletter-title {
  4211.        font-size: 1.1rem;
  4212.    }
  4213.    
  4214.    .column-title {
  4215.        font-size: 1rem;
  4216.    }
  4217.    
  4218.    .footer-column {
  4219.        padding: 0 10px;
  4220.    }
  4221.    
  4222.    .bg-circle, .bg-line {
  4223.        display: none;
  4224.    }
  4225. }
  4226.  
  4227. /* Minimal Animation */
  4228. .footer-column {
  4229.    transition: opacity 0.3s ease;
  4230. }
  4231.  
  4232. .footer-column:hover {
  4233.    opacity: 0.9;
  4234. }
  4235. </style>
  4236.  
  4237. <!-- Bootstrap 5 JS -->
  4238.  
  4239. <script>
  4240. // Scroll to Top Function
  4241. function scrollToTop() {
  4242.    window.scrollTo({
  4243.        top: 0,
  4244.        behavior: 'smooth'
  4245.    });
  4246. }
  4247.  
  4248. // Initialize Footer V2 Features
  4249. document.addEventListener('DOMContentLoaded', function() {
  4250.    
  4251.    // Newsletter Form Enhancement
  4252.    const newsletterForm = document.querySelector('.newsletter-form');
  4253.    if (newsletterForm) {
  4254.        newsletterForm.addEventListener('submit', function(e) {
  4255.            e.preventDefault(); // Remove this in actual implementation
  4256.            
  4257.            const submitBtn = this.querySelector('.btn-newsletter');
  4258.            const originalText = submitBtn.textContent;
  4259.            
  4260.            submitBtn.textContent = 'Subscribing...';
  4261.            submitBtn.disabled = true;
  4262.            
  4263.            // Simulate form processing
  4264.            setTimeout(() => {
  4265.                submitBtn.textContent = 'Subscribed!';
  4266.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4267.                
  4268.                setTimeout(() => {
  4269.                    submitBtn.textContent = originalText;
  4270.                    submitBtn.disabled = false;
  4271.                    submitBtn.style.background = '';
  4272.                    this.reset();
  4273.                }, 2000);
  4274.            }, 1500);
  4275.        });
  4276.    }
  4277.    
  4278.    // Smooth reveal for columns on scroll
  4279.    const observerOptions = {
  4280.        threshold: 0.1,
  4281.        rootMargin: '0px 0px -50px 0px'
  4282.    };
  4283.    
  4284.    const observer = new IntersectionObserver((entries) => {
  4285.        entries.forEach(entry => {
  4286.            if (entry.isIntersecting) {
  4287.                entry.target.style.opacity = '1';
  4288.                entry.target.style.transform = 'translateY(0)';
  4289.            }
  4290.        });
  4291.    }, observerOptions);
  4292.    
  4293.    // Initially hide columns for animation
  4294.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4295.        column.style.opacity = '0';
  4296.        column.style.transform = 'translateY(20px)';
  4297.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4298.        observer.observe(column);
  4299.    });
  4300.    
  4301.    // Prevent default for placeholder links
  4302.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4303.        link.addEventListener('click', function(e) {
  4304.            e.preventDefault();
  4305.        });
  4306.    });
  4307. });
  4308.  
  4309. document.addEventListener('DOMContentLoaded', function () {
  4310.    var btn = document.getElementById('toggleFooterLinks');
  4311.    if (!btn) return; // No extra links, no button
  4312.  
  4313.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4314.  
  4315.    btn.addEventListener('click', function () {
  4316.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4317.            return li.classList.contains('d-none');
  4318.        });
  4319.  
  4320.        extras.forEach(function (li) {
  4321.            if (anyHidden) {
  4322.                li.classList.remove('d-none');
  4323.                li.classList.add('show');
  4324.            } else {
  4325.                li.classList.add('d-none');
  4326.                li.classList.remove('show');
  4327.            }
  4328.        });
  4329.  
  4330.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4331.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4332.    });
  4333. });
  4334.  
  4335. </script>
  4336.  
  4337.        <!-- end of wpo-site-footer-section -->
  4338.    </div>
  4339.    <!-- end of page-wrapper -->
  4340.  
  4341.    <!-- All JavaScript files
  4342.    ================================================== -->
  4343.    
  4344.  
  4345. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4346. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4347. <!-- Plugins for this template -->
  4348. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4349. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4350. <!-- Custom script for this template -->
  4351. <script src="/static/blogapp/assets/js/script.js"></script>
  4352.  
  4353. <script>
  4354. (function () {
  4355. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4356. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4357.  
  4358. function applyFallback(img) {
  4359. if (!img || img.dataset.fallbackApplied === "1") {
  4360. return;
  4361. }
  4362. var failedSrc = img.currentSrc || img.src || "";
  4363. img.dataset.fallbackApplied = "1";
  4364. img.onerror = null;
  4365. img.src = fallbackImageSrc;
  4366. console.warn("[ImageFallback] Replaced broken image:", {
  4367. failedSrc: failedSrc,
  4368. fallbackSrc: fallbackImageSrc,
  4369. alt: img.alt || "",
  4370. });
  4371. }
  4372.  
  4373. document.querySelectorAll("img").forEach(function (img) {
  4374. if (img.complete && img.naturalWidth === 0) {
  4375. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4376. failedSrc: img.currentSrc || img.src || "",
  4377. alt: img.alt || "",
  4378. });
  4379. applyFallback(img);
  4380. }
  4381. });
  4382.  
  4383. document.addEventListener(
  4384. "error",
  4385. function (event) {
  4386. var target = event.target;
  4387. if (target && target.tagName === "IMG") {
  4388. applyFallback(target);
  4389. }
  4390. },
  4391. true
  4392. );
  4393. })();
  4394. </script>
  4395.  
  4396. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4397.  
  4398.  
  4399.  
  4400. <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":"954ffd46c4ed47dc93de3e0801edc2fa","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4401. </body>
  4402.  
  4403. </html>
  4404.  
  4405.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda