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://lunarclubhub.com

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