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

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