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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_4_BgSV7mW_guxxJp2_THbMJz6_heouu3v.png">
  14.    
  15.  
  16.    <title>Stellar Royal Zone: Luxury Travel, Fashion &amp; Lifestyle Blog</title>
  17.    <meta name="description" content="Explore exclusive luxury travel destinations, high-end fashion trends, and elite lifestyle tips on Stellar Royal Zone, your guide to sophisticated living.">
  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://stellarroyalzone.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #6a0dad;
  42.        --bs-primary-rgb: 6a0dad;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #6a0dad;
  53.        --theme-primary-color-s2: #6a0dad;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  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: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 12px;
  83.        --link-color: #6a0dad;
  84.        --link-hover: #570b8a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(106, 13, 173, 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_19">
  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="/leonard-and-hungry-paul-analysis-a-gentle-series-with-narration-from-the-famous-actress-provides-a-great-remedy-to-modern-life/" class="px-5 top-color">
  427.                    Leonard and Hungry Paul Analysis: A Gentle Series With Narration from the Famous Actress Provides a Great Remedy to Modern Life
  428.                  </a>
  429.              
  430.               <a href="/the-art-of-perfect-creamy-paneer-curry-cooking-instructions/" class="px-5 top-color">
  431.                    The Art of Perfect Creamy Paneer Curry – Cooking Instructions
  432.                  </a>
  433.              
  434.               <a href="/uk-and-scottish-government-governments-disagree-over-footing-the-245m-bill-for-trump-and-vance-trips/" class="px-5 top-color">
  435.                    UK and Scottish government Governments Disagree Over Footing the £24.5m Bill for Trump and Vance Trips
  436.                  </a>
  437.              
  438.               <a href="/certain-factions-on-the-political-spectrum-who-offer-only-discontent-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/" class="px-5 top-color">
  439.                    Certain factions on the political spectrum who offer only discontent: Ministers are moving forward with the job of economic rejuvenation.
  440.                  </a>
  441.              
  442.               <a href="/toronto-blue-jays-claim-fall-classic-showdown-against-defending-champion-dodgers/" class="px-5 top-color">
  443.                    Toronto Blue Jays Claim Fall Classic Showdown Against defending champion Dodgers
  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-v7 py-2 mb-4">
  480.    <!-- Top Bar -->
  481.    <div class="top-bar-v7">
  482.        <div class="container-fluid fluid-container">
  483.            <div class="row align-items-center justify-content-center">
  484.                <div class="col-lg-3 col-md-4">
  485.                    <div class="logo-section-v7">
  486.                        <a class="brand-link-v7" href="/">
  487.                            
  488.                                Stellar Royal Zone
  489.                            
  490.                        </a>
  491.                    </div>
  492.                </div>
  493.                <div class="col-lg-6 col-md-5">
  494.                    <div class="search-bar-v7">
  495.                        <form class="search-form-v7" action="#" method="get">
  496.                            <div class="search-container-v7">
  497.                                <input id="search-input" type="search" class="search-input-v7"
  498.                                    placeholder="Search articles, tutorials, news..." name="q">
  499.                                <button type="submit" class="search-btn-v7">
  500.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  501.                                        stroke-width="2">
  502.                                        <circle cx="11" cy="11" r="8"></circle>
  503.                                        <path d="m21 21-4.35-4.35"></path>
  504.                                    </svg>
  505.                                </button>
  506.                            </div>
  507.                            <div id="search-results" class="search-results-container search-v1"></div>
  508.                        </form>
  509.                    </div>
  510.                </div>
  511.                <div class="col-lg-3 col-md-3">
  512.                    <!-- Empty column for spacing -->
  513.                </div>
  514.            </div>
  515.        </div>
  516.    </div>
  517.  
  518.    <!-- Main Navigation -->
  519.    <div class="main-nav-v7">
  520.        <div class="container-fluid">
  521.            <div class="nav-wrapper-v7">
  522.  
  523.                <!-- Sidebar Navigation -->
  524.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  525.                    <div class="nav-header-v7">
  526.                        <h6 class="nav-title-v7">Navigation</h6>
  527.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  528.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  529.                                stroke-width="2">
  530.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  531.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  532.                            </svg>
  533.                        </button>
  534.                    </div>
  535.  
  536.                    <ul class="sidebar-menu-v7">
  537.                        <li class="sidebar-item-v7">
  538.                            <a href='/' class="sidebar-link-v7 active-v7">
  539.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  540.                                    stroke="currentColor" stroke-width="2">
  541.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  542.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  543.                                </svg>
  544.                                Home
  545.                            </a>
  546.                        </li>
  547.  
  548.                        <li class="sidebar-item-v7 has-submenu-v7">
  549.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  550.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  551.                                    stroke="currentColor" stroke-width="2">
  552.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  553.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  554.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  555.                                </svg>
  556.                                Technology
  557.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  558.                                    stroke="currentColor" stroke-width="2">
  559.                                    <polyline points="6,9 12,15 18,9"></polyline>
  560.                                </svg>
  561.                            </a>
  562.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  563.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  564.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  565.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  566.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  567.                            </ul>
  568.                        </li>
  569.  
  570.                        <li class="sidebar-item-v7 has-submenu-v7">
  571.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  572.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  573.                                    stroke="currentColor" stroke-width="2">
  574.                                    <path
  575.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  576.                                    </path>
  577.                                </svg>
  578.                                Business
  579.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  580.                                    stroke="currentColor" stroke-width="2">
  581.                                    <polyline points="6,9 12,15 18,9"></polyline>
  582.                                </svg>
  583.                            </a>
  584.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  585.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  586.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  587.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  588.                            </ul>
  589.                        </li>
  590.  
  591.                        <li class="sidebar-item-v7">
  592.                            <a href="#" class="sidebar-link-v7">
  593.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  594.                                    stroke="currentColor" stroke-width="2">
  595.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  596.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  597.                                </svg>
  598.                                Tutorials
  599.                            </a>
  600.                        </li>
  601.  
  602.                        <li class="sidebar-item-v7">
  603.                            <a href="#" class="sidebar-link-v7">
  604.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  605.                                    stroke="currentColor" stroke-width="2">
  606.                                    <polygon
  607.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  608.                                    </polygon>
  609.                                </svg>
  610.                                Reviews
  611.                            </a>
  612.                        </li>
  613.  
  614.                        <li class="sidebar-item-v7">
  615.                            <a href="#" class="sidebar-link-v7">
  616.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  617.                                    stroke="currentColor" stroke-width="2">
  618.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  619.                                </svg>
  620.                                News
  621.                            </a>
  622.                        </li>
  623.  
  624.                        <li class="sidebar-item-v7">
  625.                            <a href="#" class="sidebar-link-v7">
  626.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  627.                                    stroke="currentColor" stroke-width="2">
  628.                                    <circle cx="12" cy="12" r="3"></circle>
  629.                                    <path
  630.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  631.                                    </path>
  632.                                </svg>
  633.                                About
  634.                            </a>
  635.                        </li>
  636.  
  637.                        <li class="sidebar-item-v7">
  638.                            <a href="#" class="sidebar-link-v7">
  639.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  640.                                    stroke="currentColor" stroke-width="2">
  641.                                    <path
  642.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  643.                                    </path>
  644.                                    <polyline points="22,6 12,13 2,6"></polyline>
  645.                                </svg>
  646.                                Contact
  647.                            </a>
  648.                        </li>
  649.                    </ul>
  650.                </nav>
  651.                <div class="sidebar-blur"></div>
  652.  
  653.                <!-- Main Content Area -->
  654.                <div class="content-area-v7">
  655.                    <!-- Horizontal Nav for Desktop -->
  656.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  657.                        <ul class="horizontal-menu-v7">
  658.  
  659.                            
  660.                            <li class="horizontal-item-v7">
  661.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  662.                            </li>
  663.  
  664.                            
  665.                            
  666.                             <li class="horizontal-item-v7">
  667.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  668.                                    All Posts
  669.                                </a>
  670.                                </li>
  671.  
  672.                                
  673.  
  674.                                        
  675.                                        
  676.                                
  677.                             <li class="horizontal-item-v7">
  678.                                <a href="/category/business/" class="horizontal-link-v7">
  679.                                    Business
  680.                                </a>
  681.                                </li>
  682.  
  683.                                
  684.  
  685.                                        
  686.                                        
  687.                                
  688.                             <li class="horizontal-item-v7">
  689.                                <a href="/category/esports/" class="horizontal-link-v7">
  690.                                    Esports
  691.                                </a>
  692.                                </li>
  693.  
  694.                                
  695.  
  696.                                        
  697.                                        
  698.                                
  699.                             <li class="horizontal-item-v7">
  700.                                <a href="/category/fashion/" class="horizontal-link-v7">
  701.                                    Fashion
  702.                                </a>
  703.                                </li>
  704.  
  705.                                
  706.  
  707.                                        
  708.                                        
  709.                                
  710.                             <li class="horizontal-item-v7">
  711.                                <a href="/category/featured/" class="horizontal-link-v7">
  712.                                    Featured
  713.                                </a>
  714.                                </li>
  715.  
  716.                                
  717.  
  718.                                        
  719.                                        
  720.                                
  721.                             <li class="horizontal-item-v7">
  722.                                <a href="/category/gaming/" class="horizontal-link-v7">
  723.                                    Gaming
  724.                                </a>
  725.                                </li>
  726.  
  727.                                
  728.  
  729.                                        
  730.                                        
  731.                                
  732.                             <li class="horizontal-item-v7">
  733.                                <a href="/category/health/" class="horizontal-link-v7">
  734.                                    Health
  735.                                </a>
  736.                                </li>
  737.  
  738.                                
  739.  
  740.                                        
  741.                                        
  742.                                
  743.                            
  744.                                
  745.                                <li class="horizontal-item-v7 dropdown-v7">
  746.                                    <a href="#" class="horizontal-link-v7">More</a>
  747.                                    <div class="horizontal-dropdown-v7">
  748.                                        <a href="/category/life-fitness/"
  749.                                            class="dropdown-item-v7">
  750.                                            Life &amp; Fitness
  751.                                        </a>
  752.                                        
  753.  
  754.                                        
  755.                                        
  756.                                
  757.                            
  758.                                        <a href="/category/lifestyle/"
  759.                                            class="dropdown-item-v7">
  760.                                            Lifestyle
  761.                                        </a>
  762.                                        
  763.  
  764.                                        
  765.                                        
  766.                                
  767.                            
  768.                                        <a href="/category/news/"
  769.                                            class="dropdown-item-v7">
  770.                                            News
  771.                                        </a>
  772.                                        
  773.  
  774.                                        
  775.                                        
  776.                                
  777.                            
  778.                                        <a href="/category/others/"
  779.                                            class="dropdown-item-v7">
  780.                                            Others
  781.                                        </a>
  782.                                        
  783.  
  784.                                        
  785.                                        
  786.                                
  787.                            
  788.                                        <a href="/category/politics/"
  789.                                            class="dropdown-item-v7">
  790.                                            Politics
  791.                                        </a>
  792.                                        
  793.  
  794.                                        
  795.                                        
  796.                                
  797.                            
  798.                                        <a href="/category/sports/"
  799.                                            class="dropdown-item-v7">
  800.                                            Sports
  801.                                        </a>
  802.                                        
  803.  
  804.                                        
  805.                                        
  806.                                
  807.                            
  808.                                        <a href="/category/tech/"
  809.                                            class="dropdown-item-v7">
  810.                                            Tech
  811.                                        </a>
  812.                                        
  813.  
  814.                                        
  815.                                        
  816.                                
  817.                            
  818.                                        <a href="/category/travel/"
  819.                                            class="dropdown-item-v7">
  820.                                            Travel
  821.                                        </a>
  822.                                        
  823.  
  824.                                        
  825.                                        
  826.                                    </div>
  827.                                </li>
  828.                                
  829.                                
  830. <li>
  831.                  <a href="/page/contact-us/">
  832.                     Contact Us
  833.                  </a>
  834.              </li>
  835.                        </ul>
  836.                    </nav>
  837.  
  838.  
  839.                    <!-- Mobile Menu Button -->
  840.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  841.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  842.                            stroke-width="2">
  843.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  844.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  845.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  846.                        </svg>
  847.                        Menu
  848.                    </button>
  849.                </div>
  850.            </div>
  851.        </div>
  852.    </div>
  853.  
  854.    <!-- Overlay for mobile sidebar -->
  855.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  856. </header>
  857.  
  858. <style>
  859.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  860.    .header-v7 {
  861.        position: relative;
  862.        background: var(--navbar-bg);
  863.    }
  864.  
  865.    /* Top Bar Styles */
  866.    .top-bar-v7 {
  867.        padding: 15px 0;
  868.        border-bottom: 1px solid var(--border-color);
  869.        background: var(--navbar-bg);
  870.    }
  871.  
  872.    .logo-img-v7 {
  873.        max-height: 70px;
  874.        transition: transform 0.3s ease;
  875.    }
  876.  
  877.    .logo-img-v7:hover {
  878.        transform: scale(1.05);
  879.    }
  880.  
  881.    /* Search Bar Styles */
  882.    .search-container-v7 {
  883.        position: relative;
  884.        display: flex;
  885.        align-items: center;
  886.        background: transparent;
  887.        border: 2px solid var(--border-color);
  888.        border-radius: 8px;
  889.        overflow: hidden;
  890.        transition: all 0.3s ease;
  891.    }
  892.  
  893.    .search-container-v7:focus-within {
  894.        border-color: #007bff33;
  895.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  896.    }
  897.  
  898.    .search-input-v7 {
  899.        color: var(--topbar-color) !important;
  900.        flex: 1;
  901.        border: none;
  902.        padding: 12px 16px;
  903.        font-size: 14px;
  904.        outline: none;
  905.        background: transparent;
  906.    }
  907.  
  908.    .search-input-v7::placeholder {
  909.        color: #a0aec0;
  910.    }
  911.  
  912.    .search-btn-v7 {
  913.        background: var(--bs-primary);
  914.        color: white;
  915.        border: none;
  916.        padding: 12px 16px;
  917.        cursor: pointer;
  918.        transition: background 0.3s ease;
  919.    }
  920.  
  921.    .search-btn-v7:hover {
  922.        background: #3182ce;
  923.    }
  924.  
  925.    /* Header Actions */
  926.    .header-actions-v7 {
  927.        display: flex;
  928.        align-items: center;
  929.        gap: 15px;
  930.        justify-content: flex-end;
  931.    }
  932.  
  933.    .notification-btn-v7,
  934.    .profile-btn-v7 {
  935.        background: none;
  936.        border: none;
  937.        padding: 8px;
  938.        border-radius: 8px;
  939.        cursor: pointer;
  940.        transition: background 0.3s ease;
  941.        position: relative;
  942.    }
  943.  
  944.    .notification-btn-v7:hover,
  945.    .profile-btn-v7:hover {
  946.        background: #f1f5f9;
  947.    }
  948.  
  949.    .notification-badge-v7 {
  950.        position: absolute;
  951.        top: 2px;
  952.        right: 2px;
  953.        background: #e53e3e;
  954.        color: white;
  955.        font-size: 16px;
  956.        font-weight: 600;
  957.        width: 16px;
  958.        height: 16px;
  959.        border-radius: 50%;
  960.        display: flex;
  961.        align-items: center;
  962.        justify-content: center;
  963.    }
  964.  
  965.    .profile-avatar-v7 {
  966.        width: 32px;
  967.        height: 32px;
  968.        background: var(--border-color);
  969.        border-radius: 50%;
  970.        display: flex;
  971.        align-items: center;
  972.        justify-content: center;
  973.    }
  974.  
  975.    /* Main Navigation */
  976.    .main-nav-v7 {
  977.        background: var(--navbar-bg);
  978.    }
  979.  
  980.    .nav-wrapper-v7 {
  981.        display: flex;
  982.        align-items: center;
  983.        justify-content: center;
  984.        min-height: 60px;
  985.    }
  986.  
  987.    /* Sidebar Navigation */
  988.    .sidebar-nav-v7 {
  989.        position: fixed;
  990.        top: 0;
  991.        left: -350px;
  992.        width: 350px;
  993.        height: 100vh;
  994.        background: var(--navbar-bg);
  995.        z-index: 1000;
  996.        transition: left 0.3s ease;
  997.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  998.        overflow-y: auto;
  999.    }
  1000.  
  1001.    .sidebar-nav-v7.show-v7 {
  1002.        left: 0;
  1003.    }
  1004.  
  1005.    .nav-header-v7 {
  1006.        display: flex;
  1007.        align-items: center;
  1008.        justify-content: space-between;
  1009.        padding: 20px 25px;
  1010.        border-bottom: 1px solid var(--border-color);
  1011.        background: var(--navbar-bg);
  1012.    }
  1013.  
  1014.    .nav-title-v7 {
  1015.        font-size: 16px;
  1016.        font-weight: 600;
  1017.        color: #2d3748;
  1018.        margin: 0;
  1019.    }
  1020.  
  1021.    .sidebar-close-v7 {
  1022.        background: none;
  1023.        border: none;
  1024.        padding: 8px;
  1025.        cursor: pointer;
  1026.        border-radius: 6px;
  1027.        transition: background 0.3s ease;
  1028.    }
  1029.  
  1030.    .sidebar-close-v7:hover {
  1031.        background: var(--border-color);
  1032.    }
  1033.  
  1034.    .sidebar-menu-v7 {
  1035.        list-style: none;
  1036.        padding: 20px 0;
  1037.        margin: 0;
  1038.    }
  1039.  
  1040.    .sidebar-item-v7 {
  1041.        margin-bottom: 5px;
  1042.    }
  1043.  
  1044.    .sidebar-link-v7 {
  1045.        display: flex;
  1046.        align-items: center;
  1047.        color: #4a5568;
  1048.        text-decoration: none;
  1049.        padding: 15px 25px;
  1050.        font-size: 15px;
  1051.        font-weight: 500;
  1052.        transition: all 0.3s ease;
  1053.        position: relative;
  1054.    }
  1055.  
  1056.    .sidebar-link-v7:hover,
  1057.    .sidebar-link-v7.active-v7 {
  1058.        color: #007bff;
  1059.        background: var(--border-color);
  1060.    }
  1061.  
  1062.    .sidebar-link-v7.active-v7::before {
  1063.        content: '';
  1064.        position: absolute;
  1065.        left: 0;
  1066.        top: 0;
  1067.        bottom: 0;
  1068.        width: 4px;
  1069.        background: #007bff;
  1070.    }
  1071.  
  1072.    .sidebar-icon-v7 {
  1073.        margin-right: 12px;
  1074.        color: currentColor;
  1075.    }
  1076.  
  1077.    .submenu-arrow-v7 {
  1078.        margin-left: auto;
  1079.        transition: transform 0.3s ease;
  1080.    }
  1081.  
  1082.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1083.        transform: rotate(180deg);
  1084.    }
  1085.  
  1086.    .sidebar-submenu-v7 {
  1087.        list-style: none;
  1088.        padding: 0;
  1089.        margin: 0;
  1090.        max-height: 0;
  1091.        overflow: hidden;
  1092.        transition: max-height 0.3s ease;
  1093.        background: var(--navbar-bg);
  1094.    }
  1095.  
  1096.    .sidebar-submenu-v7.show-v7 {
  1097.        max-height: 300px;
  1098.        padding: 10px 0;
  1099.    }
  1100.  
  1101.    .sidebar-sublink-v7 {
  1102.        display: block;
  1103.        color: #718096;
  1104.        text-decoration: none;
  1105.        padding: 10px 25px 10px 55px;
  1106.        font-size: 14px;
  1107.        transition: all 0.3s ease;
  1108.    }
  1109.  
  1110.    .sidebar-sublink-v7:hover {
  1111.        color: #007bff;
  1112.        background: var(--border-color);
  1113.    }
  1114.  
  1115.    /* Sidebar Footer */
  1116.    .sidebar-footer-v7 {
  1117.        padding: 25px;
  1118.        margin-top: auto;
  1119.        border-top: 1px solid var(--border-color);
  1120.    }
  1121.  
  1122.    .sidebar-cta-v7 {
  1123.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1124.        padding: 20px;
  1125.        border-radius: 12px;
  1126.        text-align: center;
  1127.        color: white;
  1128.    }
  1129.  
  1130.    .cta-title-v7 {
  1131.        font-size: 14px;
  1132.        font-weight: 600;
  1133.        margin: 0 0 5px 0;
  1134.    }
  1135.  
  1136.    .cta-text-v7 {
  1137.        font-size: 12px;
  1138.        margin: 0 0 15px 0;
  1139.        opacity: 0.9;
  1140.    }
  1141.  
  1142.    .cta-btn-v7 {
  1143.        background: rgba(255, 255, 255, 0.2);
  1144.        color: white;
  1145.        border: 1px solid rgba(255, 255, 255, 0.3);
  1146.        padding: 8px 20px;
  1147.        border-radius: 20px;
  1148.        font-size: 12px;
  1149.        font-weight: 500;
  1150.        cursor: pointer;
  1151.        transition: all 0.3s ease;
  1152.    }
  1153.  
  1154.    .cta-btn-v7:hover {
  1155.        background: rgba(255, 255, 255, 0.3);
  1156.    }
  1157.  
  1158.    /* Horizontal Navigation for Desktop */
  1159.    .horizontal-nav-v7 {
  1160.        flex: 1;
  1161.        display: flex;
  1162.        justify-content: center;
  1163.    }
  1164.  
  1165.    .horizontal-menu-v7 {
  1166.        list-style: none;
  1167.        padding: 0;
  1168.        margin: 0;
  1169.        display: flex;
  1170.        align-items: center;
  1171.    }
  1172.  
  1173.    .horizontal-item-v7 {
  1174.        position: relative;
  1175.        margin-right: 30px;
  1176.    }
  1177.  
  1178.    .horizontal-link-v7 {
  1179.        color: #4a5568;
  1180.        text-decoration: none;
  1181.        font-size: 16px;
  1182.        font-weight: 500;
  1183.        padding: 20px 0;
  1184.        position: relative;
  1185.        transition: color 0.3s ease;
  1186.    }
  1187.  
  1188.    .horizontal-link-v7::after {
  1189.        content: '';
  1190.        position: absolute;
  1191.        bottom: 0;
  1192.        left: 0;
  1193.        width: 0;
  1194.        height: 2px;
  1195.        background: #007bff;
  1196.        transition: width 0.3s ease;
  1197.    }
  1198.  
  1199.    .horizontal-link-v7:hover,
  1200.    .horizontal-link-v7.active-v7 {
  1201.        color: #007bff;
  1202.        font-weight: 600;
  1203.    }
  1204.  
  1205.    .horizontal-link-v7:hover::after,
  1206.    .horizontal-link-v7.active-v7::after {
  1207.        width: 100%;
  1208.    }
  1209.  
  1210.    /* Horizontal Dropdown */
  1211.    .horizontal-dropdown-v7 {
  1212.        position: absolute;
  1213.        top: 100%;
  1214.        left: 0;
  1215.        background: var(--navbar-bg);
  1216.        min-width: 200px;
  1217.        border-radius: 8px;
  1218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1219.        opacity: 0;
  1220.        visibility: hidden;
  1221.        transform: translateY(-10px);
  1222.        transition: all 0.3s ease;
  1223.        padding: 10px 0;
  1224.        z-index: 100;
  1225.    }
  1226.  
  1227.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1228.        opacity: 1;
  1229.        visibility: visible;
  1230.        transform: translateY(0);
  1231.    }
  1232.  
  1233.    .dropdown-item-v7 {
  1234.        display: block;
  1235.        color: #4a5568;
  1236.        text-decoration: none;
  1237.        padding: 12px 20px;
  1238.        font-size: 14px;
  1239.        transition: all 0.3s ease;
  1240.    }
  1241.  
  1242.    .dropdown-item-v7:hover {
  1243.        color: #007bff;
  1244.        background: #565758ff;
  1245.    }
  1246.  
  1247.    /* Mobile Menu Button */
  1248.    .mobile-menu-btn-v7 {
  1249.        background: none;
  1250.        border: 1px solid var(--border-color);
  1251.        padding: 10px 15px;
  1252.        border-radius: 8px;
  1253.        cursor: pointer;
  1254.        display: flex;
  1255.        align-items: center;
  1256.        gap: 8px;
  1257.        font-size: 14px;
  1258.        font-weight: 500;
  1259.        color: #4a5568;
  1260.        transition: all 0.3s ease;
  1261.        margin: 0 auto;
  1262.    }
  1263.  
  1264.    .mobile-menu-btn-v7:hover {
  1265.        border-color: #cbd5e0;
  1266.        opacity: 0.7;
  1267.    }
  1268.  
  1269.    /* Sidebar Overlay */
  1270.    .sidebar-overlay-v7 {
  1271.        position: fixed;
  1272.        top: 0;
  1273.        left: 0;
  1274.        right: 0;
  1275.        bottom: 0;
  1276.        background: rgba(0, 0, 0, 0.5);
  1277.        z-index: 999;
  1278.        opacity: 0;
  1279.        visibility: hidden;
  1280.        transition: all 0.3s ease;
  1281.    }
  1282.  
  1283.    .sidebar-overlay-v7.show-v7 {
  1284.        opacity: 1;
  1285.        visibility: visible;
  1286.    }
  1287.  
  1288.    /* Responsive Design */
  1289.    @media (max-width: 991px) {
  1290.        .top-bar-v7 .col-lg-6 {
  1291.            order: 3;
  1292.            margin-top: 15px;
  1293.        }
  1294.  
  1295.        .header-actions-v7 {
  1296.            justify-content: flex-start;
  1297.        }
  1298.    }
  1299.  
  1300.    @media (max-width: 768px) {
  1301.        .sidebar-nav-v7 {
  1302.            width: 300px;
  1303.            left: -300px;
  1304.        }
  1305.  
  1306.        .search-container-v7 {
  1307.            margin-top: 10px;
  1308.        }
  1309.    }
  1310. </style>
  1311.  
  1312. <script>
  1313.    function openSidebarV7() {
  1314.        const sidebar = document.getElementById('sidebarNavV7');
  1315.        const overlay = document.getElementById('sidebarOverlayV7');
  1316.  
  1317.        sidebar.classList.add('show-v7');
  1318.        overlay.classList.add('show-v7');
  1319.        document.body.style.overflow = 'hidden';
  1320.    }
  1321.  
  1322.    function closeSidebarV7() {
  1323.        const sidebar = document.getElementById('sidebarNavV7');
  1324.        const overlay = document.getElementById('sidebarOverlayV7');
  1325.  
  1326.        sidebar.classList.remove('show-v7');
  1327.        overlay.classList.remove('show-v7');
  1328.        document.body.style.overflow = '';
  1329.    }
  1330.  
  1331.    function toggleSubmenuV7(submenuId) {
  1332.        const submenu = document.getElementById(submenuId);
  1333.        const parentItem = submenu.closest('.sidebar-item-v7');
  1334.  
  1335.        // Close other open submenus
  1336.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1337.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1338.  
  1339.        allSubmenus.forEach(menu => {
  1340.            if (menu.id !== submenuId) {
  1341.                menu.classList.remove('show-v7');
  1342.            }
  1343.        });
  1344.  
  1345.        allParentItems.forEach(item => {
  1346.            if (item !== parentItem) {
  1347.                item.classList.remove('open-v7');
  1348.            }
  1349.        });
  1350.  
  1351.        // Toggle current submenu
  1352.        submenu.classList.toggle('show-v7');
  1353.        parentItem.classList.toggle('open-v7');
  1354.    }
  1355.  
  1356.    // Close sidebar when clicking outside
  1357.    document.addEventListener('click', function (event) {
  1358.        const sidebar = document.getElementById('sidebarNavV7');
  1359.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1360.  
  1361.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1362.            closeSidebarV7();
  1363.        }
  1364.    });
  1365.  
  1366.    // Handle window resize
  1367.    window.addEventListener('resize', function () {
  1368.        if (window.innerWidth >= 992) {
  1369.            closeSidebarV7();
  1370.        }
  1371.    });
  1372. </script>
  1373.  
  1374. <script>
  1375.  document.addEventListener("DOMContentLoaded", function () {
  1376.    console.log("loaded");
  1377.  
  1378.     const searchInput = document.getElementById("search-input")
  1379.    const searchResults = document.getElementById("search-results");
  1380.  
  1381.    if (!searchInput || !searchResults) {
  1382.      console.error("Search input/results not found");
  1383.      return;
  1384.    }
  1385.  
  1386.    // Prevent form submission
  1387.    if (searchInput.form) {
  1388.      searchInput.form.addEventListener("submit", function (e) {
  1389.        e.preventDefault();
  1390.      });
  1391.    }
  1392.  
  1393.    // Add event listener for keyup
  1394.    searchInput.addEventListener("keyup", function (e) {
  1395.      console.log("Key pressed:", e.key);
  1396.      e.preventDefault();
  1397.  
  1398.      const query = searchInput.value.trim();
  1399.      console.log("User is typing: " + query);
  1400.  
  1401.      // If empty → clear and hide
  1402.      if (query === "") {
  1403.        searchResults.innerHTML = "";
  1404.        searchResults.style.display = "none";
  1405.        return;
  1406.      }
  1407.  
  1408.      // Show results
  1409.      searchResults.style.display = "block";
  1410.  
  1411.      // Fetch search results
  1412.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1413.        method: "GET",
  1414.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1415.      })
  1416.        .then(response => {
  1417.          console.log("Response Status:", response.status);
  1418.          return response.json();
  1419.        })
  1420.        .then(data => {
  1421.          console.log("Data received:", data);
  1422.          if (data.html) {
  1423.            searchResults.innerHTML = data.html;
  1424.          } else {
  1425.            searchResults.innerHTML = "<p>No results found.</p>";
  1426.          }
  1427.        })
  1428.        .catch(error => {
  1429.          console.error("Error fetching search results:", error);
  1430.        });
  1431.    });
  1432.  
  1433.    // Close results when clicking outside
  1434.    document.addEventListener("click", function (e) {
  1435.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1436.        searchResults.style.display = "none";
  1437.      }
  1438.    });
  1439.  
  1440.    // Close results on ESC key
  1441.    document.addEventListener("keydown", function (e) {
  1442.      if (e.key === "Escape") {
  1443.        searchResults.style.display = "none";
  1444.      }
  1445.    });
  1446.  });
  1447. </script>
  1448.  
  1449. <style>
  1450.        /* search field */
  1451.  .search-results-container {
  1452.  position: absolute;
  1453.  top: 100%; /* Position it below the input field */
  1454.  left: 10px;
  1455.  right: 10px;
  1456.  background-color: white;
  1457.  border: 1px solid #ddd;
  1458.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1459.  max-height: 300px;
  1460.  overflow-y: auto;
  1461.  z-index: 1000;
  1462.  display: none; /* Initially hidden */
  1463. }
  1464.  
  1465. .search-results-container p {
  1466.  margin: 0;
  1467. }
  1468.  
  1469. .search-results-container .result-item {
  1470.  padding: 10px;
  1471.  cursor: pointer;
  1472. }
  1473.  
  1474. .search-results-container .result-item:hover {
  1475.  background-color: #f0f0f0;
  1476. }
  1477. </style>
  1478.  
  1479.        </header>
  1480.        <!-- end of header -->
  1481.        <!-- start of wpo-blog-hero -->
  1482.        
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490. <div class="blog-hero-v3 pt-3">
  1491.    <div class="container-fluid fluid-container">
  1492.        <div class="row g-4">
  1493.            
  1494.            
  1495.              
  1496.            <!-- Left Column -->
  1497.            <div class="col-lg-4 col-md-6">
  1498.                <div class="magazine-card tall-card h-100">
  1499.                    <div class="card-image">
  1500.                        
  1501.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1502.                        
  1503.                        <div class="image-overlay"></div>
  1504.                    </div>
  1505.                    <div class="card-content">
  1506.                        <div class="category-pill bg-primary-gradient">News</div>
  1507.                        <h2> <a href="/spotify-year-end-recap-launch-date-plus-your-burning-questions-explained/">
  1508.                                        Spotify Year-End Recap: Launch Date plus Your Burning Questions Explained
  1509.                                    </a></h2>
  1510.                        <p></p>
  1511.                        <div class="author-section">
  1512.                            
  1513.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="author-img">
  1514.                            
  1515.                            <div class="author-details">
  1516.                                <span class="author-name">Amy Sanchez</span>
  1517.                                <span class="publish-date">12 May 2026</span>
  1518.                            </div>
  1519.                        </div>
  1520.                    </div>
  1521.                </div>
  1522.            </div>
  1523.  
  1524.            
  1525.            
  1526.  
  1527.            <!-- Center Column -->
  1528.            <div class="col-lg-4 col-md-6">
  1529.                <div class="row g-4">
  1530.                    
  1531.                    <div class="col-12">
  1532.                        <div class="magazine-card square-card">
  1533.                            <div class="card-image">
  1534.                            
  1535.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1536.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1537.                            
  1538.                                <div class="floating-category bg-primary-gradient">News</div>
  1539.                            </div>
  1540.                            <div class="card-content compact">
  1541.                                <h3> <a href="/calm-end-to-messis-india-tour-in-the-wake-of-disorder-in-kolkata/" >
  1542.                                        Calm End to Messi&#x27;s India Tour In the Wake of Disorder in Kolkata
  1543.                                    </a></h3>
  1544.                                    
  1545.                                <div class="mini-meta">
  1546.                                    <span>By Amy Sanchez</span>
  1547.                                    <span class="date-dot">• 12 May 2026</span>
  1548.                                </div>
  1549.                            </div>
  1550.                        </div>
  1551.                    </div>
  1552.                    
  1553.                    <div class="col-12">
  1554.                        <div class="magazine-card square-card">
  1555.                            <div class="card-image">
  1556.                            
  1557.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1558.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1559.                            
  1560.                                <div class="floating-category bg-primary-gradient">News</div>
  1561.                            </div>
  1562.                            <div class="card-content compact">
  1563.                                <h3> <a href="/esteemed-photographer-brian-harris-life-story-a-life-behind-the-camera/" >
  1564.                                        Esteemed Photographer Brian Harris Life Story: A Life Behind the Camera
  1565.                                    </a></h3>
  1566.                                    
  1567.                                <div class="mini-meta">
  1568.                                    <span>By Amy Sanchez</span>
  1569.                                    <span class="date-dot">• 12 May 2026</span>
  1570.                                </div>
  1571.                            </div>
  1572.                        </div>
  1573.                    </div>
  1574.                    
  1575.  
  1576.                </div>
  1577.            </div>
  1578.            
  1579.            
  1580.              
  1581.            <!-- Right Column -->
  1582.            <div class="col-lg-4 col-md-12">
  1583.                <div class="magazine-card featured-card">
  1584.                    <div class="featured-header">
  1585.                        <h4>Featured Story</h4>
  1586.                        <div class="featured-line"></div>
  1587.                    </div>
  1588.                    <div class="card-image featured-img" >
  1589.                    
  1590.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1591.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1592.                    
  1593.                    </div>
  1594.                    <div class="card-content featured-content">
  1595.                        <div class="category-pill bg-primary-gradient">News</div>
  1596.                        <h2><a href="/the-met-responds-to-legal-action-over-allegedly-nazi-looted-van-gogh-artwork/">
  1597.                                        The Met Responds to Legal Action Over Allegedly Nazi-Looted Van Gogh Artwork
  1598.                                    </a></h2>
  1599.                        
  1600.                        <div class="author-section featured-author">
  1601.                            
  1602.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Amy Sanchez">
  1603.                            
  1604.                            <div class="author-details">
  1605.                                <span class="author-name">Amy Sanchez</span>
  1606.                                <!-- <span class="author-title">Business Analyst</span> -->
  1607.                                <span class="publish-date">12 May 2026</span>
  1608.                            </div>
  1609.                        </div>
  1610.                    </div>
  1611.                </div>
  1612.            </div>
  1613.  
  1614.            
  1615.            
  1616.        </div>
  1617.    </div>
  1618. </div>
  1619.  
  1620. <style>
  1621. /* Blog Hero V3 - Magazine Style */
  1622. .blog-hero-v3 {
  1623.    padding: 80px 0;
  1624.    position: relative;
  1625. }
  1626.  
  1627. /* Magazine Cards */
  1628. .magazine-card {
  1629.    background: var(--card-bg);
  1630.    border-radius: 20px;
  1631.    overflow: hidden;
  1632.    position: relative;
  1633.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1634.    border: 1px solid var(--border-color);
  1635. }
  1636.  
  1637. .magazine-card:hover {
  1638.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1639. }
  1640.  
  1641. /* Tall Card (Left Column) */
  1642. .tall-card {
  1643.    display: flex;
  1644.    flex-direction: column;
  1645. }
  1646.  
  1647. .tall-card .card-image {
  1648.    height: 300px;
  1649.    position: relative;
  1650.    overflow: hidden;
  1651. }
  1652.  
  1653. .tall-card .card-image img {
  1654.    width: 100%;
  1655.    height: 100%;
  1656.    object-fit: cover;
  1657.    transition: transform 0.6s ease;
  1658. }
  1659.  
  1660. .tall-card:hover .card-image img {
  1661.    transform: scale(1.1) rotate(-2deg);
  1662. }
  1663.  
  1664. .image-overlay {
  1665.    position: absolute;
  1666.    top: 0;
  1667.    left: 0;
  1668.    right: 0;
  1669.    bottom: 0;
  1670.    opacity: 0;
  1671.    transition: opacity 0.3s ease;
  1672. }
  1673.  
  1674. .tall-card:hover .image-overlay {
  1675.    opacity: 1;
  1676. }
  1677.  
  1678. .tall-card .card-content {
  1679.    padding: 20px;
  1680.    flex-grow: 1;
  1681.    display: flex;
  1682.    flex-direction: column;
  1683. }
  1684.  
  1685. .tall-card h2 {
  1686.    font-size: 1.5rem;
  1687.    font-weight: 700;
  1688.    color: #2c3e50;
  1689.    margin: 12px 0;
  1690.    line-height: 1.3;
  1691. }
  1692.  
  1693. .tall-card p {
  1694.    color: #7f8c8d;
  1695.    line-height: 1.6;
  1696.    margin-bottom: 1rem;
  1697.    flex-grow: 1;
  1698. }
  1699.  
  1700. /* Square Cards (Center Column) */
  1701. .square-card {
  1702.    position: relative;
  1703.    overflow: hidden;
  1704. }
  1705.  
  1706. .square-card .card-image {
  1707.    height: 180px;
  1708.    position: relative;
  1709. }
  1710.  
  1711. .square-card .card-image img {
  1712.    width: 100%;
  1713.    height: 100%;
  1714.    object-fit: cover;
  1715.    filter: brightness(1.1) saturate(1.2);
  1716.    transition: all 0.4s ease;
  1717. }
  1718.  
  1719. .square-card:hover .card-image img {
  1720.    transform: scale(1.15);
  1721.    filter: brightness(1.2) saturate(1.4);
  1722. }
  1723.  
  1724. .floating-category {
  1725.    position: absolute;
  1726.    top: 15px;
  1727.    right: 15px;
  1728.    padding: 8px 15px;
  1729.    border-radius: 20px;
  1730.    font-size: 0.75rem;
  1731.    text-transform: uppercase;
  1732.    letter-spacing: 1px;
  1733.    backdrop-filter: blur(10px);
  1734.    border: 1px solid rgba(255, 255, 255, 0.3);
  1735. }
  1736.  
  1737. .square-card .card-content.compact {
  1738.    padding: 1.2rem;
  1739. }
  1740.  
  1741. .square-card h3 {
  1742.    font-size: 1.1rem;
  1743.    font-weight: 600;
  1744.    color: #2c3e50;
  1745.    margin-bottom: 10px;
  1746.    line-height: 1.3;
  1747. }
  1748.  
  1749. .mini-meta {
  1750.    font-size: 0.85rem;
  1751.    color: #95a5a6;
  1752. }
  1753.  
  1754. .date-dot {
  1755.    margin-left: 8px;
  1756. }
  1757.  
  1758. /* Featured Card (Right Column) */
  1759. .featured-card {
  1760.    color: white;
  1761.    position: relative;
  1762.    overflow: hidden;
  1763. }
  1764.  
  1765. .featured-card::before {
  1766.    content: '';
  1767.    position: absolute;
  1768.    top: -50%;
  1769.    right: -50%;
  1770.    width: 200%;
  1771.    height: 200%;
  1772.    pointer-events: none;
  1773. }
  1774.  
  1775.  
  1776.  
  1777. .featured-header {
  1778.    padding: 25px 25px 0;
  1779.    position: relative;
  1780. }
  1781.  
  1782. .featured-header h4 {
  1783.    font-size: 0.9rem;
  1784.    text-transform: uppercase;
  1785.    letter-spacing: 2px;
  1786.    margin: 0;
  1787.    opacity: 0.9;
  1788. }
  1789.  
  1790. .featured-line {
  1791.    width: 50px;
  1792.    height: 2px;
  1793.    background: rgba(255, 255, 255, 0.6);
  1794.    margin-top: 10px;
  1795. }
  1796.  
  1797. .featured-img {
  1798.    height: 200px;
  1799.    margin: 1rem;
  1800.    border-radius: 15px;
  1801.    overflow: hidden;
  1802.    position: relative;
  1803. }
  1804.  
  1805. .featured-img img {
  1806.    width: 100%;
  1807.    height: 100%;
  1808.    object-fit: cover;
  1809.    transition: transform 0.5s ease;
  1810. }
  1811.  
  1812. .featured-card:hover .featured-img img {
  1813.    transform: scale(1.1);
  1814. }
  1815.  
  1816. .featured-content {
  1817.    padding: 0 1rem 1.5rem;
  1818. }
  1819.  
  1820. .featured-content h2 {
  1821.    font-size: 1.4rem;
  1822.    font-weight: 700;
  1823.    margin: 15px 0;
  1824.    line-height: 1.3;
  1825. }
  1826.  
  1827. .featured-content p {
  1828.    font-size: 0.95rem;
  1829.    opacity: 0.9;
  1830.    line-height: 1.6;
  1831.    margin-bottom: 1rem;
  1832. }
  1833.  
  1834. /* Category Pills */
  1835. .category-pill {
  1836.    display: inline-block;
  1837.    padding: 6px 16px;
  1838.    border-radius: 20px;
  1839.    font-size: 0.75rem;
  1840.    text-transform: uppercase;
  1841.    letter-spacing: 1px;
  1842.    margin-bottom: 10px;
  1843.    width: fit-content;
  1844. }
  1845.  
  1846. /* Author Sections */
  1847. .author-section {
  1848.    display: flex;
  1849.    align-items: center;
  1850.    gap: 15px;
  1851.    margin-top: auto;
  1852. }
  1853.  
  1854. .author-img {
  1855.    width: 60px;
  1856.    height: 60px;
  1857.    border-radius: 50%;
  1858.    object-fit: cover;
  1859. }
  1860.  
  1861. .author-details {
  1862.    display: flex;
  1863.    flex-direction: column;
  1864. }
  1865.  
  1866. .author-name {
  1867.    font-weight: 600;
  1868. color: #95a5a6;
  1869.    font-size: 16px;
  1870. }
  1871.  
  1872. .author-title {
  1873.    font-size: 0.8rem;
  1874. color: #95a5a6;
  1875.    font-weight: 500;
  1876. }
  1877.  
  1878. .publish-date {
  1879.    font-size: 0.8rem;
  1880.    color: #95a5a6;
  1881.    margin-top: 2px;
  1882. }
  1883.  
  1884. /* Featured Stats */
  1885. .featured-stats {
  1886.    display: flex;
  1887.    gap: 30px;
  1888.    margin: 20px 0;
  1889. }
  1890.  
  1891. .stat-item {
  1892.    text-align: center;
  1893. }
  1894.  
  1895. .stat-number {
  1896.    display: block;
  1897.    font-size: 1.5rem;
  1898.    font-weight: 700;
  1899.    color: white;
  1900. }
  1901.  
  1902. .stat-label {
  1903.    font-size: 0.8rem;
  1904.    opacity: 0.8;
  1905.    text-transform: uppercase;
  1906.    letter-spacing: 1px;
  1907. }
  1908.  
  1909. /* Read More Button */
  1910. .read-more-btn {
  1911.    padding: 0 30px 30px;
  1912. }
  1913.  
  1914. .btn-read {
  1915.    display: inline-block;
  1916.    padding: 12px 30px;
  1917.    background: linear-gradient(45deg, #667eea, #764ba2);
  1918.    color: white;
  1919.    text-decoration: none;
  1920.    border-radius: 20px;
  1921.    font-weight: 600;
  1922.    text-transform: uppercase;
  1923.    letter-spacing: 1px;
  1924.    font-size: 0.85rem;
  1925.    transition: all 0.3s ease;
  1926.    position: relative;
  1927.    overflow: hidden;
  1928. }
  1929.  
  1930. .btn-read::before {
  1931.    content: '';
  1932.    position: absolute;
  1933.    top: 0;
  1934.    left: -100%;
  1935.    width: 100%;
  1936.    height: 100%;
  1937.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1938.    transition: left 0.5s ease;
  1939. }
  1940.  
  1941. .btn-read:hover::before {
  1942.    left: 100%;
  1943. }
  1944.  
  1945. .btn-read:hover {
  1946.    transform: translateY(-2px);
  1947.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1948.    color: white;
  1949. }
  1950.  
  1951. /* Trending Bar */
  1952. .trending-bar {
  1953.    background: white;
  1954.    border-radius: 20px;
  1955.    padding: 25px 35px;
  1956.    display: flex;
  1957.    align-items: center;
  1958.    gap: 30px;
  1959.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1960.    border-left: 5px solid #667eea;
  1961. }
  1962.  
  1963. .trending-header h5 {
  1964.    margin: 0;
  1965.    font-weight: 700;
  1966.    color: #2c3e50;
  1967.    font-size: 1.1rem;
  1968. }
  1969.  
  1970. .trending-tags {
  1971.    display: flex;
  1972.    flex-wrap: wrap;
  1973.    gap: 15px;
  1974. }
  1975.  
  1976. .trend-tag {
  1977.    padding: 8px 18px;
  1978.    background: #f8f9fa;
  1979.    border: 2px solid #e9ecef;
  1980.    border-radius: 20px;
  1981.    font-size: 0.85rem;
  1982.    font-weight: 500;
  1983.    color: #495057;
  1984.    transition: all 0.3s ease;
  1985.    cursor: pointer;
  1986. }
  1987.  
  1988. .trend-tag:hover {
  1989.    background: #667eea;
  1990.    color: white;
  1991.    border-color: #667eea;
  1992.    transform: translateY(-2px);
  1993. }
  1994.  
  1995. /* Responsive Design */
  1996. @media (max-width: 992px) {
  1997.    .tall-card,
  1998.    .featured-card {
  1999.        height: auto;
  2000.        margin-bottom: 30px;
  2001.    }
  2002.    
  2003.  
  2004.    
  2005.    .trending-bar {
  2006.        flex-direction: column;
  2007.        align-items: flex-start;
  2008.        gap: 20px;
  2009.    }
  2010. }
  2011.  
  2012. @media (max-width: 768px) {
  2013.    .blog-hero-v3 {
  2014.        padding: 40px 0;
  2015.    }
  2016.  
  2017.    
  2018.    .trending-tags {
  2019.        justify-content: center;
  2020.    }
  2021.    
  2022.    .featured-stats {
  2023.        justify-content: center;
  2024.    }
  2025. }
  2026. </style>
  2027.  
  2028.  
  2029.  
  2030.  
  2031.        <!-- end of wpo-blog-hero -->
  2032.  
  2033.        <!-- start of wpo-breacking-news -->
  2034.        
  2035.        <!-- end of wpo-breacking-news -->
  2036.        
  2037.        <!-- start wpo-blog-highlights-section -->
  2038.        
  2039.  
  2040.  
  2041.  
  2042.    
  2043.  
  2044.  
  2045.  
  2046. <style>
  2047.    .blog-highlights-v2 {
  2048.        padding: 60px 0;
  2049.    }
  2050.    
  2051.    .blog-card-v2 {
  2052.        border: none;
  2053.        border-radius: 16px;
  2054.        overflow: hidden;
  2055.        transition: all 0.3s ease;
  2056.        background: white;
  2057.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2058.    }
  2059.    
  2060.    .blog-card-v2:hover {
  2061.        transform: translateY(-8px);
  2062.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  2063.    }
  2064.    
  2065.    .blog-image-v2 {
  2066.        position: relative;
  2067.        overflow: hidden;
  2068.        height: 220px;
  2069.    }
  2070.    
  2071.    .blog-image-v2 img {
  2072.        width: 100%;
  2073.        height: 100%;
  2074.        object-fit: cover;
  2075.        transition: transform 0.3s ease;
  2076.    }
  2077.    
  2078.    .blog-card-v2:hover .blog-image-v2 img {
  2079.        transform: scale(1.05);
  2080.    }
  2081.    
  2082.    .blog-category-v2 {
  2083.        position: absolute;
  2084.        top: 16px;
  2085.        left: 16px;
  2086.        padding: 6px 14px;
  2087.        border-radius: 20px;
  2088.        font-size: 12px;
  2089.        font-weight: 600;
  2090.        text-transform: uppercase;
  2091.        letter-spacing: 0.5px;
  2092.    }
  2093.    
  2094.    .blog-content-v2 {
  2095.        padding: 24px;
  2096.    }
  2097.    
  2098.    .blog-title-v2 {
  2099.        font-size: 18px;
  2100.        font-weight: 700;
  2101.        line-height: 1.4;
  2102.        margin-bottom: 16px;
  2103.    }
  2104.    
  2105.    .blog-title-v2 a {
  2106.        text-decoration: none;
  2107.        transition: color 0.3s ease;
  2108.    }
  2109.    
  2110.    .blog-meta-v2 {
  2111.        display: flex;
  2112.        align-items: center;
  2113.        gap: 12px;
  2114.        margin-bottom: 12px;
  2115.        font-size: 13px;
  2116.    }
  2117.    
  2118.    .blog-author-img {
  2119.        width: 32px;
  2120.        height: 32px;
  2121.        border-radius: 50%;
  2122.        object-fit: cover;
  2123.    }
  2124.    
  2125.    .blog-excerpt-v2 {
  2126.        font-size: 14px;
  2127.        line-height: 1.6;
  2128.        opacity: 0.8;
  2129.    }
  2130.    
  2131.    .section-title-v2 {
  2132.        font-size: 2.5rem;
  2133.        font-weight: 800;
  2134.        text-align: center;
  2135.        margin-bottom: 50px;
  2136.    }
  2137.  
  2138.    @media (max-width: 768px) {
  2139.        .section-title-v2 {
  2140.            font-size: 2rem;
  2141.        }
  2142.        .blog-highlights-v2 {
  2143.            padding: 40px 0;
  2144.        }
  2145.    }
  2146. </style>
  2147.  
  2148. <section class="blog-highlights-v2">
  2149.    <div class="container-fluid fluid-container">
  2150.        <div class="row">
  2151.            <div class="col-12">
  2152.                <h2 class="section-title-v2 top-color">
  2153.                Today's Top Highlights
  2154.                   </h2>
  2155.            </div>
  2156.            
  2157.        </div>
  2158.        
  2159.        <div class="row">
  2160.            <div class="col-lg-8 col-12">
  2161.                <div class="row g-4">
  2162.                    
  2163.                    <div class="col-lg-6 col-md-6 col-12">
  2164.                        <div class="card blog-card-v2 h-100">
  2165.                            <div class="blog-image-v2">
  2166.                                
  2167.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2168.                                
  2169.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2170.                            </div>
  2171.                            <div class="blog-content-v2">
  2172.                                <h3 class="blog-title-v2">
  2173.                                    <a href="/the-former-congresswoman-makes-a-landmark-as-virginias-initial-woman-state-leader/" class="top-color">
  2174.                                    The Former Congresswoman Makes a Landmark as Virginia&#x27;s Initial Woman State Leader
  2175.                                    </a>
  2176.                                </h3>
  2177.                                <div class="blog-meta-v2">
  2178.                                    
  2179.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2180.                                    
  2181.                                    
  2182.                                    <span class="top-color">By Amy Sanchez</span>
  2183.                                    <span class="top-color">10 May 2026</span>
  2184.                                </div>
  2185.                                <p class="blog-excerpt-v2 top-color"> </p>
  2186.                            </div>
  2187.                        </div>
  2188.                    </div>
  2189.                    
  2190.                    <div class="col-lg-6 col-md-6 col-12">
  2191.                        <div class="card blog-card-v2 h-100">
  2192.                            <div class="blog-image-v2">
  2193.                                
  2194.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2195.                                
  2196.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2197.                            </div>
  2198.                            <div class="blog-content-v2">
  2199.                                <h3 class="blog-title-v2">
  2200.                                    <a href="/the-first-record-daughters-delves-into-grief-and-elegance/" class="top-color">
  2201.                                    The First Record &quot;Daughters&quot; Delves Into Grief and Elegance
  2202.                                    </a>
  2203.                                </h3>
  2204.                                <div class="blog-meta-v2">
  2205.                                    
  2206.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2207.                                    
  2208.                                    
  2209.                                    <span class="top-color">By Amy Sanchez</span>
  2210.                                    <span class="top-color">10 May 2026</span>
  2211.                                </div>
  2212.                                <p class="blog-excerpt-v2 top-color"> </p>
  2213.                            </div>
  2214.                        </div>
  2215.                    </div>
  2216.                    
  2217.                    <div class="col-lg-6 col-md-6 col-12">
  2218.                        <div class="card blog-card-v2 h-100">
  2219.                            <div class="blog-image-v2">
  2220.                                
  2221.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2222.                                
  2223.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2224.                            </div>
  2225.                            <div class="blog-content-v2">
  2226.                                <h3 class="blog-title-v2">
  2227.                                    <a href="/these-athletes-and-trainers-born-outside-in-the-united-states/" class="top-color">
  2228.                                    These Athletes and Trainers Born Outside in the United States
  2229.                                    </a>
  2230.                                </h3>
  2231.                                <div class="blog-meta-v2">
  2232.                                    
  2233.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2234.                                    
  2235.                                    
  2236.                                    <span class="top-color">By Amy Sanchez</span>
  2237.                                    <span class="top-color">09 May 2026</span>
  2238.                                </div>
  2239.                                <p class="blog-excerpt-v2 top-color"> </p>
  2240.                            </div>
  2241.                        </div>
  2242.                    </div>
  2243.                    
  2244.                    <div class="col-lg-6 col-md-6 col-12">
  2245.                        <div class="card blog-card-v2 h-100">
  2246.                            <div class="blog-image-v2">
  2247.                                
  2248.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2249.                                
  2250.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2251.                            </div>
  2252.                            <div class="blog-content-v2">
  2253.                                <h3 class="blog-title-v2">
  2254.                                    <a href="/chornobyl-catastrophe-containment-structure-can-no-longer-effectively-blocks-radiation-requires-major-restoration-international-atomic-energy-agency/" class="top-color">
  2255.                                    Chornobyl Catastrophe Containment Structure Can No Longer Effectively Blocks Radiation, Requires Major Restoration – International Atomic Energy Agency
  2256.                                    </a>
  2257.                                </h3>
  2258.                                <div class="blog-meta-v2">
  2259.                                    
  2260.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2261.                                    
  2262.                                    
  2263.                                    <span class="top-color">By Amy Sanchez</span>
  2264.                                    <span class="top-color">09 May 2026</span>
  2265.                                </div>
  2266.                                <p class="blog-excerpt-v2 top-color"> </p>
  2267.                            </div>
  2268.                        </div>
  2269.                    </div>
  2270.                    
  2271.                    <div class="col-lg-6 col-md-6 col-12">
  2272.                        <div class="card blog-card-v2 h-100">
  2273.                            <div class="blog-image-v2">
  2274.                                
  2275.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2276.                                
  2277.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2278.                            </div>
  2279.                            <div class="blog-content-v2">
  2280.                                <h3 class="blog-title-v2">
  2281.                                    <a href="/the-gunners-face-wolves-in-key-english-top-division-clash/" class="top-color">
  2282.                                    The Gunners Face Wolves in Key English Top Division Clash
  2283.                                    </a>
  2284.                                </h3>
  2285.                                <div class="blog-meta-v2">
  2286.                                    
  2287.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2288.                                    
  2289.                                    
  2290.                                    <span class="top-color">By Amy Sanchez</span>
  2291.                                    <span class="top-color">09 May 2026</span>
  2292.                                </div>
  2293.                                <p class="blog-excerpt-v2 top-color"> </p>
  2294.                            </div>
  2295.                        </div>
  2296.                    </div>
  2297.                    
  2298.                    <div class="col-lg-6 col-md-6 col-12">
  2299.                        <div class="card blog-card-v2 h-100">
  2300.                            <div class="blog-image-v2">
  2301.                                
  2302.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2303.                                
  2304.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2305.                            </div>
  2306.                            <div class="blog-content-v2">
  2307.                                <h3 class="blog-title-v2">
  2308.                                    <a href="/actor-refutes-anti-vaxxer-views-following-lending-his-voice-to-contentious-pandemic-film/" class="top-color">
  2309.                                    Actor Refutes Anti-Vaxxer Views Following Lending His Voice To Contentious Pandemic Film
  2310.                                    </a>
  2311.                                </h3>
  2312.                                <div class="blog-meta-v2">
  2313.                                    
  2314.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2315.                                    
  2316.                                    
  2317.                                    <span class="top-color">By Amy Sanchez</span>
  2318.                                    <span class="top-color">09 May 2026</span>
  2319.                                </div>
  2320.                                <p class="blog-excerpt-v2 top-color"> </p>
  2321.                            </div>
  2322.                        </div>
  2323.                    </div>
  2324.                    
  2325.                    <div class="col-lg-6 col-md-6 col-12">
  2326.                        <div class="card blog-card-v2 h-100">
  2327.                            <div class="blog-image-v2">
  2328.                                
  2329.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2330.                                
  2331.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2332.                            </div>
  2333.                            <div class="blog-content-v2">
  2334.                                <h3 class="blog-title-v2">
  2335.                                    <a href="/volcano-semeru-outburst-in-the-southeast-asian-nation-triggers-emergency-relocations/" class="top-color">
  2336.                                    Volcano Semeru Outburst in the Southeast Asian nation Triggers Emergency Relocations
  2337.                                    </a>
  2338.                                </h3>
  2339.                                <div class="blog-meta-v2">
  2340.                                    
  2341.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2342.                                    
  2343.                                    
  2344.                                    <span class="top-color">By Amy Sanchez</span>
  2345.                                    <span class="top-color">09 May 2026</span>
  2346.                                </div>
  2347.                                <p class="blog-excerpt-v2 top-color"> </p>
  2348.                            </div>
  2349.                        </div>
  2350.                    </div>
  2351.                    
  2352.                    <div class="col-lg-6 col-md-6 col-12">
  2353.                        <div class="card blog-card-v2 h-100">
  2354.                            <div class="blog-image-v2">
  2355.                                
  2356.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2357.                                
  2358.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2359.                            </div>
  2360.                            <div class="blog-content-v2">
  2361.                                <h3 class="blog-title-v2">
  2362.                                    <a href="/tycoon-j-isaacman-voted-in-as-us-space-agency-leader-following-turbulent-confirmation-process/" class="top-color">
  2363.                                    Tycoon J. Isaacman Voted in as U.S. Space Agency Leader Following Turbulent Confirmation Process
  2364.                                    </a>
  2365.                                </h3>
  2366.                                <div class="blog-meta-v2">
  2367.                                    
  2368.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2369.                                    
  2370.                                    
  2371.                                    <span class="top-color">By Amy Sanchez</span>
  2372.                                    <span class="top-color">08 May 2026</span>
  2373.                                </div>
  2374.                                <p class="blog-excerpt-v2 top-color"> </p>
  2375.                            </div>
  2376.                        </div>
  2377.                    </div>
  2378.                    
  2379.                    <div class="col-lg-6 col-md-6 col-12">
  2380.                        <div class="card blog-card-v2 h-100">
  2381.                            <div class="blog-image-v2">
  2382.                                
  2383.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2384.                                
  2385.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2386.                            </div>
  2387.                            <div class="blog-content-v2">
  2388.                                <h3 class="blog-title-v2">
  2389.                                    <a href="/chief-executive-ponders-insurrection-act-as-military-reserve-deployment-faces-legal-hurdles/" class="top-color">
  2390.                                    Chief Executive Ponders Insurrection Act as Military Reserve Deployment Faces Legal Hurdles
  2391.                                    </a>
  2392.                                </h3>
  2393.                                <div class="blog-meta-v2">
  2394.                                    
  2395.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2396.                                    
  2397.                                    
  2398.                                    <span class="top-color">By Amy Sanchez</span>
  2399.                                    <span class="top-color">08 May 2026</span>
  2400.                                </div>
  2401.                                <p class="blog-excerpt-v2 top-color"> </p>
  2402.                            </div>
  2403.                        </div>
  2404.                    </div>
  2405.                    
  2406.                    <div class="col-lg-6 col-md-6 col-12">
  2407.                        <div class="card blog-card-v2 h-100">
  2408.                            <div class="blog-image-v2">
  2409.                                
  2410.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2411.                                
  2412.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2413.                            </div>
  2414.                            <div class="blog-content-v2">
  2415.                                <h3 class="blog-title-v2">
  2416.                                    <a href="/englands-joe-root-voices-mixed-feelings-on-pink-ball-test-matches-before-pivotal-ashes-showdown/" class="top-color">
  2417.                                    England&#x27;s Joe Root Voices Mixed Feelings on Pink-Ball Test Matches Before Pivotal Ashes Showdown
  2418.                                    </a>
  2419.                                </h3>
  2420.                                <div class="blog-meta-v2">
  2421.                                    
  2422.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2423.                                    
  2424.                                    
  2425.                                    <span class="top-color">By Amy Sanchez</span>
  2426.                                    <span class="top-color">08 May 2026</span>
  2427.                                </div>
  2428.                                <p class="blog-excerpt-v2 top-color"> </p>
  2429.                            </div>
  2430.                        </div>
  2431.                    </div>
  2432.                    
  2433.                    <div class="col-lg-6 col-md-6 col-12">
  2434.                        <div class="card blog-card-v2 h-100">
  2435.                            <div class="blog-image-v2">
  2436.                                
  2437.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2438.                                
  2439.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2440.                            </div>
  2441.                            <div class="blog-content-v2">
  2442.                                <h3 class="blog-title-v2">
  2443.                                    <a href="/dining-across-the-divide-an-encounter-among-different-perspectives/" class="top-color">
  2444.                                    Dining Across the Divide: An Encounter Among Different Perspectives
  2445.                                    </a>
  2446.                                </h3>
  2447.                                <div class="blog-meta-v2">
  2448.                                    
  2449.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2450.                                    
  2451.                                    
  2452.                                    <span class="top-color">By Amy Sanchez</span>
  2453.                                    <span class="top-color">08 May 2026</span>
  2454.                                </div>
  2455.                                <p class="blog-excerpt-v2 top-color"> </p>
  2456.                            </div>
  2457.                        </div>
  2458.                    </div>
  2459.                    
  2460.                    <div class="col-lg-6 col-md-6 col-12">
  2461.                        <div class="card blog-card-v2 h-100">
  2462.                            <div class="blog-image-v2">
  2463.                                
  2464.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2465.                                
  2466.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2467.                            </div>
  2468.                            <div class="blog-content-v2">
  2469.                                <h3 class="blog-title-v2">
  2470.                                    <a href="/cameroon-political-opposition-figure-faces-legal-proceedings-regarding-electoral-turmoil-authorities-declares/" class="top-color">
  2471.                                    Cameroon Political Opposition Figure Faces Legal Proceedings Regarding Electoral Turmoil, Authorities Declares
  2472.                                    </a>
  2473.                                </h3>
  2474.                                <div class="blog-meta-v2">
  2475.                                    
  2476.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="blog-author-img">
  2477.                                    
  2478.                                    
  2479.                                    <span class="top-color">By Amy Sanchez</span>
  2480.                                    <span class="top-color">08 May 2026</span>
  2481.                                </div>
  2482.                                <p class="blog-excerpt-v2 top-color"> </p>
  2483.                            </div>
  2484.                        </div>
  2485.                    </div>
  2486.                    
  2487.                    
  2488.  
  2489.                </div>
  2490.            </div>
  2491.            
  2492.          <div class="col col-lg-4 col-12">
  2493.                
  2494.  
  2495.  
  2496.  
  2497.    
  2498.  
  2499. <div class="blog-sidebar">
  2500.    
  2501.        <div class="widget category-widget">
  2502.            <h3>May 2026 Blog Roll</h3>
  2503.            <ul class="scrollable-sidebar">
  2504.                
  2505.                    <li>
  2506.                        <a href="http://sportmon.org/" class="top-color " rel="dofollow">
  2507.                            онлайн казино
  2508.                        </a>
  2509.                    </li>
  2510.                
  2511.                    <li>
  2512.                        <a href="http://imgrumweb.com/" class="top-color " rel="dofollow">
  2513.                            букмекерские конторы
  2514.                        </a>
  2515.                    </li>
  2516.                
  2517.                    <li>
  2518.                        <a href="http://spainvac-ru.com/" class="top-color " rel="dofollow">
  2519.                            топ казино онлайн
  2520.                        </a>
  2521.                    </li>
  2522.                
  2523.                    <li>
  2524.                        <a href="https://wisdome.la/" class="top-color " rel="dofollow">
  2525.                            букмекерская контора
  2526.                        </a>
  2527.                    </li>
  2528.                
  2529.                    <li>
  2530.                        <a href="http://mambara.com/" class="top-color " rel="dofollow">
  2531.                            онлайн казино на реальные деньги
  2532.                        </a>
  2533.                    </li>
  2534.                
  2535.            </ul>
  2536.        </div>
  2537.    
  2538.        <div class="widget category-widget">
  2539.            <h3>April 2026 Blog Roll</h3>
  2540.            <ul class="scrollable-sidebar">
  2541.                
  2542.                    <li>
  2543.                        <a href="https://www.gamechannel.hu/szerencsejatek/sportfogadas" class="top-color " rel="dofollow">
  2544.                            sportfogadás tippek
  2545.                        </a>
  2546.                    </li>
  2547.                
  2548.                    <li>
  2549.                        <a href="http://wisdome.la/" class="top-color " rel="dofollow">
  2550.                            букмекерская контора
  2551.                        </a>
  2552.                    </li>
  2553.                
  2554.                    <li>
  2555.                        <a href="http://aafponline.org/" class="top-color " rel="dofollow">
  2556.                            плинко казино
  2557.                        </a>
  2558.                    </li>
  2559.                
  2560.                    <li>
  2561.                        <a href="https://www.partizansk.eu/" class="top-color " rel="dofollow">
  2562.                            букмекерские конторы
  2563.                        </a>
  2564.                    </li>
  2565.                
  2566.                    <li>
  2567.                        <a href="https://agroenergia.eu" class="top-color " rel="dofollow">
  2568.                            casino non aams
  2569.                        </a>
  2570.                    </li>
  2571.                
  2572.                    <li>
  2573.                        <a href="https://www.archinto.eu" class="top-color " rel="dofollow">
  2574.                            siti scommesse non aams italiani
  2575.                        </a>
  2576.                    </li>
  2577.                
  2578.                    <li>
  2579.                        <a href="https://www.euromixproject.eu/" class="top-color " rel="dofollow">
  2580.                            migliori siti scommesse
  2581.                        </a>
  2582.                    </li>
  2583.                
  2584.                    <li>
  2585.                        <a href="https://www.homeworkworkspace.com" class="top-color " rel="dofollow">
  2586.                            best online casino UK
  2587.                        </a>
  2588.                    </li>
  2589.                
  2590.                    <li>
  2591.                        <a href="https://44mpa.pl/" class="top-color " rel="dofollow">
  2592.                            legalnibukmacherzy
  2593.                        </a>
  2594.                    </li>
  2595.                
  2596.                    <li>
  2597.                        <a href="https://golfspillerne.dk/" class="top-color " rel="dofollow">
  2598.                            online casino uden om rofus
  2599.                        </a>
  2600.                    </li>
  2601.                
  2602.                    <li>
  2603.                        <a href="http://ciese.org/" class="top-color " rel="nofollow">
  2604.                            kasyno online bez weryfikacji
  2605.                        </a>
  2606.                    </li>
  2607.                
  2608.                    <li>
  2609.                        <a href="https://www.gammazita.it" class="top-color " rel="dofollow">
  2610.                            casino non aams legali
  2611.                        </a>
  2612.                    </li>
  2613.                
  2614.            </ul>
  2615.        </div>
  2616.    
  2617.        <div class="widget category-widget">
  2618.            <h3>March 2026 Blog Roll</h3>
  2619.            <ul class="scrollable-sidebar">
  2620.                
  2621.                    <li>
  2622.                        <a href="http://cieszanowrockfestiwal.pl/" class="top-color " rel="dofollow">
  2623.                            zagraniczne kasyna
  2624.                        </a>
  2625.                    </li>
  2626.                
  2627.                    <li>
  2628.                        <a href="https://www.gameshub.com/pl/najlepsze-kasyna/" class="top-color " rel="dofollow">
  2629.                            automaty slotowe
  2630.                        </a>
  2631.                    </li>
  2632.                
  2633.                    <li>
  2634.                        <a href="http://rcpro.pl/" class="top-color " rel="dofollow">
  2635.                            krypto kasyna
  2636.                        </a>
  2637.                    </li>
  2638.                
  2639.                    <li>
  2640.                        <a href="http://our.news/" class="top-color " rel="dofollow">
  2641.                            legalni bukmacherzy
  2642.                        </a>
  2643.                    </li>
  2644.                
  2645.                    <li>
  2646.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  2647.                            non GamCare casino
  2648.                        </a>
  2649.                    </li>
  2650.                
  2651.                    <li>
  2652.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  2653.                            British casinos not on Gamstop
  2654.                        </a>
  2655.                    </li>
  2656.                
  2657.            </ul>
  2658.        </div>
  2659.    
  2660.  
  2661.    
  2662.    <div class="widget recent-post-widget mb-3">
  2663.        <h3>Popular Post</h3>
  2664.        <div class="posts">
  2665.            
  2666.            <div class="post">
  2667.                <div class="img-holder">
  2668.                    
  2669.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2670.                    
  2671.                </div>
  2672.                <div class="details">
  2673.                    <span class="date top-color" >07 May 2026 </span>
  2674.                    <h4> <a href="/finland-shocks-two-time-defending-champions-us-in-world-junior-quarterfinal-round/" class="top-color">
  2675.                                            Finland Shocks Two-Time Defending Champions US in World Junior Quarterfinal Round.
  2676.                                            </a></h4>
  2677.                </div>
  2678.            </div>
  2679.            
  2680.            <div class="post">
  2681.                <div class="img-holder">
  2682.                    
  2683.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2684.                    
  2685.                </div>
  2686.                <div class="details">
  2687.                    <span class="date top-color" >07 May 2026 </span>
  2688.                    <h4> <a href="/failing-to-find-a-fantastic-time-at-college-youre-not-alone/" class="top-color">
  2689.                                            Failing to find a fantastic time at college? You&#x27;re not alone.
  2690.                                            </a></h4>
  2691.                </div>
  2692.            </div>
  2693.            
  2694.            <div class="post">
  2695.                <div class="img-holder">
  2696.                    
  2697.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2698.                    
  2699.                </div>
  2700.                <div class="details">
  2701.                    <span class="date top-color" >07 May 2026 </span>
  2702.                    <h4> <a href="/will-britains-common-toads-survive-from-traffic-and-terrible-decline/" class="top-color">
  2703.                                            Will Britain&#x27;s Common Toads Survive from Traffic and Terrible Decline?
  2704.                                            </a></h4>
  2705.                </div>
  2706.            </div>
  2707.            
  2708.            <div class="post">
  2709.                <div class="img-holder">
  2710.                    
  2711.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2712.                    
  2713.                </div>
  2714.                <div class="details">
  2715.                    <span class="date top-color" >07 May 2026 </span>
  2716.                    <h4> <a href="/esteemed-actor-pat-finn-recognized-for-roles-in-friends-and-the-middle-has-died-at-the-age-of-sixty/" class="top-color">
  2717.                                            Esteemed Actor Pat Finn, Recognized For Roles in Friends and The Middle, Has Died at the Age of Sixty.
  2718.                                            </a></h4>
  2719.                </div>
  2720.            </div>
  2721.            
  2722.            <div class="post">
  2723.                <div class="img-holder">
  2724.                    
  2725.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2726.                    
  2727.                </div>
  2728.                <div class="details">
  2729.                    <span class="date top-color" >06 May 2026 </span>
  2730.                    <h4> <a href="/sabalenka-ready-to-face-nick-kyrgios-in-contemporary-gender-showdown-exhibition/" class="top-color">
  2731.                                            Sabalenka Ready to Face Nick Kyrgios in Contemporary Gender Showdown Exhibition
  2732.                                            </a></h4>
  2733.                </div>
  2734.            </div>
  2735.            
  2736.            <div class="post">
  2737.                <div class="img-holder">
  2738.                    
  2739.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  2740.                    
  2741.                </div>
  2742.                <div class="details">
  2743.                    <span class="date top-color" >06 May 2026 </span>
  2744.                    <h4> <a href="/this-swine-life-pig-named-6-7-pardoned-by-miami-dade-leader/" class="top-color">
  2745.                                            This Swine Life: Pig Named 6-7 Pardoned by Miami-Dade Leader.
  2746.                                            </a></h4>
  2747.                </div>
  2748.            </div>
  2749.            
  2750.  
  2751.        </div>
  2752.    </div>
  2753.    
  2754. </div>
  2755.    
  2756.            </div>
  2757.        </div>
  2758.    </div>
  2759. </section>
  2760.  
  2761.    
  2762.        
  2763.        <!-- end wpo-blog-highlights-section -->
  2764.        <!-- start wpo-blog-sponsored-section -->
  2765.        
  2766.  
  2767.  
  2768.  
  2769.    
  2770.  
  2771.  
  2772.  
  2773. <style>
  2774.    .sponsored-section-v6 {
  2775.        padding: 45px 0;
  2776.        background: transparent;
  2777.    }
  2778.    
  2779.    .sponsored-card-v6 {
  2780.        background: #ffffff;
  2781.        border: 1px solid #f8f8f8;
  2782.        transition: opacity 0.3s ease;
  2783.        height: 100%;
  2784.    }
  2785.    
  2786.    .sponsored-card-v6:hover {
  2787.        opacity: 0.95;
  2788.    }
  2789.    
  2790.    .sponsored-image-v6 {
  2791.        position: relative;
  2792.        height: 170px;
  2793.    }
  2794.    
  2795.    .sponsored-image-v6 img {
  2796.        width: 100%;
  2797.        height: 100%;
  2798.        object-fit: cover;
  2799.    }
  2800.    
  2801.    .sponsored-image-v6::after {
  2802.        content: '';
  2803.        position: absolute;
  2804.        top: 0;
  2805.        left: 0;
  2806.        right: 0;
  2807.        bottom: 0;
  2808.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  2809.    }
  2810.    
  2811.    .sponsored-badge-v6 {
  2812.        position: absolute;
  2813.        top: 10px;
  2814.        left: 10px;
  2815.        padding: 5px 12px;
  2816.        font-size: 12px;
  2817.        font-weight: 600;
  2818.        text-transform: uppercase;
  2819.        border-radius: 4px;
  2820.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  2821.    }
  2822.    
  2823.    .sponsored-content-v6 {
  2824.        padding: 12px;
  2825.    }
  2826.    
  2827.    .sponsored-title-v6 {
  2828.        font-size: 14px;
  2829.        font-weight: 700;
  2830.        line-height: 1.3;
  2831.        margin-bottom: 6px;
  2832.        color: #333;
  2833.    }
  2834.    
  2835.    .sponsored-title-v6 a {
  2836.        text-decoration: none;
  2837.        color: #333;
  2838.    }
  2839.    
  2840.    .sponsored-title-v6 a:hover {
  2841.        color: #fd7e14; /* Orange hover */
  2842.    }
  2843.    
  2844.    .sponsored-excerpt-v6 {
  2845.        font-size: 12px;
  2846.        font-weight: 600;
  2847.        color: #868e96;
  2848.        margin-bottom: 8px;
  2849.        line-height: 1.4;
  2850.    }
  2851.    
  2852.    .sponsored-meta-v6 {
  2853.        font-size: 11px;
  2854.        color: #6c757d;
  2855.    }
  2856.    
  2857.    .author-info-v6 {
  2858.        display: inline;
  2859.        margin-right: 10px;
  2860.    }
  2861.    
  2862.    .sponsored-author-img-v6 {
  2863.        width: 20px;
  2864.        height: 20px;
  2865.        border-radius: 50%;
  2866.        object-fit: cover;
  2867.        vertical-align: middle;
  2868.        margin-right: 4px;
  2869.    }
  2870.    
  2871.    .section-title-sponsored-v6 {
  2872.        font-size: 1.9rem;
  2873.        font-weight: 600;
  2874.        text-align: left;
  2875.        margin-bottom: 25px;
  2876.        color: #333;
  2877.        border-left: 4px solid #fd7e14;
  2878.        padding-left: 15px;
  2879.    }
  2880.  
  2881.    @media (max-width: 768px) {
  2882.        .sponsored-section-v6 {
  2883.            padding: 25px 0;
  2884.        }
  2885.        .sponsored-image-v6 {
  2886.            height: 130px;
  2887.        }
  2888.        .sponsored-content-v6 {
  2889.            padding: 10px;
  2890.        }
  2891.        .sponsored-title-v6 {
  2892.            font-size: 13px;
  2893.        }
  2894.        .sponsored-excerpt-v6 {
  2895.            font-size: 11px;
  2896.        }
  2897.        .section-title-sponsored-v6 {
  2898.            font-size: 1.6rem;
  2899.            padding-left: 10px;
  2900.        }
  2901.    }
  2902. </style>
  2903.  
  2904. <section class="sponsored-section-v6">
  2905.    <div class="container-fluid fluid-container">
  2906.        <div class="row">
  2907.            <div class="col-12">
  2908.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  2909.            </div>
  2910.        </div>
  2911.        
  2912.        <div class="row g-3">
  2913.            
  2914.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2915.                <div class="card sponsored-card-v6">
  2916.                    <div class="sponsored-image-v6">
  2917.                        
  2918.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2919.                        
  2920.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2921.                    </div>
  2922.                    <div class="sponsored-content-v6">
  2923.                        <h3 class="sponsored-title-v6">
  2924.                            <a href="/finland-shocks-two-time-defending-champions-us-in-world-junior-quarterfinal-round/" >
  2925.                                            Finland Shocks Two-Time Defending Champions US in World Junior Quarterfinal Round.
  2926.                                            </a>
  2927.                        </h3>
  2928.                        <p class="sponsored-excerpt-v6">
  2929.                            
  2930.                        </p>
  2931.                        <div class="sponsored-meta-v6">
  2932.                            <span class="author-info-v6">
  2933.                                
  2934.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="sponsored-author-img-v6">
  2935.                                
  2936.                               Amy Sanchez
  2937.                            </span>
  2938.                            | 07 May 2026
  2939.                        </div>
  2940.                    </div>
  2941.                </div>
  2942.            </div>
  2943.            
  2944.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2945.                <div class="card sponsored-card-v6">
  2946.                    <div class="sponsored-image-v6">
  2947.                        
  2948.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2949.                        
  2950.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2951.                    </div>
  2952.                    <div class="sponsored-content-v6">
  2953.                        <h3 class="sponsored-title-v6">
  2954.                            <a href="/failing-to-find-a-fantastic-time-at-college-youre-not-alone/" >
  2955.                                            Failing to find a fantastic time at college? You&#x27;re not alone.
  2956.                                            </a>
  2957.                        </h3>
  2958.                        <p class="sponsored-excerpt-v6">
  2959.                            
  2960.                        </p>
  2961.                        <div class="sponsored-meta-v6">
  2962.                            <span class="author-info-v6">
  2963.                                
  2964.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="sponsored-author-img-v6">
  2965.                                
  2966.                               Amy Sanchez
  2967.                            </span>
  2968.                            | 07 May 2026
  2969.                        </div>
  2970.                    </div>
  2971.                </div>
  2972.            </div>
  2973.            
  2974.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2975.                <div class="card sponsored-card-v6">
  2976.                    <div class="sponsored-image-v6">
  2977.                        
  2978.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2979.                        
  2980.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2981.                    </div>
  2982.                    <div class="sponsored-content-v6">
  2983.                        <h3 class="sponsored-title-v6">
  2984.                            <a href="/will-britains-common-toads-survive-from-traffic-and-terrible-decline/" >
  2985.                                            Will Britain&#x27;s Common Toads Survive from Traffic and Terrible Decline?
  2986.                                            </a>
  2987.                        </h3>
  2988.                        <p class="sponsored-excerpt-v6">
  2989.                            
  2990.                        </p>
  2991.                        <div class="sponsored-meta-v6">
  2992.                            <span class="author-info-v6">
  2993.                                
  2994.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="sponsored-author-img-v6">
  2995.                                
  2996.                               Amy Sanchez
  2997.                            </span>
  2998.                            | 07 May 2026
  2999.                        </div>
  3000.                    </div>
  3001.                </div>
  3002.            </div>
  3003.            
  3004.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3005.                <div class="card sponsored-card-v6">
  3006.                    <div class="sponsored-image-v6">
  3007.                        
  3008.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3009.                        
  3010.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3011.                    </div>
  3012.                    <div class="sponsored-content-v6">
  3013.                        <h3 class="sponsored-title-v6">
  3014.                            <a href="/esteemed-actor-pat-finn-recognized-for-roles-in-friends-and-the-middle-has-died-at-the-age-of-sixty/" >
  3015.                                            Esteemed Actor Pat Finn, Recognized For Roles in Friends and The Middle, Has Died at the Age of Sixty.
  3016.                                            </a>
  3017.                        </h3>
  3018.                        <p class="sponsored-excerpt-v6">
  3019.                            
  3020.                        </p>
  3021.                        <div class="sponsored-meta-v6">
  3022.                            <span class="author-info-v6">
  3023.                                
  3024.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="sponsored-author-img-v6">
  3025.                                
  3026.                               Amy Sanchez
  3027.                            </span>
  3028.                            | 07 May 2026
  3029.                        </div>
  3030.                    </div>
  3031.                </div>
  3032.            </div>
  3033.            
  3034.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3035.                <div class="card sponsored-card-v6">
  3036.                    <div class="sponsored-image-v6">
  3037.                        
  3038.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3039.                        
  3040.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3041.                    </div>
  3042.                    <div class="sponsored-content-v6">
  3043.                        <h3 class="sponsored-title-v6">
  3044.                            <a href="/sabalenka-ready-to-face-nick-kyrgios-in-contemporary-gender-showdown-exhibition/" >
  3045.                                            Sabalenka Ready to Face Nick Kyrgios in Contemporary Gender Showdown Exhibition
  3046.                                            </a>
  3047.                        </h3>
  3048.                        <p class="sponsored-excerpt-v6">
  3049.                            
  3050.                        </p>
  3051.                        <div class="sponsored-meta-v6">
  3052.                            <span class="author-info-v6">
  3053.                                
  3054.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="sponsored-author-img-v6">
  3055.                                
  3056.                               Amy Sanchez
  3057.                            </span>
  3058.                            | 06 May 2026
  3059.                        </div>
  3060.                    </div>
  3061.                </div>
  3062.            </div>
  3063.            
  3064.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3065.                <div class="card sponsored-card-v6">
  3066.                    <div class="sponsored-image-v6">
  3067.                        
  3068.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3069.                        
  3070.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3071.                    </div>
  3072.                    <div class="sponsored-content-v6">
  3073.                        <h3 class="sponsored-title-v6">
  3074.                            <a href="/this-swine-life-pig-named-6-7-pardoned-by-miami-dade-leader/" >
  3075.                                            This Swine Life: Pig Named 6-7 Pardoned by Miami-Dade Leader.
  3076.                                            </a>
  3077.                        </h3>
  3078.                        <p class="sponsored-excerpt-v6">
  3079.                            
  3080.                        </p>
  3081.                        <div class="sponsored-meta-v6">
  3082.                            <span class="author-info-v6">
  3083.                                
  3084.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Amy Sanchez" class="sponsored-author-img-v6">
  3085.                                
  3086.                               Amy Sanchez
  3087.                            </span>
  3088.                            | 06 May 2026
  3089.                        </div>
  3090.                    </div>
  3091.                </div>
  3092.            </div>
  3093.            
  3094.        </div>
  3095.    </div>
  3096. </section>
  3097.  
  3098.  
  3099.    
  3100.        <!-- end wpo-blog-sponsored-section -->
  3101.        <!-- start wpo-subscribe-section -->
  3102.        
  3103.        <!-- end subscribe-section -->
  3104.        <!-- start of wpo-site-footer-section -->
  3105.        
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3113. <footer class="footer-v5 bg-primary-gradient border-top">
  3114.    
  3115.    <!-- Main Footer Content -->
  3116.    <div class="container-fluid py-5">
  3117.        
  3118.        <!-- Top Section with Logo and Description -->
  3119.        <div class="row mb-5">
  3120.            <div class="col-12 text-center">
  3121.                <div class="footer-brand mb-4">
  3122.                    
  3123.                    <h4 class="fw-bold footer-color mb-2">Stellar Royal Zone</h4>
  3124.                    <p class="footer-color opacity-50">Explore exclusive luxury travel destinations, high-end fashion trends, and elite lifestyle tips on Stellar Royal Zone, your guide to sophisticated living.</p>
  3125.                </div>
  3126.            </div>
  3127.        </div>
  3128.  
  3129.        <!-- Content Grid -->
  3130.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3131.            
  3132.            <!-- Quick Links Column -->
  3133.            <div class="">
  3134.                <div class="footer-section">
  3135.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3136.                        Quick Links
  3137.                    </h6>
  3138.                    <ul class="list-unstyled footer-links">
  3139.                        
  3140.                        <li class="mb-2">
  3141.                            <a href="/manchester-united-poised-to-secure-germany-forward-lea-sch%C3%BCller-away-from-bayern-munich/"
  3142.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3143.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3144.                                Manchester United Poised to Secure Germany Forward Lea Schüller away from Bayern Munich
  3145.                            </a>
  3146.                        </li>
  3147.                        
  3148.                        <li class="mb-2">
  3149.                            <a href="/like-a-champions-league-win-kendalls-unforgettable-evening-for-england/"
  3150.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3151.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3152.                                ‘Like a Champions League win’ - Kendall’s unforgettable evening for England
  3153.                            </a>
  3154.                        </li>
  3155.                        
  3156.                        <li class="mb-2">
  3157.                            <a href="/china-increases-control-on-rare-earth-exports-citing-security-concerns/"
  3158.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3159.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3160.                                China Increases Control on Rare-Earth Exports, Citing Security Concerns
  3161.                            </a>
  3162.                        </li>
  3163.                        
  3164.                        <li class="mb-2">
  3165.                            <a href="/the-documentary-legend-on-his-latest-war-of-independence-film-series-we-wont-work-on-a-more-important-film/"
  3166.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3167.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3168.                                The Documentary Legend on His Latest War of Independence Film Series: ‘We Won’t Work on a More Important Film’
  3169.                            </a>
  3170.                        </li>
  3171.                        
  3172.                        <li class="mb-2">
  3173.                            <a href="/aerial-photographs-show-iranian-navy-and-nuclear-sites-damaged-by-joint-us-and-israeli-airstrikes/"
  3174.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3175.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3176.                                Aerial Photographs Show Iranian Navy and Nuclear Sites Damaged by Joint US and Israeli Airstrikes.
  3177.                            </a>
  3178.                        </li>
  3179.                        
  3180.                        <li class="mb-2">
  3181.                            <a href="/i-became-the-imaginary-guitar-international-titleholder/"
  3182.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3183.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3184.                                I Became the Imaginary Guitar International Titleholder
  3185.                            </a>
  3186.                        </li>
  3187.                        
  3188.                    </ul>
  3189.                </div>
  3190.            </div>
  3191.  
  3192.            <!-- Resources Column -->
  3193.            <div class="">
  3194.                <div class="footer-section">
  3195.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3196.                        Resources
  3197.                    </h6>
  3198.                   <ul class="footer-links" id="footerLinks">
  3199.        
  3200.        
  3201.  
  3202.        
  3203.        
  3204.        
  3205.        
  3206.    </ul>
  3207.                </div>
  3208.            </div>
  3209.  
  3210.            <!-- Categories Column -->
  3211.            <div class="">
  3212.                <div class="footer-section">
  3213.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3214.                        Categories
  3215.                    </h6>
  3216.                    <div class="category-tags">
  3217.                      
  3218.                                <li>
  3219.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3220.                                        All Posts
  3221.                                    </a>
  3222.                                </li>
  3223.                                
  3224.                                <li>
  3225.                                    <a href="/category/business/" class="footer-link footer-color">
  3226.                                        Business
  3227.                                    </a>
  3228.                                </li>
  3229.                                
  3230.                                <li>
  3231.                                    <a href="/category/esports/" class="footer-link footer-color">
  3232.                                        Esports
  3233.                                    </a>
  3234.                                </li>
  3235.                                
  3236.                                <li>
  3237.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3238.                                        Fashion
  3239.                                    </a>
  3240.                                </li>
  3241.                                
  3242.                                <li>
  3243.                                    <a href="/category/featured/" class="footer-link footer-color">
  3244.                                        Featured
  3245.                                    </a>
  3246.                                </li>
  3247.                                
  3248.                                <li>
  3249.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3250.                                        Gaming
  3251.                                    </a>
  3252.                                </li>
  3253.                                
  3254.                    </div>
  3255.                </div>
  3256.            </div>
  3257.  
  3258.        </div>
  3259.  
  3260.    </div>
  3261.  
  3262.    <!-- Footer Bottom -->
  3263.    <div class="footer-bottom  border-top py-3">
  3264.        <div class="container-fluid fluid-container">
  3265.            <div class=" d-flex justify-content-between flex-wrap">
  3266.                <div class="">
  3267.                    <p class="mb-0 footer-color  ">
  3268.                        © 2026 <span class="fw-semibold footer-color">Stellar Royal Zone</span>. All rights reserved.
  3269.                    </p>
  3270.                </div>
  3271.                <div class="">
  3272.                    <div class="footer-nav">
  3273.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3274.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3275.                        </a>
  3276.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3277.                            <i class="bi bi-file-text me-1"></i>Terms
  3278.                        </a>
  3279.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3280.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3281.                        </a>
  3282.                    </div>
  3283.                </div>
  3284.            </div>
  3285.        </div>
  3286.    </div>
  3287.  
  3288. </footer>
  3289.  
  3290. <style>
  3291. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3292.  
  3293.  
  3294.  
  3295.  
  3296. .footer-logo {
  3297.    border-radius: 8px;
  3298. }
  3299.  
  3300. /* Footer Sections */
  3301. .footer-section {
  3302.    padding: 0 15px;
  3303. }
  3304.  
  3305. .footer-section h6 {
  3306.    position: relative;
  3307.    padding-bottom: 8px;
  3308. }
  3309.  
  3310. .footer-section h6::after {
  3311.    content: '';
  3312.    position: absolute;
  3313.    bottom: 0;
  3314.    left: 0;
  3315.    width: 30px;
  3316.    height: 2px;
  3317.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3318.    border-radius: 1px;
  3319. }
  3320.  
  3321. /* Links Styling */
  3322. .footer-links a {
  3323.    transition: all 0.3s ease;
  3324.    padding: 4px 0;
  3325.    border-radius: 4px;
  3326. }
  3327.  
  3328. .footer-links a:hover {
  3329.    color: var(--bs-primary) !important;
  3330.    padding-left: 8px;
  3331. }
  3332.  
  3333. .footer-links a:hover i {
  3334.    transform: translateX(2px);
  3335. }
  3336.  
  3337. /* Category Tags */
  3338. .category-tag {
  3339.    transition: all 0.3s ease;
  3340.    padding: 6px 12px !important;
  3341.    font-size: 0.875rem;
  3342. }
  3343.  
  3344.  
  3345.  
  3346. /* Footer Bottom */
  3347. .footer-bottom {
  3348.    backdrop-filter: blur(10px);
  3349. }
  3350.  
  3351. /* Responsive Design */
  3352. @media (max-width: 768px) {
  3353.    .footer-v5 {
  3354.        margin-top: 60px;
  3355.    }
  3356.    
  3357.    .footer-section {
  3358.        text-align:start;
  3359.        margin-bottom: 40px;
  3360.    }
  3361.    
  3362.    .footer-links a,
  3363.    .category-tags {
  3364.        justify-content:start;
  3365.    }
  3366.    
  3367.    .social-links .d-flex {
  3368.        justify-content:start;
  3369.    }
  3370. }
  3371.  
  3372. @media (max-width: 576px) {
  3373.    .footer-brand h4 {
  3374.        font-size: 1.25rem;
  3375.    }
  3376.    
  3377.    .stats-item h5 {
  3378.        font-size: 1.1rem;
  3379.    }
  3380.    
  3381.    .newsletter-form .btn {
  3382.        padding: 8px 12px;
  3383.    }
  3384. }
  3385.  
  3386. /* Animation Classes */
  3387. .fade-in {
  3388.    animation: fadeIn 0.6s ease-in;
  3389. }
  3390.  
  3391. @keyframes fadeIn {
  3392.    from { opacity: 0; transform: translateY(20px); }
  3393.    to { opacity: 1; transform: translateY(0); }
  3394. }
  3395.  
  3396. /* Loading State */
  3397. .loading {
  3398.    pointer-events: none;
  3399.    opacity: 0.7;
  3400. }
  3401.  
  3402. .loading .btn {
  3403.    position: relative;
  3404. }
  3405.  
  3406. .loading .btn::after {
  3407.    content: '';
  3408.    position: absolute;
  3409.    top: 50%;
  3410.    left: 50%;
  3411.    width: 16px;
  3412.    height: 16px;
  3413.    margin: -8px 0 0 -8px;
  3414.    border: 2px solid transparent;
  3415.    border-top-color: currentColor;
  3416.    border-radius: 50%;
  3417.    animation: spin 1s linear infinite;
  3418. }
  3419.  
  3420. @keyframes spin {
  3421.    to { transform: rotate(360deg); }
  3422. }
  3423.  
  3424. /* Utility Classes */
  3425. .text-gradient {
  3426.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3427.    -webkit-background-clip: text;
  3428.    -webkit-text-fill-color: transparent;
  3429.    background-clip: text;
  3430. }
  3431.  
  3432. .hover-lift {
  3433.    transition: transform 0.3s ease;
  3434. }
  3435.  
  3436. .hover-lift:hover {
  3437.    transform: translateY(-2px);
  3438. }
  3439. </style>
  3440.  
  3441.  
  3442. <script>
  3443. document.addEventListener('DOMContentLoaded', function() {
  3444.    
  3445.    // Initialize Bootstrap tooltips
  3446.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3447.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3448.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3449.    });
  3450.  
  3451.    // Newsletter form handling
  3452.    const newsletterForm = document.querySelector('.newsletter-form');
  3453.    if (newsletterForm) {
  3454.        newsletterForm.addEventListener('submit', function(e) {
  3455.            e.preventDefault();
  3456.            
  3457.            const email = this.querySelector('input[name="email"]').value.trim();
  3458.            const submitBtn = this.querySelector('button[type="submit"]');
  3459.            const originalContent = submitBtn.innerHTML;
  3460.            
  3461.            // Validate email
  3462.            if (!email || !isValidEmail(email)) {
  3463.                showToast('Please enter a valid email address', 'error');
  3464.                return;
  3465.            }
  3466.            
  3467.            // Show loading state
  3468.            this.classList.add('loading');
  3469.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3470.            submitBtn.disabled = true;
  3471.            
  3472.            // Simulate API call
  3473.            setTimeout(() => {
  3474.                // Success state
  3475.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3476.                submitBtn.classList.remove('btn-primary');
  3477.                submitBtn.classList.add('btn-success');
  3478.                
  3479.                showToast('Successfully subscribed to newsletter!', 'success');
  3480.                
  3481.                // Reset form
  3482.                setTimeout(() => {
  3483.                    this.classList.remove('loading');
  3484.                    submitBtn.innerHTML = originalContent;
  3485.                    submitBtn.classList.remove('btn-success');
  3486.                    submitBtn.classList.add('btn-primary');
  3487.                    submitBtn.disabled = false;
  3488.                    this.reset();
  3489.                }, 2000);
  3490.                
  3491.            }, 1500);
  3492.        });
  3493.    }
  3494.    
  3495.    // Email validation function
  3496.    function isValidEmail(email) {
  3497.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3498.        return emailRegex.test(email);
  3499.    }
  3500.    
  3501.    // Toast notification function
  3502.    function showToast(message, type = 'info') {
  3503.        // Remove existing toasts
  3504.        const existingToasts = document.querySelectorAll('.custom-toast');
  3505.        existingToasts.forEach(toast => toast.remove());
  3506.        
  3507.        // Create toast
  3508.        const toast = document.createElement('div');
  3509.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3510.        toast.style.zIndex = '9999';
  3511.        toast.innerHTML = `
  3512.            <div class="d-flex align-items-center">
  3513.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3514.                <span>${message}</span>
  3515.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3516.            </div>
  3517.        `;
  3518.        
  3519.        document.body.appendChild(toast);
  3520.        
  3521.        // Auto remove after 4 seconds
  3522.        setTimeout(() => {
  3523.            if (toast && toast.parentNode) {
  3524.                toast.remove();
  3525.            }
  3526.        }, 4000);
  3527.    }
  3528.    
  3529.    // Smooth scroll for internal links
  3530.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3531.        anchor.addEventListener('click', function(e) {
  3532.            e.preventDefault();
  3533.            const target = document.querySelector(this.getAttribute('href'));
  3534.            if (target) {
  3535.                target.scrollIntoView({
  3536.                    behavior: 'smooth',
  3537.                    block: 'start'
  3538.                });
  3539.            }
  3540.        });
  3541.    });
  3542.    
  3543.    // Add fade-in animation to footer sections on scroll
  3544.    const observerOptions = {
  3545.        threshold: 0.1,
  3546.        rootMargin: '0px 0px -50px 0px'
  3547.    };
  3548.    
  3549.    const sectionObserver = new IntersectionObserver((entries) => {
  3550.        entries.forEach(entry => {
  3551.            if (entry.isIntersecting) {
  3552.                entry.target.classList.add('fade-in');
  3553.            }
  3554.        });
  3555.    }, observerOptions);
  3556.    
  3557.    // Observe footer sections
  3558.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3559.        sectionObserver.observe(section);
  3560.    });
  3561.    
  3562.    // Enhanced hover effects for category tags
  3563.    document.querySelectorAll('.category-tag').forEach(tag => {
  3564.        tag.addEventListener('mouseenter', function() {
  3565.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3566.        });
  3567.        
  3568.        tag.addEventListener('mouseleave', function() {
  3569.            this.style.transform = 'translateY(0) scale(1)';
  3570.        });
  3571.    });
  3572.    
  3573.    // Prevent default for demo links
  3574.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3575.        link.addEventListener('click', function(e) {
  3576.            e.preventDefault();
  3577.        });
  3578.    });
  3579.    
  3580.    // Add click ripple effect to buttons
  3581.    document.querySelectorAll('.btn').forEach(btn => {
  3582.        btn.addEventListener('click', function(e) {
  3583.            const ripple = document.createElement('span');
  3584.            const rect = this.getBoundingClientRect();
  3585.            const size = Math.max(rect.width, rect.height);
  3586.            const x = e.clientX - rect.left - size / 2;
  3587.            const y = e.clientY - rect.top - size / 2;
  3588.            
  3589.            ripple.style.cssText = `
  3590.                position: absolute;
  3591.                left: ${x}px;
  3592.                top: ${y}px;
  3593.                width: ${size}px;
  3594.                height: ${size}px;
  3595.                border-radius: 50%;
  3596.                background: rgba(255, 255, 255, 0.4);
  3597.                transform: scale(0);
  3598.                animation: ripple-effect 0.6s linear;
  3599.                pointer-events: none;
  3600.            `;
  3601.            
  3602.            this.style.position = 'relative';
  3603.            this.style.overflow = 'hidden';
  3604.            this.appendChild(ripple);
  3605.            
  3606.            setTimeout(() => ripple.remove(), 600);
  3607.        });
  3608.    });
  3609.    
  3610. });
  3611.  
  3612. // Add ripple animation CSS
  3613. const rippleCSS = document.createElement('style');
  3614. rippleCSS.textContent = `
  3615.    @keyframes ripple-effect {
  3616.        to {
  3617.            transform: scale(4);
  3618.            opacity: 0;
  3619.        }
  3620.    }
  3621. `;
  3622. document.head.appendChild(rippleCSS);
  3623.  
  3624. document.addEventListener('DOMContentLoaded', function () {
  3625.    var btn = document.getElementById('toggleFooterLinks');
  3626.    if (!btn) return; // No extra links, no button
  3627.  
  3628.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3629.  
  3630.    btn.addEventListener('click', function () {
  3631.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3632.            return li.classList.contains('d-none');
  3633.        });
  3634.  
  3635.        extras.forEach(function (li) {
  3636.            if (anyHidden) {
  3637.                li.classList.remove('d-none');
  3638.                li.classList.add('show');
  3639.            } else {
  3640.                li.classList.add('d-none');
  3641.                li.classList.remove('show');
  3642.            }
  3643.        });
  3644.  
  3645.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3646.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3647.    });
  3648. });
  3649.  
  3650. </script>
  3651.  
  3652.        <!-- end of wpo-site-footer-section -->
  3653.    </div>
  3654.    <!-- end of page-wrapper -->
  3655.  
  3656.    <!-- All JavaScript files
  3657.    ================================================== -->
  3658.    
  3659.  
  3660. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3661. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3662. <!-- Plugins for this template -->
  3663. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3664. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3665. <!-- Custom script for this template -->
  3666. <script src="/static/blogapp/assets/js/script.js"></script>
  3667.  
  3668. <script>
  3669. (function () {
  3670. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3671. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3672.  
  3673. function applyFallback(img) {
  3674. if (!img || img.dataset.fallbackApplied === "1") {
  3675. return;
  3676. }
  3677. var failedSrc = img.currentSrc || img.src || "";
  3678. img.dataset.fallbackApplied = "1";
  3679. img.onerror = null;
  3680. img.src = fallbackImageSrc;
  3681. console.warn("[ImageFallback] Replaced broken image:", {
  3682. failedSrc: failedSrc,
  3683. fallbackSrc: fallbackImageSrc,
  3684. alt: img.alt || "",
  3685. });
  3686. }
  3687.  
  3688. document.querySelectorAll("img").forEach(function (img) {
  3689. if (img.complete && img.naturalWidth === 0) {
  3690. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3691. failedSrc: img.currentSrc || img.src || "",
  3692. alt: img.alt || "",
  3693. });
  3694. applyFallback(img);
  3695. }
  3696. });
  3697.  
  3698. document.addEventListener(
  3699. "error",
  3700. function (event) {
  3701. var target = event.target;
  3702. if (target && target.tagName === "IMG") {
  3703. applyFallback(target);
  3704. }
  3705. },
  3706. true
  3707. );
  3708. })();
  3709. </script>
  3710.  
  3711. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3712.  
  3713.  
  3714.  
  3715. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"0c4486abb0b449bcb97b91977dc2a187","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3716. </body>
  3717.  
  3718. </html>
  3719.  
  3720.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda