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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="poppins">
  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-28T170605.392_nGdWsvS_YGGzEDA.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 insights on gadgets, software, and tech culture from expert perspectives.">
  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://889993363.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #1e40af;
  42.        --bs-primary-rgb: 1e40af;
  43.        --bs-secondary: #475569;
  44.        --bs-success: #059669;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0891b2;
  48.        --bs-light: #f1f5f9;
  49.        --bs-dark: #0f172a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #1e40af;
  53.        --theme-primary-color-s2: #1e40af;
  54.        --body-bg-color: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #334155;
  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: #0f172a;
  73.        --nav-bg: transparent;
  74.        --sub-nav: #1e40af;
  75.        --navbar-color: #ffffff;
  76.        --topbar-bg: transparent;
  77.        --topbar-color: #ffffff;
  78.        --footer-bg: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #334155;
  82.        --card-radius: 16px;
  83.        --link-color: #f1f5f9;
  84.        --link-hover: #ffffff;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(7, 7, 7, 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: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  102.            background-attachment: fixed;
  103.        
  104.        min-height: 100vh;
  105.    }
  106.    
  107.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  108.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  109.        /* Remove font-family override - let data-font-scheme handle it */
  110.        font-weight: 600;
  111.        color: var(--heading-color) !important;
  112.    }
  113.    
  114.    /* Bootstrap Primary Color Throughout Site */
  115.    .btn-primary {
  116.        background-color: var(--bs-primary) !important;
  117.        border-color: var(--bs-primary) !important;
  118.        transition: all 0.3s ease;
  119.    }
  120.    
  121.    .btn-primary:hover {
  122.        background-color: var(--theme-primary-color-s2) !important;
  123.        border-color: var(--theme-primary-color-s2) !important;
  124.        transform: translateY(-2px);
  125.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  126.    }
  127.    
  128.    .btn-outline-primary {
  129.        color: var(--bs-primary) !important;
  130.        border-color: var(--bs-primary) !important;
  131.    }
  132.    
  133.    .btn-outline-primary:hover {
  134.        background-color: var(--bs-primary) !important;
  135.        border-color: var(--bs-primary) !important;
  136.    }
  137.    
  138.    .text-primary {
  139.        color: var(--bs-primary) !important;
  140.    }
  141.    
  142.    .bg-primary {
  143.        background-color: var(--bs-primary) !important;
  144.    }
  145.    
  146.    /* Your Navigation System */
  147.    .navigation.navbar,
  148.    .navbar {
  149.        
  150.            background-color: var(--navbar-bg) !important ;
  151.        
  152.        /* Remove font-family override - let data-font-scheme handle it */
  153.        
  154.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  155.    }
  156.    
  157.    .navigation.navbar .fluid-container{
  158.        min-height: 60px;
  159.    }
  160.    
  161.    .navigation .navbar-brand,
  162.    .navigation .navbar-nav .nav-link,
  163.    .navbar-brand,
  164.    nav a,
  165.    .navbar-nav .nav-link {
  166.        color: var(--navbar-color) !important;
  167.        /* Remove font-family override - let data-font-scheme handle it */
  168.        transition: all 0.3s ease;
  169.    }
  170.    
  171.    .navigation .navbar-nav .nav-link:hover,
  172.    .navbar-nav .nav-link:hover,
  173.    nav a:hover,
  174.    .navigation .navbar-nav .nav-link.active,
  175.    .navbar-nav .nav-link.active {
  176.        color: var(--navbar-color) !important;
  177.        transform: translateY(-1px);
  178.        opacity: 0.85;
  179.    }
  180.    
  181.    /* Your existing navbar specific classes */
  182.    .navigation .sub-menu {
  183.        background: var(--navbar-bg) !important;
  184.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  185.        border: 1px solid var(--border-color);
  186.    }
  187.    
  188.    .border-color{
  189.        border-color: var(--border-color) !important;
  190.    }
  191.    
  192.    .navigation .sub-menu li a {
  193.        color: var(--navbar-color) !important;
  194.        /* Remove font-family override - let data-font-scheme handle it */
  195.    }
  196.    
  197.    .navigation .sub-menu li a:hover {
  198.        background: var(--bs-primary) !important;
  199.        color: #ffffff !important;
  200.    }
  201.    
  202.    .card {
  203.        
  204.            background: rgba(30, 41, 59, 0.8) !important;
  205.            backdrop-filter: blur(10px);
  206.        
  207.        border: 1px solid var(--border-color) !important;
  208.        transition: all 0.3s ease;
  209.        border-radius: 12px;
  210.        color: var(--text-color) !important;
  211.    }
  212.     .navbar-brand img{
  213.            height: 70px;
  214.            object-fit: contain;
  215.        }
  216.    
  217.    .card:hover {
  218.        transform: translateY(-5px);
  219.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  220.    }
  221.    
  222.    .card-header {
  223.        background-color: var(--section-bg-color) !important;
  224.        border-color: var(--border-color) !important;
  225.        color: var(--text-color) !important;
  226.    }
  227.    
  228.    /* Bootstrap Form Controls */
  229.    .form-control {
  230.        color: var(--text-color) !important;
  231.        background-color: var(--body-bg-color) !important;
  232.        border-color: var(--border-color) !important;
  233.        /* Remove font-family override - let data-font-scheme handle it */
  234.    }
  235.    
  236.    .form-control:focus {
  237.        border-color: var(--bs-primary) !important;
  238.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  239.    }
  240.    
  241.    /* Links throughout site */
  242.  .nav1 a {
  243.        color: var(--link-color) !important;
  244.        text-decoration: none;
  245.        transition: all 0.3s ease;
  246.    }
  247.    
  248.    a:hover {
  249.        color: var(--link-hover) !important;
  250.    }
  251.    
  252.    /* Text color classes */
  253.    .text-muted {
  254.        color: var(--body-color) !important;
  255.    }
  256.    
  257.    .text-light {
  258.        color: var(--light) !important;
  259.    }
  260.    
  261.    /* Section backgrounds */
  262.    .section-bg,
  263.    .bg-light {
  264.        background-color: var(--section-bg-color) !important;
  265.    }
  266.    
  267.    /* Dark sections */
  268.    .bg-dark,
  269.    .dark-section {
  270.        background-color: var(--black-bg-color) !important;
  271.        color: var(--black-section-text-color) !important;
  272.    }
  273.    
  274.    /* Footer styling */
  275.    .footer,
  276.    footer {
  277.        
  278.            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  279.        
  280.        color: var(--footer-color) !important;
  281.    }
  282.    
  283.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  284.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  285.        color: var(--black-section-text-color) !important;
  286.        /* Remove font-family override - let data-font-scheme handle it */
  287.    }
  288.    
  289.    .footer a, footer a {
  290.        color: var(--black-section-text-color) !important;
  291.    }
  292.    
  293.    .footer a:hover, footer a:hover {
  294.        color: var(--bs-primary) !important;
  295.    }
  296.    
  297.    /* Bootstrap Secondary Colors */
  298.    .btn-secondary {
  299.        background-color: var(--bs-secondary) !important;
  300.        border-color: var(--bs-secondary) !important;
  301.    }
  302.    
  303.    .text-secondary {
  304.        color: var(--bs-secondary) !important;
  305.    }
  306.    
  307.    .bg-secondary {
  308.        background-color: var(--bs-secondary) !important;
  309.    }
  310.    
  311.    /* Bootstrap Success, Danger, Warning, Info */
  312.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  313.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  314.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  315.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  316.    
  317.    .text-success { color: var(--bs-success) !important; }
  318.    .text-danger { color: var(--bs-danger) !important; }
  319.    .text-warning { color: var(--bs-warning) !important; }
  320.    .text-info { color: var(--bs-info) !important; }
  321.    
  322.    .bg-success { background-color: var(--bs-success) !important; }
  323.    .bg-danger { background-color: var(--bs-danger) !important; }
  324.    .bg-warning { background-color: var(--bs-warning) !important; }
  325.    .bg-info { background-color: var(--bs-info) !important; }
  326.    
  327.    /* Mobile menu styling */
  328.    .navbar-toggler,
  329.    .open-btn {
  330.        border-color: var(--navbar-color) !important;
  331.    }
  332.    
  333.    .icon-bar {
  334.        background-color: var(--navbar-color) !important;
  335.    }
  336.    
  337.    /* Smooth Animations */
  338.    .fade-in-up {
  339.        animation: fadeInUp 0.6s ease-out;
  340.    }
  341.    
  342.    @keyframes fadeInUp {
  343.        from {
  344.            opacity: 0;
  345.            transform: translateY(30px);
  346.        }
  347.        to {
  348.            opacity: 1;
  349.            transform: translateY(0);
  350.        }
  351.    }
  352.    
  353.    /* Responsive adjustments */
  354.    @media (max-width: 768px) {
  355.        .navbar {
  356.            padding: 0.5rem 0;
  357.        }
  358.        
  359.        .card:hover {
  360.            transform: none;
  361.        }
  362.    }
  363.    
  364. </style>
  365.    
  366.    
  367.    
  368.  
  369. <script>
  370.    var _paq = window._paq = window._paq || [];
  371.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  372.    _paq.push(['trackPageView']);
  373.    _paq.push(['enableLinkTracking']);
  374.    (function() {
  375.        var u = "//analytics.tech-vikings.com/";
  376.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  377.        _paq.push(['setSiteId', '2']);
  378.        var d = document,
  379.            g = d.createElement('script'),
  380.            s = d.getElementsByTagName('script')[0];
  381.        g.async = true;
  382.        g.src = u + 'matomo.js';
  383.        s.parentNode.insertBefore(g, s);
  384.    })();
  385. </script>
  386. </head>
  387.  
  388.  
  389.  
  390. <body class="page-blogapp:homepage theme-modern">
  391.    <div id="healthcheck"></div>
  392.    <!-- start page-wrapper -->
  393.    <div class="page-wrapper">
  394.        
  395.            <!-- start preloader -->
  396.                
  397.  
  398.  
  399.            <!-- end preloader -->
  400.        
  401.        <!-- Start header -->
  402.        <header id="header" class="wpo-site-header">
  403.            
  404.  
  405.  
  406.    
  407.  
  408.  
  409.  
  410.  
  411.            
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418. <header class="header-v10 mb-4">
  419.    <div class="container-fluid fluid-container">
  420.        <!-- Top Bar -->
  421.        <div class="top-bar-v10">
  422.            <div
  423.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  424.               <div class="col-lg-3 col-md-12 col-12">
  425.                    <div class="brand-section-v10">
  426.                        <a class="logo-link-v9" href="/">
  427.                            
  428.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8b3974c3-4673-4a84-8786-a6d1ff5f33c5_logo.png" alt="TechSphere Insights" class="logo-img-v9" />
  429.                            
  430.                        </a>
  431.                    </div>
  432.                </div>
  433.                <div class="col-lg-6 col-md-12 d-inline-block">
  434.                    <div class="search-container-v10">
  435.                        <form class="search-form-v10" action="#" method="get">
  436.                            <div class="search-group-v10">
  437.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  438.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  439.                                <button type="submit" class="search-button-v10">
  440.                                    <i class="ti-search"></i>
  441.                                </button>
  442.                            </div>
  443.                            <div id="search-results" class="search-results-container search-v1"></div>
  444.                        </form>
  445.                    </div>
  446.                </div>
  447.                <div class="col-12 ">
  448.                    <div class="header-utilities-v10">
  449.                        <div class="utility-item-v10 d-lg-none">
  450.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  451.                                <div class="menu-icon-v10">
  452.                                    <span class="menu-bar-v10"></span>
  453.                                    <span class="menu-bar-v10"></span>
  454.                                    <span class="menu-bar-v10"></span>
  455.                                </div>
  456.                            </button>
  457.                        </div>
  458.                    </div>
  459.                </div>
  460.            </div>
  461.        </div>
  462.  
  463.        <!-- Navigation Bar -->
  464.    <nav class="navigation-v10 d-none d-lg-block">
  465.    <div class="nav-container-v10">
  466.        <ul class="nav-menu-v10">
  467.  
  468.            
  469.            <li class="nav-item-v10">
  470.                <a href="/" class="nav-link-v10 active-v10">
  471.                    <div class="link-content-v10">
  472.                        <span class="link-text-v10">Home</span>
  473.                        <div class="link-indicator-v10"></div>
  474.                    </div>
  475.                </a>
  476.            </li>
  477.  
  478.            
  479.            
  480.                
  481.                    
  482.                    
  483.                        <li class="nav-item-v10">
  484.                            <a href="/category/all-posts/" class="nav-link-v10">
  485.                                <div class="link-content-v10">
  486.                                    <span class="link-text-v10">All Posts</span>
  487.                                    <div class="link-indicator-v10"></div>
  488.                                </div>
  489.                            </a>
  490.                        </li>
  491.                    
  492.  
  493.                
  494.  
  495.                
  496.                
  497.            
  498.                
  499.                    
  500.                    
  501.                        <li class="nav-item-v10">
  502.                            <a href="/category/business/" class="nav-link-v10">
  503.                                <div class="link-content-v10">
  504.                                    <span class="link-text-v10">Business</span>
  505.                                    <div class="link-indicator-v10"></div>
  506.                                </div>
  507.                            </a>
  508.                        </li>
  509.                    
  510.  
  511.                
  512.  
  513.                
  514.                
  515.            
  516.                
  517.                    
  518.                    
  519.                        <li class="nav-item-v10">
  520.                            <a href="/category/esports/" class="nav-link-v10">
  521.                                <div class="link-content-v10">
  522.                                    <span class="link-text-v10">Esports</span>
  523.                                    <div class="link-indicator-v10"></div>
  524.                                </div>
  525.                            </a>
  526.                        </li>
  527.                    
  528.  
  529.                
  530.  
  531.                
  532.                
  533.            
  534.                
  535.                    
  536.                    
  537.                        <li class="nav-item-v10">
  538.                            <a href="/category/fashion/" class="nav-link-v10">
  539.                                <div class="link-content-v10">
  540.                                    <span class="link-text-v10">Fashion</span>
  541.                                    <div class="link-indicator-v10"></div>
  542.                                </div>
  543.                            </a>
  544.                        </li>
  545.                    
  546.  
  547.                
  548.  
  549.                
  550.                
  551.            
  552.                
  553.                    
  554.                    
  555.                        <li class="nav-item-v10">
  556.                            <a href="/category/featured/" class="nav-link-v10">
  557.                                <div class="link-content-v10">
  558.                                    <span class="link-text-v10">Featured</span>
  559.                                    <div class="link-indicator-v10"></div>
  560.                                </div>
  561.                            </a>
  562.                        </li>
  563.                    
  564.  
  565.                
  566.  
  567.                
  568.                
  569.            
  570.                
  571.                    
  572.                    
  573.                        <li class="nav-item-v10">
  574.                            <a href="/category/gaming/" class="nav-link-v10">
  575.                                <div class="link-content-v10">
  576.                                    <span class="link-text-v10">Gaming</span>
  577.                                    <div class="link-indicator-v10"></div>
  578.                                </div>
  579.                            </a>
  580.                        </li>
  581.                    
  582.  
  583.                
  584.  
  585.                
  586.                
  587.            
  588.                
  589.                    
  590.                    
  591.                        <li class="nav-item-v10">
  592.                            <a href="/category/health/" class="nav-link-v10">
  593.                                <div class="link-content-v10">
  594.                                    <span class="link-text-v10">Health</span>
  595.                                    <div class="link-indicator-v10"></div>
  596.                                </div>
  597.                            </a>
  598.                        </li>
  599.                    
  600.  
  601.                
  602.  
  603.                
  604.                
  605.            
  606.                
  607.                    
  608.                    
  609.                        <li class="nav-item-v10">
  610.                            <a href="/category/life-fitness/" class="nav-link-v10">
  611.                                <div class="link-content-v10">
  612.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  613.                                    <div class="link-indicator-v10"></div>
  614.                                </div>
  615.                            </a>
  616.                        </li>
  617.                    
  618.  
  619.                
  620.  
  621.                
  622.                
  623.            
  624.                
  625.                    
  626.                    
  627.                        <li class="nav-item-v10">
  628.                            <a href="/category/lifestyle/" class="nav-link-v10">
  629.                                <div class="link-content-v10">
  630.                                    <span class="link-text-v10">Lifestyle</span>
  631.                                    <div class="link-indicator-v10"></div>
  632.                                </div>
  633.                            </a>
  634.                        </li>
  635.                    
  636.  
  637.                
  638.  
  639.                
  640.                
  641.            
  642.                
  643.                    
  644.                    <li class="nav-item-v10 has-submenu-v10">
  645.                        <a href="#" class="nav-link-v10">
  646.                            <div class="link-content-v10">
  647.                                <span class="link-text-v10">More</span>
  648.                                <div class="link-arrow-v10"></div>
  649.                                <div class="link-indicator-v10"></div>
  650.                            </div>
  651.                        </a>
  652.                        <div class="submenu-v10">
  653.                            <div class="submenu-content-v10">
  654.                                <div class="submenu-column-v10">
  655.                                    <ul class="submenu-links-v10">
  656.                                        <li>
  657.                                            <a href="/category/news/" class="submenu-link-v10">
  658.                                                News
  659.                                            </a>
  660.                                        </li>
  661.                
  662.  
  663.                
  664.                
  665.            
  666.                
  667.                                        <li>
  668.                                            <a href="/category/others/" class="submenu-link-v10">
  669.                                                Others
  670.                                            </a>
  671.                                        </li>
  672.                
  673.  
  674.                
  675.                
  676.            
  677.                
  678.                                        <li>
  679.                                            <a href="/category/politics/" class="submenu-link-v10">
  680.                                                Politics
  681.                                            </a>
  682.                                        </li>
  683.                
  684.  
  685.                
  686.                
  687.            
  688.                
  689.                                        <li>
  690.                                            <a href="/category/sports/" class="submenu-link-v10">
  691.                                                Sports
  692.                                            </a>
  693.                                        </li>
  694.                
  695.  
  696.                
  697.                
  698.            
  699.                
  700.                                        <li>
  701.                                            <a href="/category/tech/" class="submenu-link-v10">
  702.                                                Tech
  703.                                            </a>
  704.                                        </li>
  705.                
  706.  
  707.                
  708.                
  709.            
  710.                
  711.                                        <li>
  712.                                            <a href="/category/travel/" class="submenu-link-v10">
  713.                                                Travel
  714.                                            </a>
  715.                                        </li>
  716.                
  717.  
  718.                
  719.                
  720.                                    </ul>
  721.                                </div>
  722.                            </div>
  723.                        </div>
  724.                    </li>
  725.                
  726.            
  727.            <li class="nav-item-v10">
  728.                <a href="/page/contact-us/" class="nav-link-v10">
  729.                    <div class="link-content-v10">
  730.                        <span class="link-text-v10">Contact Us</span>
  731.                        <div class="link-indicator-v10"></div>
  732.                    </div>
  733.                </a>
  734.            </li>
  735.        </ul>
  736.    </div>
  737. </nav>
  738.  
  739.        <!-- Mobile Menu -->
  740.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  741.            <div class="mobile-menu-content-v10">
  742.                <ul class="mobile-menu-list-v10">
  743.  
  744.                    
  745.                    <li class="mobile-menu-item-v10">
  746.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  747.                            <span class="mobile-link-text-v10">Home</span>
  748.                        </a>
  749.                    </li>
  750.  
  751.                    
  752.                    
  753.                    
  754.                    <li class="mobile-menu-item-v10">
  755.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  756.                            <span class="mobile-link-text-v10">All Posts</span>
  757.                        </a>
  758.                    </li>
  759.                    
  760.                    
  761.                    
  762.                    <li class="mobile-menu-item-v10">
  763.                        <a href="/category/business/" class="mobile-menu-link-v10">
  764.                            <span class="mobile-link-text-v10">Business</span>
  765.                        </a>
  766.                    </li>
  767.                    
  768.                    
  769.                    
  770.                    <li class="mobile-menu-item-v10">
  771.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  772.                            <span class="mobile-link-text-v10">Esports</span>
  773.                        </a>
  774.                    </li>
  775.                    
  776.                    
  777.                    
  778.                    <li class="mobile-menu-item-v10">
  779.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  780.                            <span class="mobile-link-text-v10">Fashion</span>
  781.                        </a>
  782.                    </li>
  783.                    
  784.                    
  785.                    
  786.                    <li class="mobile-menu-item-v10">
  787.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  788.                            <span class="mobile-link-text-v10">Featured</span>
  789.                        </a>
  790.                    </li>
  791.                    
  792.                    
  793.                    
  794.                    <li class="mobile-menu-item-v10">
  795.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  796.                            <span class="mobile-link-text-v10">Gaming</span>
  797.                        </a>
  798.                    </li>
  799.                    
  800.                    
  801.                    
  802.                    <li class="mobile-menu-item-v10">
  803.                        <a href="/category/health/" class="mobile-menu-link-v10">
  804.                            <span class="mobile-link-text-v10">Health</span>
  805.                        </a>
  806.                    </li>
  807.                    
  808.                    
  809.                    
  810.                    <li class="mobile-menu-item-v10">
  811.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  812.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  813.                        </a>
  814.                    </li>
  815.                    
  816.                    
  817.                    
  818.                    <li class="mobile-menu-item-v10">
  819.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  820.                            <span class="mobile-link-text-v10">Lifestyle</span>
  821.                        </a>
  822.                    </li>
  823.                    
  824.                    
  825.                    
  826.                    <li class="mobile-menu-item-v10">
  827.                        <a href="/category/news/" class="mobile-menu-link-v10">
  828.                            <span class="mobile-link-text-v10">News</span>
  829.                        </a>
  830.                    </li>
  831.                    
  832.                    
  833.                    
  834.                    <li class="mobile-menu-item-v10">
  835.                        <a href="/category/others/" class="mobile-menu-link-v10">
  836.                            <span class="mobile-link-text-v10">Others</span>
  837.                        </a>
  838.                    </li>
  839.                    
  840.                    
  841.                    
  842.                    <li class="mobile-menu-item-v10">
  843.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  844.                            <span class="mobile-link-text-v10">Politics</span>
  845.                        </a>
  846.                    </li>
  847.                    
  848.                    
  849.                    
  850.                    <li class="mobile-menu-item-v10">
  851.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  852.                            <span class="mobile-link-text-v10">Sports</span>
  853.                        </a>
  854.                    </li>
  855.                    
  856.                    
  857.                    
  858.                    <li class="mobile-menu-item-v10">
  859.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  860.                            <span class="mobile-link-text-v10">Tech</span>
  861.                        </a>
  862.                    </li>
  863.                    
  864.                    
  865.                    
  866.                    <li class="mobile-menu-item-v10">
  867.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  868.                            <span class="mobile-link-text-v10">Travel</span>
  869.                        </a>
  870.                    </li>
  871.                    
  872.                    
  873.  
  874.                </ul>
  875.            </div>
  876.        </div>
  877.  
  878.    </div>
  879. </header>
  880.  
  881. <style>
  882.    .logo-link-v9 img{
  883.        height: 70px;
  884.        width: auto;
  885.        object-fit: cover;
  886.    }
  887.    /* Navbar V10 Styles - Modern Two-Tier Design */
  888.    .header-v10 {
  889.        background: var(--navbar-bg);
  890.        margin-bottom: 10px;
  891.        position: relative;
  892.    }
  893.  
  894.    /* Top Bar */
  895.    .top-bar-v10 {
  896.        padding: 16px 0;
  897.    }
  898.  
  899.    /* Brand Section */
  900.    .brand-section-v10 {
  901.        display: flex;
  902.        align-items: center;
  903.    }
  904.  
  905.    .brand-link-v10 {
  906.        display: flex;
  907.        align-items: center;
  908.        text-decoration: none;
  909.    }
  910.  
  911.    .brand-icon-v10 {
  912.        width: 48px;
  913.        height: 48px;
  914.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  915.        border-radius: 12px;
  916.        display: flex;
  917.        align-items: center;
  918.        justify-content: center;
  919.        padding: 8px;
  920.    }
  921.  
  922.    .brand-img-v10 {
  923.        max-width: 100%;
  924.        max-height: 100%;
  925.        filter: brightness(0) invert(1);
  926.    }
  927.  
  928.    /* Search Container */
  929.    .search-container-v10 {
  930.        max-width: 500px;
  931.        margin-left: auto;
  932.    }
  933.  
  934.    .search-group-v10 {
  935.        display: flex;
  936.        align-items: center;
  937.        background: #f9fafb;
  938.        border: 2px solid #e5e7eb;
  939.        border-radius: 12px;
  940.        overflow: hidden;
  941.        transition: all 0.3s ease;
  942.    }
  943.  
  944.    .search-group-v10:focus-within {
  945.        background: #ffffff;
  946.        border-color: #3b82f6;
  947.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  948.    }
  949.  
  950.    .search-icon-wrapper-v10 {
  951.        padding: 12px 16px;
  952.        display: flex;
  953.        align-items: center;
  954.    }
  955.  
  956.    .search-icon-v10 {
  957.        width: 16px;
  958.        height: 16px;
  959.        background: #9ca3af;
  960.        border-radius: 50%;
  961.        position: relative;
  962.    }
  963.  
  964.    .search-icon-v10::after {
  965.        content: '';
  966.        position: absolute;
  967.        top: 12px;
  968.        left: 12px;
  969.        width: 6px;
  970.        height: 1px;
  971.        background: #9ca3af;
  972.        transform: rotate(45deg);
  973.    }
  974.  
  975.    .search-field-v10 {
  976.        flex: 1;
  977.        border: none;
  978.        background: transparent;
  979.        font-size: 15px;
  980.        padding: 12px 0;
  981.        outline: none;
  982.        color: #1f2937;
  983.    }
  984.  
  985.    .search-field-v10::placeholder {
  986.        color: #9ca3af;
  987.    }
  988.  
  989.    .search-button-v10 {
  990.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  991.        color: white;
  992.        border: none;
  993.        padding: 14px 15px;
  994.        font-weight: 600;
  995.        cursor: pointer;
  996.        transition: all 0.3s ease;
  997.    }
  998.  
  999.    .search-button-v10:hover {
  1000.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1001.    }
  1002.  
  1003.    /* Header Utilities */
  1004.    .header-utilities-v10 {
  1005.        display: flex;
  1006.        align-items: center;
  1007.        justify-content: flex-end;
  1008.        gap: 8px;
  1009.    }
  1010.  
  1011.    .utility-item-v10 {
  1012.        display: flex;
  1013.    }
  1014.  
  1015.    .theme-toggle-v10,
  1016.    .mobile-search-v10,
  1017.    .menu-trigger-v10 {
  1018.        background: #f9fafb;
  1019.        border: 1px solid #e5e7eb;
  1020.        border-radius: 8px;
  1021.        padding: 10px;
  1022.        cursor: pointer;
  1023.        transition: all 0.3s ease;
  1024.    }
  1025.  
  1026.    .mobile-search-v10:hover,
  1027.    .menu-trigger-v10:hover {
  1028.        background: #f3f4f6;
  1029.        border-color: #d1d5db;
  1030.    }
  1031.  
  1032.    .mobile-search-icon-v10 {
  1033.        width: 16px;
  1034.        height: 16px;
  1035.        background: #6b7280;
  1036.        border-radius: 50%;
  1037.    }
  1038.  
  1039.    .menu-icon-v10 {
  1040.        display: flex;
  1041.        flex-direction: column;
  1042.        gap: 3px;
  1043.        width: 16px;
  1044.    }
  1045.  
  1046.    .menu-bar-v10 {
  1047.        height: 2px;
  1048.        background: #6b7280;
  1049.        border-radius: 1px;
  1050.        transition: all 0.3s ease;
  1051.    }
  1052.  
  1053.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1054.        transform: rotate(45deg) translate(4px, 4px);
  1055.    }
  1056.  
  1057.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1058.        opacity: 0;
  1059.    }
  1060.  
  1061.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1062.        transform: rotate(-45deg) translate(6px, -6px);
  1063.    }
  1064.  
  1065.    /* Navigation */
  1066.    .navigation-v10 {
  1067.        background: var(--navbar-bg);
  1068.    }
  1069.  
  1070.    .nav-container-v10 {
  1071.        padding: 0;
  1072.        display: flex;
  1073.        justify-content: flex-end;
  1074.    }
  1075.  
  1076.    .nav-menu-v10 {
  1077.        list-style: none;
  1078.        padding: 0;
  1079.        margin: 0;
  1080.        display: flex;
  1081.        align-items: stretch;
  1082.    }
  1083.  
  1084.    .nav-item-v10 {
  1085.        position: relative;
  1086.    }
  1087.  
  1088.    .nav-link-v10 {
  1089.        color: #374151;
  1090.        text-decoration: none;
  1091.        display: block;
  1092.        transition: all 0.3s ease;
  1093.    }
  1094.  
  1095.    .link-content-v10 {
  1096.        padding: 16px 20px;
  1097.        display: flex;
  1098.        align-items: center;
  1099.        gap: 6px;
  1100.        position: relative;
  1101.    }
  1102.  
  1103.    .link-text-v10 {
  1104.        font-size: 15px;
  1105.        font-weight: 600;
  1106.    }
  1107.  
  1108.    .link-arrow-v10 {
  1109.        width: 0;
  1110.        height: 0;
  1111.        border-left: 3px solid transparent;
  1112.        border-right: 3px solid transparent;
  1113.        border-top: 3px solid currentColor;
  1114.        transition: transform 0.3s ease;
  1115.    }
  1116.  
  1117.    .link-indicator-v10 {
  1118.        position: absolute;
  1119.        bottom: 0;
  1120.        left: 0;
  1121.        right: 0;
  1122.        height: 3px;
  1123.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1124.        transform: scaleX(0);
  1125.        transition: transform 0.3s ease;
  1126.    }
  1127.  
  1128.    .nav-link-v10:hover,
  1129.    .nav-link-v10.active-v10 {
  1130.        color: white !important;
  1131.        background: var(--bs-primary);
  1132.    }
  1133.  
  1134.    .nav-link-v10:hover .link-indicator-v10,
  1135.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1136.        transform: scaleX(1);
  1137.    }
  1138.  
  1139.    .has-submenu-v10:hover .link-arrow-v10 {
  1140.        transform: rotate(180deg);
  1141.    }
  1142.  
  1143.    /* Submenu */
  1144.    .submenu-v10 {
  1145.        position: absolute;
  1146.        top: 100%;
  1147.        left: 0;
  1148.        background: #ffffff;
  1149.        border: 1px solid #e5e7eb;
  1150.        border-radius: 12px;
  1151.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1152.        opacity: 0;
  1153.        visibility: hidden;
  1154.        transform: translateY(-8px);
  1155.        transition: all 0.3s ease;
  1156.        z-index: 1000;
  1157.        min-width: 400px;
  1158.        padding: 24px;
  1159.        margin-top: 8px;
  1160.    }
  1161.  
  1162.    .has-submenu-v10:hover .submenu-v10 {
  1163.        opacity: 1;
  1164.        visibility: visible;
  1165.        transform: translateY(0);
  1166.    }
  1167.  
  1168.    .submenu-content-v10 {
  1169.        display: grid;
  1170.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1171.        gap: 24px;
  1172.    }
  1173.  
  1174.    .submenu-title-v10 {
  1175.        font-size: 13px;
  1176.        font-weight: 700;
  1177.        color: #3b82f6;
  1178.        margin-bottom: 12px;
  1179.        text-transform: uppercase;
  1180.        letter-spacing: 0.5px;
  1181.    }
  1182.  
  1183.    .submenu-links-v10 {
  1184.        list-style: none;
  1185.        padding: 0;
  1186.        margin: 0;
  1187.    }
  1188.  
  1189.    .submenu-link-v10 {
  1190.        display: block;
  1191.        color: #6b7280 !important;
  1192.        text-decoration: none;
  1193.        font-size: 14px;
  1194.        padding: 8px 0;
  1195.        transition: color 0.3s ease;
  1196.    }
  1197.  
  1198.    .submenu-link-v10:hover {
  1199.        color: #3b82f6 !important;
  1200.    }
  1201.  
  1202.    /* Mobile Search Panel */
  1203.    .mobile-search-panel-v10 {
  1204.        background: #f9fafb;
  1205.        border-bottom: 1px solid #e5e7eb;
  1206.        padding: 12px 0;
  1207.        max-height: 0;
  1208.        overflow: hidden;
  1209.        transition: all 0.3s ease;
  1210.    }
  1211.  
  1212.    .mobile-search-panel-v10.show-v10 {
  1213.        max-height: 80px;
  1214.    }
  1215.  
  1216.    .mobile-search-wrapper-v10 {
  1217.        display: flex;
  1218.        align-items: center;
  1219.        background: #ffffff;
  1220.        border: 1px solid #e5e7eb;
  1221.        border-radius: 8px;
  1222.        overflow: hidden;
  1223.    }
  1224.  
  1225.    .mobile-search-input-v10 {
  1226.        flex: 1;
  1227.        border: none;
  1228.        padding: 12px 16px;
  1229.        font-size: 15px;
  1230.        outline: none;
  1231.        background: transparent;
  1232.    }
  1233.  
  1234.    .mobile-search-btn-v10 {
  1235.        background: #3b82f6;
  1236.        border: none;
  1237.        padding: 12px 16px;
  1238.        cursor: pointer;
  1239.    }
  1240.  
  1241.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1242.        background: white;
  1243.    }
  1244.  
  1245.    /* Mobile Menu */
  1246.    .mobile-menu-v10 {
  1247.        background: #ffffff;
  1248.        border-bottom: 1px solid #e5e7eb;
  1249.        max-height: 0;
  1250.        overflow: hidden;
  1251.        transition: all 0.4s ease;
  1252.    }
  1253.  
  1254.    .mobile-menu-v10.show-v10 {
  1255.        max-height: 500px;
  1256.    }
  1257.  
  1258.    .mobile-menu-content-v10 {
  1259.        padding: 16px 30px;
  1260.    }
  1261.  
  1262.    .mobile-menu-list-v10 {
  1263.        list-style: none;
  1264.        padding: 0;
  1265.        margin: 0;
  1266.    }
  1267.  
  1268.    .mobile-menu-item-v10 {
  1269.        border-bottom: 1px solid #f3f4f6;
  1270.    }
  1271.  
  1272.    .mobile-menu-link-v10,
  1273.    .mobile-menu-toggle-v10 {
  1274.        display: flex;
  1275.        align-items: center;
  1276.        justify-content: space-between;
  1277.        color: #374151;
  1278.        text-decoration: none;
  1279.        font-size: 16px;
  1280.        font-weight: 600;
  1281.        padding: 16px 0;
  1282.        transition: color 0.3s ease;
  1283.        background: none;
  1284.        border: none;
  1285.        width: 100%;
  1286.        cursor: pointer;
  1287.    }
  1288.  
  1289.    .mobile-menu-link-v10:hover,
  1290.    .mobile-menu-toggle-v10:hover,
  1291.    .mobile-menu-link-v10.active-v10 {
  1292.        color: var(--bs-light);
  1293.    }
  1294.  
  1295.    .mobile-toggle-arrow-v10 {
  1296.        width: 0;
  1297.        height: 0;
  1298.        border-left: 4px solid transparent;
  1299.        border-right: 4px solid transparent;
  1300.        border-top: 4px solid currentColor;
  1301.        transition: transform 0.3s ease;
  1302.    }
  1303.  
  1304.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1305.        transform: rotate(180deg);
  1306.    }
  1307.  
  1308.    .mobile-submenu-v10 {
  1309.        list-style: none;
  1310.        padding: 0;
  1311.        margin: 0;
  1312.        max-height: 0;
  1313.        overflow: hidden;
  1314.        transition: all 0.3s ease;
  1315.        background: #f9fafb;
  1316.    }
  1317.  
  1318.    .mobile-submenu-v10.show-v10 {
  1319.        max-height: 200px;
  1320.        padding: 8px 0;
  1321.    }
  1322.  
  1323.    .mobile-submenu-link-v10 {
  1324.        display: block;
  1325.        color: #6b7280;
  1326.        text-decoration: none;
  1327.        font-size: 14px;
  1328.        padding: 10px 20px;
  1329.        transition: color 0.3s ease;
  1330.    }
  1331.  
  1332.    .mobile-submenu-link-v10:hover {
  1333.        color: #3b82f6;
  1334.    }
  1335.  
  1336.    /* Responsive Design */
  1337.    @media (max-width: 768px) {
  1338.        .top-bar-v10 {
  1339.            padding: 12px 0;
  1340.        }
  1341.  
  1342.        .brand-icon-v10 {
  1343.            width: 40px;
  1344.            height: 40px;
  1345.        }
  1346.  
  1347.        .brand-name-v10 {
  1348.            font-size: 18px;
  1349.        }
  1350.  
  1351.        .brand-tagline-v10 {
  1352.            font-size: 11px;
  1353.        }
  1354.    }
  1355.  
  1356.    @media (max-width: 576px) {
  1357.        .brand-text-v10 {
  1358.            display: none;
  1359.        }
  1360.    }
  1361. </style>
  1362.  
  1363. <script>
  1364.    function toggleMobileSearchV10() {
  1365.        const searchPanel = document.getElementById('mobileSearchV10');
  1366.        const searchBtn = document.querySelector('.mobile-search-v10');
  1367.  
  1368.        if (searchPanel) {
  1369.            searchPanel.classList.toggle('show-v10');
  1370.  
  1371.            if (searchPanel.classList.contains('show-v10')) {
  1372.                setTimeout(() => {
  1373.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1374.                    if (input) input.focus();
  1375.                }, 100);
  1376.            }
  1377.        }
  1378.    }
  1379.  
  1380.    function toggleMenuV10() {
  1381.        const mobileMenu = document.getElementById('mobileMenuV10');
  1382.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1383.  
  1384.        if (mobileMenu && menuBtn) {
  1385.            mobileMenu.classList.toggle('show-v10');
  1386.            menuBtn.classList.toggle('active-v10');
  1387.        }
  1388.    }
  1389.  
  1390.    function toggleMobileSubmenuV10(submenuId) {
  1391.        const submenu = document.getElementById(submenuId);
  1392.        if (!submenu) return;
  1393.  
  1394.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1395.  
  1396.        // Close other submenus
  1397.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1398.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1399.  
  1400.        allSubmenus.forEach(menu => {
  1401.            if (menu.id !== submenuId) {
  1402.                menu.classList.remove('show-v10');
  1403.            }
  1404.        });
  1405.  
  1406.        allParents.forEach(parent => {
  1407.            if (parent !== parentItem) {
  1408.                parent.classList.remove('open-v10');
  1409.            }
  1410.        });
  1411.  
  1412.        // Toggle current submenu
  1413.        submenu.classList.toggle('show-v10');
  1414.        if (parentItem) {
  1415.            parentItem.classList.toggle('open-v10');
  1416.        }
  1417.    }
  1418.  
  1419.    // Close menus when clicking outside
  1420.    document.addEventListener('click', function (e) {
  1421.        const mobileMenu = document.getElementById('mobileMenuV10');
  1422.        const mobileSearch = document.getElementById('mobileSearchV10');
  1423.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1424.        const searchBtn = document.querySelector('.mobile-search-v10');
  1425.  
  1426.        // Close mobile menu
  1427.        if (mobileMenu && menuBtn &&
  1428.            !mobileMenu.contains(e.target) &&
  1429.            !menuBtn.contains(e.target)) {
  1430.            mobileMenu.classList.remove('show-v10');
  1431.            menuBtn.classList.remove('active-v10');
  1432.        }
  1433.  
  1434.        // Close mobile search
  1435.        if (mobileSearch && searchBtn &&
  1436.            !mobileSearch.contains(e.target) &&
  1437.            !searchBtn.contains(e.target)) {
  1438.            mobileSearch.classList.remove('show-v10');
  1439.        }
  1440.    });
  1441. </script>
  1442.  
  1443. <script>
  1444.  document.addEventListener("DOMContentLoaded", function () {
  1445.    console.log("loaded");
  1446.  
  1447.     const searchInput = document.getElementById("search-input")
  1448.    const searchResults = document.getElementById("search-results");
  1449.  
  1450.    if (!searchInput || !searchResults) {
  1451.      console.error("Search input/results not found");
  1452.      return;
  1453.    }
  1454.  
  1455.    // Prevent form submission
  1456.    if (searchInput.form) {
  1457.      searchInput.form.addEventListener("submit", function (e) {
  1458.        e.preventDefault();
  1459.      });
  1460.    }
  1461.  
  1462.    // Add event listener for keyup
  1463.    searchInput.addEventListener("keyup", function (e) {
  1464.      console.log("Key pressed:", e.key);
  1465.      e.preventDefault();
  1466.  
  1467.      const query = searchInput.value.trim();
  1468.      console.log("User is typing: " + query);
  1469.  
  1470.      // If empty → clear and hide
  1471.      if (query === "") {
  1472.        searchResults.innerHTML = "";
  1473.        searchResults.style.display = "none";
  1474.        return;
  1475.      }
  1476.  
  1477.      // Show results
  1478.      searchResults.style.display = "block";
  1479.  
  1480.      // Fetch search results
  1481.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1482.        method: "GET",
  1483.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1484.      })
  1485.        .then(response => {
  1486.          console.log("Response Status:", response.status);
  1487.          return response.json();
  1488.        })
  1489.        .then(data => {
  1490.          console.log("Data received:", data);
  1491.          if (data.html) {
  1492.            searchResults.innerHTML = data.html;
  1493.          } else {
  1494.            searchResults.innerHTML = "<p>No results found.</p>";
  1495.          }
  1496.        })
  1497.        .catch(error => {
  1498.          console.error("Error fetching search results:", error);
  1499.        });
  1500.    });
  1501.  
  1502.    // Close results when clicking outside
  1503.    document.addEventListener("click", function (e) {
  1504.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1505.        searchResults.style.display = "none";
  1506.      }
  1507.    });
  1508.  
  1509.    // Close results on ESC key
  1510.    document.addEventListener("keydown", function (e) {
  1511.      if (e.key === "Escape") {
  1512.        searchResults.style.display = "none";
  1513.      }
  1514.    });
  1515.  });
  1516. </script>
  1517.  
  1518. <style>
  1519.        /* search field */
  1520.  .search-results-container {
  1521.  position: absolute;
  1522.  top: 60%; /* Position it below the input field */
  1523.  left: 10px;
  1524.  right: 10px;
  1525.  background-color: white;
  1526.  border: 1px solid #ddd;
  1527.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1528.  max-height: 300px;
  1529.  overflow-y: auto;
  1530.  z-index: 1000;
  1531.  display: none; /* Initially hidden */
  1532. }
  1533.  
  1534. .search-results-container p {
  1535.  margin: 0;
  1536. }
  1537.  
  1538. .search-results-container .result-item {
  1539.  padding: 10px;
  1540.  cursor: pointer;
  1541. }
  1542.  
  1543. .search-results-container .result-item:hover {
  1544.  background-color: #f0f0f0;
  1545. }
  1546. @media (max-width: 992px) {
  1547.  .search-results-container {
  1548.    top: 70%;
  1549.  }
  1550.    
  1551. }
  1552. </style>
  1553.  
  1554.        </header>
  1555.        <!-- end of header -->
  1556.        <!-- start of wpo-blog-hero -->
  1557.        
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.        <!-- end of wpo-blog-hero -->
  1568.  
  1569.        <!-- start of wpo-breacking-news -->
  1570.        
  1571.        <!-- end of wpo-breacking-news -->
  1572.        
  1573.        <!-- start wpo-blog-highlights-section -->
  1574.        
  1575.  
  1576.  
  1577.  
  1578.    
  1579.  
  1580.  
  1581. <style>
  1582.  
  1583.    .blog-highlights-section {
  1584.        padding: 30px 0;
  1585.    }
  1586.  
  1587.    .blog-cards-grid {
  1588.        display: grid;
  1589.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1590.        gap: 30px;
  1591.    }
  1592.  
  1593.    .blog-card {
  1594.        background: var(--card-bg);
  1595.        border: 1px solid var(--card-border);
  1596.        border-radius: var(--border-radius);
  1597.        overflow: hidden;
  1598.        transition: all 0.3s ease;
  1599.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1600.    }
  1601.  
  1602.    .blog-card:hover {
  1603.        transform: translateY(-8px);
  1604.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1605.        border-color: var(--theme-primary-color);
  1606.    }
  1607.  
  1608.    .blog-card-image {
  1609.        position: relative;
  1610.        height: 220px;
  1611.        overflow: hidden;
  1612.    }
  1613.  
  1614.    .blog-card-image img {
  1615.        width: 100%;
  1616.        height: 100%;
  1617.        object-fit: cover;
  1618.        transition: transform 0.3s ease;
  1619.    }
  1620.  
  1621.    .blog-card:hover .blog-card-image img {
  1622.        transform: scale(1.05);
  1623.    }
  1624.  
  1625.    .blog-category {
  1626.        position: absolute;
  1627.        top: 15px;
  1628.        right: 15px;
  1629.        color: white;
  1630.        padding: 6px 12px;
  1631.        border-radius: 20px;
  1632.        font-size: 12px;
  1633.        font-weight: 600;
  1634.        text-transform: uppercase;
  1635.        letter-spacing: 0.5px;
  1636.    }
  1637.  
  1638.    .blog-card-content {
  1639.        padding: 25px;
  1640.    }
  1641.  
  1642.    .blog-card-title {
  1643.        font-family: var(--heading-font);
  1644.        font-size: 1.3rem;
  1645.        font-weight: var(--heading-weight);
  1646.        color: var(--top-color);
  1647.        margin-bottom: 15px;
  1648.        line-height: 1.4;
  1649.    }
  1650.  
  1651.    .blog-card-title a {
  1652.        color: inherit !important;
  1653.        text-decoration: none;
  1654.        transition: color 0.3s ease;
  1655.    }
  1656.  
  1657.    .blog-card-title a:hover {
  1658.        color: var(--theme-primary-color);
  1659.    }
  1660.  
  1661.    .blog-card-meta {
  1662.        display: flex;
  1663.        align-items: center;
  1664.        gap: 15px;
  1665.        margin-bottom: 15px;
  1666.        font-size: 14px;
  1667.        color: var(--text-light-color);
  1668.    }
  1669.  
  1670.    .blog-author-img {
  1671.        width: 30px;
  1672.        height: 30px;
  1673.        border-radius: 50%;
  1674.        object-fit: cover;
  1675.    }
  1676.  
  1677.    .blog-card-excerpt {
  1678.        color: var(--body-color);
  1679.        font-size: 15px;
  1680.        line-height: 1.6;
  1681.        margin-bottom: 20px;
  1682.        display: -webkit-box;
  1683.        -webkit-line-clamp: 3;
  1684.        -webkit-box-orient: vertical;
  1685.        overflow: hidden;
  1686.    }
  1687.  
  1688.    .blog-card-footer {
  1689.        display: flex;
  1690.        justify-content: space-between;
  1691.        align-items: center;
  1692.        padding-top: 15px;
  1693.        border-top: 1px solid var(--border-color-s2);
  1694.    }
  1695.  
  1696.    .blog-read-time {
  1697.        font-size: 13px;
  1698.        color: var(--light);
  1699.    }
  1700.  
  1701.    .blog-read-more {
  1702.        color: var(--top-color) !important;
  1703.        text-decoration: none;
  1704.        font-weight: 600;
  1705.        font-size: 14px;
  1706.        transition: all 0.3s ease;
  1707.    }
  1708.  
  1709.    .blog-read-more:hover {
  1710.        color: var(--theme-primary-color-s2);
  1711.        text-decoration: underline;
  1712.    }
  1713.  
  1714.    .section-title {
  1715.        font-family: var(--heading-font);
  1716.        font-size: 2.5rem;
  1717.        font-weight: var(--heading-weight);
  1718.        color: var(--heading-color);
  1719.        text-align: center;
  1720.        margin-bottom: 20px;
  1721.    }
  1722.  
  1723.    .section-subtitle {
  1724.        text-align: center;
  1725.        color: var(--text-light-color);
  1726.        font-size: 1.1rem;
  1727.        max-width: 600px;
  1728.        margin: 0 auto;
  1729.    }
  1730.  
  1731.    @media (max-width: 768px) {
  1732.        .blog-cards-grid {
  1733.            grid-template-columns: 1fr;
  1734.            gap: 20px;
  1735.        }
  1736.        
  1737.        .section-title {
  1738.            font-size: 2rem;
  1739.        }
  1740.        
  1741.        .blog-highlights-section {
  1742.            padding: 60px 0;
  1743.        }
  1744.    }
  1745. </style>
  1746.  
  1747. <section class="blog-highlights-section">
  1748.     <div class="container-fluid fluid-container">
  1749.      
  1750.            <div class="section-title">
  1751.                <h2>
  1752.                Today's Top Highlights
  1753.                   </h2>
  1754.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1755.    </div>
  1756.        
  1757.        <div class="row">
  1758.            <div class="col-lg-8 col-12">
  1759.                <div class="blog-cards-grid">
  1760.                    
  1761.                    
  1762.  
  1763.                </div>
  1764.            </div>
  1765.            
  1766.              <div class="col col-lg-4 col-12">
  1767.                
  1768.  
  1769.  
  1770.  
  1771.    
  1772.  
  1773. <!-- Curved Heading Sidebar -->
  1774.    <div class="sidebar mb-3">
  1775.        
  1776.  
  1777.       <!-- <div class="sidebar-widget mb-5">
  1778.            <div class="widget-title-wrapper mb-3">
  1779.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1780.                    <div class="title-border"></div>
  1781.                    <i class="ti-folder me-2"></i>Blog Archives
  1782.                </h4>
  1783.            </div>
  1784.            <div class="widget-content shadow-sm rounded-3 p-4">
  1785.                <div class="archives-list">
  1786.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1787.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1788.                            <i class="ti-angle-right me-2 text-primary"></i>
  1789.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  1790.                        </a>
  1791.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  1792.                    </div>
  1793.  
  1794.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1795.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1796.                            <i class="ti-angle-right me-2 text-primary"></i>
  1797.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  1798.                        </a>
  1799.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  1800.                    </div>
  1801.  
  1802.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1803.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1804.                            <i class="ti-angle-right me-2 text-primary"></i>
  1805.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  1806.                        </a>
  1807.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  1808.                    </div>
  1809.  
  1810.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1811.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1812.                            <i class="ti-angle-right me-2 text-primary"></i>
  1813.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  1814.                        </a>
  1815.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  1816.                    </div>
  1817.  
  1818.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1819.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1820.                            <i class="ti-angle-right me-2 text-primary"></i>
  1821.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  1822.                        </a>
  1823.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  1824.                    </div>
  1825.  
  1826.                    <div class="archive-item d-flex justify-content-between align-items-center">
  1827.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1828.                            <i class="ti-angle-right me-2 text-primary"></i>
  1829.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  1830.                        </a>
  1831.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  1832.                    </div>
  1833.                </div>
  1834.                
  1835.                <div class="text-center mt-4 pt-3 border-top border-color">
  1836.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1837.                        <i class="ti-archive me-1"></i>View All Archives
  1838.                    </a>
  1839.                </div>
  1840.            </div>
  1841.        </div> -->
  1842.  
  1843.        <div class="sidebar-widget mb-4">
  1844.            <div class="widget-title-wrapper mb-3">
  1845.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1846.                    <div class="title-border-primary"></div>
  1847.                    <i class="ti-star me-2"></i>Popular Posts
  1848.                </h4>
  1849.            </div>
  1850.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  1851.                <div class="popular-post-list">
  1852.                    
  1853.  
  1854.                </div>
  1855.                
  1856.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  1857.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  1858.                        <i class="ti-trophy me-1"></i>View All Popular
  1859.                    </a>
  1860.                </div> -->
  1861.            </div>
  1862.        </div>
  1863.  
  1864. </div>
  1865. <style>
  1866.    
  1867.  .widget-content {
  1868.    background-color: var(--card-bg);
  1869.    border: 1px solid var(--border-color);
  1870.  }
  1871. </style>
  1872.  
  1873.    
  1874.            </div>
  1875.        </div>
  1876.    </div>
  1877. </section>
  1878.  
  1879. <script>
  1880. document.addEventListener('DOMContentLoaded', function() {
  1881.    // Simple scroll animation
  1882.    const cards = document.querySelectorAll('.blog-card');
  1883.    
  1884.    const observer = new IntersectionObserver(function(entries) {
  1885.        entries.forEach(entry => {
  1886.            if (entry.isIntersecting) {
  1887.                entry.target.style.opacity = '1';
  1888.                entry.target.style.transform = 'translateY(0)';
  1889.            }
  1890.        });
  1891.    }, {
  1892.        threshold: 0.1
  1893.    });
  1894.  
  1895.    cards.forEach((card, index) => {
  1896.        card.style.opacity = '0';
  1897.        card.style.transform = 'translateY(30px)';
  1898.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  1899.        observer.observe(card);
  1900.    });
  1901. });
  1902. </script>
  1903.  
  1904.    
  1905.        
  1906.        <!-- end wpo-blog-highlights-section -->
  1907.        <!-- start wpo-blog-sponsored-section -->
  1908.        
  1909.  
  1910.  
  1911.  
  1912.    
  1913.  
  1914.  
  1915.  
  1916.    
  1917.        <!-- end wpo-blog-sponsored-section -->
  1918.        <!-- start wpo-subscribe-section -->
  1919.        
  1920.        <!-- end subscribe-section -->
  1921.        <!-- start of wpo-site-footer-section -->
  1922.        
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  1929.  <!-- Main Footer Content -->
  1930.  <div class="footer-main-content">
  1931.    <div class="container-fluid fluid-container">
  1932.      <!-- Top Section - Centered Logo & Tagline -->
  1933.      <div class="footer-top-section text-center">
  1934.        <div class="brand-logo">
  1935.          
  1936.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8b3974c3-4673-4a84-8786-a6d1ff5f33c5_logo.png" alt="TechSphere Insights" width="auto" height="70px" class="footer-logo" />
  1937.          
  1938.        </div>
  1939.      </div>
  1940.  
  1941.      <!-- Content Grid -->
  1942.      <div class="footer-content-grid">
  1943.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  1944.          <!-- Column 1: Navigation & Categories (Merged) -->
  1945.          <div class="">
  1946.            <div class="footer-column">
  1947.              <h5 class="column-title">Quick Links</h5>
  1948.              <ul class="footer-menu">
  1949.                
  1950.              </ul>
  1951.            </div>
  1952.          </div>
  1953.  
  1954.          <!-- Column 2: Resources -->
  1955.          <div class="">
  1956.            <div class="footer-column">
  1957.              <h5 class="column-title">Blog Rolls</h5>
  1958.              <ul class="footer-menu" id="blogRollLinks">
  1959.                
  1960.                
  1961.  
  1962.                
  1963.                
  1964.                  
  1965.                
  1966.              </ul>
  1967.            </div>
  1968.          </div>
  1969.  
  1970.          <!-- Column 2: Resources -->
  1971.          <div class="">
  1972.            <div class="footer-column">
  1973.              <h5 class="column-title">Categories</h5>
  1974.              <ul class="footer-menu">
  1975.                
  1976.                  <li>
  1977.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  1978.                  </li>
  1979.                
  1980.                  <li>
  1981.                    <a class="menu-link" href="/category/business/">Business</a>
  1982.                  </li>
  1983.                
  1984.                  <li>
  1985.                    <a class="menu-link" href="/category/esports/">Esports</a>
  1986.                  </li>
  1987.                
  1988.                  <li>
  1989.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  1990.                  </li>
  1991.                
  1992.                  <li>
  1993.                    <a class="menu-link" href="/category/featured/">Featured</a>
  1994.                  </li>
  1995.                
  1996.              </ul>
  1997.            </div>
  1998.          </div>
  1999.        </div>
  2000.      </div>
  2001.    </div>
  2002.  </div>
  2003.  
  2004.  <!-- Footer Bottom -->
  2005.  <div class="footer-bottom">
  2006.    <div class="container-fluid fluid-container">
  2007.      <div class="bottom-content text-center">
  2008.        <!-- Copyright -->
  2009.        <div class="copyright-info">
  2010.          <p>
  2011.            &copy; 2026 <strong>TechSphere Insights</strong>. All rights reserved.
  2012.          </p>
  2013.        </div>
  2014.  
  2015.        <!-- Footer Links -->
  2016.        <div class="utility-links">
  2017.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  2018.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  2019.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  2020.        </div>
  2021.      </div>
  2022.    </div>
  2023.  </div>
  2024. </footer>
  2025.  
  2026. <style>
  2027.    .wpo-site-footer-v6{
  2028.        border-radius: 60px 60px 0px 0px !important;
  2029.    }
  2030.  
  2031. .footer-main-content {
  2032.    padding: 60px 0 40px;
  2033. }
  2034.  
  2035. /* Top Section */
  2036. .footer-top-section {
  2037.    margin-bottom: 40px;
  2038.    padding-bottom: 30px;
  2039.    border-bottom: 1px solid #dee2e6;
  2040. }
  2041.  
  2042. .brand-logo {
  2043.    display: flex;
  2044.    align-items: center;
  2045.    justify-content: center;
  2046.    gap: 15px;
  2047. }
  2048.  
  2049.  
  2050. .brand-title {
  2051.    font-size: 26px;
  2052.    font-weight: 700;
  2053.    margin: 0;
  2054. }
  2055.  
  2056. .brand-tagline {
  2057.    font-size: 15px;
  2058.    color: var(--footer-color) !important;
  2059.    margin: 0;
  2060. }
  2061.  
  2062. /* Content Grid */
  2063. .footer-column {
  2064.    margin-bottom: 30px;
  2065. }
  2066.  
  2067. .column-title {
  2068.    font-size: 17px;
  2069.    font-weight: 600;
  2070.    color: var(--footer-color) !important;
  2071.    margin-bottom: 20px;
  2072. }
  2073.  
  2074. /* Footer Menu */
  2075. .footer-menu {
  2076.    list-style: none;
  2077.    padding: 0;
  2078.    margin: 0;
  2079.    color: var(--footer-color) !important;
  2080. }
  2081.  
  2082. .footer-menu li {
  2083.    margin-bottom: 10px;
  2084.  
  2085. }
  2086.  
  2087. .menu-link {
  2088.    color: var(--footer-color) !important;
  2089.    text-decoration: none;
  2090.    font-size: 15px;
  2091.    transition: color 0.3s ease;
  2092. }
  2093.  
  2094. .menu-link:hover {
  2095.    color: #007bff;
  2096. }
  2097.  
  2098. /* Footer Bottom */
  2099. .footer-bottom {
  2100.    border-top: 1px solid var(--border-color);
  2101.    padding: 20px 0;
  2102. }
  2103.  
  2104. .copyright-info p {
  2105.    margin: 0 0 10px;
  2106.    color: var(--footer-color) !important;
  2107. }
  2108.  
  2109. .utility-links {
  2110.    display: flex;
  2111.    justify-content: center;
  2112.    gap: 15px;
  2113. }
  2114.  
  2115. .utility-link {
  2116.    color: #666;
  2117.    text-decoration: none;
  2118.    transition: color 0.3s ease;
  2119. }
  2120.  
  2121. .utility-link:hover {
  2122.    color: #007bff;
  2123. }
  2124.  
  2125. /* Responsive Design */
  2126. @media (max-width: 992px) {
  2127.    .footer-column {
  2128.        text-align: start;
  2129.    }
  2130.    
  2131.    .social-buttons {
  2132.        justify-content: start;
  2133.    }
  2134. }
  2135.  
  2136. @media (max-width: 768px) {
  2137.    .footer-top-section {
  2138.        margin-bottom: 30px;
  2139.    }
  2140.    
  2141.    .brand-logo {
  2142.        flex-direction: column;
  2143.    }
  2144.    
  2145.    .footer-bottom .bottom-content {
  2146.        padding: 0 15px;
  2147.    }
  2148. }
  2149.  
  2150. @media (max-width: 576px) {
  2151.    .column-title {
  2152.        font-size: 16px;
  2153.    }
  2154.    
  2155.    .menu-link {
  2156.        font-size: 14px;
  2157.    }
  2158. }
  2159. </style>
  2160.  
  2161. <script>
  2162. // Newsletter Form Enhancement
  2163. document.addEventListener('DOMContentLoaded', function() {
  2164.    const newsletterForm = document.querySelector('.newsletter-form');
  2165.    if (newsletterForm) {
  2166.        newsletterForm.addEventListener('submit', function(e) {
  2167.            const submitBtn = this.querySelector('.newsletter-submit');
  2168.            const originalHTML = submitBtn.innerHTML;
  2169.            
  2170.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  2171.            submitBtn.disabled = true;
  2172.            
  2173.            // Re-enable after form processing (simulate for now)
  2174.            setTimeout(() => {
  2175.                submitBtn.innerHTML = originalHTML;
  2176.                submitBtn.disabled = false;
  2177.            }, 2000);
  2178.        });
  2179.    }
  2180.  
  2181.    // Add prevent default to placeholder links
  2182.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  2183.        anchor.addEventListener('click', function (e) {
  2184.            e.preventDefault();
  2185.        });
  2186.    });
  2187. });
  2188. document.addEventListener('DOMContentLoaded', function () {
  2189.    var btn = document.getElementById('toggleBlogRollLinks');
  2190.    if (!btn) return; // No extra items, no button
  2191.  
  2192.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  2193.  
  2194.    btn.addEventListener('click', function () {
  2195.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2196.            return li.classList.contains('d-none');
  2197.        });
  2198.  
  2199.        extras.forEach(function (li) {
  2200.            if (anyHidden) {
  2201.                li.classList.remove('d-none');
  2202.                li.classList.add('show');
  2203.            } else {
  2204.                li.classList.add('d-none');
  2205.                li.classList.remove('show');
  2206.            }
  2207.        });
  2208.  
  2209.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2210.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2211.    });
  2212. });
  2213.  
  2214. </script>
  2215.  
  2216.        <!-- end of wpo-site-footer-section -->
  2217.    </div>
  2218.    <!-- end of page-wrapper -->
  2219.  
  2220.    <!-- All JavaScript files
  2221.    ================================================== -->
  2222.    
  2223.  
  2224. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2225. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2226. <!-- Plugins for this template -->
  2227. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2228. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2229. <!-- Custom script for this template -->
  2230. <script src="/static/blogapp/assets/js/script.js"></script>
  2231.  
  2232. <script>
  2233. (function () {
  2234. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2235. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2236.  
  2237. function applyFallback(img) {
  2238. if (!img || img.dataset.fallbackApplied === "1") {
  2239. return;
  2240. }
  2241. var failedSrc = img.currentSrc || img.src || "";
  2242. img.dataset.fallbackApplied = "1";
  2243. img.onerror = null;
  2244. img.src = fallbackImageSrc;
  2245. console.warn("[ImageFallback] Replaced broken image:", {
  2246. failedSrc: failedSrc,
  2247. fallbackSrc: fallbackImageSrc,
  2248. alt: img.alt || "",
  2249. });
  2250. }
  2251.  
  2252. document.querySelectorAll("img").forEach(function (img) {
  2253. if (img.complete && img.naturalWidth === 0) {
  2254. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2255. failedSrc: img.currentSrc || img.src || "",
  2256. alt: img.alt || "",
  2257. });
  2258. applyFallback(img);
  2259. }
  2260. });
  2261.  
  2262. document.addEventListener(
  2263. "error",
  2264. function (event) {
  2265. var target = event.target;
  2266. if (target && target.tagName === "IMG") {
  2267. applyFallback(target);
  2268. }
  2269. },
  2270. true
  2271. );
  2272. })();
  2273. </script>
  2274.  
  2275. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2276.  
  2277.  
  2278.  
  2279. <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":"b5a70c87ddb646e5a4c9dbe18ed0e0b2","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2280. </body>
  2281.  
  2282. </html>
  2283.  
  2284.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda