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://889992785.xyz

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T170734.121_1CKW5dR_s4V1tGT_smMSDce_a6QirX5.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends Blog | Latest Tech News</title>
  17.    <meta name="description" content="Explore the latest in technology, digital trends, and innovation. Get expert insights on gadgets, software, and future tech developments to stay ahead.">
  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://889992785.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #1e90ff;
  42.        --bs-primary-rgb: 1e90ff;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #eff6ff;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #1e90ff;
  53.        --theme-primary-color-s2: #1e90ff;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1e3a8a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1e3a8a;
  59.        --border-color: #bfdbfe;
  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: #dbeafe;
  75.        --navbar-color: #1e3a8a;
  76.        --topbar-bg: #eff6ff;
  77.        --topbar-color: #1e3a8a;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bfdbfe;
  82.        --card-radius: 10px;
  83.        --link-color: #1e90ff;
  84.        --link-hover: #1d4ed8;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(30, 144, 255, 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_42">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406.  
  407.            
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <header class="header-v8 mb-4">
  415.    <div class="container-fluid fluid-container">
  416.        <!-- Main Navigation Card -->
  417.        <div class="nav-card-v8">
  418.            <div class="row align-items-center justify-content-between">
  419.                <!-- Logo Section -->
  420.               <div class="col-lg-2 col-md-3 col-6">
  421.                    <div class="logo-section-v8">
  422.                        <a class="logo-link-v8" href="/">
  423.                            
  424.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/92c276a3-af0c-43d7-b023-60c9507585ba_logo.png" alt="TechSphere Blog" class="logo-img-v8" />
  425.                            
  426.                        </a>
  427.                    </div>
  428.                </div>
  429.  
  430.                <!-- Navigation Menu -->
  431.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  432.                    <nav class="main-nav-v8">
  433.                        <ul class="nav-list-v8">
  434.  
  435.                            
  436.                            <li class="nav-item-v8">
  437.                                <a href="/" class="nav-link-v8 active-v8"
  438.                                    data-text="Home">Home</a>
  439.                            </li>
  440.  
  441.                            
  442.                            
  443.                             <li class="nav-item-v8">
  444.                                <a href="/category/all-posts/" class="nav-link-v8"
  445.                                    data-text="All Posts">
  446.                                    All Posts
  447.                                </a>
  448.                                </li>
  449.  
  450.                                
  451.  
  452.                                                
  453.                                                
  454.                                
  455.                             <li class="nav-item-v8">
  456.                                <a href="/category/business/" class="nav-link-v8"
  457.                                    data-text="Business">
  458.                                    Business
  459.                                </a>
  460.                                </li>
  461.  
  462.                                
  463.  
  464.                                                
  465.                                                
  466.                                
  467.                             <li class="nav-item-v8">
  468.                                <a href="/category/esports/" class="nav-link-v8"
  469.                                    data-text="Esports">
  470.                                    Esports
  471.                                </a>
  472.                                </li>
  473.  
  474.                                
  475.  
  476.                                                
  477.                                                
  478.                                
  479.                             <li class="nav-item-v8">
  480.                                <a href="/category/fashion/" class="nav-link-v8"
  481.                                    data-text="Fashion">
  482.                                    Fashion
  483.                                </a>
  484.                                </li>
  485.  
  486.                                
  487.  
  488.                                                
  489.                                                
  490.                                
  491.                             <li class="nav-item-v8">
  492.                                <a href="/category/featured/" class="nav-link-v8"
  493.                                    data-text="Featured">
  494.                                    Featured
  495.                                </a>
  496.                                </li>
  497.  
  498.                                
  499.  
  500.                                                
  501.                                                
  502.                                
  503.                             <li class="nav-item-v8">
  504.                                <a href="/category/gaming/" class="nav-link-v8"
  505.                                    data-text="Gaming">
  506.                                    Gaming
  507.                                </a>
  508.                                </li>
  509.  
  510.                                
  511.  
  512.                                                
  513.                                                
  514.                                
  515.                             <li class="nav-item-v8">
  516.                                <a href="/category/health/" class="nav-link-v8"
  517.                                    data-text="Health">
  518.                                    Health
  519.                                </a>
  520.                                </li>
  521.  
  522.                                
  523.  
  524.                                                
  525.                                                
  526.                                
  527.                            
  528.                                
  529.                                
  530.                                <li class="nav-item-v8 has-dropdown-v8">
  531.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  532.                                    <div class="dropdown-card-v8">
  533.                                        <div class="dropdown-grid-v8">
  534.                                            <div class="dropdown-section-v8">
  535.                                                <a href="/category/life-fitness/"
  536.                                                    class="dropdown-link-v8">
  537.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  538.                                                </a>
  539.                                                
  540.  
  541.                                                
  542.  
  543.                                                
  544.                                                
  545.                                
  546.                            
  547.                                                <a href="/category/lifestyle/"
  548.                                                    class="dropdown-link-v8">
  549.                                                    <span class="link-icon-v8"></span> Lifestyle
  550.                                                </a>
  551.                                                
  552.  
  553.                                                
  554.                                                
  555.                                
  556.                            
  557.                                                <a href="/category/news/"
  558.                                                    class="dropdown-link-v8">
  559.                                                    <span class="link-icon-v8"></span> News
  560.                                                </a>
  561.                                                
  562.  
  563.                                                
  564.                                                
  565.                                
  566.                            
  567.                                                <a href="/category/others/"
  568.                                                    class="dropdown-link-v8">
  569.                                                    <span class="link-icon-v8"></span> Others
  570.                                                </a>
  571.                                                
  572.  
  573.                                                
  574.                                                
  575.                                
  576.                            
  577.                                                <a href="/category/politics/"
  578.                                                    class="dropdown-link-v8">
  579.                                                    <span class="link-icon-v8"></span> Politics
  580.                                                </a>
  581.                                                
  582.  
  583.                                                
  584.                                                
  585.                                
  586.                            
  587.                                                <a href="/category/sports/"
  588.                                                    class="dropdown-link-v8">
  589.                                                    <span class="link-icon-v8"></span> Sports
  590.                                                </a>
  591.                                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                            
  597.                                                <a href="/category/tech/"
  598.                                                    class="dropdown-link-v8">
  599.                                                    <span class="link-icon-v8"></span> Tech
  600.                                                </a>
  601.                                                
  602.  
  603.                                                
  604.                                                
  605.                                
  606.                            
  607.                                                <a href="/category/travel/"
  608.                                                    class="dropdown-link-v8">
  609.                                                    <span class="link-icon-v8"></span> Travel
  610.                                                </a>
  611.                                                
  612.  
  613.                                                
  614.                                                
  615.                                            </div>
  616.                                        </div>
  617.                                    </div>
  618.                                </li>
  619.                                
  620.                                
  621. <li>
  622.                  <a href="/page/contact-us/">
  623.                     Contact Us
  624.                  </a>
  625.              </li>
  626.                        </ul>
  627.                    </nav>
  628.  
  629.                </div>
  630.  
  631.                <!-- Search & Mobile Toggle -->
  632.                <div class="col-lg-2 col-md-3 col-6">
  633.                    <div class="nav-actions-v8">
  634.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  635.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  636.                                stroke-width="2">
  637.                                <circle cx="11" cy="11" r="8"></circle>
  638.                                <path d="m21 21-4.35-4.35"></path>
  639.                            </svg>
  640.                        </button>
  641.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  642.                            <i class="ti-menu fs-5"></i>
  643.                        </button>
  644.                    </div>
  645.                </div>
  646.            </div>
  647.        </div>
  648.  
  649.        <!-- Floating Search Card -->
  650.        <div class="search-card-v8" id="searchCardV8">
  651.            <div class="search-container-v8">
  652.                <form class="search-form-v8" action="#" method="get">
  653.                    <div class="search-input-wrapper-v8">
  654.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  655.                            stroke="currentColor" stroke-width="2">
  656.                            <circle cx="11" cy="11" r="8"></circle>
  657.                            <path d="m21 21-4.35-4.35"></path>
  658.                        </svg>
  659.                        <input type="search" class="search-input-v8" id="search-input"
  660.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  661.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  662.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  663.                                stroke-width="2">
  664.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  665.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  666.                            </svg>
  667.                        </button>
  668.                    </div>
  669.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  670.                        
  671.                        
  672.                    </div>
  673.                </form>
  674.            </div>
  675.        </div>
  676.  
  677.        <!-- Mobile Navigation Card -->
  678.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  679.            <div class="mobile-nav-content-v8">
  680.                <ul class="mobile-nav-list-v8">
  681.  
  682.                    
  683.                    <li class="mobile-nav-item-v8">
  684.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  685.                            Home
  686.                        </a>
  687.                    </li>
  688.  
  689.                    
  690.                      <li class="mobile-nav-item-v8">
  691.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  692.                            All Posts
  693.                        </a>
  694.                        </li>
  695.  
  696.                        
  697.  
  698.                                
  699.                                
  700.                        
  701.                      <li class="mobile-nav-item-v8">
  702.                        <a href="/category/business/" class="mobile-nav-link-v8">
  703.                            Business
  704.                        </a>
  705.                        </li>
  706.  
  707.                        
  708.  
  709.                                
  710.                                
  711.                        
  712.                      <li class="mobile-nav-item-v8">
  713.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  714.                            Esports
  715.                        </a>
  716.                        </li>
  717.  
  718.                        
  719.  
  720.                                
  721.                                
  722.                        
  723.                      <li class="mobile-nav-item-v8">
  724.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  725.                            Fashion
  726.                        </a>
  727.                        </li>
  728.  
  729.                        
  730.  
  731.                                
  732.                                
  733.                        
  734.                      <li class="mobile-nav-item-v8">
  735.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  736.                            Featured
  737.                        </a>
  738.                        </li>
  739.  
  740.                        
  741.  
  742.                                
  743.                                
  744.                        
  745.                      <li class="mobile-nav-item-v8">
  746.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  747.                            Gaming
  748.                        </a>
  749.                        </li>
  750.  
  751.                        
  752.  
  753.                                
  754.                                
  755.                        
  756.                      <li class="mobile-nav-item-v8">
  757.                        <a href="/category/health/" class="mobile-nav-link-v8">
  758.                            Health
  759.                        </a>
  760.                        </li>
  761.  
  762.                        
  763.  
  764.                                
  765.                                
  766.                        
  767.                    
  768.                        
  769.                        
  770.                        <li class="mobile-nav-item-v8">
  771.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  772.                                More
  773.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  774.                                    stroke="currentColor" stroke-width="2">
  775.                                    <polyline points="6,9 12,15 18,9"></polyline>
  776.                                </svg>
  777.                            </a>
  778.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  779.                                <li>
  780.                                    <a href="/category/life-fitness/"
  781.                                        class="mobile-sub-link-v8">
  782.                                        Life &amp; Fitness
  783.                                    </a>
  784.                                </li>
  785.                                
  786.  
  787.                                
  788.  
  789.                                
  790.                                
  791.                        
  792.                    
  793.                                
  794.                                <li>
  795.                                    <a href="/category/lifestyle/"
  796.                                        class="mobile-sub-link-v8">
  797.                                        Lifestyle
  798.                                    </a>
  799.                                </li>
  800.                                
  801.  
  802.                                
  803.                                
  804.                        
  805.                    
  806.                                
  807.                                <li>
  808.                                    <a href="/category/news/"
  809.                                        class="mobile-sub-link-v8">
  810.                                        News
  811.                                    </a>
  812.                                </li>
  813.                                
  814.  
  815.                                
  816.                                
  817.                        
  818.                    
  819.                                
  820.                                <li>
  821.                                    <a href="/category/others/"
  822.                                        class="mobile-sub-link-v8">
  823.                                        Others
  824.                                    </a>
  825.                                </li>
  826.                                
  827.  
  828.                                
  829.                                
  830.                        
  831.                    
  832.                                
  833.                                <li>
  834.                                    <a href="/category/politics/"
  835.                                        class="mobile-sub-link-v8">
  836.                                        Politics
  837.                                    </a>
  838.                                </li>
  839.                                
  840.  
  841.                                
  842.                                
  843.                        
  844.                    
  845.                                
  846.                                <li>
  847.                                    <a href="/category/sports/"
  848.                                        class="mobile-sub-link-v8">
  849.                                        Sports
  850.                                    </a>
  851.                                </li>
  852.                                
  853.  
  854.                                
  855.                                
  856.                        
  857.                    
  858.                                
  859.                                <li>
  860.                                    <a href="/category/tech/"
  861.                                        class="mobile-sub-link-v8">
  862.                                        Tech
  863.                                    </a>
  864.                                </li>
  865.                                
  866.  
  867.                                
  868.                                
  869.                        
  870.                    
  871.                                
  872.                                <li>
  873.                                    <a href="/category/travel/"
  874.                                        class="mobile-sub-link-v8">
  875.                                        Travel
  876.                                    </a>
  877.                                </li>
  878.                                
  879.  
  880.                                
  881.                                
  882.                            </ul>
  883.                        </li>
  884.                        
  885.                        
  886.  
  887.                </ul>
  888.  
  889.            </div>
  890.        </div>
  891.    </div>
  892.  
  893.    <!-- Background Overlay -->
  894.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  895. </header>
  896.  
  897. <style>
  898.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  899.    .header-v8 {
  900.        padding: 20px 0;
  901.        position: relative;
  902.        min-height: 120px;
  903.    }
  904.  
  905.    /* Main Navigation Card */
  906.    .nav-card-v8 {
  907.        background:var(--navbar-bg);
  908.        backdrop-filter: blur(20px);
  909.        border: 1px solid var(--border-color);
  910.        border-radius: 20px;
  911.        padding: 15px 25px;
  912.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  913.        position: relative;
  914.        z-index: 100;
  915.    }
  916.  
  917.    /* Logo Styles */
  918.    .logo-img-v8 {
  919.        max-height: 60px;
  920.        transition: all 0.3s ease;
  921.    }
  922.  
  923.    .logo-link-v8:hover .logo-img-v8 {
  924.        transform: scale(1.05) rotate(2deg);
  925.    }
  926.  
  927.    /* Main Navigation */
  928.    .nav-list-v8 {
  929.        list-style: none;
  930.        padding: 0;
  931.        margin: 0;
  932.        display: flex;
  933.        align-items: center;
  934.        justify-content: center;
  935.        gap: 8px;
  936.    }
  937.  
  938.    .nav-item-v8 {
  939.        position: relative;
  940.    }
  941.  
  942.    .nav-link-v8 {
  943.        color: #4a5568;
  944.        text-decoration: none;
  945.        font-weight: 500;
  946.        font-size: 15px;
  947.        padding: 12px 18px;
  948.        border-radius: 12px;
  949.        position: relative;
  950.        transition: all 0.3s ease;
  951.        display: block;
  952.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  953.    }
  954.  
  955.    .nav-link-v8::before {
  956.        content: attr(data-text);
  957.        position: absolute;
  958.        top: 0;
  959.        left: 0;
  960.        right: 0;
  961.        bottom: 0;
  962.        display: flex;
  963.        align-items: center;
  964.        justify-content: center;
  965.        background: var(--sub-nav);
  966.        color: var(--topbar-color);
  967.        border-radius: 12px;
  968.        opacity: 0;
  969.        transform: scale(0.8);
  970.        transition: all 0.3s ease;
  971.        font-weight: 600;
  972.    }
  973.  
  974.    .nav-link-v8:hover::before,
  975.    .nav-link-v8.active-v8::before {
  976.        opacity: 1;
  977.        transform: scale(1);
  978.    }
  979.  
  980.    .nav-link-v8:hover,
  981.    .nav-link-v8.active-v8 {
  982.        color: transparent;
  983.        background: rgba(102, 126, 234, 0.1);
  984.    }
  985.  
  986.    /* Dropdown Styles */
  987.    .dropdown-card-v8 {
  988.        position: absolute;
  989.        top: calc(100% + 15px);
  990.        left: 50%;
  991.        transform: translateX(-50%);
  992.        background:var(--navbar-bg);
  993.        backdrop-filter: blur(20px);
  994.        border: 1px solid var(--border-color);
  995.        border-radius: 16px;
  996.        padding: 25px;
  997.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  998.        opacity: 0;
  999.        visibility: hidden;
  1000.        transform: translateX(-50%) translateY(-10px);
  1001.        transition: all 0.3s ease;
  1002.        z-index: 200;
  1003.        min-width: 320px;
  1004.    }
  1005.  
  1006.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1007.        opacity: 1;
  1008.        visibility: visible;
  1009.        transform: translateX(-50%) translateY(0);
  1010.    }
  1011.  
  1012.    .dropdown-grid-v8 {
  1013.        display: grid;
  1014.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1015.        gap: 20px;
  1016.    }
  1017.  
  1018.    .dropdown-header-v8 {
  1019.        font-size: 12px;
  1020.        font-weight: 700;
  1021.        color: #667eea;
  1022.        margin-bottom: 12px;
  1023.        text-transform: uppercase;
  1024.        letter-spacing: 1px;
  1025.    }
  1026.  
  1027.    .dropdown-link-v8 {
  1028.        display: flex;
  1029.        align-items: center;
  1030.        color: var(--navbar-color) !important;;
  1031.        text-decoration: none;
  1032.        font-size: 14px;
  1033.        padding: 10px 12px;
  1034.        border-radius: 10px;
  1035.        transition: all 0.3s ease;
  1036.        margin-bottom: 8px;
  1037.    }
  1038.  
  1039.    .dropdown-link-v8:hover {
  1040.        background:var(--bs-primary);
  1041.        color: var(--bs-white) !important;;
  1042.        transform: translateX(5px);
  1043.    }
  1044.  
  1045.    .link-icon-v8 {
  1046.        margin-right: 10px;
  1047.        height: 5px;
  1048.        width: 5px;
  1049.        border: 1px solid #2d3748;
  1050.        border-radius: 50%;
  1051.    }
  1052.  
  1053.    /* Navigation Actions */
  1054.    .nav-actions-v8 {
  1055.        display: flex;
  1056.        align-items: center;
  1057.        justify-content: flex-end;
  1058.        gap: 10px;
  1059.    }
  1060.  
  1061.    .search-toggle-v8,
  1062.    .mobile-toggle-v8 {
  1063.        background: rgba(102, 126, 234, 0.1);
  1064.        border: none;
  1065.        border-radius: 12px;
  1066.        padding: 12px;
  1067.        cursor: pointer;
  1068.        transition: all 0.3s ease;
  1069.        color: var(--bs-white);
  1070.    }
  1071.  
  1072.    .search-toggle-v8:hover,
  1073.    .mobile-toggle-v8:hover {
  1074.        background: var(--sub-nav);
  1075.        color: var(--topbar-color);
  1076.        transform: scale(1.05);
  1077.    }
  1078.  
  1079.    .mobile-toggle-v8 {
  1080.        flex-direction: column;
  1081.        gap: 3px;
  1082.        padding: 10px 12px;
  1083.    }
  1084.  
  1085.    .toggle-line-v8 {
  1086.        width: 20px;
  1087.        height: 2px;
  1088.        background: currentColor;
  1089.        border-radius: 1px;
  1090.        transition: all 0.3s ease;
  1091.    }
  1092.  
  1093.    /* Floating Search Card */
  1094.    .search-card-v8 {
  1095.        position: absolute;
  1096.        top: 100%;
  1097.        left: 50%;
  1098.        transform: translateX(-50%);
  1099.        width: calc(100% - 40px);
  1100.        max-width: 600px;
  1101.        background:var(--navbar-bg);
  1102.        backdrop-filter: blur(20px);
  1103.        border: 1px solid var(--border-color);
  1104.        border-radius: 20px;
  1105.        padding: 25px;
  1106.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1107.        opacity: 0;
  1108.        visibility: hidden;
  1109.        transform: translateX(-50%) translateY(-20px);
  1110.        transition: all 0.4s ease;
  1111.        z-index: 300;
  1112.        margin-top: 15px;
  1113.    }
  1114.  
  1115.    .search-card-v8.show-v8 {
  1116.        opacity: 1;
  1117.        visibility: visible;
  1118.        transform: translateX(-50%) translateY(0);
  1119.    }
  1120.  
  1121.    .search-input-wrapper-v8 {
  1122.        display: flex;
  1123.        align-items: center;
  1124.        background: rgba(248, 250, 252, 0.8);
  1125.        border: 2px solid rgba(102, 126, 234, 0.2);
  1126.        border-radius: 15px;
  1127.        padding: 5px;
  1128.        margin-bottom: 20px;
  1129.        transition: all 0.3s ease;
  1130.    }
  1131.  
  1132.    .search-input-wrapper-v8:focus-within {
  1133.        border-color: #667eea;
  1134.        background: rgba(255, 255, 255, 0.9);
  1135.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1136.    }
  1137.  
  1138.    .search-icon-v8 {
  1139.        color: #a0aec0;
  1140.        margin: 0 15px;
  1141.        transition: color 0.3s ease;
  1142.    }
  1143.  
  1144.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1145.        color: #667eea;
  1146.    }
  1147.  
  1148.    .search-input-v8 {
  1149.        flex: 1;
  1150.        border: none;
  1151.        background: transparent;
  1152.        font-size: 16px;
  1153.        padding: 15px 0;
  1154.        outline: none;
  1155.        color: #2d3748;
  1156.    }
  1157.  
  1158.    .search-input-v8::placeholder {
  1159.        color: #a0aec0;
  1160.    }
  1161.  
  1162.    .search-close-v8 {
  1163.        background: rgba(160, 174, 192, 0.2);
  1164.        border: none;
  1165.        border-radius: 10px;
  1166.        padding: 8px;
  1167.        margin-right: 8px;
  1168.        cursor: pointer;
  1169.        transition: all 0.3s ease;
  1170.        color: #a0aec0;
  1171.    }
  1172.  
  1173.    .search-close-v8:hover {
  1174.        background: rgba(229, 62, 62, 0.1);
  1175.        color: #e53e3e;
  1176.    }
  1177.  
  1178.    /* Search Suggestions */
  1179.    .search-suggestions-v8 {
  1180.        display: grid;
  1181.        gap: 8px;
  1182.    }
  1183.  
  1184.    .suggestion-item-v8 {
  1185.        display: flex;
  1186.        align-items: center;
  1187.        padding: 12px 15px;
  1188.        background: rgba(248, 250, 252, 0.1);
  1189.        border-radius: 12px;
  1190.        cursor: pointer;
  1191.        transition: all 0.3s ease;
  1192.    }
  1193.  
  1194.    .suggestion-item-v8:hover {
  1195.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1196.        color: white;
  1197.        transform: translateX(5px);
  1198.    }
  1199.  
  1200.    .suggestion-icon-v8 {
  1201.        margin-right: 12px;
  1202.        font-size: 16px;
  1203.    }
  1204.  
  1205.    .suggestion-text-v8 {
  1206.        font-size: 14px;
  1207.        font-weight: 500;
  1208.    }
  1209.  
  1210.    /* Mobile Navigation Card */
  1211.    .mobile-nav-card-v8 {
  1212.        position: absolute;
  1213.        top: 100%;
  1214.        left: 50%;
  1215.        transform: translateX(-50%);
  1216.        width: calc(100% - 40px);
  1217.        background:var(--card-bg);
  1218.        backdrop-filter: blur(20px);
  1219.        border: 1px solid var(--border-color);
  1220.        border-radius: 20px;
  1221.        padding: 20px;
  1222.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1223.        opacity: 0;
  1224.        visibility: hidden;
  1225.        transform: translateX(-50%) translateY(-20px);
  1226.        transition: all 0.4s ease;
  1227.        z-index: 300;
  1228.        margin-top: 15px;
  1229.        max-height: 70vh;
  1230.        overflow-y: auto;
  1231.    }
  1232.  
  1233.    .mobile-nav-card-v8.show-v8 {
  1234.        opacity: 1;
  1235.        visibility: visible;
  1236.        transform: translateX(-50%) translateY(0);
  1237.    }
  1238.  
  1239.    .mobile-nav-list-v8 {
  1240.        list-style: none;
  1241.        padding: 0;
  1242.        margin: 0;
  1243.    }
  1244.  
  1245.    .mobile-nav-item-v8 {
  1246.        margin-bottom: 8px;
  1247.    }
  1248.  
  1249.    .mobile-nav-link-v8 {
  1250.        display: flex;
  1251.        align-items: center;
  1252.        color: var(--navbar-color) !important;
  1253.        text-decoration: none;
  1254.        font-weight: 500;
  1255.        font-size: 16px;
  1256.        padding: 15px;
  1257.        border-radius: 12px;
  1258.        justify-content: space-between;
  1259.    }
  1260.  
  1261.    .mobile-nav-link-v8:hover,
  1262.    .mobile-nav-link-v8.active-v8 {
  1263.        background:var(--sub-nav);
  1264.        color: var(--topbar-color) !important;
  1265.    }
  1266.  
  1267.    .mobile-nav-icon-v8 {
  1268.        font-size: 18px;
  1269.        background-color: var(--navbar-bg) !important;
  1270.        margin-right: 12px;
  1271.    }
  1272.  
  1273.    .mobile-arrow-v8 {
  1274.        transition: transform 0.3s ease;
  1275.    }
  1276.  
  1277.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1278.        transform: rotate(180deg);
  1279.    }
  1280.  
  1281.    .mobile-dropdown-v8 {
  1282.        list-style: none;
  1283.        padding: 0;
  1284.        margin: 0;
  1285.        max-height: 0;
  1286.        overflow: hidden;
  1287.        transition: all 0.3s ease;
  1288.        background: rgba(248, 250, 252, 0.5);
  1289.        border-radius: 12px;
  1290.        margin-top: 8px;
  1291.    }
  1292.  
  1293.    .mobile-dropdown-v8.show-v8 {
  1294.        max-height: 300px;
  1295.        background-color: var(--navbar-bg);
  1296.        padding: 10px 0;
  1297.    }
  1298.  
  1299.    .mobile-sub-link-v8 {
  1300.        display: block;
  1301.        color: var(--navbar-color) !important;
  1302.        text-decoration: none;
  1303.        font-size: 14px;
  1304.        padding: 10px 20px;
  1305.        transition: all 0.3s ease;
  1306.    }
  1307.  
  1308.    .mobile-sub-link-v8:hover {
  1309.        color: var(--topbar-color);
  1310.        background: var(--sub-nav);
  1311.        border-radius: 12px;
  1312.    }
  1313.  
  1314.    /* Background Overlay */
  1315.    .nav-overlay-v8 {
  1316.        position: fixed;
  1317.        top: 0;
  1318.        left: 0;
  1319.        right: 0;
  1320.        bottom: 0;
  1321.        background: rgba(0, 0, 0, 0.3);
  1322.        backdrop-filter: blur(5px);
  1323.        z-index: 250;
  1324.        opacity: 0;
  1325.        visibility: hidden;
  1326.        transition: all 0.3s ease;
  1327.    }
  1328.  
  1329.    .nav-overlay-v8.show-v8 {
  1330.        opacity: 1;
  1331.        visibility: visible;
  1332.    }
  1333.  
  1334.    /* Responsive Design */
  1335.    @media (max-width: 1300px) {
  1336.        .header-v8 {
  1337.            padding: 15px 0;
  1338.        }
  1339.  
  1340.        .nav-card-v8 {
  1341.            padding: 12px 20px;
  1342.            border-radius: 15px;
  1343.        }
  1344.  
  1345.        .search-card-v8,
  1346.        .mobile-nav-card-v8 {
  1347.            width: calc(100% - 40px);
  1348.            padding: 20px;
  1349.        }
  1350.    }
  1351.  
  1352.    @media (max-width: 576px) {
  1353.        .nav-card-v8 {
  1354.            padding: 10px 15px;
  1355.        }
  1356.  
  1357.        .logo-img-v8 {
  1358.            max-height: 35px;
  1359.        }
  1360.    }
  1361. </style>
  1362.  
  1363. <script>
  1364.    let activeCard = null;
  1365.  
  1366.    function toggleSearchV8() {
  1367.        const searchCard = document.getElementById('searchCardV8');
  1368.        const overlay = document.getElementById('navOverlayV8');
  1369.        const mobileNav = document.getElementById('mobileNavV8');
  1370.  
  1371.        // Close mobile nav if open
  1372.        mobileNav.classList.remove('show-v8');
  1373.  
  1374.        if (searchCard.classList.contains('show-v8')) {
  1375.            searchCard.classList.remove('show-v8');
  1376.            overlay.classList.remove('show-v8');
  1377.            activeCard = null;
  1378.        } else {
  1379.            searchCard.classList.add('show-v8');
  1380.            overlay.classList.add('show-v8');
  1381.            activeCard = 'search';
  1382.  
  1383.            // Focus on search input
  1384.            setTimeout(() => {
  1385.                const searchInput = document.querySelector('.search-input-v8');
  1386.                if (searchInput) searchInput.focus();
  1387.            }, 100);
  1388.        }
  1389.    }
  1390.  
  1391.    function toggleMobileNavV8() {
  1392.        const mobileNav = document.getElementById('mobileNavV8');
  1393.        const overlay = document.getElementById('navOverlayV8');
  1394.        const searchCard = document.getElementById('searchCardV8');
  1395.  
  1396.        // Close search if open
  1397.        searchCard.classList.remove('show-v8');
  1398.  
  1399.        if (mobileNav.classList.contains('show-v8')) {
  1400.            mobileNav.classList.remove('show-v8');
  1401.            overlay.classList.remove('show-v8');
  1402.            activeCard = null;
  1403.        } else {
  1404.            mobileNav.classList.add('show-v8');
  1405.            overlay.classList.add('show-v8');
  1406.            activeCard = 'mobile';
  1407.        }
  1408.    }
  1409.  
  1410.    function toggleMobileDropdownV8(dropdownId) {
  1411.        const dropdown = document.getElementById(dropdownId);
  1412.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1413.  
  1414.        // Close other dropdowns
  1415.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1416.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1417.  
  1418.        allDropdowns.forEach(dd => {
  1419.            if (dd.id !== dropdownId) {
  1420.                dd.classList.remove('show-v8');
  1421.            }
  1422.        });
  1423.  
  1424.        allParents.forEach(parent => {
  1425.            if (parent !== parentItem) {
  1426.                parent.classList.remove('open-v8');
  1427.            }
  1428.        });
  1429.  
  1430.        // Toggle current dropdown
  1431.        dropdown.classList.toggle('show-v8');
  1432.        parentItem.classList.toggle('open-v8');
  1433.    }
  1434.  
  1435.    function closeAllV8() {
  1436.        const searchCard = document.getElementById('searchCardV8');
  1437.        const mobileNav = document.getElementById('mobileNavV8');
  1438.        const overlay = document.getElementById('navOverlayV8');
  1439.  
  1440.        searchCard.classList.remove('show-v8');
  1441.        mobileNav.classList.remove('show-v8');
  1442.        overlay.classList.remove('show-v8');
  1443.        activeCard = null;
  1444.    }
  1445.  
  1446.    // Close on escape key
  1447.    document.addEventListener('keydown', function (e) {
  1448.        if (e.key === 'Escape' && activeCard) {
  1449.            closeAllV8();
  1450.        }
  1451.    });
  1452.  
  1453.    // Handle suggestion clicks
  1454.    document.addEventListener('click', function (e) {
  1455.        if (e.target.closest('.suggestion-item-v8')) {
  1456.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1457.            const searchInput = document.querySelector('.search-input-v8');
  1458.            if (searchInput) {
  1459.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1460.            }
  1461.        }
  1462.    });
  1463. </script>
  1464. <script>
  1465.  document.addEventListener("DOMContentLoaded", function () {
  1466.    console.log("loaded");
  1467.  
  1468.     const searchInput = document.getElementById("search-input")
  1469.    const searchResults = document.getElementById("search-results");
  1470.  
  1471.    if (!searchInput || !searchResults) {
  1472.      console.error("Search input/results not found");
  1473.      return;
  1474.    }
  1475.  
  1476.    // Prevent form submission
  1477.    if (searchInput.form) {
  1478.      searchInput.form.addEventListener("submit", function (e) {
  1479.        e.preventDefault();
  1480.      });
  1481.    }
  1482.  
  1483.    // Add event listener for keyup
  1484.    searchInput.addEventListener("keyup", function (e) {
  1485.      console.log("Key pressed:", e.key);
  1486.      e.preventDefault();
  1487.  
  1488.      const query = searchInput.value.trim();
  1489.      console.log("User is typing: " + query);
  1490.  
  1491.      // If empty → clear and hide
  1492.      if (query === "") {
  1493.        searchResults.innerHTML = "";
  1494.        searchResults.style.display = "none";
  1495.        return;
  1496.      }
  1497.  
  1498.      // Show results
  1499.      searchResults.style.display = "block";
  1500.  
  1501.      // Fetch search results
  1502.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1503.        method: "GET",
  1504.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1505.      })
  1506.        .then(response => {
  1507.          console.log("Response Status:", response.status);
  1508.          return response.json();
  1509.        })
  1510.        .then(data => {
  1511.          console.log("Data received:", data);
  1512.          if (data.html) {
  1513.            searchResults.innerHTML = data.html;
  1514.          } else {
  1515.            searchResults.innerHTML = "<p>No results found.</p>";
  1516.          }
  1517.        })
  1518.        .catch(error => {
  1519.          console.error("Error fetching search results:", error);
  1520.        });
  1521.    });
  1522.  
  1523.    // Close results when clicking outside
  1524.    document.addEventListener("click", function (e) {
  1525.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1526.        searchResults.style.display = "none";
  1527.      }
  1528.    });
  1529.  
  1530.    // Close results on ESC key
  1531.    document.addEventListener("keydown", function (e) {
  1532.      if (e.key === "Escape") {
  1533.        searchResults.style.display = "none";
  1534.      }
  1535.    });
  1536.  });
  1537. </script>
  1538.  
  1539.  
  1540.        </header>
  1541.        <!-- end of header -->
  1542.        <!-- start of wpo-blog-hero -->
  1543.        
  1544.  
  1545.  
  1546.  
  1547.  <!-- Django Template for Clean Blog Cards -->
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.        <!-- end of wpo-blog-hero -->
  1555.  
  1556.        <!-- start of wpo-breacking-news -->
  1557.        
  1558.        <!-- end of wpo-breacking-news -->
  1559.        
  1560.        <!-- start wpo-blog-highlights-section -->
  1561.        
  1562.  
  1563.  
  1564.  
  1565.    
  1566.  
  1567.  
  1568.  
  1569. <style>
  1570.    .blog-highlights-v3 {
  1571.        padding: 0px 0;
  1572.    }
  1573.    
  1574.    .blog-card-v3 {
  1575.        border: 1px solid #e9ecef;
  1576.        border-radius: 8px;
  1577.        overflow: hidden;
  1578.        transition: all 0.3s ease;
  1579.        background: white;
  1580.        height: 100%;
  1581.    }
  1582.    
  1583.    .blog-card-v3:hover {
  1584.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1585.    }
  1586.    
  1587.    .blog-image-v3 {
  1588.        position: relative;
  1589.        overflow: hidden;
  1590.        height: 200px;
  1591.    }
  1592.    
  1593.    .blog-image-v3 img {
  1594.        width: 100%;
  1595.        height: 100%;
  1596.        object-fit: cover;
  1597.        transition: opacity 0.3s ease;
  1598.    }
  1599.    
  1600.    .blog-card-v3:hover .blog-image-v3 img {
  1601.        opacity: 0.9;
  1602.    }
  1603.    
  1604.    .blog-category-v3 {
  1605.        position: absolute;
  1606.        top: 12px;
  1607.        right: 12px;
  1608.        padding: 4px 12px;
  1609.        border-radius: 4px;
  1610.        font-size: 11px;
  1611.        font-weight: 600;
  1612.        text-transform: uppercase;
  1613.        letter-spacing: 0.8px;
  1614.    }
  1615.    
  1616.    .blog-content-v3 {
  1617.        padding: 20px;
  1618.    }
  1619.    
  1620.    .blog-title-v3 {
  1621.        font-size: 16px;
  1622.        font-weight: 600;
  1623.        line-height: 1.5;
  1624.        margin-bottom: 12px;
  1625.        min-height: 48px;
  1626.    }
  1627.    
  1628.    .blog-title-v3 a {
  1629.        text-decoration: none;
  1630.        transition: color 0.2s ease;
  1631.    }
  1632.    
  1633.    .blog-meta-v3 {
  1634.        display: flex;
  1635.        align-items: center;
  1636.        gap: 8px;
  1637.        margin-bottom: 10px;
  1638.        font-size: 12px;
  1639.        border-bottom: 1px solid #f1f3f4;
  1640.        padding-bottom: 10px;
  1641.    }
  1642.    
  1643.    .blog-author-img-v3 {
  1644.        width: 24px;
  1645.        height: 24px;
  1646.        border-radius: 50%;
  1647.        object-fit: cover;
  1648.    }
  1649.    
  1650.    .blog-excerpt-v3 {
  1651.        font-size: 13px;
  1652.        line-height: 1.5;
  1653.        opacity: 0.7;
  1654.        display: -webkit-box;
  1655.        -webkit-line-clamp: 2;
  1656.        -webkit-box-orient: vertical;
  1657.        overflow: hidden;
  1658.    }
  1659.    
  1660.    .section-title-v3 {
  1661.        font-size: 2.8rem;
  1662.        font-weight: 700;
  1663.        text-align: center;
  1664.        margin-bottom: 20px;
  1665.    }
  1666.    
  1667.    .section-subtitle-v3 {
  1668.        text-align: center;
  1669.        font-size: 1rem;
  1670.        opacity: 0.7;
  1671.        margin-bottom: 60px;
  1672.    }
  1673.  
  1674.    @media (max-width: 768px) {
  1675.        .section-title-v3 {
  1676.            font-size: 2.2rem;
  1677.        }
  1678.        .blog-highlights-v3 {
  1679.            padding: 0px 0;
  1680.        }
  1681.        .blog-content-v3 {
  1682.            padding: 16px;
  1683.        }
  1684.    }
  1685. </style>
  1686.  
  1687. <section class="blog-highlights-v3">
  1688.    <div class="container-fluid fluid-container">
  1689.        <div class="row">
  1690.            <div class="col-12">
  1691.                <h2 class="section-title-v3 top-color">
  1692.                Today's Top Highlights
  1693.                   </h2>
  1694.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1695.            </div>
  1696.        </div>
  1697.        
  1698.        <div class="row">
  1699.            <div class="col-lg-8 col-12">
  1700.                <div class="row g-3">
  1701.                    
  1702.                    
  1703.  
  1704.                </div>
  1705.            </div>
  1706.            
  1707.             <div class="col col-lg-4 col-12">
  1708.                
  1709.  
  1710.  
  1711.  
  1712.    
  1713.  
  1714.  
  1715. <!-- Blog Sidebar V2 - Focused Design -->
  1716.  <div class="sidebar mb-3">
  1717.    <!-- Recent Posts Section -->
  1718.    <div class="sidebar-widget mb-4">
  1719.      <div class="widget-title-wrapper mb-3">
  1720.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1721.          <i class="ti-time me-2"></i>Recent Posts
  1722.          <span class="title-arrow-primary"></span>
  1723.        </h4>
  1724.      </div>
  1725.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1726.        <div class="recent-post-list">
  1727.          
  1728.  
  1729.        </div>
  1730.  
  1731.        <div class="text-center mt-4 pt-3 border-top border-light">
  1732.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1733.        </div>
  1734.      </div>
  1735.    </div>
  1736.  
  1737.    
  1738.  </div>
  1739.  
  1740. <!-- Sidebar V2 Styles -->
  1741. <style>
  1742.  .sidebar-widget {
  1743.    position: relative;
  1744.  }
  1745.  
  1746.  .widget-title {
  1747.    font-size: 1.1rem;
  1748.    font-weight: 700;
  1749.    display: inline-block;
  1750.    position: relative;
  1751.    z-index: 2;
  1752.    border-radius: 0;
  1753.  }
  1754.  
  1755.  /* Green arrow for August Blog Roll */
  1756.  .title-arrow::after {
  1757.    content: '';
  1758.    position: absolute;
  1759.    top: 0;
  1760.    right: -22px;
  1761.    width: 0;
  1762.    height: 0;
  1763.    border-left: 22px solid var(--bs-primary);
  1764.    border-top: 22px solid transparent;
  1765.    border-bottom: 22px solid transparent;
  1766.    z-index: 1;
  1767.  }
  1768.  
  1769.  /* Blue arrow for Recent Posts */
  1770.  .title-arrow-primary::after {
  1771.    content: '';
  1772.    position: absolute;
  1773.    top: 0;
  1774.    right: -22px;
  1775.    width: 0;
  1776.    height: 0;
  1777.    border-left: 22px solid var(--bs-primary);
  1778.    border-top: 22px solid transparent;
  1779.    border-bottom: 22px solid transparent;
  1780.    z-index: 1;
  1781.  }
  1782.  
  1783.  .widget-content {
  1784.    margin-top: -1px;
  1785.    position: relative;
  1786.    z-index: 1;
  1787.     background-color: var(--card-bg);
  1788.  }
  1789.  
  1790.  /* Blog Roll Items Hover Effects */
  1791.  .blog-roll-item:hover .blog-title {
  1792.    color: #198754 !important;
  1793.    transform: translateX(5px);
  1794.    transition: all 0.3s ease;
  1795.  }
  1796.  
  1797.  /* Recent Post Items Hover Effects */
  1798.  .recent-post-item:hover .post-title a {
  1799.    color: #0d6efd !important;
  1800.    transition: color 0.3s ease;
  1801.  }
  1802.  
  1803.  .recent-post-item:hover .post-image img {
  1804.    transform: scale(1.05);
  1805.    transition: transform 0.3s ease;
  1806.  }
  1807.  
  1808.  /* Button Hover Effects */
  1809.  .btn:hover {
  1810.    transform: translateY(-2px);
  1811.    transition: all 0.3s ease;
  1812.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1813.  }
  1814.  
  1815.  /* Badge Hover Effects */
  1816.  .badge:hover {
  1817.    transform: scale(1.05);
  1818.    transition: transform 0.3s ease;
  1819.  }
  1820.  
  1821.  @media (max-width: 991px) {
  1822.    .sidebar {
  1823.      margin-top: 3rem;
  1824.    }
  1825.  }
  1826.  
  1827.  @media (max-width: 576px) {
  1828.    .widget-title {
  1829.      font-size: 1rem;
  1830.      padding: 0.75rem 1rem !important;
  1831.    }
  1832.  
  1833.    .title-arrow::after,
  1834.    .title-arrow-primary::after {
  1835.      right: -18px;
  1836.      border-left-width: 18px;
  1837.      border-top-width: 18px;
  1838.      border-bottom-width: 18px;
  1839.    }
  1840.  
  1841.    .post-image {
  1842.      width: 70px !important;
  1843.      height: 55px !important;
  1844.    }
  1845.  
  1846.    .blog-meta {
  1847.      flex-direction: column !important;
  1848.      align-items: flex-start !important;
  1849.      gap: 0.5rem;
  1850.    }
  1851.  }
  1852. </style>
  1853.  
  1854.    
  1855.            </div>
  1856.        </div>
  1857.    </div>
  1858. </section>
  1859.  
  1860.    
  1861.        
  1862.        <!-- end wpo-blog-highlights-section -->
  1863.        <!-- start wpo-blog-sponsored-section -->
  1864.        
  1865.  
  1866.  
  1867.  
  1868.    
  1869.  
  1870.  
  1871.    
  1872.        <!-- end wpo-blog-sponsored-section -->
  1873.        <!-- start wpo-subscribe-section -->
  1874.        
  1875.        <!-- end subscribe-section -->
  1876.        <!-- start of wpo-site-footer-section -->
  1877.        
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  1884.  <!-- Top Layer: Logo & Tagline -->
  1885.  <div class="footer-top-layer py-5 text-center">
  1886.    <div class="container-fluid fluid-container">
  1887.      <div class="row">
  1888.        <div class="col-12">
  1889.          <div class="brand-logo">
  1890.            
  1891.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/92c276a3-af0c-43d7-b023-60c9507585ba_logo.png" alt="TechSphere Blog" class="footer-logo" />
  1892.            
  1893.            <p class="brand-tagline mt-2">Explore the latest in technology, digital trends, and innovation. Get expert insights on gadgets, software, and future tech developments to stay ahead.</p>
  1894.          </div>
  1895.        </div>
  1896.      </div>
  1897.    </div>
  1898.  </div>
  1899.  
  1900.  <!-- Content Layer: Full-Width Bands -->
  1901.  <div class="footer-content-layer pt-4">
  1902.    <div class="container-fluid fluid-container">
  1903.      <!-- Quick Links -->
  1904.      <div class="row">
  1905.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  1906.          <h5 class="column-title">Quick Links</h5>
  1907.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1908.            
  1909.          </ul>
  1910.        </div>
  1911.      </div>
  1912.      <!-- Top Categories -->
  1913.      <div class="row">
  1914.        <div class="col-12 band-block pb-4  border-bottom">
  1915.          <h5 class="column-title">Top Categories</h5>
  1916.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1917.            
  1918.              <li>
  1919.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  1920.              </li>
  1921.            
  1922.              <li>
  1923.                <a class="menu-link" href="/category/business/">Business</a>
  1924.              </li>
  1925.            
  1926.              <li>
  1927.                <a class="menu-link" href="/category/esports/">Esports</a>
  1928.              </li>
  1929.            
  1930.              <li>
  1931.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  1932.              </li>
  1933.            
  1934.              <li>
  1935.                <a class="menu-link" href="/category/featured/">Featured</a>
  1936.              </li>
  1937.            
  1938.          </ul>
  1939.        </div>
  1940.      </div>
  1941.      <!-- Blog Rolls -->
  1942.       <div class="row">
  1943.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  1944.          <h5 class="column-title">Blog Rolls</h5>
  1945.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  1946.            
  1947.            
  1948.  
  1949.            
  1950.            
  1951.              
  1952.            
  1953.          </ul>
  1954.        </div>
  1955.      </div>
  1956.    </div>
  1957.  </div>
  1958.  
  1959.  <!-- Bottom Layer -->
  1960.  <div class="footer-bottom-layer bg-primary text-white py-3">
  1961.    <div class="container-fluid fluid-container">
  1962.      <div class="row">
  1963.        <div class="col-12 text-center">
  1964.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  1965.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  1966.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  1967.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  1968.            <span class="copyright-info">&copy; 2026 <strong>TechSphere Blog</strong>. All rights reserved.</span>
  1969.          </div>
  1970.        </div>
  1971.      </div>
  1972.    </div>
  1973.  </div>
  1974. </footer>
  1975.  
  1976. <style>
  1977.  
  1978. .footer-logo {
  1979.    height: 60px;
  1980.    width: auto;
  1981. }
  1982.  
  1983. .brand-title {
  1984.    font-size: 22px;
  1985.    font-weight: 800;
  1986.    color: white !important;
  1987.    margin: 0;
  1988. }
  1989.  
  1990. .brand-tagline {
  1991.    font-size: 14px;
  1992.    color: white !important;
  1993.    margin: 0;
  1994. }
  1995.  
  1996. .column-title {
  1997.    font-size: 16px;
  1998.    font-weight: 700;
  1999.    color:  white !important;
  2000.    margin-bottom: 12px;
  2001.    text-align: center;
  2002. }
  2003.  
  2004. .footer-menu {
  2005.    margin: 0;
  2006. }
  2007.  
  2008. .menu-link {
  2009.    color: white !important;
  2010.    text-decoration: none;
  2011.    font-size: 14px;
  2012.    font-weight: 600;
  2013.    transition: color 0.3s ease;
  2014. }
  2015.  
  2016.  
  2017. .footer-bottom-layer {
  2018.    font-size: 13px;
  2019. }
  2020.  
  2021. .utility-link {
  2022.    color: white !important;
  2023.    text-decoration: none;
  2024.    font-size: 13px;
  2025.    font-weight: 600;
  2026.    transition: color 0.3s ease;
  2027. }
  2028.  
  2029. .utility-link:hover {
  2030.    color: blue !important;
  2031. }
  2032.  
  2033. .copyright-info {
  2034.    font-size: 13px;
  2035.    font-weight: 600;
  2036. }
  2037.  
  2038. /* Responsive Design */
  2039. @media (max-width: 768px) {
  2040.    .footer-logo {
  2041.        height: 60px;
  2042.    }
  2043.    
  2044.    .column-title {
  2045.        font-size: 15px;
  2046.    }
  2047.    
  2048.    .menu-link {
  2049.        font-size: 13px;
  2050.    }
  2051. }
  2052.  
  2053. @media (max-width: 576px) {
  2054.    .brand-title {
  2055.        font-size: 20px;
  2056.    }
  2057.    
  2058.    .brand-tagline {
  2059.        font-size: 12px;
  2060.    }
  2061.    
  2062.    .cta-btn {
  2063.        font-size: 12px;
  2064.        padding: 5px 12px;
  2065.    }
  2066.    
  2067.    .band-block {
  2068.        border-left: 3px solid var(--primary-color);
  2069.    }
  2070. }
  2071. </style>
  2072.  
  2073. <script>
  2074. // Prevent default for placeholder links
  2075. document.addEventListener('DOMContentLoaded', function() {
  2076.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  2077.        anchor.addEventListener('click', function(e) {
  2078.            e.preventDefault();
  2079.        });
  2080.    });
  2081. });
  2082. document.addEventListener('DOMContentLoaded', function () {
  2083.    var btn = document.getElementById('toggleBlogRollLinks');
  2084.    if (!btn) return; // No extra items, no button
  2085.  
  2086.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  2087.  
  2088.    btn.addEventListener('click', function () {
  2089.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2090.            return li.classList.contains('d-none');
  2091.        });
  2092.  
  2093.        extras.forEach(function (li) {
  2094.            if (anyHidden) {
  2095.                li.classList.remove('d-none');
  2096.                li.classList.add('show');
  2097.            } else {
  2098.                li.classList.add('d-none');
  2099.                li.classList.remove('show');
  2100.            }
  2101.        });
  2102.  
  2103.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2104.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2105.    });
  2106. });
  2107.  
  2108. </script>
  2109.  
  2110.        <!-- end of wpo-site-footer-section -->
  2111.    </div>
  2112.    <!-- end of page-wrapper -->
  2113.  
  2114.    <!-- All JavaScript files
  2115.    ================================================== -->
  2116.    
  2117.  
  2118. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2119. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2120. <!-- Plugins for this template -->
  2121. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2122. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2123. <!-- Custom script for this template -->
  2124. <script src="/static/blogapp/assets/js/script.js"></script>
  2125.  
  2126. <script>
  2127. (function () {
  2128. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2129. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2130.  
  2131. function applyFallback(img) {
  2132. if (!img || img.dataset.fallbackApplied === "1") {
  2133. return;
  2134. }
  2135. var failedSrc = img.currentSrc || img.src || "";
  2136. img.dataset.fallbackApplied = "1";
  2137. img.onerror = null;
  2138. img.src = fallbackImageSrc;
  2139. console.warn("[ImageFallback] Replaced broken image:", {
  2140. failedSrc: failedSrc,
  2141. fallbackSrc: fallbackImageSrc,
  2142. alt: img.alt || "",
  2143. });
  2144. }
  2145.  
  2146. document.querySelectorAll("img").forEach(function (img) {
  2147. if (img.complete && img.naturalWidth === 0) {
  2148. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2149. failedSrc: img.currentSrc || img.src || "",
  2150. alt: img.alt || "",
  2151. });
  2152. applyFallback(img);
  2153. }
  2154. });
  2155.  
  2156. document.addEventListener(
  2157. "error",
  2158. function (event) {
  2159. var target = event.target;
  2160. if (target && target.tagName === "IMG") {
  2161. applyFallback(target);
  2162. }
  2163. },
  2164. true
  2165. );
  2166. })();
  2167. </script>
  2168.  
  2169. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2170.  
  2171.  
  2172.  
  2173. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"e580355c93304e2eb5e31555d4b12c3e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2174. </body>
  2175.  
  2176. </html>
  2177.  
  2178.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda