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

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