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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="domine">
  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-26T145202.833_srUZo0T_B0egfuX.png">
  14.    
  15.  
  16.    <title>WorldNet360: Global Tech Insights &amp; Digital Transformation Trends</title>
  17.    <meta name="description" content="Explore the latest in technology, digital innovation, and global business trends with expert analysis and actionable insights from WorldNet360.">
  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://worldnet360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00b8d4;
  42.        --bs-primary-rgb: 00b8d4;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e6f4fa;
  49.        --bs-dark: #0a2f3c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00b8d4;
  53.        --theme-primary-color-s2: #00b8d4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f3c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f3c;
  59.        --border-color: #7dd3fc;
  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: #bae6fd;
  75.        --navbar-color: #0a2f3c;
  76.        --topbar-bg: #e6f4fa;
  77.        --topbar-color: #0a2f3c;
  78.        --footer-bg: #0a2f3c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #7dd3fc;
  82.        --card-radius: 10px;
  83.        --link-color: #00b8d4;
  84.        --link-hover: #0099b5;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 184, 212, 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_72">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/sitting-with-sir-alex-and-being-knocked-out-a-lenswomans-stories/" class="px-5 top-color">
  420.                    Sitting with Sir Alex and Being &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Stories
  421.                  </a>
  422.                  
  423.                  <a href="/californias-governor-rejects-early-release-for-cult-member-patricia-krenwinkel/" class="px-5 top-color">
  424.                    California&#x27;s Governor Rejects Early Release for Cult Member Patricia Krenwinkel
  425.                  </a>
  426.                  
  427.                  <a href="/person-of-interest-in-ivy-league-campus-shooting-found-discovered-deceased-inside-storage-facility/" class="px-5 top-color">
  428.                    Person of Interest in Ivy League Campus Shooting Found Discovered Deceased Inside Storage Facility.
  429.                  </a>
  430.                  
  431.                  <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-your-fungi/" class="px-5 top-color">
  432.                    The Mushroom Cleaning Controversy: How to Properly Prepare Your Fungi
  433.                  </a>
  434.                  
  435.                  <a href="/remains-of-triathlete-seemingly-killed-by-shark-located-on-californian-shore/" class="px-5 top-color">
  436.                    Remains of Triathlete Seemingly Killed by Shark Located on Californian Shore
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v8 mb-4">
  479.    <div class="container-fluid fluid-container">
  480.        <!-- Main Navigation Card -->
  481.        <div class="nav-card-v8">
  482.            <div class="row align-items-center justify-content-between">
  483.                <!-- Logo Section -->
  484.               <div class="col-lg-2 col-md-3 col-6">
  485.                    <div class="logo-section-v8">
  486.                        <a class="logo-link-v8" href="/">
  487.                            
  488.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9640f398-a900-4ace-a891-a1d07398884c_logo.png" alt="WorldNet360" class="logo-img-v8" />
  489.                            
  490.                        </a>
  491.                    </div>
  492.                </div>
  493.  
  494.                <!-- Navigation Menu -->
  495.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  496.                    <nav class="main-nav-v8">
  497.                        <ul class="nav-list-v8">
  498.  
  499.                            
  500.                            <li class="nav-item-v8">
  501.                                <a href="/" class="nav-link-v8 active-v8"
  502.                                    data-text="Home">Home</a>
  503.                            </li>
  504.  
  505.                            
  506.                            
  507.                             <li class="nav-item-v8">
  508.                                <a href="/category/all-posts/" class="nav-link-v8"
  509.                                    data-text="All Posts">
  510.                                    All Posts
  511.                                </a>
  512.                                </li>
  513.  
  514.                                
  515.  
  516.                                                
  517.                                                
  518.                                
  519.                             <li class="nav-item-v8">
  520.                                <a href="/category/business/" class="nav-link-v8"
  521.                                    data-text="Business">
  522.                                    Business
  523.                                </a>
  524.                                </li>
  525.  
  526.                                
  527.  
  528.                                                
  529.                                                
  530.                                
  531.                             <li class="nav-item-v8">
  532.                                <a href="/category/esports/" class="nav-link-v8"
  533.                                    data-text="Esports">
  534.                                    Esports
  535.                                </a>
  536.                                </li>
  537.  
  538.                                
  539.  
  540.                                                
  541.                                                
  542.                                
  543.                             <li class="nav-item-v8">
  544.                                <a href="/category/fashion/" class="nav-link-v8"
  545.                                    data-text="Fashion">
  546.                                    Fashion
  547.                                </a>
  548.                                </li>
  549.  
  550.                                
  551.  
  552.                                                
  553.                                                
  554.                                
  555.                             <li class="nav-item-v8">
  556.                                <a href="/category/featured/" class="nav-link-v8"
  557.                                    data-text="Featured">
  558.                                    Featured
  559.                                </a>
  560.                                </li>
  561.  
  562.                                
  563.  
  564.                                                
  565.                                                
  566.                                
  567.                             <li class="nav-item-v8">
  568.                                <a href="/category/gaming/" class="nav-link-v8"
  569.                                    data-text="Gaming">
  570.                                    Gaming
  571.                                </a>
  572.                                </li>
  573.  
  574.                                
  575.  
  576.                                                
  577.                                                
  578.                                
  579.                             <li class="nav-item-v8">
  580.                                <a href="/category/health/" class="nav-link-v8"
  581.                                    data-text="Health">
  582.                                    Health
  583.                                </a>
  584.                                </li>
  585.  
  586.                                
  587.  
  588.                                                
  589.                                                
  590.                                
  591.                            
  592.                                
  593.                                
  594.                                <li class="nav-item-v8 has-dropdown-v8">
  595.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  596.                                    <div class="dropdown-card-v8">
  597.                                        <div class="dropdown-grid-v8">
  598.                                            <div class="dropdown-section-v8">
  599.                                                <a href="/category/life-fitness/"
  600.                                                    class="dropdown-link-v8">
  601.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  602.                                                </a>
  603.                                                
  604.  
  605.                                                
  606.  
  607.                                                
  608.                                                
  609.                                
  610.                            
  611.                                                <a href="/category/lifestyle/"
  612.                                                    class="dropdown-link-v8">
  613.                                                    <span class="link-icon-v8"></span> Lifestyle
  614.                                                </a>
  615.                                                
  616.  
  617.                                                
  618.                                                
  619.                                
  620.                            
  621.                                                <a href="/category/news/"
  622.                                                    class="dropdown-link-v8">
  623.                                                    <span class="link-icon-v8"></span> News
  624.                                                </a>
  625.                                                
  626.  
  627.                                                
  628.                                                
  629.                                
  630.                            
  631.                                                <a href="/category/others/"
  632.                                                    class="dropdown-link-v8">
  633.                                                    <span class="link-icon-v8"></span> Others
  634.                                                </a>
  635.                                                
  636.  
  637.                                                
  638.                                                
  639.                                
  640.                            
  641.                                                <a href="/category/politics/"
  642.                                                    class="dropdown-link-v8">
  643.                                                    <span class="link-icon-v8"></span> Politics
  644.                                                </a>
  645.                                                
  646.  
  647.                                                
  648.                                                
  649.                                
  650.                            
  651.                                                <a href="/category/sports/"
  652.                                                    class="dropdown-link-v8">
  653.                                                    <span class="link-icon-v8"></span> Sports
  654.                                                </a>
  655.                                                
  656.  
  657.                                                
  658.                                                
  659.                                
  660.                            
  661.                                                <a href="/category/tech/"
  662.                                                    class="dropdown-link-v8">
  663.                                                    <span class="link-icon-v8"></span> Tech
  664.                                                </a>
  665.                                                
  666.  
  667.                                                
  668.                                                
  669.                                
  670.                            
  671.                                                <a href="/category/travel/"
  672.                                                    class="dropdown-link-v8">
  673.                                                    <span class="link-icon-v8"></span> Travel
  674.                                                </a>
  675.                                                
  676.  
  677.                                                
  678.                                                
  679.                                            </div>
  680.                                        </div>
  681.                                    </div>
  682.                                </li>
  683.                                
  684.                                
  685. <li>
  686.                  <a href="/page/contact-us/">
  687.                     Contact Us
  688.                  </a>
  689.              </li>
  690.                        </ul>
  691.                    </nav>
  692.  
  693.                </div>
  694.  
  695.                <!-- Search & Mobile Toggle -->
  696.                <div class="col-lg-2 col-md-3 col-6">
  697.                    <div class="nav-actions-v8">
  698.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  699.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  700.                                stroke-width="2">
  701.                                <circle cx="11" cy="11" r="8"></circle>
  702.                                <path d="m21 21-4.35-4.35"></path>
  703.                            </svg>
  704.                        </button>
  705.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  706.                            <i class="ti-menu fs-5"></i>
  707.                        </button>
  708.                    </div>
  709.                </div>
  710.            </div>
  711.        </div>
  712.  
  713.        <!-- Floating Search Card -->
  714.        <div class="search-card-v8" id="searchCardV8">
  715.            <div class="search-container-v8">
  716.                <form class="search-form-v8" action="#" method="get">
  717.                    <div class="search-input-wrapper-v8">
  718.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  719.                            stroke="currentColor" stroke-width="2">
  720.                            <circle cx="11" cy="11" r="8"></circle>
  721.                            <path d="m21 21-4.35-4.35"></path>
  722.                        </svg>
  723.                        <input type="search" class="search-input-v8" id="search-input"
  724.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  725.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  726.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  727.                                stroke-width="2">
  728.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  729.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  730.                            </svg>
  731.                        </button>
  732.                    </div>
  733.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  734.                        
  735.                        
  736.                    </div>
  737.                </form>
  738.            </div>
  739.        </div>
  740.  
  741.        <!-- Mobile Navigation Card -->
  742.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  743.            <div class="mobile-nav-content-v8">
  744.                <ul class="mobile-nav-list-v8">
  745.  
  746.                    
  747.                    <li class="mobile-nav-item-v8">
  748.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  749.                            Home
  750.                        </a>
  751.                    </li>
  752.  
  753.                    
  754.                      <li class="mobile-nav-item-v8">
  755.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  756.                            All Posts
  757.                        </a>
  758.                        </li>
  759.  
  760.                        
  761.  
  762.                                
  763.                                
  764.                        
  765.                      <li class="mobile-nav-item-v8">
  766.                        <a href="/category/business/" class="mobile-nav-link-v8">
  767.                            Business
  768.                        </a>
  769.                        </li>
  770.  
  771.                        
  772.  
  773.                                
  774.                                
  775.                        
  776.                      <li class="mobile-nav-item-v8">
  777.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  778.                            Esports
  779.                        </a>
  780.                        </li>
  781.  
  782.                        
  783.  
  784.                                
  785.                                
  786.                        
  787.                      <li class="mobile-nav-item-v8">
  788.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  789.                            Fashion
  790.                        </a>
  791.                        </li>
  792.  
  793.                        
  794.  
  795.                                
  796.                                
  797.                        
  798.                      <li class="mobile-nav-item-v8">
  799.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  800.                            Featured
  801.                        </a>
  802.                        </li>
  803.  
  804.                        
  805.  
  806.                                
  807.                                
  808.                        
  809.                      <li class="mobile-nav-item-v8">
  810.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  811.                            Gaming
  812.                        </a>
  813.                        </li>
  814.  
  815.                        
  816.  
  817.                                
  818.                                
  819.                        
  820.                      <li class="mobile-nav-item-v8">
  821.                        <a href="/category/health/" class="mobile-nav-link-v8">
  822.                            Health
  823.                        </a>
  824.                        </li>
  825.  
  826.                        
  827.  
  828.                                
  829.                                
  830.                        
  831.                    
  832.                        
  833.                        
  834.                        <li class="mobile-nav-item-v8">
  835.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  836.                                More
  837.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  838.                                    stroke="currentColor" stroke-width="2">
  839.                                    <polyline points="6,9 12,15 18,9"></polyline>
  840.                                </svg>
  841.                            </a>
  842.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  843.                                <li>
  844.                                    <a href="/category/life-fitness/"
  845.                                        class="mobile-sub-link-v8">
  846.                                        Life &amp; Fitness
  847.                                    </a>
  848.                                </li>
  849.                                
  850.  
  851.                                
  852.  
  853.                                
  854.                                
  855.                        
  856.                    
  857.                                
  858.                                <li>
  859.                                    <a href="/category/lifestyle/"
  860.                                        class="mobile-sub-link-v8">
  861.                                        Lifestyle
  862.                                    </a>
  863.                                </li>
  864.                                
  865.  
  866.                                
  867.                                
  868.                        
  869.                    
  870.                                
  871.                                <li>
  872.                                    <a href="/category/news/"
  873.                                        class="mobile-sub-link-v8">
  874.                                        News
  875.                                    </a>
  876.                                </li>
  877.                                
  878.  
  879.                                
  880.                                
  881.                        
  882.                    
  883.                                
  884.                                <li>
  885.                                    <a href="/category/others/"
  886.                                        class="mobile-sub-link-v8">
  887.                                        Others
  888.                                    </a>
  889.                                </li>
  890.                                
  891.  
  892.                                
  893.                                
  894.                        
  895.                    
  896.                                
  897.                                <li>
  898.                                    <a href="/category/politics/"
  899.                                        class="mobile-sub-link-v8">
  900.                                        Politics
  901.                                    </a>
  902.                                </li>
  903.                                
  904.  
  905.                                
  906.                                
  907.                        
  908.                    
  909.                                
  910.                                <li>
  911.                                    <a href="/category/sports/"
  912.                                        class="mobile-sub-link-v8">
  913.                                        Sports
  914.                                    </a>
  915.                                </li>
  916.                                
  917.  
  918.                                
  919.                                
  920.                        
  921.                    
  922.                                
  923.                                <li>
  924.                                    <a href="/category/tech/"
  925.                                        class="mobile-sub-link-v8">
  926.                                        Tech
  927.                                    </a>
  928.                                </li>
  929.                                
  930.  
  931.                                
  932.                                
  933.                        
  934.                    
  935.                                
  936.                                <li>
  937.                                    <a href="/category/travel/"
  938.                                        class="mobile-sub-link-v8">
  939.                                        Travel
  940.                                    </a>
  941.                                </li>
  942.                                
  943.  
  944.                                
  945.                                
  946.                            </ul>
  947.                        </li>
  948.                        
  949.                        
  950.  
  951.                </ul>
  952.  
  953.            </div>
  954.        </div>
  955.    </div>
  956.  
  957.    <!-- Background Overlay -->
  958.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  959. </header>
  960.  
  961. <style>
  962.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  963.    .header-v8 {
  964.        padding: 20px 0;
  965.        position: relative;
  966.        min-height: 120px;
  967.    }
  968.  
  969.    /* Main Navigation Card */
  970.    .nav-card-v8 {
  971.        background:var(--navbar-bg);
  972.        backdrop-filter: blur(20px);
  973.        border: 1px solid var(--border-color);
  974.        border-radius: 20px;
  975.        padding: 15px 25px;
  976.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  977.        position: relative;
  978.        z-index: 100;
  979.    }
  980.  
  981.    /* Logo Styles */
  982.    .logo-img-v8 {
  983.        max-height: 60px;
  984.        transition: all 0.3s ease;
  985.    }
  986.  
  987.    .logo-link-v8:hover .logo-img-v8 {
  988.        transform: scale(1.05) rotate(2deg);
  989.    }
  990.  
  991.    /* Main Navigation */
  992.    .nav-list-v8 {
  993.        list-style: none;
  994.        padding: 0;
  995.        margin: 0;
  996.        display: flex;
  997.        align-items: center;
  998.        justify-content: center;
  999.        gap: 8px;
  1000.    }
  1001.  
  1002.    .nav-item-v8 {
  1003.        position: relative;
  1004.    }
  1005.  
  1006.    .nav-link-v8 {
  1007.        color: #4a5568;
  1008.        text-decoration: none;
  1009.        font-weight: 500;
  1010.        font-size: 15px;
  1011.        padding: 12px 18px;
  1012.        border-radius: 12px;
  1013.        position: relative;
  1014.        transition: all 0.3s ease;
  1015.        display: block;
  1016.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1017.    }
  1018.  
  1019.    .nav-link-v8::before {
  1020.        content: attr(data-text);
  1021.        position: absolute;
  1022.        top: 0;
  1023.        left: 0;
  1024.        right: 0;
  1025.        bottom: 0;
  1026.        display: flex;
  1027.        align-items: center;
  1028.        justify-content: center;
  1029.        background: var(--sub-nav);
  1030.        color: var(--topbar-color);
  1031.        border-radius: 12px;
  1032.        opacity: 0;
  1033.        transform: scale(0.8);
  1034.        transition: all 0.3s ease;
  1035.        font-weight: 600;
  1036.    }
  1037.  
  1038.    .nav-link-v8:hover::before,
  1039.    .nav-link-v8.active-v8::before {
  1040.        opacity: 1;
  1041.        transform: scale(1);
  1042.    }
  1043.  
  1044.    .nav-link-v8:hover,
  1045.    .nav-link-v8.active-v8 {
  1046.        color: transparent;
  1047.        background: rgba(102, 126, 234, 0.1);
  1048.    }
  1049.  
  1050.    /* Dropdown Styles */
  1051.    .dropdown-card-v8 {
  1052.        position: absolute;
  1053.        top: calc(100% + 15px);
  1054.        left: 50%;
  1055.        transform: translateX(-50%);
  1056.        background:var(--navbar-bg);
  1057.        backdrop-filter: blur(20px);
  1058.        border: 1px solid var(--border-color);
  1059.        border-radius: 16px;
  1060.        padding: 25px;
  1061.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1062.        opacity: 0;
  1063.        visibility: hidden;
  1064.        transform: translateX(-50%) translateY(-10px);
  1065.        transition: all 0.3s ease;
  1066.        z-index: 200;
  1067.        min-width: 320px;
  1068.    }
  1069.  
  1070.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1071.        opacity: 1;
  1072.        visibility: visible;
  1073.        transform: translateX(-50%) translateY(0);
  1074.    }
  1075.  
  1076.    .dropdown-grid-v8 {
  1077.        display: grid;
  1078.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1079.        gap: 20px;
  1080.    }
  1081.  
  1082.    .dropdown-header-v8 {
  1083.        font-size: 12px;
  1084.        font-weight: 700;
  1085.        color: #667eea;
  1086.        margin-bottom: 12px;
  1087.        text-transform: uppercase;
  1088.        letter-spacing: 1px;
  1089.    }
  1090.  
  1091.    .dropdown-link-v8 {
  1092.        display: flex;
  1093.        align-items: center;
  1094.        color: var(--navbar-color) !important;;
  1095.        text-decoration: none;
  1096.        font-size: 14px;
  1097.        padding: 10px 12px;
  1098.        border-radius: 10px;
  1099.        transition: all 0.3s ease;
  1100.        margin-bottom: 8px;
  1101.    }
  1102.  
  1103.    .dropdown-link-v8:hover {
  1104.        background:var(--bs-primary);
  1105.        color: var(--bs-white) !important;;
  1106.        transform: translateX(5px);
  1107.    }
  1108.  
  1109.    .link-icon-v8 {
  1110.        margin-right: 10px;
  1111.        height: 5px;
  1112.        width: 5px;
  1113.        border: 1px solid #2d3748;
  1114.        border-radius: 50%;
  1115.    }
  1116.  
  1117.    /* Navigation Actions */
  1118.    .nav-actions-v8 {
  1119.        display: flex;
  1120.        align-items: center;
  1121.        justify-content: flex-end;
  1122.        gap: 10px;
  1123.    }
  1124.  
  1125.    .search-toggle-v8,
  1126.    .mobile-toggle-v8 {
  1127.        background: rgba(102, 126, 234, 0.1);
  1128.        border: none;
  1129.        border-radius: 12px;
  1130.        padding: 12px;
  1131.        cursor: pointer;
  1132.        transition: all 0.3s ease;
  1133.        color: var(--bs-white);
  1134.    }
  1135.  
  1136.    .search-toggle-v8:hover,
  1137.    .mobile-toggle-v8:hover {
  1138.        background: var(--sub-nav);
  1139.        color: var(--topbar-color);
  1140.        transform: scale(1.05);
  1141.    }
  1142.  
  1143.    .mobile-toggle-v8 {
  1144.        flex-direction: column;
  1145.        gap: 3px;
  1146.        padding: 10px 12px;
  1147.    }
  1148.  
  1149.    .toggle-line-v8 {
  1150.        width: 20px;
  1151.        height: 2px;
  1152.        background: currentColor;
  1153.        border-radius: 1px;
  1154.        transition: all 0.3s ease;
  1155.    }
  1156.  
  1157.    /* Floating Search Card */
  1158.    .search-card-v8 {
  1159.        position: absolute;
  1160.        top: 100%;
  1161.        left: 50%;
  1162.        transform: translateX(-50%);
  1163.        width: calc(100% - 40px);
  1164.        max-width: 600px;
  1165.        background:var(--navbar-bg);
  1166.        backdrop-filter: blur(20px);
  1167.        border: 1px solid var(--border-color);
  1168.        border-radius: 20px;
  1169.        padding: 25px;
  1170.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1171.        opacity: 0;
  1172.        visibility: hidden;
  1173.        transform: translateX(-50%) translateY(-20px);
  1174.        transition: all 0.4s ease;
  1175.        z-index: 300;
  1176.        margin-top: 15px;
  1177.    }
  1178.  
  1179.    .search-card-v8.show-v8 {
  1180.        opacity: 1;
  1181.        visibility: visible;
  1182.        transform: translateX(-50%) translateY(0);
  1183.    }
  1184.  
  1185.    .search-input-wrapper-v8 {
  1186.        display: flex;
  1187.        align-items: center;
  1188.        background: rgba(248, 250, 252, 0.8);
  1189.        border: 2px solid rgba(102, 126, 234, 0.2);
  1190.        border-radius: 15px;
  1191.        padding: 5px;
  1192.        margin-bottom: 20px;
  1193.        transition: all 0.3s ease;
  1194.    }
  1195.  
  1196.    .search-input-wrapper-v8:focus-within {
  1197.        border-color: #667eea;
  1198.        background: rgba(255, 255, 255, 0.9);
  1199.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1200.    }
  1201.  
  1202.    .search-icon-v8 {
  1203.        color: #a0aec0;
  1204.        margin: 0 15px;
  1205.        transition: color 0.3s ease;
  1206.    }
  1207.  
  1208.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1209.        color: #667eea;
  1210.    }
  1211.  
  1212.    .search-input-v8 {
  1213.        flex: 1;
  1214.        border: none;
  1215.        background: transparent;
  1216.        font-size: 16px;
  1217.        padding: 15px 0;
  1218.        outline: none;
  1219.        color: #2d3748;
  1220.    }
  1221.  
  1222.    .search-input-v8::placeholder {
  1223.        color: #a0aec0;
  1224.    }
  1225.  
  1226.    .search-close-v8 {
  1227.        background: rgba(160, 174, 192, 0.2);
  1228.        border: none;
  1229.        border-radius: 10px;
  1230.        padding: 8px;
  1231.        margin-right: 8px;
  1232.        cursor: pointer;
  1233.        transition: all 0.3s ease;
  1234.        color: #a0aec0;
  1235.    }
  1236.  
  1237.    .search-close-v8:hover {
  1238.        background: rgba(229, 62, 62, 0.1);
  1239.        color: #e53e3e;
  1240.    }
  1241.  
  1242.    /* Search Suggestions */
  1243.    .search-suggestions-v8 {
  1244.        display: grid;
  1245.        gap: 8px;
  1246.    }
  1247.  
  1248.    .suggestion-item-v8 {
  1249.        display: flex;
  1250.        align-items: center;
  1251.        padding: 12px 15px;
  1252.        background: rgba(248, 250, 252, 0.1);
  1253.        border-radius: 12px;
  1254.        cursor: pointer;
  1255.        transition: all 0.3s ease;
  1256.    }
  1257.  
  1258.    .suggestion-item-v8:hover {
  1259.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1260.        color: white;
  1261.        transform: translateX(5px);
  1262.    }
  1263.  
  1264.    .suggestion-icon-v8 {
  1265.        margin-right: 12px;
  1266.        font-size: 16px;
  1267.    }
  1268.  
  1269.    .suggestion-text-v8 {
  1270.        font-size: 14px;
  1271.        font-weight: 500;
  1272.    }
  1273.  
  1274.    /* Mobile Navigation Card */
  1275.    .mobile-nav-card-v8 {
  1276.        position: absolute;
  1277.        top: 100%;
  1278.        left: 50%;
  1279.        transform: translateX(-50%);
  1280.        width: calc(100% - 40px);
  1281.        background:var(--card-bg);
  1282.        backdrop-filter: blur(20px);
  1283.        border: 1px solid var(--border-color);
  1284.        border-radius: 20px;
  1285.        padding: 20px;
  1286.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1287.        opacity: 0;
  1288.        visibility: hidden;
  1289.        transform: translateX(-50%) translateY(-20px);
  1290.        transition: all 0.4s ease;
  1291.        z-index: 300;
  1292.        margin-top: 15px;
  1293.        max-height: 70vh;
  1294.        overflow-y: auto;
  1295.    }
  1296.  
  1297.    .mobile-nav-card-v8.show-v8 {
  1298.        opacity: 1;
  1299.        visibility: visible;
  1300.        transform: translateX(-50%) translateY(0);
  1301.    }
  1302.  
  1303.    .mobile-nav-list-v8 {
  1304.        list-style: none;
  1305.        padding: 0;
  1306.        margin: 0;
  1307.    }
  1308.  
  1309.    .mobile-nav-item-v8 {
  1310.        margin-bottom: 8px;
  1311.    }
  1312.  
  1313.    .mobile-nav-link-v8 {
  1314.        display: flex;
  1315.        align-items: center;
  1316.        color: var(--navbar-color) !important;
  1317.        text-decoration: none;
  1318.        font-weight: 500;
  1319.        font-size: 16px;
  1320.        padding: 15px;
  1321.        border-radius: 12px;
  1322.        justify-content: space-between;
  1323.    }
  1324.  
  1325.    .mobile-nav-link-v8:hover,
  1326.    .mobile-nav-link-v8.active-v8 {
  1327.        background:var(--sub-nav);
  1328.        color: var(--topbar-color) !important;
  1329.    }
  1330.  
  1331.    .mobile-nav-icon-v8 {
  1332.        font-size: 18px;
  1333.        background-color: var(--navbar-bg) !important;
  1334.        margin-right: 12px;
  1335.    }
  1336.  
  1337.    .mobile-arrow-v8 {
  1338.        transition: transform 0.3s ease;
  1339.    }
  1340.  
  1341.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1342.        transform: rotate(180deg);
  1343.    }
  1344.  
  1345.    .mobile-dropdown-v8 {
  1346.        list-style: none;
  1347.        padding: 0;
  1348.        margin: 0;
  1349.        max-height: 0;
  1350.        overflow: hidden;
  1351.        transition: all 0.3s ease;
  1352.        background: rgba(248, 250, 252, 0.5);
  1353.        border-radius: 12px;
  1354.        margin-top: 8px;
  1355.    }
  1356.  
  1357.    .mobile-dropdown-v8.show-v8 {
  1358.        max-height: 300px;
  1359.        background-color: var(--navbar-bg);
  1360.        padding: 10px 0;
  1361.    }
  1362.  
  1363.    .mobile-sub-link-v8 {
  1364.        display: block;
  1365.        color: var(--navbar-color) !important;
  1366.        text-decoration: none;
  1367.        font-size: 14px;
  1368.        padding: 10px 20px;
  1369.        transition: all 0.3s ease;
  1370.    }
  1371.  
  1372.    .mobile-sub-link-v8:hover {
  1373.        color: var(--topbar-color);
  1374.        background: var(--sub-nav);
  1375.        border-radius: 12px;
  1376.    }
  1377.  
  1378.    /* Background Overlay */
  1379.    .nav-overlay-v8 {
  1380.        position: fixed;
  1381.        top: 0;
  1382.        left: 0;
  1383.        right: 0;
  1384.        bottom: 0;
  1385.        background: rgba(0, 0, 0, 0.3);
  1386.        backdrop-filter: blur(5px);
  1387.        z-index: 250;
  1388.        opacity: 0;
  1389.        visibility: hidden;
  1390.        transition: all 0.3s ease;
  1391.    }
  1392.  
  1393.    .nav-overlay-v8.show-v8 {
  1394.        opacity: 1;
  1395.        visibility: visible;
  1396.    }
  1397.  
  1398.    /* Responsive Design */
  1399.    @media (max-width: 1300px) {
  1400.        .header-v8 {
  1401.            padding: 15px 0;
  1402.        }
  1403.  
  1404.        .nav-card-v8 {
  1405.            padding: 12px 20px;
  1406.            border-radius: 15px;
  1407.        }
  1408.  
  1409.        .search-card-v8,
  1410.        .mobile-nav-card-v8 {
  1411.            width: calc(100% - 40px);
  1412.            padding: 20px;
  1413.        }
  1414.    }
  1415.  
  1416.    @media (max-width: 576px) {
  1417.        .nav-card-v8 {
  1418.            padding: 10px 15px;
  1419.        }
  1420.  
  1421.        .logo-img-v8 {
  1422.            max-height: 35px;
  1423.        }
  1424.    }
  1425. </style>
  1426.  
  1427. <script>
  1428.    let activeCard = null;
  1429.  
  1430.    function toggleSearchV8() {
  1431.        const searchCard = document.getElementById('searchCardV8');
  1432.        const overlay = document.getElementById('navOverlayV8');
  1433.        const mobileNav = document.getElementById('mobileNavV8');
  1434.  
  1435.        // Close mobile nav if open
  1436.        mobileNav.classList.remove('show-v8');
  1437.  
  1438.        if (searchCard.classList.contains('show-v8')) {
  1439.            searchCard.classList.remove('show-v8');
  1440.            overlay.classList.remove('show-v8');
  1441.            activeCard = null;
  1442.        } else {
  1443.            searchCard.classList.add('show-v8');
  1444.            overlay.classList.add('show-v8');
  1445.            activeCard = 'search';
  1446.  
  1447.            // Focus on search input
  1448.            setTimeout(() => {
  1449.                const searchInput = document.querySelector('.search-input-v8');
  1450.                if (searchInput) searchInput.focus();
  1451.            }, 100);
  1452.        }
  1453.    }
  1454.  
  1455.    function toggleMobileNavV8() {
  1456.        const mobileNav = document.getElementById('mobileNavV8');
  1457.        const overlay = document.getElementById('navOverlayV8');
  1458.        const searchCard = document.getElementById('searchCardV8');
  1459.  
  1460.        // Close search if open
  1461.        searchCard.classList.remove('show-v8');
  1462.  
  1463.        if (mobileNav.classList.contains('show-v8')) {
  1464.            mobileNav.classList.remove('show-v8');
  1465.            overlay.classList.remove('show-v8');
  1466.            activeCard = null;
  1467.        } else {
  1468.            mobileNav.classList.add('show-v8');
  1469.            overlay.classList.add('show-v8');
  1470.            activeCard = 'mobile';
  1471.        }
  1472.    }
  1473.  
  1474.    function toggleMobileDropdownV8(dropdownId) {
  1475.        const dropdown = document.getElementById(dropdownId);
  1476.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1477.  
  1478.        // Close other dropdowns
  1479.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1480.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1481.  
  1482.        allDropdowns.forEach(dd => {
  1483.            if (dd.id !== dropdownId) {
  1484.                dd.classList.remove('show-v8');
  1485.            }
  1486.        });
  1487.  
  1488.        allParents.forEach(parent => {
  1489.            if (parent !== parentItem) {
  1490.                parent.classList.remove('open-v8');
  1491.            }
  1492.        });
  1493.  
  1494.        // Toggle current dropdown
  1495.        dropdown.classList.toggle('show-v8');
  1496.        parentItem.classList.toggle('open-v8');
  1497.    }
  1498.  
  1499.    function closeAllV8() {
  1500.        const searchCard = document.getElementById('searchCardV8');
  1501.        const mobileNav = document.getElementById('mobileNavV8');
  1502.        const overlay = document.getElementById('navOverlayV8');
  1503.  
  1504.        searchCard.classList.remove('show-v8');
  1505.        mobileNav.classList.remove('show-v8');
  1506.        overlay.classList.remove('show-v8');
  1507.        activeCard = null;
  1508.    }
  1509.  
  1510.    // Close on escape key
  1511.    document.addEventListener('keydown', function (e) {
  1512.        if (e.key === 'Escape' && activeCard) {
  1513.            closeAllV8();
  1514.        }
  1515.    });
  1516.  
  1517.    // Handle suggestion clicks
  1518.    document.addEventListener('click', function (e) {
  1519.        if (e.target.closest('.suggestion-item-v8')) {
  1520.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1521.            const searchInput = document.querySelector('.search-input-v8');
  1522.            if (searchInput) {
  1523.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1524.            }
  1525.        }
  1526.    });
  1527. </script>
  1528. <script>
  1529.  document.addEventListener("DOMContentLoaded", function () {
  1530.    console.log("loaded");
  1531.  
  1532.     const searchInput = document.getElementById("search-input")
  1533.    const searchResults = document.getElementById("search-results");
  1534.  
  1535.    if (!searchInput || !searchResults) {
  1536.      console.error("Search input/results not found");
  1537.      return;
  1538.    }
  1539.  
  1540.    // Prevent form submission
  1541.    if (searchInput.form) {
  1542.      searchInput.form.addEventListener("submit", function (e) {
  1543.        e.preventDefault();
  1544.      });
  1545.    }
  1546.  
  1547.    // Add event listener for keyup
  1548.    searchInput.addEventListener("keyup", function (e) {
  1549.      console.log("Key pressed:", e.key);
  1550.      e.preventDefault();
  1551.  
  1552.      const query = searchInput.value.trim();
  1553.      console.log("User is typing: " + query);
  1554.  
  1555.      // If empty → clear and hide
  1556.      if (query === "") {
  1557.        searchResults.innerHTML = "";
  1558.        searchResults.style.display = "none";
  1559.        return;
  1560.      }
  1561.  
  1562.      // Show results
  1563.      searchResults.style.display = "block";
  1564.  
  1565.      // Fetch search results
  1566.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1567.        method: "GET",
  1568.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1569.      })
  1570.        .then(response => {
  1571.          console.log("Response Status:", response.status);
  1572.          return response.json();
  1573.        })
  1574.        .then(data => {
  1575.          console.log("Data received:", data);
  1576.          if (data.html) {
  1577.            searchResults.innerHTML = data.html;
  1578.          } else {
  1579.            searchResults.innerHTML = "<p>No results found.</p>";
  1580.          }
  1581.        })
  1582.        .catch(error => {
  1583.          console.error("Error fetching search results:", error);
  1584.        });
  1585.    });
  1586.  
  1587.    // Close results when clicking outside
  1588.    document.addEventListener("click", function (e) {
  1589.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1590.        searchResults.style.display = "none";
  1591.      }
  1592.    });
  1593.  
  1594.    // Close results on ESC key
  1595.    document.addEventListener("keydown", function (e) {
  1596.      if (e.key === "Escape") {
  1597.        searchResults.style.display = "none";
  1598.      }
  1599.    });
  1600.  });
  1601. </script>
  1602.  
  1603.  
  1604.        </header>
  1605.        <!-- end of header -->
  1606.        <!-- start of wpo-blog-hero -->
  1607.        
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615. <style>
  1616. .blog-hero-section {
  1617.    padding: 3rem 0;
  1618. }
  1619.  
  1620.  
  1621. .hero-grid {
  1622.    display: grid;
  1623.    grid-template-columns: 2fr 1fr 1fr;
  1624.    grid-template-rows: 1fr 1fr;
  1625.    gap: 1.5rem;
  1626.    height: 500px;
  1627. }
  1628.  
  1629. .hero-card {
  1630.    background: var(--card-bg);
  1631.    border-radius: 12px;
  1632.    overflow: hidden;
  1633.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1634.    transition: all 0.3s ease;
  1635.    position: relative;
  1636. }
  1637.  
  1638. .hero-card:hover {
  1639.    transform: translateY(-8px);
  1640.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1641. }
  1642.  
  1643. .main-hero {
  1644.    grid-row: 1 / -1;
  1645.    grid-column: 1;
  1646. }
  1647.  
  1648. .card-image {
  1649.    width: 100%;
  1650.    height: 60%;
  1651.    object-fit: cover;
  1652.    transition: transform 0.3s ease;
  1653. }
  1654.  
  1655. .main-hero .card-image {
  1656.    height: 65%;
  1657. }
  1658.  
  1659. .hero-card:hover .card-image {
  1660.    transform: scale(1.05);
  1661. }
  1662.  
  1663. .card-content {
  1664.    padding: 1.5rem;
  1665.    height: 40%;
  1666.    display: flex;
  1667.    flex-direction: column;
  1668.    justify-content: space-between;
  1669. }
  1670.  
  1671. .main-hero .card-content {
  1672.    height: 35%;
  1673. }
  1674.  
  1675. .category-badge {
  1676.    display: inline-block;
  1677.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1678.    color: white;
  1679.    padding: 0.4rem 1rem;
  1680.    border-radius: 20px;
  1681.    font-size: 0.8rem;
  1682.    font-weight: 600;
  1683.    text-transform: uppercase;
  1684.    letter-spacing: 0.5px;
  1685.    margin-bottom: 0.8rem;
  1686.    width: fit-content;
  1687. }
  1688.  
  1689. .card-title {
  1690.    font-size: 1.1rem;
  1691.    font-weight: 700;
  1692.    line-height: 1.4;
  1693.    margin-bottom: 0.5rem;
  1694. }
  1695.  
  1696. .main-hero .card-title {
  1697.    font-size: 1.6rem;
  1698.    line-height: 1.3;
  1699.    margin-bottom: 0.8rem;
  1700. }
  1701.  
  1702. .card-title a {
  1703.    color: var(--top-color);
  1704.    text-decoration: none;
  1705.    transition: color 0.3s ease;
  1706. }
  1707.  
  1708.  
  1709. .card-description {
  1710.    color: var(--top-color);
  1711.    line-height: 1.6;
  1712.    margin-bottom: 1rem;
  1713.    display: -webkit-box;
  1714.    -webkit-line-clamp: 2;
  1715.    -webkit-box-orient: vertical;
  1716.    overflow: hidden;
  1717. }
  1718.  
  1719. .main-hero .card-description {
  1720.    -webkit-line-clamp: 3;
  1721. }
  1722.  
  1723. .card-meta {
  1724.    display: flex;
  1725.    align-items: center;
  1726.    justify-content: space-between;
  1727.    margin-top: auto;
  1728. }
  1729.  
  1730. .author-section {
  1731.    display: flex;
  1732.    align-items: center;
  1733.    gap: 0.8rem;
  1734. }
  1735.  
  1736. .author-avatar {
  1737.    width: 35px;
  1738.    height: 35px;
  1739.    border-radius: 50%;
  1740.    object-fit: cover;
  1741.    border: 2px solid #f8f9fa;
  1742. }
  1743.  
  1744. .author-name {
  1745.    color: #667eea;
  1746.    text-decoration: none;
  1747.    font-weight: 600;
  1748.    font-size: 0.9rem;
  1749. }
  1750.  
  1751. .author-name:hover {
  1752.    text-decoration: underline;
  1753. }
  1754.  
  1755. .publish-date {
  1756.    color: #95a5a6;
  1757.    font-size: 0.85rem;
  1758.    font-weight: 500;
  1759. }
  1760.  
  1761. .side-card-1 {
  1762.    grid-column: 2;
  1763.    grid-row: 1;
  1764. }
  1765.  
  1766. .side-card-2 {
  1767.    grid-column: 3;
  1768.    grid-row: 1;
  1769. }
  1770.  
  1771. .side-card-3 {
  1772.    grid-column: 2 / 4;
  1773.    grid-row: 2;
  1774. }
  1775.  
  1776. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1777. @media (min-width: 992px) {
  1778.    
  1779.    .main-hero .card-image,
  1780.    .side-card-1 .card-image,
  1781.    .side-card-2 .card-image {
  1782.        height: 100%;
  1783.    }
  1784.    
  1785.    .main-hero .card-content,
  1786.    .side-card-1 .card-content,
  1787.    .side-card-2 .card-content {
  1788.        position: absolute;
  1789.        bottom: 0;
  1790.        left: 0;
  1791.        right: 0;
  1792.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1793.        color: white;
  1794.        padding: 2rem 1.5rem 1.5rem;
  1795.        height: auto;
  1796.    }
  1797.    
  1798.    .main-hero .card-content {
  1799.        padding: 3rem 2rem 2rem;
  1800.    }
  1801.    
  1802.    .main-hero .category-badge,
  1803.    .side-card-1 .category-badge,
  1804.    .side-card-2 .category-badge {
  1805.      
  1806.        margin-bottom: 0.8rem;
  1807.    }
  1808.    
  1809.    .main-hero .card-title a,
  1810.    .side-card-1 .card-title a,
  1811.    .side-card-2 .card-title a {
  1812.        color: white;
  1813.    }
  1814.    
  1815.    .main-hero .card-description {
  1816.        color: #f8f9fa;
  1817.    }
  1818.    
  1819.    .main-hero .author-name,
  1820.    .side-card-1 .author-name,
  1821.    .side-card-2 .author-name {
  1822.        color: #f8f9fa;
  1823.    }
  1824.    
  1825.    .main-hero .publish-date,
  1826.    .side-card-1 .publish-date,
  1827.    .side-card-2 .publish-date {
  1828.        color: #e9ecef;
  1829.    }
  1830. }
  1831.  
  1832. .side-card-3 {
  1833.    display: flex;
  1834.    flex-direction: row;
  1835. }
  1836.  
  1837. .side-card-3 .card-image {
  1838.    width: 40%;
  1839.    height: 100%;
  1840. }
  1841.  
  1842. .side-card-3 .card-content {
  1843.    width: 60%;
  1844.    height: 100%;
  1845.    padding: 1.5rem;
  1846. }
  1847.  
  1848. /* Mobile Responsive */
  1849. @media (max-width: 992px) {
  1850.    .hero-grid {
  1851.        grid-template-columns: 1fr;
  1852.        grid-template-rows: auto;
  1853.        height: auto;
  1854.        gap: 1rem;
  1855.    }
  1856.    
  1857.    .main-hero {
  1858.        grid-row: 1;
  1859.        grid-column: 1;
  1860.    }
  1861.    
  1862.    .side-card-1, .side-card-2, .side-card-3 {
  1863.        grid-column: 1;
  1864.        grid-row: auto;
  1865.    }
  1866.    
  1867.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1868.    .main-hero .card-content,
  1869.    .side-card-1 .card-content,
  1870.    .side-card-2 .card-content {
  1871.        position: relative;
  1872.        background: var(--card-bg);
  1873.        color: inherit;
  1874.        padding: 1.5rem;
  1875.        height: auto;
  1876.    }
  1877.    
  1878.    .main-hero .card-image,
  1879.    .side-card-1 .card-image,
  1880.    .side-card-2 .card-image {
  1881.        height: 200px;
  1882.    }
  1883.    
  1884.    .main-hero .card-image {
  1885.        height: 250px;
  1886.    }
  1887.    
  1888.    .main-hero .category-badge,
  1889.    .side-card-1 .category-badge,
  1890.    .side-card-2 .category-badge {
  1891.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1892.        color: white;
  1893.    }
  1894.    
  1895.    .main-hero .card-title a,
  1896.    .side-card-1 .card-title a,
  1897.    .side-card-2 .card-title a {
  1898.        color: var(--top-color);
  1899.    }
  1900.    
  1901.    .main-hero .card-description {
  1902.        color: #7f8c8d;
  1903.    }
  1904.    
  1905.    .main-hero .author-name,
  1906.    .side-card-1 .author-name,
  1907.    .side-card-2 .author-name {
  1908.        color: #667eea;
  1909.    }
  1910.    
  1911.    .main-hero .publish-date,
  1912.    .side-card-1 .publish-date,
  1913.    .side-card-2 .publish-date {
  1914.        color: #95a5a6;
  1915.    }
  1916.    
  1917.    .side-card-3 {
  1918.        flex-direction: column;
  1919.    }
  1920.    
  1921.    .side-card-3 .card-image {
  1922.        width: 100%;
  1923.        height: 200px;
  1924.    }
  1925.    
  1926.    .side-card-3 .card-content {
  1927.        width: 100%;
  1928.        height: auto;
  1929.    }
  1930.    
  1931.    .card-image {
  1932.        height: 200px;
  1933.    }
  1934.    
  1935.    .main-hero .card-image {
  1936.        height: 250px;
  1937.    }
  1938.    
  1939.    .main-hero .card-content {
  1940.        height: auto;
  1941.    }
  1942. }
  1943. </style>
  1944.  
  1945. <div class="blog-hero-section">
  1946.    <div class="container-fluid fluid-container">
  1947.        <div class="hero-grid">
  1948.            <!-- Main Featured Post -->
  1949.            
  1950.                              
  1951.                    <article class="hero-card main-hero">
  1952.                        
  1953.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Music Legend Barry Manilow Will Have an Operation for Cancer in His Lung." class="card-image">
  1954.                        
  1955.                        
  1956.                        <div class="card-content">
  1957.                            <div>
  1958.                                <span class="category-badge">News</span>
  1959.                                <h2 class="card-title">
  1960.                                    <a href="/music-legend-barry-manilow-will-have-an-operation-for-cancer-in-his-lung/">
  1961.                                        Music Legend Barry Manilow Will Have an Operation for Cancer in His Lung.
  1962.                                    </a>
  1963.                                </h2>
  1964.                                <p class="card-description"></p>
  1965.                            </div>
  1966.                            
  1967.                            <div class="card-meta">
  1968.                                <div class="author-section">
  1969.                                    
  1970.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" class="author-avatar">
  1971.                                    
  1972.                                    <a href="#" class="author-name">Nicole Brown</a>
  1973.                                </div>
  1974.                                <span class="publish-date">May 19, 2026</span>
  1975.                            </div>
  1976.                        </div>
  1977.                    </article>
  1978.                
  1979.            
  1980.  
  1981.            <!-- Side Cards -->
  1982.            
  1983.                <article class="hero-card side-card-1">
  1984.                    
  1985.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Former British Soldier Charged of Murdering Kenyan Woman Appears in Courtroom" class="card-image">
  1986.                    
  1987.                    
  1988.                    <div class="card-content">
  1989.                        <div>
  1990.                            <span class="category-badge">News</span>
  1991.                            <h3 class="card-title">
  1992.                                <a href="/former-british-soldier-charged-of-murdering-kenyan-woman-appears-in-courtroom/">
  1993.                                    Former British Soldier Charged of Murdering Kenyan Woman Appears in Courtroom
  1994.                                </a>
  1995.                            </h3>
  1996.                            <p class="card-description"></p>
  1997.                        </div>
  1998.                        
  1999.                        <div class="card-meta">
  2000.                            <div class="author-section">
  2001.                                <a href="#" class="author-name">Nicole Brown</a>
  2002.                            </div>
  2003.                            <span class="publish-date">May 19</span>
  2004.                        </div>
  2005.                    </div>
  2006.                </article>
  2007.            
  2008.                <article class="hero-card side-card-2">
  2009.                    
  2010.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="U.S. Food and Drug Administration Clears Addyi, a Desire-Boosting Drug for Females Beyond Menopause" class="card-image">
  2011.                    
  2012.                    
  2013.                    <div class="card-content">
  2014.                        <div>
  2015.                            <span class="category-badge">News</span>
  2016.                            <h3 class="card-title">
  2017.                                <a href="/us-food-and-drug-administration-clears-addyi-a-desire-boosting-drug-for-females-beyond-menopause/">
  2018.                                    U.S. Food and Drug Administration Clears Addyi, a Desire-Boosting Drug for Females Beyond Menopause
  2019.                                </a>
  2020.                            </h3>
  2021.                            <p class="card-description"></p>
  2022.                        </div>
  2023.                        
  2024.                        <div class="card-meta">
  2025.                            <div class="author-section">
  2026.                                <a href="#" class="author-name">Nicole Brown</a>
  2027.                            </div>
  2028.                            <span class="publish-date">May 19</span>
  2029.                        </div>
  2030.                    </div>
  2031.                </article>
  2032.            
  2033.                <article class="hero-card side-card-3">
  2034.                    
  2035.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="We Must Have a Helicopter to Go Find Them’: 13-Year-Old’s Emergency Call to Aid Relatives Adrift Off Australian Coast Revealed" class="card-image">
  2036.                    
  2037.                    
  2038.                    <div class="card-content">
  2039.                        <div>
  2040.                            <span class="category-badge">News</span>
  2041.                            <h3 class="card-title">
  2042.                                <a href="/we-must-have-a-helicopter-to-go-find-them-13-year-olds-emergency-call-to-aid-relatives-adrift-off-australian-coast-revealed/">
  2043.                                    We Must Have a Helicopter to Go Find Them’: 13-Year-Old’s Emergency Call to Aid Relatives Adrift Off Australian Coast Revealed
  2044.                                </a>
  2045.                            </h3>
  2046.                            <p class="card-description"></p>
  2047.                        </div>
  2048.                        
  2049.                        <div class="card-meta">
  2050.                            <div class="author-section">
  2051.                                <a href="#" class="author-name">Nicole Brown</a>
  2052.                            </div>
  2053.                            <span class="publish-date">May 19</span>
  2054.                        </div>
  2055.                    </div>
  2056.                </article>
  2057.            
  2058.        </div>
  2059.    </div>
  2060. </div>
  2061.  
  2062.  
  2063.  
  2064.  
  2065.        <!-- end of wpo-blog-hero -->
  2066.  
  2067.        <!-- start of wpo-breacking-news -->
  2068.        
  2069.        <!-- end of wpo-breacking-news -->
  2070.        
  2071.        <!-- start wpo-blog-highlights-section -->
  2072.        
  2073.  
  2074.  
  2075.  
  2076.    
  2077.  
  2078.  
  2079.  
  2080. <style>
  2081.    /* General Section Styling */
  2082.    .blog-highlights-v10 {
  2083.        padding: 20px 0;  /* Adjusted padding for distinction */
  2084.        position: relative;
  2085.    }
  2086.  
  2087.    /* Section Header */
  2088.    .section-header-v10 {
  2089.        text-align: left;  /* Left-aligned for uniqueness */
  2090.        margin-bottom: 50px;
  2091.        padding-left: 15px;
  2092.    }
  2093.  
  2094.    .section-title-v10 {
  2095.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  2096.        font-weight: 800;
  2097.        color: #1a1a1a;
  2098.        margin-bottom: 15px;
  2099.        text-transform: none;  /* No uppercase for modern look */
  2100.    }
  2101.  
  2102.    .section-subtitle-v10 {
  2103.        font-size: 1.05rem;
  2104.        color: #555;
  2105.        max-width: 650px;
  2106.        line-height: 1.6;
  2107.    }
  2108.  
  2109.  
  2110.    /* Blog Card */
  2111.    .blog-card-v10 {
  2112.        background: var(--card-bg);
  2113.        border-radius: 10px;  /* Softer corners */
  2114.        margin-bottom: 35px;
  2115.        overflow: hidden;
  2116.        opacity: 0;  /* Initially hidden for animation */
  2117.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  2118.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  2119.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  2120.    }
  2121.  
  2122.    .blog-card-v10.visible {
  2123.        opacity: 1;
  2124.        transform: rotate(0deg);  /* Straighten on appearance */
  2125.    }
  2126.  
  2127.    @keyframes fadeRotateIn {
  2128.        from {
  2129.            opacity: 0;
  2130.            transform: rotate(1.5deg);
  2131.        }
  2132.        to {
  2133.            opacity: 1;
  2134.            transform: rotate(0deg);
  2135.        }
  2136.    }
  2137.  
  2138.    .blog-card-v10:hover {
  2139.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  2140.    }
  2141.  
  2142.    /* Blog Image */
  2143.    .blog-image-container-v10 {
  2144.        width: 100%;
  2145.        height: 240px;  /* Unique height for v10 */
  2146.        overflow: hidden;
  2147.        position: relative;
  2148.    }
  2149.  
  2150.    .blog-image-v10 img {
  2151.        width: 100%;
  2152.        height: 100%;
  2153.        object-fit: cover;
  2154.    }
  2155.  
  2156.    /* Blog Content */
  2157.    .blog-content-v10 {
  2158.        padding: 20px 22px;  /* Adjusted padding */
  2159.        text-align: left;
  2160.    }
  2161.  
  2162.    .blog-title-v10 {
  2163.        font-size: 1.55rem;  /* Slightly larger than v9 */
  2164.        font-weight: 700;
  2165.        margin-bottom: 12px;
  2166.        color: #1a1a1a;
  2167.    }
  2168.  
  2169.    .blog-meta-v10 {
  2170.        font-size: 0.85rem;
  2171.        color: #777;
  2172.        margin-bottom: 12px;
  2173.        font-style: italic;  /* Italic for distinction */
  2174.    }
  2175.  
  2176.    .blog-excerpt-v10 {
  2177.        font-size: 0.95rem;
  2178.        color: #555;
  2179.        margin-bottom: 15px;
  2180.        line-height: 1.6;
  2181.    }
  2182.  
  2183.    .blog-actions-v10 {
  2184.        display: inline-block;
  2185.    }
  2186.  
  2187.    .blog-read-more-v10 {
  2188.        font-size: 0.95rem;
  2189.        color: #e74c3c;  /* Red accent for uniqueness */
  2190.        text-decoration: none;
  2191.        font-weight: 600;
  2192.        transition: color 0.3s ease;
  2193.    }
  2194.  
  2195.    .blog-read-more-v10:hover {
  2196.        color: #c0392b;  /* Darker red on hover */
  2197.    }
  2198.    /* Responsive Design */
  2199.    @media (max-width: 768px) {
  2200.        .section-title-v10 {
  2201.            font-size: 2.4rem;
  2202.        }
  2203.  
  2204.        .section-header-v10 {
  2205.            padding-left: 10px;
  2206.        }
  2207.        
  2208.        .blog-card-v10 {
  2209.            margin-bottom: 20px;
  2210.        }
  2211.  
  2212.        .blog-meta-v10 {
  2213.            font-size: 0.75rem;
  2214.        }
  2215.  
  2216.        .blog-image-container-v10 {
  2217.            height: 170px;  /* Adjusted for mobile */
  2218.        }
  2219.  
  2220.        .sidebar-v10 {
  2221.            padding: 15px;
  2222.        }
  2223.    }
  2224. </style>
  2225.  
  2226. <section class="blog-highlights-v10">
  2227.    <div class="container-fluid fluid-container">
  2228.        <!-- Section Header -->
  2229.        <div class="row">
  2230.            <div class="col-12 col-lg-10">  
  2231.                <div class="section-header-v10">
  2232.                    <h2 class="section-title-v10">
  2233.                Today's Top Highlights
  2234.                   </h2>
  2235.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2236.                </div>
  2237.            </div>
  2238.        </div>
  2239.        
  2240.        <!-- Blog Grid and Sidebar -->
  2241.        <div class="row">
  2242.            <div class="col-lg-8">
  2243.                <div class="row">
  2244.                    
  2245.                    <div class="col-md-6 col-sm-12">  
  2246.                        <article class="blog-card-v10">
  2247.                            <div class="blog-image-container-v10">
  2248.                                <div class="blog-image-v10 h-100">
  2249.                                    
  2250.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2251.                                    
  2252.                                </div>
  2253.                            </div>
  2254.                            <div class="blog-content-v10">
  2255.                                <h3 class="blog-title-v10">
  2256.                                     <a class="top-color" href="/los-blancos-alexander-arnold-may-return-to-face-liverpool-in-upcoming-european-match/" >
  2257.                                    Los Blancos&#x27; Alexander-Arnold May Return to Face Liverpool in Upcoming European Match
  2258.                                    </a>
  2259.                                </h3>
  2260.                                <div class="blog-meta-v10">
  2261.                                    <span>By Nicole Brown • 18 May 2026</span>
  2262.                                </div>
  2263.                                <p class="blog-excerpt-v10">
  2264.                                    
  2265.                                </p>
  2266.                                <div class="blog-actions-v10">
  2267.                                    <a href="/los-blancos-alexander-arnold-may-return-to-face-liverpool-in-upcoming-european-match/" class="blog-read-more-v10">Read More</a>
  2268.                                </div>
  2269.                            </div>
  2270.                        </article>
  2271.                    </div>
  2272.                    
  2273.                    <div class="col-md-6 col-sm-12">  
  2274.                        <article class="blog-card-v10">
  2275.                            <div class="blog-image-container-v10">
  2276.                                <div class="blog-image-v10 h-100">
  2277.                                    
  2278.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2279.                                    
  2280.                                </div>
  2281.                            </div>
  2282.                            <div class="blog-content-v10">
  2283.                                <h3 class="blog-title-v10">
  2284.                                     <a class="top-color" href="/troubling-recollections-reemerge-in-davao-as-authorities-piece-together-bondi-attack-alleged-attackers-movements/" >
  2285.                                    Troubling Recollections Reemerge in Davao as Authorities Piece Together Bondi Attack Alleged Attackers&#x27; Movements
  2286.                                    </a>
  2287.                                </h3>
  2288.                                <div class="blog-meta-v10">
  2289.                                    <span>By Nicole Brown • 18 May 2026</span>
  2290.                                </div>
  2291.                                <p class="blog-excerpt-v10">
  2292.                                    
  2293.                                </p>
  2294.                                <div class="blog-actions-v10">
  2295.                                    <a href="/troubling-recollections-reemerge-in-davao-as-authorities-piece-together-bondi-attack-alleged-attackers-movements/" class="blog-read-more-v10">Read More</a>
  2296.                                </div>
  2297.                            </div>
  2298.                        </article>
  2299.                    </div>
  2300.                    
  2301.                    <div class="col-md-6 col-sm-12">  
  2302.                        <article class="blog-card-v10">
  2303.                            <div class="blog-image-container-v10">
  2304.                                <div class="blog-image-v10 h-100">
  2305.                                    
  2306.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2307.                                    
  2308.                                </div>
  2309.                            </div>
  2310.                            <div class="blog-content-v10">
  2311.                                <h3 class="blog-title-v10">
  2312.                                     <a class="top-color" href="/authentic-algarve-discovering-portugal-past-the-beach/" >
  2313.                                    Authentic Algarve: Discovering Portugal Past the Beach
  2314.                                    </a>
  2315.                                </h3>
  2316.                                <div class="blog-meta-v10">
  2317.                                    <span>By Nicole Brown • 18 May 2026</span>
  2318.                                </div>
  2319.                                <p class="blog-excerpt-v10">
  2320.                                    
  2321.                                </p>
  2322.                                <div class="blog-actions-v10">
  2323.                                    <a href="/authentic-algarve-discovering-portugal-past-the-beach/" class="blog-read-more-v10">Read More</a>
  2324.                                </div>
  2325.                            </div>
  2326.                        </article>
  2327.                    </div>
  2328.                    
  2329.                    <div class="col-md-6 col-sm-12">  
  2330.                        <article class="blog-card-v10">
  2331.                            <div class="blog-image-container-v10">
  2332.                                <div class="blog-image-v10 h-100">
  2333.                                    
  2334.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2335.                                    
  2336.                                </div>
  2337.                            </div>
  2338.                            <div class="blog-content-v10">
  2339.                                <h3 class="blog-title-v10">
  2340.                                     <a class="top-color" href="/arsenals-goalkeeper-highlights-teams-strength-as-key-to-multiple-trophy-pursuit/" >
  2341.                                    Arsenal&#x27;s goalkeeper Highlights Team&#x27;s Strength as Key to Multiple Trophy Pursuit
  2342.                                    </a>
  2343.                                </h3>
  2344.                                <div class="blog-meta-v10">
  2345.                                    <span>By Nicole Brown • 18 May 2026</span>
  2346.                                </div>
  2347.                                <p class="blog-excerpt-v10">
  2348.                                    
  2349.                                </p>
  2350.                                <div class="blog-actions-v10">
  2351.                                    <a href="/arsenals-goalkeeper-highlights-teams-strength-as-key-to-multiple-trophy-pursuit/" class="blog-read-more-v10">Read More</a>
  2352.                                </div>
  2353.                            </div>
  2354.                        </article>
  2355.                    </div>
  2356.                    
  2357.                    <div class="col-md-6 col-sm-12">  
  2358.                        <article class="blog-card-v10">
  2359.                            <div class="blog-image-container-v10">
  2360.                                <div class="blog-image-v10 h-100">
  2361.                                    
  2362.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2363.                                    
  2364.                                </div>
  2365.                            </div>
  2366.                            <div class="blog-content-v10">
  2367.                                <h3 class="blog-title-v10">
  2368.                                     <a class="top-color" href="/can-the-all-blacks-find-their-spark-in-the-upcoming-matches/" >
  2369.                                    Can the All Blacks find their spark in the upcoming matches?
  2370.                                    </a>
  2371.                                </h3>
  2372.                                <div class="blog-meta-v10">
  2373.                                    <span>By Nicole Brown • 18 May 2026</span>
  2374.                                </div>
  2375.                                <p class="blog-excerpt-v10">
  2376.                                    
  2377.                                </p>
  2378.                                <div class="blog-actions-v10">
  2379.                                    <a href="/can-the-all-blacks-find-their-spark-in-the-upcoming-matches/" class="blog-read-more-v10">Read More</a>
  2380.                                </div>
  2381.                            </div>
  2382.                        </article>
  2383.                    </div>
  2384.                    
  2385.                    <div class="col-md-6 col-sm-12">  
  2386.                        <article class="blog-card-v10">
  2387.                            <div class="blog-image-container-v10">
  2388.                                <div class="blog-image-v10 h-100">
  2389.                                    
  2390.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2391.                                    
  2392.                                </div>
  2393.                            </div>
  2394.                            <div class="blog-content-v10">
  2395.                                <h3 class="blog-title-v10">
  2396.                                     <a class="top-color" href="/his-unprecedented-influence-in-the-sporting-world-achieved-an-apex-in-2025-the-coming-year-threatens-to-take-it-further/" >
  2397.                                    His Unprecedented Influence in The Sporting World Achieved An Apex in 2025. The Coming Year Threatens to Take It Further.
  2398.                                    </a>
  2399.                                </h3>
  2400.                                <div class="blog-meta-v10">
  2401.                                    <span>By Nicole Brown • 18 May 2026</span>
  2402.                                </div>
  2403.                                <p class="blog-excerpt-v10">
  2404.                                    
  2405.                                </p>
  2406.                                <div class="blog-actions-v10">
  2407.                                    <a href="/his-unprecedented-influence-in-the-sporting-world-achieved-an-apex-in-2025-the-coming-year-threatens-to-take-it-further/" class="blog-read-more-v10">Read More</a>
  2408.                                </div>
  2409.                            </div>
  2410.                        </article>
  2411.                    </div>
  2412.                    
  2413.                    <div class="col-md-6 col-sm-12">  
  2414.                        <article class="blog-card-v10">
  2415.                            <div class="blog-image-container-v10">
  2416.                                <div class="blog-image-v10 h-100">
  2417.                                    
  2418.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2419.                                    
  2420.                                </div>
  2421.                            </div>
  2422.                            <div class="blog-content-v10">
  2423.                                <h3 class="blog-title-v10">
  2424.                                     <a class="top-color" href="/we-were-dismissed-and-we-accept-it-learn-how-to-find-a-new-role-that-works-for-you/" >
  2425.                                    We Were Dismissed, and We Accept It – Learn How to Find a New Role That Works for You
  2426.                                    </a>
  2427.                                </h3>
  2428.                                <div class="blog-meta-v10">
  2429.                                    <span>By Nicole Brown • 18 May 2026</span>
  2430.                                </div>
  2431.                                <p class="blog-excerpt-v10">
  2432.                                    
  2433.                                </p>
  2434.                                <div class="blog-actions-v10">
  2435.                                    <a href="/we-were-dismissed-and-we-accept-it-learn-how-to-find-a-new-role-that-works-for-you/" class="blog-read-more-v10">Read More</a>
  2436.                                </div>
  2437.                            </div>
  2438.                        </article>
  2439.                    </div>
  2440.                    
  2441.                    <div class="col-md-6 col-sm-12">  
  2442.                        <article class="blog-card-v10">
  2443.                            <div class="blog-image-container-v10">
  2444.                                <div class="blog-image-v10 h-100">
  2445.                                    
  2446.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2447.                                    
  2448.                                </div>
  2449.                            </div>
  2450.                            <div class="blog-content-v10">
  2451.                                <h3 class="blog-title-v10">
  2452.                                     <a class="top-color" href="/exercise-as-you-are-working-a-dozen-muscle-toning-office-exercises-you-can-do-in-normal-outfits/" >
  2453.                                    Exercise as you are working? A dozen muscle-toning office exercises you can do in normal outfits
  2454.                                    </a>
  2455.                                </h3>
  2456.                                <div class="blog-meta-v10">
  2457.                                    <span>By Nicole Brown • 17 May 2026</span>
  2458.                                </div>
  2459.                                <p class="blog-excerpt-v10">
  2460.                                    
  2461.                                </p>
  2462.                                <div class="blog-actions-v10">
  2463.                                    <a href="/exercise-as-you-are-working-a-dozen-muscle-toning-office-exercises-you-can-do-in-normal-outfits/" class="blog-read-more-v10">Read More</a>
  2464.                                </div>
  2465.                            </div>
  2466.                        </article>
  2467.                    </div>
  2468.                    
  2469.                    <div class="col-md-6 col-sm-12">  
  2470.                        <article class="blog-card-v10">
  2471.                            <div class="blog-image-container-v10">
  2472.                                <div class="blog-image-v10 h-100">
  2473.                                    
  2474.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2475.                                    
  2476.                                </div>
  2477.                            </div>
  2478.                            <div class="blog-content-v10">
  2479.                                <h3 class="blog-title-v10">
  2480.                                     <a class="top-color" href="/anno-117-pax-romanas-hidden-gem-is-a-stunning-first-person-perspective/" >
  2481.                                    Anno 117 Pax Romana&#x27;s Hidden Gem Is a Stunning First-Person Perspective.
  2482.                                    </a>
  2483.                                </h3>
  2484.                                <div class="blog-meta-v10">
  2485.                                    <span>By Nicole Brown • 17 May 2026</span>
  2486.                                </div>
  2487.                                <p class="blog-excerpt-v10">
  2488.                                    
  2489.                                </p>
  2490.                                <div class="blog-actions-v10">
  2491.                                    <a href="/anno-117-pax-romanas-hidden-gem-is-a-stunning-first-person-perspective/" class="blog-read-more-v10">Read More</a>
  2492.                                </div>
  2493.                            </div>
  2494.                        </article>
  2495.                    </div>
  2496.                    
  2497.                    <div class="col-md-6 col-sm-12">  
  2498.                        <article class="blog-card-v10">
  2499.                            <div class="blog-image-container-v10">
  2500.                                <div class="blog-image-v10 h-100">
  2501.                                    
  2502.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2503.                                    
  2504.                                </div>
  2505.                            </div>
  2506.                            <div class="blog-content-v10">
  2507.                                <h3 class="blog-title-v10">
  2508.                                     <a class="top-color" href="/us-president-donald-trump-says-largely-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" >
  2509.                                    US President Donald Trump Says &#x27;Largely, Agreement Exists&#x27; on Subsequent Phases of Truce Agreement for Gaza
  2510.                                    </a>
  2511.                                </h3>
  2512.                                <div class="blog-meta-v10">
  2513.                                    <span>By Nicole Brown • 17 May 2026</span>
  2514.                                </div>
  2515.                                <p class="blog-excerpt-v10">
  2516.                                    
  2517.                                </p>
  2518.                                <div class="blog-actions-v10">
  2519.                                    <a href="/us-president-donald-trump-says-largely-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" class="blog-read-more-v10">Read More</a>
  2520.                                </div>
  2521.                            </div>
  2522.                        </article>
  2523.                    </div>
  2524.                    
  2525.                    <div class="col-md-6 col-sm-12">  
  2526.                        <article class="blog-card-v10">
  2527.                            <div class="blog-image-container-v10">
  2528.                                <div class="blog-image-v10 h-100">
  2529.                                    
  2530.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2531.                                    
  2532.                                </div>
  2533.                            </div>
  2534.                            <div class="blog-content-v10">
  2535.                                <h3 class="blog-title-v10">
  2536.                                     <a class="top-color" href="/who-is-the-politician-al-carns-former-marine-and-government-minister-with-ambitions-on-the-top-job/" >
  2537.                                    Who is the Politician Al Carns? Former Marine and Government Minister with Ambitions on the Top Job
  2538.                                    </a>
  2539.                                </h3>
  2540.                                <div class="blog-meta-v10">
  2541.                                    <span>By Nicole Brown • 17 May 2026</span>
  2542.                                </div>
  2543.                                <p class="blog-excerpt-v10">
  2544.                                    
  2545.                                </p>
  2546.                                <div class="blog-actions-v10">
  2547.                                    <a href="/who-is-the-politician-al-carns-former-marine-and-government-minister-with-ambitions-on-the-top-job/" class="blog-read-more-v10">Read More</a>
  2548.                                </div>
  2549.                            </div>
  2550.                        </article>
  2551.                    </div>
  2552.                    
  2553.                    <div class="col-md-6 col-sm-12">  
  2554.                        <article class="blog-card-v10">
  2555.                            <div class="blog-image-container-v10">
  2556.                                <div class="blog-image-v10 h-100">
  2557.                                    
  2558.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2559.                                    
  2560.                                </div>
  2561.                            </div>
  2562.                            <div class="blog-content-v10">
  2563.                                <h3 class="blog-title-v10">
  2564.                                     <a class="top-color" href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" >
  2565.                                    Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Throughout the Continent
  2566.                                    </a>
  2567.                                </h3>
  2568.                                <div class="blog-meta-v10">
  2569.                                    <span>By Nicole Brown • 17 May 2026</span>
  2570.                                </div>
  2571.                                <p class="blog-excerpt-v10">
  2572.                                    
  2573.                                </p>
  2574.                                <div class="blog-actions-v10">
  2575.                                    <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" class="blog-read-more-v10">Read More</a>
  2576.                                </div>
  2577.                            </div>
  2578.                        </article>
  2579.                    </div>
  2580.                    
  2581.                    
  2582.  
  2583.                </div>
  2584.            </div>
  2585.  
  2586.            <!-- Sidebar -->
  2587.                   <div class="col col-lg-4 col-12">
  2588.                <div class="sidebar-v10">
  2589.                      
  2590.  
  2591.  
  2592.  
  2593.    
  2594.  
  2595. <div class="blog-sidebar">
  2596.    
  2597.        <div class="widget category-widget">
  2598.            <h3>May 2026 Blog Roll</h3>
  2599.            <ul class="scrollable-sidebar">
  2600.                
  2601.                    <li>
  2602.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  2603.                            casino not on gamstop
  2604.                        </a>
  2605.                    </li>
  2606.                
  2607.                    <li>
  2608.                        <a href="https://www.nsecuk.org/" class="top-color " rel="dofollow">
  2609.                            uk casinos not on gamstop
  2610.                        </a>
  2611.                    </li>
  2612.                
  2613.            </ul>
  2614.        </div>
  2615.    
  2616.        <div class="widget category-widget">
  2617.            <h3>April 2026 Blog Roll</h3>
  2618.            <ul class="scrollable-sidebar">
  2619.                
  2620.                    <li>
  2621.                        <a href="https://barnabyfestival.org.uk" class="top-color " rel="dofollow">
  2622.                            betting sites not on gamstop
  2623.                        </a>
  2624.                    </li>
  2625.                
  2626.                    <li>
  2627.                        <a href="https://www.oceanacidification.org.uk/" class="top-color " rel="dofollow">
  2628.                            casinos not on gamstop
  2629.                        </a>
  2630.                    </li>
  2631.                
  2632.                    <li>
  2633.                        <a href="https://datamagazine.co.uk/" class="top-color " rel="dofollow">
  2634.                            casino not on gamstop
  2635.                        </a>
  2636.                    </li>
  2637.                
  2638.                    <li>
  2639.                        <a href="https://heyimhome.co.uk/" class="top-color " rel="dofollow">
  2640.                            uk casino sites
  2641.                        </a>
  2642.                    </li>
  2643.                
  2644.                    <li>
  2645.                        <a href="https://www.edinburghfoody.com" class="top-color " rel="dofollow">
  2646.                            best UK casino sites
  2647.                        </a>
  2648.                    </li>
  2649.                
  2650.                    <li>
  2651.                        <a href="https://www.londonart.co.uk/" class="top-color " rel="dofollow">
  2652.                            best escorts
  2653.                        </a>
  2654.                    </li>
  2655.                
  2656.                    <li>
  2657.                        <a href="https://thepearlyqueen.com/" class="top-color " rel="dofollow">
  2658.                            casinos not on GamStop
  2659.                        </a>
  2660.                    </li>
  2661.                
  2662.                    <li>
  2663.                        <a href="https://roeparkresort.com" class="top-color " rel="dofollow">
  2664.                            non GamStop casinos
  2665.                        </a>
  2666.                    </li>
  2667.                
  2668.                    <li>
  2669.                        <a href="https://www.fourpure.com/" class="top-color " rel="dofollow">
  2670.                            gambling sites
  2671.                        </a>
  2672.                    </li>
  2673.                
  2674.                    <li>
  2675.                        <a href="https://www.hobsoncycles.co.uk" class="top-color " rel="dofollow">
  2676.                            betting sites
  2677.                        </a>
  2678.                    </li>
  2679.                
  2680.                    <li>
  2681.                        <a href="https://israelpremiertech.com" class="top-color " rel="dofollow">
  2682.                            non GamStop casino
  2683.                        </a>
  2684.                    </li>
  2685.                
  2686.                    <li>
  2687.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" class="top-color " rel="dofollow">
  2688.                            non GamStop casino
  2689.                        </a>
  2690.                    </li>
  2691.                
  2692.            </ul>
  2693.        </div>
  2694.    
  2695.        <div class="widget category-widget">
  2696.            <h3>March 2026 Blog Roll</h3>
  2697.            <ul class="scrollable-sidebar">
  2698.                
  2699.                    <li>
  2700.                        <a href="https://www.peckhamaudio.co.uk/" class="top-color " rel="dofollow">
  2701.                            non GamStop casinos
  2702.                        </a>
  2703.                    </li>
  2704.                
  2705.                    <li>
  2706.                        <a href="https://www.glasshouserestaurant.co.uk/" class="top-color " rel="dofollow">
  2707.                            crypto casinos
  2708.                        </a>
  2709.                    </li>
  2710.                
  2711.                    <li>
  2712.                        <a href="https://www.durhamminers.org/" class="top-color " rel="dofollow">
  2713.                            best casinos not on GamStop
  2714.                        </a>
  2715.                    </li>
  2716.                
  2717.                    <li>
  2718.                        <a href="https://socialeatinghouse.com/" class="top-color " rel="dofollow">
  2719.                            casino not on GamStop UK
  2720.                        </a>
  2721.                    </li>
  2722.                
  2723.                    <li>
  2724.                        <a href="https://www.labodeganegra.com/" class="top-color " rel="dofollow">
  2725.                            casinos not on GamStop
  2726.                        </a>
  2727.                    </li>
  2728.                
  2729.                    <li>
  2730.                        <a href="https://www.covent-garden.co.uk/" class="top-color " rel="dofollow">
  2731.                            casinos not on GamStop
  2732.                        </a>
  2733.                    </li>
  2734.                
  2735.                    <li>
  2736.                        <a href="https://www.llancaiachfawr.co.uk/" class="top-color " rel="dofollow">
  2737.                            non GamStop casinos
  2738.                        </a>
  2739.                    </li>
  2740.                
  2741.                    <li>
  2742.                        <a href="https://www.patients4nhs.org.uk/" class="top-color " rel="dofollow">
  2743.                            casino not on gamestop
  2744.                        </a>
  2745.                    </li>
  2746.                
  2747.                    <li>
  2748.                        <a href="https://www.cranleyclinic.com/" class="top-color " rel="dofollow">
  2749.                            casino not on GamStop
  2750.                        </a>
  2751.                    </li>
  2752.                
  2753.                    <li>
  2754.                        <a href="https://www.stamina.org.uk/" class="top-color " rel="dofollow">
  2755.                            Casinos Not on Gamstop
  2756.                        </a>
  2757.                    </li>
  2758.                
  2759.                    <li>
  2760.                        <a href="https://www.falconryforum.co.uk/" class="top-color " rel="dofollow">
  2761.                            casino slots not on gamstop
  2762.                        </a>
  2763.                    </li>
  2764.                
  2765.                    <li>
  2766.                        <a href="https://www.mesaonline.org/" class="top-color " rel="dofollow">
  2767.                            best uk non gamstop casinos
  2768.                        </a>
  2769.                    </li>
  2770.                
  2771.                    <li>
  2772.                        <a href="https://www.thekarczma.co.uk/" class="top-color " rel="dofollow">
  2773.                            Non UKGC Casinos
  2774.                        </a>
  2775.                    </li>
  2776.                
  2777.                    <li>
  2778.                        <a href="https://www.ktponline.org.uk/" class="top-color " rel="dofollow">
  2779.                            non GamStop casino
  2780.                        </a>
  2781.                    </li>
  2782.                
  2783.                    <li>
  2784.                        <a href="https://www.rescueglobal.org/" class="top-color " rel="dofollow">
  2785.                            casinos not on GamStop
  2786.                        </a>
  2787.                    </li>
  2788.                
  2789.                    <li>
  2790.                        <a href="https://www.kysty.co.uk/" class="top-color " rel="dofollow">
  2791.                            non Gamstop casinos UK
  2792.                        </a>
  2793.                    </li>
  2794.                
  2795.                    <li>
  2796.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="top-color " rel="dofollow">
  2797.                            Non UK Gambling Sites
  2798.                        </a>
  2799.                    </li>
  2800.                
  2801.                    <li>
  2802.                        <a href="http://ukfreespinsnotongamstop.in.net/" class="top-color " rel="dofollow">
  2803.                            casino not on gamstop
  2804.                        </a>
  2805.                    </li>
  2806.                
  2807.                    <li>
  2808.                        <a href="https://dickensworld.co.uk/" class="top-color " rel="dofollow">
  2809.                            casino not on gamstop
  2810.                        </a>
  2811.                    </li>
  2812.                
  2813.                    <li>
  2814.                        <a href="https://roadpeace.org/" class="top-color " rel="dofollow">
  2815.                            casino
  2816.                        </a>
  2817.                    </li>
  2818.                
  2819.                    <li>
  2820.                        <a href="https://financialservicescultureboard.org.uk/" class="top-color " rel="dofollow">
  2821.                            non gamstop uk sports betting
  2822.                        </a>
  2823.                    </li>
  2824.                
  2825.                    <li>
  2826.                        <a href="https://www.taysideaviation.co.uk/" class="top-color " rel="dofollow">
  2827.                            non gamstop betting sites uk
  2828.                        </a>
  2829.                    </li>
  2830.                
  2831.            </ul>
  2832.        </div>
  2833.    
  2834.        <div class="widget category-widget">
  2835.            <h3>February 2026 Blog Roll</h3>
  2836.            <ul class="scrollable-sidebar">
  2837.                
  2838.                    <li>
  2839.                        <a href="https://itechlabs.co.uk/" class="top-color " rel="dofollow">
  2840.                            football betting sites not on gamstop
  2841.                        </a>
  2842.                    </li>
  2843.                
  2844.                    <li>
  2845.                        <a href="https://realrussia.co.uk/" class="top-color " rel="dofollow">
  2846.                            new uk betting sites
  2847.                        </a>
  2848.                    </li>
  2849.                
  2850.                    <li>
  2851.                        <a href="https://indyonline.co.uk/" class="top-color " rel="dofollow">
  2852.                            UK Casinos Not on GAMSTOP
  2853.                        </a>
  2854.                    </li>
  2855.                
  2856.                    <li>
  2857.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  2858.                            Best UK Non GamStop Casinos
  2859.                        </a>
  2860.                    </li>
  2861.                
  2862.                    <li>
  2863.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  2864.                            Best UK Non GamStop Casinos
  2865.                        </a>
  2866.                    </li>
  2867.                
  2868.            </ul>
  2869.        </div>
  2870.    
  2871.  
  2872.    
  2873.    <div class="widget recent-post-widget mb-3">
  2874.        <h3>Popular Post</h3>
  2875.        <div class="posts">
  2876.            
  2877.            <div class="post">
  2878.                <div class="img-holder">
  2879.                    
  2880.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2881.                    
  2882.                </div>
  2883.                <div class="details">
  2884.                    <span class="date top-color" >17 May 2026 </span>
  2885.                    <h4> <a href="/queens-recognise-leaders-as-the-president-offers-mamdani-a-cordial-reception/" class="top-color">
  2886.                                            Queens Recognise Leaders as The President Offers Mamdani a Cordial Reception
  2887.                                            </a></h4>
  2888.                </div>
  2889.            </div>
  2890.            
  2891.            <div class="post">
  2892.                <div class="img-holder">
  2893.                    
  2894.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2895.                    
  2896.                </div>
  2897.                <div class="details">
  2898.                    <span class="date top-color" >16 May 2026 </span>
  2899.                    <h4> <a href="/a-decade-long-liaison-by-author-erin-somers-the-middle-aged-adultery-tale-our-generation-deserves/" class="top-color">
  2900.                                            A Decade-Long Liaison by author Erin Somers: The Middle-Aged Adultery Tale Our Generation Deserves.
  2901.                                            </a></h4>
  2902.                </div>
  2903.            </div>
  2904.            
  2905.            <div class="post">
  2906.                <div class="img-holder">
  2907.                    
  2908.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2909.                    
  2910.                </div>
  2911.                <div class="details">
  2912.                    <span class="date top-color" >16 May 2026 </span>
  2913.                    <h4> <a href="/leader-zelenskyy-states-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-cost/" class="top-color">
  2914.                                            Leader Zelenskyy States The Nation Was Ten Percent Away from Peace, Yet Not at Any Cost
  2915.                                            </a></h4>
  2916.                </div>
  2917.            </div>
  2918.            
  2919.            <div class="post">
  2920.                <div class="img-holder">
  2921.                    
  2922.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2923.                    
  2924.                </div>
  2925.                <div class="details">
  2926.                    <span class="date top-color" >16 May 2026 </span>
  2927.                    <h4> <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-song/" class="top-color">
  2928.                                            The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Song
  2929.                                            </a></h4>
  2930.                </div>
  2931.            </div>
  2932.            
  2933.            <div class="post">
  2934.                <div class="img-holder">
  2935.                    
  2936.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2937.                    
  2938.                </div>
  2939.                <div class="details">
  2940.                    <span class="date top-color" >16 May 2026 </span>
  2941.                    <h4> <a href="/leadership-changes-global-conflicts-sparse-reporting-major-challenges-to-global-warming-solutions-that-plagued-climate-summit/" class="top-color">
  2942.                                            Leadership Changes, Global Conflicts, Sparse Reporting: Major Challenges to Global Warming Solutions That Plagued Climate Summit
  2943.                                            </a></h4>
  2944.                </div>
  2945.            </div>
  2946.            
  2947.            <div class="post">
  2948.                <div class="img-holder">
  2949.                    
  2950.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2951.                    
  2952.                </div>
  2953.                <div class="details">
  2954.                    <span class="date top-color" >16 May 2026 </span>
  2955.                    <h4> <a href="/nutrition-assistance-scheduled-to-cease-for-tens-of-millions-during-continuing-government-closure/" class="top-color">
  2956.                                            Nutrition Assistance Scheduled to Cease for Tens of Millions During Continuing Government Closure
  2957.                                            </a></h4>
  2958.                </div>
  2959.            </div>
  2960.            
  2961.  
  2962.        </div>
  2963.    </div>
  2964.    
  2965. </div>
  2966.    
  2967.                </div>
  2968.            </div>
  2969.        </div>
  2970.    </div>
  2971. </section>
  2972.  
  2973. <script>
  2974.    // Intersection Observer for Fade-in with Slight Rotation
  2975.    document.addEventListener('DOMContentLoaded', function() {
  2976.        const observerOptions = {
  2977.            threshold: 0.15, // Trigger when 15% of the card is visible
  2978.            rootMargin: '0px 0px -50px 0px',
  2979.        };
  2980.  
  2981.        const observer = new IntersectionObserver(function(entries, observer) {
  2982.            entries.forEach(entry => {
  2983.                if (entry.isIntersecting) {
  2984.                    entry.target.classList.add('visible');
  2985.                    observer.unobserve(entry.target);
  2986.                }
  2987.            });
  2988.        }, observerOptions);
  2989.  
  2990.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2991.            observer.observe(card);
  2992.        });
  2993.    });
  2994. </script>
  2995.  
  2996.    
  2997.        
  2998.        <!-- end wpo-blog-highlights-section -->
  2999.        <!-- start wpo-blog-sponsored-section -->
  3000.        
  3001.  
  3002.  
  3003.  
  3004.    
  3005.  
  3006.  
  3007.  
  3008. <style>
  3009.    .sponsored-section-v2 {
  3010.        padding: 0 0 60px;
  3011.    }
  3012.    
  3013.    .sponsored-card-v2 {
  3014.        background: var(--body-bg);
  3015.        border-radius: 12px;
  3016.        overflow: hidden;
  3017.        transition: all 0.3s ease;
  3018.        border: none;
  3019.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3020.        height: 100%;
  3021.    }
  3022.    
  3023.    .sponsored-card-v2:hover {
  3024.        transform: translateY(-4px);
  3025.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3026.    }
  3027.    
  3028.    .sponsored-image-v2 {
  3029.        position: relative;
  3030.        overflow: hidden;
  3031.        height: 180px;
  3032.    }
  3033.    
  3034.    .sponsored-image-v2 img {
  3035.        width: 100%;
  3036.        height: 100%;
  3037.        object-fit: cover;
  3038.        transition: transform 0.3s ease;
  3039.    }
  3040.    
  3041.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3042.        transform: scale(1.05);
  3043.    }
  3044.    
  3045.    .sponsored-badge-v2 {
  3046.        position: absolute;
  3047.        top: 12px;
  3048.        left: 12px;
  3049.        padding: 6px 12px;
  3050.        border-radius: 15px;
  3051.        font-size: 10px;
  3052.        font-weight: 600;
  3053.        text-transform: uppercase;
  3054.        letter-spacing: 0.5px;
  3055.        color: white;
  3056.    }
  3057.    
  3058.    .sponsored-content-v2 {
  3059.        padding: 20px;
  3060.    }
  3061.    
  3062.    .sponsored-title-v2 {
  3063.        font-size: 16px;
  3064.        font-weight: 600;
  3065.        line-height: 1.4;
  3066.        margin-bottom: 15px;
  3067.        min-height: 44px;
  3068.    }
  3069.    
  3070.    .sponsored-title-v2 a {
  3071.        text-decoration: none;
  3072.        transition: color 0.3s ease;
  3073.    }
  3074.    
  3075.    .sponsored-meta-v2 {
  3076.        display: flex;
  3077.        align-items: center;
  3078.        gap: 10px;
  3079.        font-size: 12px;
  3080.    }
  3081.    
  3082.    .sponsored-author-img-v2 {
  3083.        width: 28px;
  3084.        height: 28px;
  3085.        border-radius: 50%;
  3086.        object-fit: cover;
  3087.    }
  3088.    
  3089.    .section-title-sponsored-v2 {
  3090.        font-size: 2.5rem;
  3091.        font-weight: 700;
  3092.        text-align: center;
  3093.        margin-bottom: 20px;
  3094.        text-transform: capitalize;
  3095.    }
  3096.  
  3097.    @media (max-width: 768px) {
  3098.        .sponsored-section-v2 {
  3099.            padding: 0px 0 40px;
  3100.        }
  3101.        .section-title-sponsored-v2 {
  3102.            font-size: 2rem;
  3103.        }
  3104.        .sponsored-content-v2 {
  3105.            padding: 16px;
  3106.        }
  3107.    }
  3108. </style>
  3109.  
  3110. <section class="sponsored-section-v2">
  3111.    <div class="container-fluid fluid-container">
  3112.        <div class="row">
  3113.            <div class="col-12">
  3114.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3115.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3116.            </div>
  3117.        </div>
  3118.        
  3119.        <div class="row g-4">
  3120.            
  3121.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3122.                <div class="card sponsored-card-v2">
  3123.                    <div class="sponsored-image-v2">
  3124.                        
  3125.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3126.                        
  3127.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3128.                    </div>
  3129.                    <div class="sponsored-content-v2">
  3130.                        <h3 class="sponsored-title-v2">
  3131.                            <a href="/queens-recognise-leaders-as-the-president-offers-mamdani-a-cordial-reception/" class="top-color">
  3132.                            Queens Recognise Leaders as The President Offers Mamdani a Cordial Reception
  3133.                            </a>
  3134.                        </h3>
  3135.                        <div class="sponsored-meta-v2">
  3136.                            
  3137.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" style="object-fit: cover;" class="sponsored-author-img-v2">
  3138.                            
  3139.                            <span class="top-color">By Nicole Brown</span>
  3140.                            <span class="top-color">•</span>
  3141.                            <span class="top-color">17 May 2026</span>
  3142.                        </div>
  3143.                    </div>
  3144.                </div>
  3145.            </div>
  3146.            
  3147.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3148.                <div class="card sponsored-card-v2">
  3149.                    <div class="sponsored-image-v2">
  3150.                        
  3151.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3152.                        
  3153.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3154.                    </div>
  3155.                    <div class="sponsored-content-v2">
  3156.                        <h3 class="sponsored-title-v2">
  3157.                            <a href="/a-decade-long-liaison-by-author-erin-somers-the-middle-aged-adultery-tale-our-generation-deserves/" class="top-color">
  3158.                            A Decade-Long Liaison by author Erin Somers: The Middle-Aged Adultery Tale Our Generation Deserves.
  3159.                            </a>
  3160.                        </h3>
  3161.                        <div class="sponsored-meta-v2">
  3162.                            
  3163.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" style="object-fit: cover;" class="sponsored-author-img-v2">
  3164.                            
  3165.                            <span class="top-color">By Nicole Brown</span>
  3166.                            <span class="top-color">•</span>
  3167.                            <span class="top-color">16 May 2026</span>
  3168.                        </div>
  3169.                    </div>
  3170.                </div>
  3171.            </div>
  3172.            
  3173.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3174.                <div class="card sponsored-card-v2">
  3175.                    <div class="sponsored-image-v2">
  3176.                        
  3177.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3178.                        
  3179.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3180.                    </div>
  3181.                    <div class="sponsored-content-v2">
  3182.                        <h3 class="sponsored-title-v2">
  3183.                            <a href="/leader-zelenskyy-states-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-cost/" class="top-color">
  3184.                            Leader Zelenskyy States The Nation Was Ten Percent Away from Peace, Yet Not at Any Cost
  3185.                            </a>
  3186.                        </h3>
  3187.                        <div class="sponsored-meta-v2">
  3188.                            
  3189.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" style="object-fit: cover;" class="sponsored-author-img-v2">
  3190.                            
  3191.                            <span class="top-color">By Nicole Brown</span>
  3192.                            <span class="top-color">•</span>
  3193.                            <span class="top-color">16 May 2026</span>
  3194.                        </div>
  3195.                    </div>
  3196.                </div>
  3197.            </div>
  3198.            
  3199.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3200.                <div class="card sponsored-card-v2">
  3201.                    <div class="sponsored-image-v2">
  3202.                        
  3203.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3204.                        
  3205.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3206.                    </div>
  3207.                    <div class="sponsored-content-v2">
  3208.                        <h3 class="sponsored-title-v2">
  3209.                            <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-song/" class="top-color">
  3210.                            The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Song
  3211.                            </a>
  3212.                        </h3>
  3213.                        <div class="sponsored-meta-v2">
  3214.                            
  3215.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" style="object-fit: cover;" class="sponsored-author-img-v2">
  3216.                            
  3217.                            <span class="top-color">By Nicole Brown</span>
  3218.                            <span class="top-color">•</span>
  3219.                            <span class="top-color">16 May 2026</span>
  3220.                        </div>
  3221.                    </div>
  3222.                </div>
  3223.            </div>
  3224.            
  3225.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3226.                <div class="card sponsored-card-v2">
  3227.                    <div class="sponsored-image-v2">
  3228.                        
  3229.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3230.                        
  3231.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3232.                    </div>
  3233.                    <div class="sponsored-content-v2">
  3234.                        <h3 class="sponsored-title-v2">
  3235.                            <a href="/leadership-changes-global-conflicts-sparse-reporting-major-challenges-to-global-warming-solutions-that-plagued-climate-summit/" class="top-color">
  3236.                            Leadership Changes, Global Conflicts, Sparse Reporting: Major Challenges to Global Warming Solutions That Plagued Climate Summit
  3237.                            </a>
  3238.                        </h3>
  3239.                        <div class="sponsored-meta-v2">
  3240.                            
  3241.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" style="object-fit: cover;" class="sponsored-author-img-v2">
  3242.                            
  3243.                            <span class="top-color">By Nicole Brown</span>
  3244.                            <span class="top-color">•</span>
  3245.                            <span class="top-color">16 May 2026</span>
  3246.                        </div>
  3247.                    </div>
  3248.                </div>
  3249.            </div>
  3250.            
  3251.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3252.                <div class="card sponsored-card-v2">
  3253.                    <div class="sponsored-image-v2">
  3254.                        
  3255.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3256.                        
  3257.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3258.                    </div>
  3259.                    <div class="sponsored-content-v2">
  3260.                        <h3 class="sponsored-title-v2">
  3261.                            <a href="/nutrition-assistance-scheduled-to-cease-for-tens-of-millions-during-continuing-government-closure/" class="top-color">
  3262.                            Nutrition Assistance Scheduled to Cease for Tens of Millions During Continuing Government Closure
  3263.                            </a>
  3264.                        </h3>
  3265.                        <div class="sponsored-meta-v2">
  3266.                            
  3267.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1322db51-71ca-42cf-b263-d5b54eaa6434_profile.png" alt="Nicole Brown" style="object-fit: cover;" class="sponsored-author-img-v2">
  3268.                            
  3269.                            <span class="top-color">By Nicole Brown</span>
  3270.                            <span class="top-color">•</span>
  3271.                            <span class="top-color">16 May 2026</span>
  3272.                        </div>
  3273.                    </div>
  3274.                </div>
  3275.            </div>
  3276.            
  3277.        </div>
  3278.    </div>
  3279. </section>
  3280.  
  3281.  
  3282.    
  3283.        <!-- end wpo-blog-sponsored-section -->
  3284.        <!-- start wpo-subscribe-section -->
  3285.        
  3286.        <!-- end subscribe-section -->
  3287.        <!-- start of wpo-site-footer-section -->
  3288.        
  3289.  
  3290.  
  3291.  
  3292.  
  3293.  
  3294.  
  3295. <!-- Footer V4 - Modern Corporate Design -->
  3296. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3297.  
  3298.    <div class="container-fluid fluid-container">
  3299.        
  3300.        <!-- Content Sections -->
  3301.        <div class="content-sections">
  3302.            <div class="row g-5">
  3303.                
  3304.                <!-- Brand Column -->
  3305.                <div class="col-lg-4 col-md-12">
  3306.                    <div class="brand-section">
  3307.                        <div class="brand-header">
  3308.                            
  3309.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9640f398-a900-4ace-a891-a1d07398884c_logo.png" alt="WorldNet360" class="brand-logo" loading="lazy">
  3310.                            
  3311.                            <div class="brand-text">
  3312.                                <h3 class="brand-name">WorldNet360</h3>
  3313.                                <span class="brand-type">Digital Publication</span>
  3314.                            </div>
  3315.                        </div>
  3316.                        <p class="brand-description  text-lg-start ">
  3317.                            Explore the latest in technology, digital innovation, and global business trends with expert analysis and actionable insights from WorldNet360.
  3318.                        </p>
  3319.                    </div>
  3320.                </div>
  3321.  
  3322.                <!-- Quick Links Column -->
  3323.               <div class="col-lg-4 col-md-6">
  3324.                    <div class="links-section">
  3325.                        <div class="section-title">
  3326.                            <h4 class="title-text">Resources</h4>
  3327.                            <div class="title-decoration"></div>
  3328.                        </div>
  3329.                        <div class="links-container">
  3330.                          
  3331. <div class="link-group">
  3332.    <ul class="link-list" id="externalLinks">
  3333.        
  3334.  
  3335.    
  3336.        
  3337.        
  3338.        
  3339.    </ul>
  3340. </div>
  3341.  
  3342.                        </div>
  3343.                    </div>
  3344.                </div>
  3345.  
  3346.                <!-- Categories Column -->
  3347.                <div class="col-lg-4 col-md-6">
  3348.                    <div class="categories-section">
  3349.                        <div class="section-title">
  3350.                            <h4 class="title-text">Explore Topics</h4>
  3351.                            <div class="title-decoration"></div>
  3352.                        </div>
  3353.                        <div class="categories-container">
  3354.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3355.                            <div class="categories-cloud">
  3356.                                
  3357.                                <a href="/category/all-posts/" class="category-pill">
  3358.                                    All Posts
  3359.                                </a>
  3360.                                
  3361.                                <a href="/category/business/" class="category-pill">
  3362.                                    Business
  3363.                                </a>
  3364.                                
  3365.                                <a href="/category/esports/" class="category-pill">
  3366.                                    Esports
  3367.                                </a>
  3368.                                
  3369.                                <a href="/category/fashion/" class="category-pill">
  3370.                                    Fashion
  3371.                                </a>
  3372.                                
  3373.                                <a href="/category/featured/" class="category-pill">
  3374.                                    Featured
  3375.                                </a>
  3376.                                
  3377.                                <a href="/category/gaming/" class="category-pill">
  3378.                                    Gaming
  3379.                                </a>
  3380.                                
  3381.                                <a href="/category/health/" class="category-pill">
  3382.                                    Health
  3383.                                </a>
  3384.                                
  3385.                                <a href="/category/life-fitness/" class="category-pill">
  3386.                                    Life &amp; Fitness
  3387.                                </a>
  3388.                                
  3389.                            </div>
  3390.                        </div>
  3391.                    </div>
  3392.                </div>
  3393.  
  3394.            </div>
  3395.        </div>
  3396.  
  3397.        <!-- Footer Bottom -->
  3398.        <div class="footer-bottom">
  3399.            <div class="bottom-border"></div>
  3400.            <div class=" d-flex justify-content-between flex-wrap">
  3401.                <div>
  3402.                    <div class="copyright-info">
  3403.                        <p class="copyright-main">
  3404.                            © 2026 <span class="brand-highlight">WorldNet360</span>. All rights reserved.
  3405.                        </p>
  3406.                        <p class="copyright-sub">
  3407.                            Thoughtfully crafted content for curious minds worldwide.
  3408.                        </p>
  3409.                    </div>
  3410.                </div>
  3411.                <div>
  3412.                    <div class="footer-actions">
  3413.                        <div class="action-links">
  3414.                            <a href="/page/write-for-us/" class="action-link">
  3415.                                <i class="bi bi-shield-check"></i>
  3416.                                <span>Write For Us</span>
  3417.                            </a>
  3418.                            <a href="/page/terms-and-conditions/" class="action-link">
  3419.                                <i class="bi bi-shield-check"></i>
  3420.                                <span>Terms & Conditions</span>
  3421.                            </a>
  3422.                            <a href="/sitemap.xml" class="action-link">
  3423.                                <i class="bi bi-diagram-3"></i>
  3424.                                <span>Sitemap</span>
  3425.                            </a>
  3426.                        </div>
  3427.  
  3428.                    </div>
  3429.                </div>
  3430.            </div>
  3431.        </div>
  3432.  
  3433.    </div>
  3434.  
  3435.    
  3436.  
  3437. </footer>
  3438.  
  3439.  
  3440. <style>
  3441. /* Footer V4 - Modern Corporate Design */
  3442. .wpo-site-footer-v4 {
  3443.    color: var(--footer-color);
  3444.    margin-top: 100px;
  3445. }
  3446.  
  3447.  
  3448. .accent-line {
  3449.    position: absolute;
  3450.    top: 0;
  3451.    height: 100%;
  3452.    width: 33.333%;
  3453.    opacity: 0.8;
  3454. }
  3455.  
  3456. .accent-1 {
  3457.    left: 0;
  3458.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3459.    animation: slideRight 3s ease-in-out infinite;
  3460. }
  3461.  
  3462. .accent-2 {
  3463.    left: 33.333%;
  3464.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3465.    animation: slideRight 3s ease-in-out infinite 1s;
  3466. }
  3467.  
  3468. .accent-3 {
  3469.    left: 66.666%;
  3470.    background: linear-gradient(90deg, #10b981, #059669);
  3471.    animation: slideRight 3s ease-in-out infinite 2s;
  3472. }
  3473.  
  3474. @keyframes slideRight {
  3475.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3476.    50% { transform: translateX(10px); opacity: 1; }
  3477. }
  3478.  
  3479. /* Content Sections */
  3480. .content-sections {
  3481.    padding: 60px 0;
  3482.    position: relative;
  3483.    z-index: 2;
  3484. }
  3485.  
  3486. /* Brand Section */
  3487. .brand-section {
  3488.    padding-right: 2rem;
  3489. }
  3490.  
  3491. .brand-header {
  3492.    display: flex;
  3493.    align-items: center;
  3494.    margin-bottom: 2rem;
  3495.    gap: 1rem;
  3496. }
  3497.  
  3498. .brand-logo {
  3499.    height: 50px;
  3500.    width: auto;
  3501.    border-radius: 8px;
  3502. }
  3503.  
  3504. .brand-name {
  3505.    font-size: 1.5rem;
  3506.    font-weight: 800;
  3507.    color: var(--footer-color) !important;
  3508.    margin: 0;
  3509. }
  3510.  
  3511. .brand-type {
  3512.    color: var(--footer-color) !important;
  3513.    opacity: 0.8;
  3514.    font-size: 0.85rem;
  3515.    font-weight: 500;
  3516.    text-transform: uppercase;
  3517.    letter-spacing: 0.5px;
  3518. }
  3519.  
  3520. .brand-description {
  3521.    color: var(--footer-color) !important;
  3522.    line-height: 1.7;
  3523.    margin-bottom: 2rem;
  3524.    font-size: 0.95rem;
  3525. }
  3526.  
  3527. .brand-stats {
  3528.    display: flex;
  3529.    align-items: center;
  3530.    gap: 1.5rem;
  3531. }
  3532.  
  3533. .stat-item {
  3534.    text-align: center;
  3535. }
  3536.  
  3537. .stat-number {
  3538.    font-size: 1.5rem;
  3539.    font-weight: 800;
  3540.    color: #3b82f6;
  3541.    display: block;
  3542.    line-height: 1;
  3543. }
  3544.  
  3545. .stat-label {
  3546.    font-size: 0.8rem;
  3547.    color: #94a3b8;
  3548.    margin-top: 0.25rem;
  3549. }
  3550.  
  3551. .stat-divider {
  3552.    width: 1px;
  3553.    height: 40px;
  3554.    background: rgba(255, 255, 255, 0.2);
  3555. }
  3556.  
  3557. /* Links Section */
  3558. .links-section {
  3559.    padding-left: 1rem;
  3560.    padding-right: 1rem;
  3561. }
  3562.  
  3563. .section-title {
  3564.    margin-bottom: 2rem;
  3565.    position: relative;
  3566. }
  3567.  
  3568. .title-text {
  3569.    font-size: 1.3rem;
  3570.    font-weight: 700;
  3571.    color: var(--footer-color) !important;
  3572.    margin-bottom: 0.5rem;
  3573.    text-align: justify !important;
  3574. }
  3575.  
  3576.  
  3577. .link-group {
  3578.    margin-bottom: 2rem;
  3579. }
  3580.  
  3581. .group-title {
  3582.    font-size: 1rem;
  3583.    font-weight: 600;
  3584.    color: #f1f5f9;
  3585.    margin-bottom: 1rem;
  3586.    padding-bottom: 0.5rem;
  3587.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3588. }
  3589.  
  3590. .link-list {
  3591.    list-style: none;
  3592.    padding: 0;
  3593.    margin: 0;
  3594. }
  3595.  
  3596. .link-item {
  3597.    margin-bottom: 0.75rem;
  3598. }
  3599.  
  3600. .link-text {
  3601.    color: var(--footer-color) !important;
  3602.    text-decoration: none;
  3603.    font-size: 0.9rem;
  3604.    display: flex;
  3605.    align-items: center;
  3606.    transition: all 0.3s ease;
  3607.    padding: 0.25rem 0;
  3608. }
  3609.  
  3610. .link-text:hover {
  3611.    color: #3b82f6;
  3612.    padding-left: 0.5rem;
  3613. }
  3614.  
  3615. .link-icon {
  3616.    margin-right: 0.5rem;
  3617.    opacity: 0;
  3618.    transition: opacity 0.3s ease;
  3619. }
  3620.  
  3621. .link-text:hover .link-icon {
  3622.    opacity: 1;
  3623. }
  3624.  
  3625. .external-icon {
  3626.    color: #10b981;
  3627. }
  3628.  
  3629. /* Categories Section */
  3630. .categories-section {
  3631.    padding-left: 1rem;
  3632. }
  3633.  
  3634. .categories-intro {
  3635.    color: #cbd5e1;
  3636.    margin-bottom: 1.5rem;
  3637.    font-size: 0.9rem;
  3638. }
  3639.  
  3640. .categories-cloud {
  3641.    display: flex;
  3642.    flex-wrap: wrap;
  3643.    gap: 0.75rem;
  3644. }
  3645.  
  3646. .category-pill {
  3647.    display: inline-block;
  3648.    padding: 0.5rem 1rem;
  3649.    background: rgba(255, 255, 255, 0.1);
  3650.    border: 1px solid rgba(255, 255, 255, 0.2);
  3651.    border-radius: 20px;
  3652.    color:  var(--footer-color) !important;
  3653.    text-decoration: none;
  3654.    font-size: 0.85rem;
  3655.    opacity: 0.7;
  3656.    font-weight: 500;
  3657.    transition: all 0.3s ease;
  3658. }
  3659.  
  3660. .category-pill:hover {
  3661.    background: #3b82f6;
  3662.    border-color: #3b82f6;
  3663.    color: var(--footer-color) !important;
  3664.    opacity: 1;
  3665.    transform: translateY(-1px);
  3666.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3667. }
  3668.  
  3669. /* Footer Bottom */
  3670. .footer-bottom {
  3671.    padding: 2rem 0;
  3672.    position: relative;
  3673.    z-index: 2;
  3674. }
  3675.  
  3676. .bottom-border {
  3677.    height: 1px;
  3678.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3679.    margin-bottom: 2rem;
  3680. }
  3681.  
  3682. .copyright-main {
  3683.    font-size: 1rem;
  3684.    color: #e2e8f0;
  3685.    margin-bottom: 0.25rem;
  3686. }
  3687.  
  3688. .brand-highlight {
  3689.    color: var(--footer-color);
  3690.    font-weight: 700;
  3691. }
  3692.  
  3693. .copyright-sub {
  3694.    font-size: 0.85rem;
  3695.    color: #94a3b8;
  3696.    margin: 0;
  3697. }
  3698.  
  3699. .footer-actions {
  3700.    display: flex;
  3701.    align-items: center;
  3702.    gap: 2rem;
  3703. }
  3704.  
  3705. .action-links {
  3706.    display: flex;
  3707.    gap: 1.5rem;
  3708. }
  3709.  
  3710. .action-link {
  3711.    display: flex;
  3712.    align-items: center;
  3713.    gap: 0.5rem;
  3714.    color: #cbd5e1;
  3715.    text-decoration: none;
  3716.    font-size: 0.9rem;
  3717.    transition: color 0.3s ease;
  3718. }
  3719.  
  3720. .action-link:hover {
  3721.    color: #3b82f6;
  3722. }
  3723.  
  3724. .scroll-to-top-btn {
  3725.    background: rgba(255, 255, 255, 0.1);
  3726.    border: 1px solid rgba(255, 255, 255, 0.2);
  3727.    color: #cbd5e1;
  3728.    width: 44px;
  3729.    height: 44px;
  3730.    border-radius: 12px;
  3731.    cursor: pointer;
  3732.    transition: all 0.3s ease;
  3733.    display: flex;
  3734.    align-items: center;
  3735.    justify-content: center;
  3736. }
  3737.  
  3738. .scroll-to-top-btn:hover {
  3739.    background: #3b82f6;
  3740.    border-color: #3b82f6;
  3741.    color: white;
  3742.    transform: translateY(-2px);
  3743. }
  3744.  
  3745. /* Background Pattern */
  3746. .footer-pattern {
  3747.    position: absolute;
  3748.    top: 0;
  3749.    left: 0;
  3750.    width: 100%;
  3751.    height: 100%;
  3752.    z-index: 1;
  3753.    overflow: hidden;
  3754. }
  3755.  
  3756. .pattern-grid {
  3757.    position: relative;
  3758.    width: 100%;
  3759.    height: 100%;
  3760. }
  3761.  
  3762. .pattern-dot {
  3763.    position: absolute;
  3764.    width: 2px;
  3765.    height: 2px;
  3766.    background: rgba(255, 255, 255, 0.1);
  3767.    border-radius: 50%;
  3768. }
  3769.  
  3770. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3771. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3772. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3773. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3774. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3775. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3776.  
  3777. /* Responsive Design */
  3778. @media (max-width: 992px) {
  3779.    .newsletter-heading {
  3780.        font-size: 2rem;
  3781.    }
  3782.    
  3783.    .brand-section {
  3784.        padding-right: 0;
  3785.        margin-bottom: 3rem;
  3786.    }
  3787.    
  3788.    .links-section, .categories-section {
  3789.        padding-left: 0;
  3790.        padding-right: 0;
  3791.    }
  3792.    
  3793.    .brand-stats {
  3794.        justify-content: center;
  3795.        margin-top: 2rem;
  3796.    }
  3797. }
  3798.  
  3799. @media (max-width: 768px) {
  3800.    .newsletter-section {
  3801.        padding: 60px 0 40px;
  3802.    }
  3803.    
  3804.    .newsletter-container {
  3805.        padding: 2rem 1.5rem;
  3806.        margin: 0 1rem;
  3807.    }
  3808.    
  3809.    .newsletter-heading {
  3810.        font-size: 1.75rem;
  3811.    }
  3812.    
  3813.    .content-sections {
  3814.        padding: 40px 0;
  3815.    }
  3816.    
  3817.    .brand-header {
  3818.        flex-direction: column;
  3819.        text-align: center;
  3820.    }
  3821.    
  3822.    .footer-actions {
  3823.        flex-direction: column;
  3824.        gap: 1rem;
  3825.        margin-top: 1.5rem;
  3826.    }
  3827.    
  3828.    .action-links {
  3829.        order: 2;
  3830.    }
  3831.    
  3832.    .scroll-to-top-btn {
  3833.        order: 1;
  3834.    }
  3835. }
  3836.  
  3837. @media (max-width: 576px) {
  3838.    .newsletter-container {
  3839.        padding: 1.5rem 1rem;
  3840.    }
  3841.    
  3842.    .newsletter-heading {
  3843.        font-size: 1.5rem;
  3844.    }
  3845.    
  3846.    .brand-stats {
  3847.        flex-direction: column;
  3848.        gap: 1rem;
  3849.    }
  3850.    
  3851.    .stat-divider {
  3852.        width: 40px;
  3853.        height: 1px;
  3854.    }
  3855.    
  3856.    .action-links {
  3857.        flex-direction: column;
  3858.        gap: 0.75rem;
  3859.        text-align: center;
  3860.    }
  3861.    
  3862.    .pattern-dot {
  3863.        display: none;
  3864.    }
  3865. }
  3866. </style>
  3867.  
  3868. <!-- Bootstrap 5 JS -->
  3869.  
  3870. <script>
  3871. // Scroll to Top Function
  3872. document.addEventListener('DOMContentLoaded', function () {
  3873.    var btn = document.getElementById('toggleExternal');
  3874.    if (!btn) return; // No extra items, no button
  3875.  
  3876.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3877.  
  3878.    btn.addEventListener('click', function () {
  3879.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3880.            return li.classList.contains('d-none');
  3881.        });
  3882.  
  3883.        extras.forEach(function (li) {
  3884.            if (anyHidden) {
  3885.                li.classList.remove('d-none');
  3886.                li.classList.add('show');
  3887.            } else {
  3888.                li.classList.add('d-none');
  3889.                li.classList.remove('show');
  3890.            }
  3891.        });
  3892.  
  3893.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3894.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3895.    });
  3896. });
  3897. function scrollToTop() {
  3898.    window.scrollTo({
  3899.        top: 0,
  3900.        behavior: 'smooth'
  3901.    });
  3902. }
  3903.  
  3904. // Initialize Footer V4 Features
  3905. document.addEventListener('DOMContentLoaded', function() {
  3906.    
  3907.    // Newsletter Form Handling
  3908.    const newsletterForm = document.querySelector('.newsletter-form');
  3909.    const emailInput = document.querySelector('.form-input');
  3910.    const submitButton = document.querySelector('.submit-button');
  3911.    const successMessage = document.querySelector('.success-message');
  3912.    const errorMessage = document.querySelector('.error-message');
  3913.    const infoMessage = document.querySelector('.info-message');
  3914.    
  3915.    if (newsletterForm && emailInput && submitButton) {
  3916.        
  3917.        // Form submission
  3918.        newsletterForm.addEventListener('submit', function(e) {
  3919.            e.preventDefault();
  3920.            
  3921.            const email = emailInput.value.trim();
  3922.            
  3923.            // Validate email
  3924.            if (!email || !isValidEmail(email)) {
  3925.                showMessage('error');
  3926.                emailInput.focus();
  3927.                return;
  3928.            }
  3929.            
  3930.            // Show loading state
  3931.            const originalText = submitButton.querySelector('.button-text').textContent;
  3932.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3933.            
  3934.            submitButton.disabled = true;
  3935.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3936.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3937.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3938.            
  3939.            // Simulate API call
  3940.            setTimeout(() => {
  3941.                // Success state
  3942.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3943.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3944.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3945.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3946.                
  3947.                showMessage('success');
  3948.                
  3949.                // Reset after delay
  3950.                setTimeout(() => {
  3951.                    submitButton.querySelector('.button-text').textContent = originalText;
  3952.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3953.                    submitButton.style.background = '';
  3954.                    submitButton.disabled = false;
  3955.                    emailInput.value = '';
  3956.                    showMessage('info');
  3957.                }, 3000);
  3958.                
  3959.            }, 2000);
  3960.        });
  3961.        
  3962.        // Input validation
  3963.        emailInput.addEventListener('blur', function() {
  3964.            const email = this.value.trim();
  3965.            if (email && !isValidEmail(email)) {
  3966.                this.style.borderColor = '#ef4444';
  3967.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3968.            } else if (email && isValidEmail(email)) {
  3969.                this.style.borderColor = '#10b981';
  3970.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3971.            }
  3972.        });
  3973.        
  3974.        emailInput.addEventListener('focus', function() {
  3975.            this.style.borderColor = '#3b82f6';
  3976.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3977.        });
  3978.        
  3979.        // Reset validation styling on input
  3980.        emailInput.addEventListener('input', function() {
  3981.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3982.                this.style.borderColor = '';
  3983.                this.style.boxShadow = '';
  3984.            }
  3985.        });
  3986.    }
  3987.    
  3988.    // Email validation function
  3989.    function isValidEmail(email) {
  3990.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3991.        return emailRegex.test(email);
  3992.    }
  3993.    
  3994.    // Message display function
  3995.    function showMessage(type) {
  3996.        // Hide all messages
  3997.        successMessage.style.display = 'none';
  3998.        errorMessage.style.display = 'none';
  3999.        infoMessage.style.display = 'none';
  4000.        
  4001.        // Show specific message
  4002.        if (type === 'success') {
  4003.            successMessage.style.display = 'block';
  4004.        } else if (type === 'error') {
  4005.            errorMessage.style.display = 'block';
  4006.        } else if (type === 'info') {
  4007.            infoMessage.style.display = 'block';
  4008.        }
  4009.    }
  4010.    
  4011.    // Smooth reveal animations
  4012.    const observerOptions = {
  4013.        threshold: 0.1,
  4014.        rootMargin: '0px 0px -30px 0px'
  4015.    };
  4016.    
  4017.    const sectionObserver = new IntersectionObserver((entries) => {
  4018.        entries.forEach(entry => {
  4019.            if (entry.isIntersecting) {
  4020.                entry.target.style.opacity = '1';
  4021.                entry.target.style.transform = 'translateY(0)';
  4022.            }
  4023.        });
  4024.    }, observerOptions);
  4025.    
  4026.    // Animate sections
  4027.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4028.        section.style.opacity = '0';
  4029.        section.style.transform = 'translateY(20px)';
  4030.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4031.        sectionObserver.observe(section);
  4032.    });
  4033.    
  4034.    // Animate category pills
  4035.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4036.        pill.style.opacity = '0';
  4037.        pill.style.transform = 'translateY(10px)';
  4038.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4039.        
  4040.        setTimeout(() => {
  4041.            pill.style.opacity = '1';
  4042.            pill.style.transform = 'translateY(0)';
  4043.        }, 300 + (index * 100));
  4044.    });
  4045.    
  4046.    // Enhanced link hover effects
  4047.    document.querySelectorAll('.link-text').forEach(link => {
  4048.        link.addEventListener('mouseenter', function() {
  4049.            const icon = this.querySelector('.link-icon');
  4050.            if (icon) {
  4051.                icon.style.transform = 'translateX(4px)';
  4052.            }
  4053.        });
  4054.        
  4055.        link.addEventListener('mouseleave', function() {
  4056.            const icon = this.querySelector('.link-icon');
  4057.            if (icon) {
  4058.                icon.style.transform = 'translateX(0)';
  4059.            }
  4060.        });
  4061.    });
  4062.    
  4063.    // Prevent default for demo links
  4064.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4065.        link.addEventListener('click', function(e) {
  4066.            e.preventDefault();
  4067.        });
  4068.    });
  4069.    
  4070.    // Add ripple effect to submit button
  4071.    submitButton.addEventListener('click', function(e) {
  4072.        const ripple = document.createElement('span');
  4073.        const rect = this.getBoundingClientRect();
  4074.        const size = Math.max(rect.width, rect.height);
  4075.        const x = e.clientX - rect.left - size / 2;
  4076.        const y = e.clientY - rect.top - size / 2;
  4077.        
  4078.        ripple.style.cssText = `
  4079.            position: absolute;
  4080.            width: ${size}px;
  4081.            height: ${size}px;
  4082.            left: ${x}px;
  4083.            top: ${y}px;
  4084.            background: rgba(255, 255, 255, 0.3);
  4085.            border-radius: 50%;
  4086.            transform: scale(0);
  4087.            animation: ripple 0.6s ease-out;
  4088.            pointer-events: none;
  4089.        `;
  4090.        
  4091.        this.appendChild(ripple);
  4092.        
  4093.        setTimeout(() => {
  4094.            ripple.remove();
  4095.        }, 600);
  4096.    });
  4097.    
  4098. });
  4099.  
  4100. // Add CSS for ripple animation
  4101. const rippleStyle = document.createElement('style');
  4102. rippleStyle.textContent = `
  4103.    @keyframes ripple {
  4104.        to {
  4105.            transform: scale(2);
  4106.            opacity: 0;
  4107.        }
  4108.    }
  4109.    
  4110.    @keyframes spin {
  4111.        from { transform: rotate(0deg); }
  4112.        to { transform: rotate(360deg); }
  4113.    }
  4114.    
  4115.    .submit-button {
  4116.        position: relative;
  4117.        overflow: hidden;
  4118.    }
  4119. `;
  4120. document.head.appendChild(rippleStyle);
  4121. </script>
  4122.  
  4123.        <!-- end of wpo-site-footer-section -->
  4124.    </div>
  4125.    <!-- end of page-wrapper -->
  4126.  
  4127.    <!-- All JavaScript files
  4128.    ================================================== -->
  4129.    
  4130.  
  4131. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4132. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4133. <!-- Plugins for this template -->
  4134. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4135. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4136. <!-- Custom script for this template -->
  4137. <script src="/static/blogapp/assets/js/script.js"></script>
  4138.  
  4139. <script>
  4140. (function () {
  4141. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4142. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4143.  
  4144. function applyFallback(img) {
  4145. if (!img || img.dataset.fallbackApplied === "1") {
  4146. return;
  4147. }
  4148. var failedSrc = img.currentSrc || img.src || "";
  4149. img.dataset.fallbackApplied = "1";
  4150. img.onerror = null;
  4151. img.src = fallbackImageSrc;
  4152. console.warn("[ImageFallback] Replaced broken image:", {
  4153. failedSrc: failedSrc,
  4154. fallbackSrc: fallbackImageSrc,
  4155. alt: img.alt || "",
  4156. });
  4157. }
  4158.  
  4159. document.querySelectorAll("img").forEach(function (img) {
  4160. if (img.complete && img.naturalWidth === 0) {
  4161. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4162. failedSrc: img.currentSrc || img.src || "",
  4163. alt: img.alt || "",
  4164. });
  4165. applyFallback(img);
  4166. }
  4167. });
  4168.  
  4169. document.addEventListener(
  4170. "error",
  4171. function (event) {
  4172. var target = event.target;
  4173. if (target && target.tagName === "IMG") {
  4174. applyFallback(target);
  4175. }
  4176. },
  4177. true
  4178. );
  4179. })();
  4180. </script>
  4181.  
  4182. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4183.  
  4184.  
  4185.  
  4186. <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":"b47f7f3c63b44ed087c0b77612f680bd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4187. </body>
  4188.  
  4189. </html>
  4190.  
  4191.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda