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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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-28T153111.974_BGwZqgx_mZ6LfYv_TwsaJoi_zwJh3yT.png">
  14.    
  15.  
  16.    <title>Exploring Tech Innovations and Digital Lifestyle Trends</title>
  17.    <meta name="description" content="A blog covering the latest in technology, digital tools, and lifestyle tips to help you stay ahead in the modern world with practical insights.">
  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://889993571.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff006e;
  42.        --bs-primary-rgb: ff006e;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #500724;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff006e;
  53.        --theme-primary-color-s2: #ff006e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #500724;
  57.        --text-light-color: #676767;
  58.        --heading-color: #500724;
  59.        --border-color: #f9a8d4;
  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: #fce7f3;
  75.        --navbar-color: #500724;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #500724;
  78.        --footer-bg: #500724;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff006e;
  84.        --link-hover: #db2777;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 0, 110, 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_26">
  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/0757aa9a-f8e2-4b5f-99a2-cd8bef17cbfc_logo.png" alt="889993571.xyz 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.    /* Section Header */
  1455.    .section-header-v9 {
  1456.      text-align: center;
  1457.      margin-bottom: 20px;
  1458.    }
  1459.    
  1460.    .section-title-v9 {
  1461.      font-size: 3rem;
  1462.      font-weight: 700;
  1463.      color: var(--topbar-color);
  1464.      margin-bottom: 20px;
  1465.      text-transform: uppercase;
  1466.    }
  1467.    
  1468.    .section-subtitle-v9 {
  1469.      font-size: 1.2rem;
  1470.      color: var(--topbar-color);
  1471.      opacity: 0.5;
  1472.      max-width: 800px;
  1473.      margin: 0 auto;
  1474.      line-height: 1.8;
  1475.    }
  1476.        
  1477.    /* Blog Card */
  1478.    .blog-card-v9 {
  1479.      background: var(--card-bg);
  1480.      border: 1px solid var(--border-color);
  1481.      border-radius: 8px;
  1482.      margin-bottom: 30px;
  1483.      overflow: hidden;
  1484.      opacity: 0;
  1485.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1486.    }
  1487.    
  1488.    .blog-card-v9.fade-in {
  1489.      opacity: 1;
  1490.    }
  1491.    
  1492.    @keyframes fadeIn {
  1493.      from {
  1494.        opacity: 0;
  1495.      }
  1496.      to {
  1497.        opacity: 1;
  1498.      }
  1499.    }
  1500.    
  1501.    .blog-card-v9:hover {
  1502.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1503.    }
  1504.    
  1505.    /* Blog Image */
  1506.    .blog-image-container-v9 {
  1507.      width: 100%;
  1508.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1509.      overflow: hidden;
  1510.    }
  1511.    
  1512.    .blog-image-v9 {
  1513.      width: 100%;
  1514.      height: 100%;
  1515.    }
  1516.    
  1517.    .blog-image-v9 img {
  1518.      width: 100%;
  1519.      height: 100%;
  1520.      object-fit: cover;
  1521.      display: block;
  1522.    }
  1523.    
  1524.    /* Blog Content */
  1525.    .blog-content-v9 {
  1526.      padding: 20px;
  1527.    }
  1528.    
  1529.    .blog-title-v9 {
  1530.      font-size: 1.2rem;
  1531.      font-weight: 600;
  1532.      margin-bottom: 15px;
  1533.      color: var(--topbar-color) !important;
  1534.      text-transform: capitalize;
  1535.    }
  1536.    
  1537.    .blog-meta-v9 {
  1538.      display: flex;
  1539.      align-items: center;
  1540.      gap: 10px;
  1541.      font-size: 0.9rem;
  1542.      color: var(--topbar-color);
  1543.      margin-bottom: 10px;
  1544.    }
  1545.    
  1546.    .blog-meta-v9 span {
  1547.      display: inline-block;
  1548.    }
  1549.    
  1550.    .blog-excerpt-v9 {
  1551.      font-size: 1rem;
  1552.      color: var(--topbar-color);
  1553.      opacity: .6;
  1554.      margin-bottom: 15px;
  1555.      line-height: 1.6;
  1556.    }
  1557.    
  1558.    .blog-actions-v9 {
  1559.      display: flex;
  1560.      justify-content: flex-start;
  1561.    }
  1562.    
  1563.    .blog-read-more-v9 {
  1564.      font-size: 1rem;
  1565.      color: var(--topbar-color);
  1566.      text-decoration: none;
  1567.      transition: color 0.3s ease;
  1568.    }
  1569.    
  1570.    .blog-read-more-v9:hover {
  1571.      color: #2980b9 !important;
  1572.    }
  1573.    
  1574.    /* Responsive Design */
  1575.    @media (max-width: 768px) {
  1576.      .section-title-v9 {
  1577.        font-size: 2.5rem;
  1578.      }
  1579.    
  1580.      .blog-card-v9 {
  1581.        margin-bottom: 20px;
  1582.      }
  1583.    
  1584.      .blog-meta-v9 {
  1585.        font-size: 0.8rem;
  1586.      }
  1587.    
  1588.      .blog-image-container-v9 {
  1589.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1590.      }
  1591.    }
  1592.  </style>
  1593.  
  1594.  <section class="blog-highlights-v9 mt-5">
  1595.    <div class="container-fluid fluid-container">
  1596.      <!-- Section Header -->
  1597.      <div class="row justify-content-center">
  1598.        <div class="col-12 col-lg-10">
  1599.          <div class="section-header-v9">
  1600.            <h2 class="section-title-v9 mb-0">
  1601.                Today's Top Highlights
  1602.                   </h2>
  1603.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1604.          </div>
  1605.        </div>
  1606.      </div>
  1607.  
  1608.      <!-- Blog Grid -->
  1609.      <div class="row ">
  1610.        <div class="col-lg-8">
  1611.          <div class="row d-flex justify-content-center">
  1612.            
  1613.            
  1614.  
  1615.          </div>
  1616.        </div>
  1617.  
  1618.       <div class="col col-lg-4 col-12">
  1619.                
  1620.  
  1621.  
  1622.  
  1623.    
  1624.  
  1625. <!-- Curved Heading Sidebar -->
  1626.    <div class="sidebar">
  1627.        
  1628.  
  1629.       <!-- <div class="sidebar-widget mb-5">
  1630.            <div class="widget-title-wrapper mb-3">
  1631.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1632.                    <div class="title-border"></div>
  1633.                    <i class="ti-folder me-2"></i>Blog Archives
  1634.                </h4>
  1635.            </div>
  1636.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  1637.                <div class="archives-list">
  1638.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1639.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1640.                            <i class="ti-angle-right me-2 text-primary"></i>
  1641.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  1642.                        </a>
  1643.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  1644.                    </div>
  1645.  
  1646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1647.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1648.                            <i class="ti-angle-right me-2 text-primary"></i>
  1649.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  1650.                        </a>
  1651.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  1652.                    </div>
  1653.  
  1654.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1655.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1656.                            <i class="ti-angle-right me-2 text-primary"></i>
  1657.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  1658.                        </a>
  1659.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  1660.                    </div>
  1661.  
  1662.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1663.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1664.                            <i class="ti-angle-right me-2 text-primary"></i>
  1665.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  1666.                        </a>
  1667.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  1668.                    </div>
  1669.  
  1670.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1671.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1672.                            <i class="ti-angle-right me-2 text-primary"></i>
  1673.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  1674.                        </a>
  1675.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  1676.                    </div>
  1677.  
  1678.                    <div class="archive-item d-flex justify-content-between align-items-center">
  1679.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1680.                            <i class="ti-angle-right me-2 text-primary"></i>
  1681.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  1682.                        </a>
  1683.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  1684.                    </div>
  1685.                </div>
  1686.                
  1687.                <div class="text-center mt-4 pt-3 border-top border-color">
  1688.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1689.                        <i class="ti-archive me-1"></i>View All Archives
  1690.                    </a>
  1691.                </div>
  1692.            </div>
  1693.        </div> -->
  1694.  
  1695.        <div class="sidebar-widget mb-4">
  1696.            <div class="widget-title-wrapper mb-3">
  1697.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1698.                    <div class="title-border-primary"></div>
  1699.                    <i class="ti-star me-2"></i>Popular Posts
  1700.                </h4>
  1701.            </div>
  1702.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  1703.                <div class="popular-post-list">
  1704.                    
  1705.  
  1706.                </div>
  1707.                
  1708.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  1709.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  1710.                        <i class="ti-trophy me-1"></i>View All Popular
  1711.                    </a>
  1712.                </div> -->
  1713.            </div>
  1714.        </div>
  1715.  
  1716. </div>
  1717.  
  1718. <style>
  1719.     .widget-content {
  1720.        margin-top: -1px;
  1721.        position: relative;
  1722.        z-index: 1;
  1723.         background-color: var(--card-bg);
  1724.    }
  1725. </style>
  1726.  
  1727.    
  1728.            </div>
  1729.      </div>
  1730.    </div>
  1731.  </section>
  1732.  
  1733.  <script>
  1734.    // Intersection Observer for Fade-in Effect
  1735.    document.addEventListener('DOMContentLoaded', function () {
  1736.      const observerOptions = {
  1737.        threshold: 0.2,
  1738.        rootMargin: '0px 0px -50px 0px'
  1739.      }
  1740.    
  1741.      const observer = new IntersectionObserver(function (entries, observer) {
  1742.        entries.forEach((entry) => {
  1743.          if (entry.isIntersecting) {
  1744.            entry.target.classList.add('fade-in')
  1745.            observer.unobserve(entry.target)
  1746.          }
  1747.        })
  1748.      }, observerOptions)
  1749.    
  1750.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  1751.        observer.observe(card)
  1752.      })
  1753.    })
  1754.  </script>
  1755.  
  1756.  
  1757.    
  1758.        
  1759.        <!-- end wpo-blog-highlights-section -->
  1760.        <!-- start wpo-blog-sponsored-section -->
  1761.        
  1762.  
  1763.  
  1764.  
  1765.    
  1766.  
  1767.  
  1768.  
  1769.    
  1770.        <!-- end wpo-blog-sponsored-section -->
  1771.        <!-- start wpo-subscribe-section -->
  1772.        
  1773.        <!-- end subscribe-section -->
  1774.        <!-- start of wpo-site-footer-section -->
  1775.        
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782. <!-- Footer V4 - Modern Corporate Design -->
  1783. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  1784.  
  1785.    <div class="container-fluid fluid-container">
  1786.        
  1787.        <!-- Content Sections -->
  1788.        <div class="content-sections">
  1789.            <div class="row g-5">
  1790.                
  1791.                <!-- Brand Column -->
  1792.                <div class="col-lg-4 col-md-12">
  1793.                    <div class="brand-section">
  1794.                        <div class="brand-header">
  1795.                            
  1796.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0757aa9a-f8e2-4b5f-99a2-cd8bef17cbfc_logo.png" alt="889993571.xyz Blog" class="brand-logo" loading="lazy">
  1797.                            
  1798.                            <div class="brand-text">
  1799.                                <h3 class="brand-name">889993571.xyz Blog</h3>
  1800.                                <span class="brand-type">Digital Publication</span>
  1801.                            </div>
  1802.                        </div>
  1803.                        <p class="brand-description  text-lg-start ">
  1804.                            A blog covering the latest in technology, digital tools, and lifestyle tips to help you stay ahead in the modern world with practical insights.
  1805.                        </p>
  1806.                    </div>
  1807.                </div>
  1808.  
  1809.                <!-- Quick Links Column -->
  1810.               <div class="col-lg-4 col-md-6">
  1811.                    <div class="links-section">
  1812.                        <div class="section-title">
  1813.                            <h4 class="title-text">Resources</h4>
  1814.                            <div class="title-decoration"></div>
  1815.                        </div>
  1816.                        <div class="links-container">
  1817.                          
  1818. <div class="link-group">
  1819.    <ul class="link-list" id="externalLinks">
  1820.        
  1821.  
  1822.    
  1823.        
  1824.        
  1825.        
  1826.    </ul>
  1827. </div>
  1828.  
  1829.                        </div>
  1830.                    </div>
  1831.                </div>
  1832.  
  1833.                <!-- Categories Column -->
  1834.                <div class="col-lg-4 col-md-6">
  1835.                    <div class="categories-section">
  1836.                        <div class="section-title">
  1837.                            <h4 class="title-text">Explore Topics</h4>
  1838.                            <div class="title-decoration"></div>
  1839.                        </div>
  1840.                        <div class="categories-container">
  1841.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  1842.                            <div class="categories-cloud">
  1843.                                
  1844.                                <a href="/category/all-posts/" class="category-pill">
  1845.                                    All Posts
  1846.                                </a>
  1847.                                
  1848.                                <a href="/category/business/" class="category-pill">
  1849.                                    Business
  1850.                                </a>
  1851.                                
  1852.                                <a href="/category/esports/" class="category-pill">
  1853.                                    Esports
  1854.                                </a>
  1855.                                
  1856.                                <a href="/category/fashion/" class="category-pill">
  1857.                                    Fashion
  1858.                                </a>
  1859.                                
  1860.                                <a href="/category/featured/" class="category-pill">
  1861.                                    Featured
  1862.                                </a>
  1863.                                
  1864.                                <a href="/category/gaming/" class="category-pill">
  1865.                                    Gaming
  1866.                                </a>
  1867.                                
  1868.                                <a href="/category/health/" class="category-pill">
  1869.                                    Health
  1870.                                </a>
  1871.                                
  1872.                                <a href="/category/life-fitness/" class="category-pill">
  1873.                                    Life &amp; Fitness
  1874.                                </a>
  1875.                                
  1876.                            </div>
  1877.                        </div>
  1878.                    </div>
  1879.                </div>
  1880.  
  1881.            </div>
  1882.        </div>
  1883.  
  1884.        <!-- Footer Bottom -->
  1885.        <div class="footer-bottom">
  1886.            <div class="bottom-border"></div>
  1887.            <div class=" d-flex justify-content-between flex-wrap">
  1888.                <div>
  1889.                    <div class="copyright-info">
  1890.                        <p class="copyright-main">
  1891.                            Â© 2026 <span class="brand-highlight">889993571.xyz Blog</span>. All rights reserved.
  1892.                        </p>
  1893.                        <p class="copyright-sub">
  1894.                            Thoughtfully crafted content for curious minds worldwide.
  1895.                        </p>
  1896.                    </div>
  1897.                </div>
  1898.                <div>
  1899.                    <div class="footer-actions">
  1900.                        <div class="action-links">
  1901.                            <a href="/page/write-for-us/" class="action-link">
  1902.                                <i class="bi bi-shield-check"></i>
  1903.                                <span>Write For Us</span>
  1904.                            </a>
  1905.                            <a href="/page/terms-and-conditions/" class="action-link">
  1906.                                <i class="bi bi-shield-check"></i>
  1907.                                <span>Terms & Conditions</span>
  1908.                            </a>
  1909.                            <a href="/sitemap.xml" class="action-link">
  1910.                                <i class="bi bi-diagram-3"></i>
  1911.                                <span>Sitemap</span>
  1912.                            </a>
  1913.                        </div>
  1914.  
  1915.                    </div>
  1916.                </div>
  1917.            </div>
  1918.        </div>
  1919.  
  1920.    </div>
  1921.  
  1922.    
  1923.  
  1924. </footer>
  1925.  
  1926.  
  1927. <style>
  1928. /* Footer V4 - Modern Corporate Design */
  1929. .wpo-site-footer-v4 {
  1930.    color: var(--footer-color);
  1931.    margin-top: 100px;
  1932. }
  1933.  
  1934.  
  1935. .accent-line {
  1936.    position: absolute;
  1937.    top: 0;
  1938.    height: 100%;
  1939.    width: 33.333%;
  1940.    opacity: 0.8;
  1941. }
  1942.  
  1943. .accent-1 {
  1944.    left: 0;
  1945.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  1946.    animation: slideRight 3s ease-in-out infinite;
  1947. }
  1948.  
  1949. .accent-2 {
  1950.    left: 33.333%;
  1951.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  1952.    animation: slideRight 3s ease-in-out infinite 1s;
  1953. }
  1954.  
  1955. .accent-3 {
  1956.    left: 66.666%;
  1957.    background: linear-gradient(90deg, #10b981, #059669);
  1958.    animation: slideRight 3s ease-in-out infinite 2s;
  1959. }
  1960.  
  1961. @keyframes slideRight {
  1962.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  1963.    50% { transform: translateX(10px); opacity: 1; }
  1964. }
  1965.  
  1966. /* Content Sections */
  1967. .content-sections {
  1968.    padding: 60px 0;
  1969.    position: relative;
  1970.    z-index: 2;
  1971. }
  1972.  
  1973. /* Brand Section */
  1974. .brand-section {
  1975.    padding-right: 2rem;
  1976. }
  1977.  
  1978. .brand-header {
  1979.    display: flex;
  1980.    align-items: center;
  1981.    margin-bottom: 2rem;
  1982.    gap: 1rem;
  1983. }
  1984.  
  1985. .brand-logo {
  1986.    height: 50px;
  1987.    width: auto;
  1988.    border-radius: 8px;
  1989. }
  1990.  
  1991. .brand-name {
  1992.    font-size: 1.5rem;
  1993.    font-weight: 800;
  1994.    color: var(--footer-color) !important;
  1995.    margin: 0;
  1996. }
  1997.  
  1998. .brand-type {
  1999.    color: var(--footer-color) !important;
  2000.    opacity: 0.8;
  2001.    font-size: 0.85rem;
  2002.    font-weight: 500;
  2003.    text-transform: uppercase;
  2004.    letter-spacing: 0.5px;
  2005. }
  2006.  
  2007. .brand-description {
  2008.    color: var(--footer-color) !important;
  2009.    line-height: 1.7;
  2010.    margin-bottom: 2rem;
  2011.    font-size: 0.95rem;
  2012. }
  2013.  
  2014. .brand-stats {
  2015.    display: flex;
  2016.    align-items: center;
  2017.    gap: 1.5rem;
  2018. }
  2019.  
  2020. .stat-item {
  2021.    text-align: center;
  2022. }
  2023.  
  2024. .stat-number {
  2025.    font-size: 1.5rem;
  2026.    font-weight: 800;
  2027.    color: #3b82f6;
  2028.    display: block;
  2029.    line-height: 1;
  2030. }
  2031.  
  2032. .stat-label {
  2033.    font-size: 0.8rem;
  2034.    color: #94a3b8;
  2035.    margin-top: 0.25rem;
  2036. }
  2037.  
  2038. .stat-divider {
  2039.    width: 1px;
  2040.    height: 40px;
  2041.    background: rgba(255, 255, 255, 0.2);
  2042. }
  2043.  
  2044. /* Links Section */
  2045. .links-section {
  2046.    padding-left: 1rem;
  2047.    padding-right: 1rem;
  2048. }
  2049.  
  2050. .section-title {
  2051.    margin-bottom: 2rem;
  2052.    position: relative;
  2053. }
  2054.  
  2055. .title-text {
  2056.    font-size: 1.3rem;
  2057.    font-weight: 700;
  2058.    color: var(--footer-color) !important;
  2059.    margin-bottom: 0.5rem;
  2060.    text-align: justify !important;
  2061. }
  2062.  
  2063.  
  2064. .link-group {
  2065.    margin-bottom: 2rem;
  2066. }
  2067.  
  2068. .group-title {
  2069.    font-size: 1rem;
  2070.    font-weight: 600;
  2071.    color: #f1f5f9;
  2072.    margin-bottom: 1rem;
  2073.    padding-bottom: 0.5rem;
  2074.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  2075. }
  2076.  
  2077. .link-list {
  2078.    list-style: none;
  2079.    padding: 0;
  2080.    margin: 0;
  2081. }
  2082.  
  2083. .link-item {
  2084.    margin-bottom: 0.75rem;
  2085. }
  2086.  
  2087. .link-text {
  2088.    color: var(--footer-color) !important;
  2089.    text-decoration: none;
  2090.    font-size: 0.9rem;
  2091.    display: flex;
  2092.    align-items: center;
  2093.    transition: all 0.3s ease;
  2094.    padding: 0.25rem 0;
  2095. }
  2096.  
  2097. .link-text:hover {
  2098.    color: #3b82f6;
  2099.    padding-left: 0.5rem;
  2100. }
  2101.  
  2102. .link-icon {
  2103.    margin-right: 0.5rem;
  2104.    opacity: 0;
  2105.    transition: opacity 0.3s ease;
  2106. }
  2107.  
  2108. .link-text:hover .link-icon {
  2109.    opacity: 1;
  2110. }
  2111.  
  2112. .external-icon {
  2113.    color: #10b981;
  2114. }
  2115.  
  2116. /* Categories Section */
  2117. .categories-section {
  2118.    padding-left: 1rem;
  2119. }
  2120.  
  2121. .categories-intro {
  2122.    color: #cbd5e1;
  2123.    margin-bottom: 1.5rem;
  2124.    font-size: 0.9rem;
  2125. }
  2126.  
  2127. .categories-cloud {
  2128.    display: flex;
  2129.    flex-wrap: wrap;
  2130.    gap: 0.75rem;
  2131. }
  2132.  
  2133. .category-pill {
  2134.    display: inline-block;
  2135.    padding: 0.5rem 1rem;
  2136.    background: rgba(255, 255, 255, 0.1);
  2137.    border: 1px solid rgba(255, 255, 255, 0.2);
  2138.    border-radius: 20px;
  2139.    color:  var(--footer-color) !important;
  2140.    text-decoration: none;
  2141.    font-size: 0.85rem;
  2142.    opacity: 0.7;
  2143.    font-weight: 500;
  2144.    transition: all 0.3s ease;
  2145. }
  2146.  
  2147. .category-pill:hover {
  2148.    background: #3b82f6;
  2149.    border-color: #3b82f6;
  2150.    color: var(--footer-color) !important;
  2151.    opacity: 1;
  2152.    transform: translateY(-1px);
  2153.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  2154. }
  2155.  
  2156. /* Footer Bottom */
  2157. .footer-bottom {
  2158.    padding: 2rem 0;
  2159.    position: relative;
  2160.    z-index: 2;
  2161. }
  2162.  
  2163. .bottom-border {
  2164.    height: 1px;
  2165.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2166.    margin-bottom: 2rem;
  2167. }
  2168.  
  2169. .copyright-main {
  2170.    font-size: 1rem;
  2171.    color: #e2e8f0;
  2172.    margin-bottom: 0.25rem;
  2173. }
  2174.  
  2175. .brand-highlight {
  2176.    color: var(--footer-color);
  2177.    font-weight: 700;
  2178. }
  2179.  
  2180. .copyright-sub {
  2181.    font-size: 0.85rem;
  2182.    color: #94a3b8;
  2183.    margin: 0;
  2184. }
  2185.  
  2186. .footer-actions {
  2187.    display: flex;
  2188.    align-items: center;
  2189.    gap: 2rem;
  2190. }
  2191.  
  2192. .action-links {
  2193.    display: flex;
  2194.    gap: 1.5rem;
  2195. }
  2196.  
  2197. .action-link {
  2198.    display: flex;
  2199.    align-items: center;
  2200.    gap: 0.5rem;
  2201.    color: #cbd5e1;
  2202.    text-decoration: none;
  2203.    font-size: 0.9rem;
  2204.    transition: color 0.3s ease;
  2205. }
  2206.  
  2207. .action-link:hover {
  2208.    color: #3b82f6;
  2209. }
  2210.  
  2211. .scroll-to-top-btn {
  2212.    background: rgba(255, 255, 255, 0.1);
  2213.    border: 1px solid rgba(255, 255, 255, 0.2);
  2214.    color: #cbd5e1;
  2215.    width: 44px;
  2216.    height: 44px;
  2217.    border-radius: 12px;
  2218.    cursor: pointer;
  2219.    transition: all 0.3s ease;
  2220.    display: flex;
  2221.    align-items: center;
  2222.    justify-content: center;
  2223. }
  2224.  
  2225. .scroll-to-top-btn:hover {
  2226.    background: #3b82f6;
  2227.    border-color: #3b82f6;
  2228.    color: white;
  2229.    transform: translateY(-2px);
  2230. }
  2231.  
  2232. /* Background Pattern */
  2233. .footer-pattern {
  2234.    position: absolute;
  2235.    top: 0;
  2236.    left: 0;
  2237.    width: 100%;
  2238.    height: 100%;
  2239.    z-index: 1;
  2240.    overflow: hidden;
  2241. }
  2242.  
  2243. .pattern-grid {
  2244.    position: relative;
  2245.    width: 100%;
  2246.    height: 100%;
  2247. }
  2248.  
  2249. .pattern-dot {
  2250.    position: absolute;
  2251.    width: 2px;
  2252.    height: 2px;
  2253.    background: rgba(255, 255, 255, 0.1);
  2254.    border-radius: 50%;
  2255. }
  2256.  
  2257. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  2258. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  2259. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  2260. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  2261. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  2262. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  2263.  
  2264. /* Responsive Design */
  2265. @media (max-width: 992px) {
  2266.    .newsletter-heading {
  2267.        font-size: 2rem;
  2268.    }
  2269.    
  2270.    .brand-section {
  2271.        padding-right: 0;
  2272.        margin-bottom: 3rem;
  2273.    }
  2274.    
  2275.    .links-section, .categories-section {
  2276.        padding-left: 0;
  2277.        padding-right: 0;
  2278.    }
  2279.    
  2280.    .brand-stats {
  2281.        justify-content: center;
  2282.        margin-top: 2rem;
  2283.    }
  2284. }
  2285.  
  2286. @media (max-width: 768px) {
  2287.    .newsletter-section {
  2288.        padding: 60px 0 40px;
  2289.    }
  2290.    
  2291.    .newsletter-container {
  2292.        padding: 2rem 1.5rem;
  2293.        margin: 0 1rem;
  2294.    }
  2295.    
  2296.    .newsletter-heading {
  2297.        font-size: 1.75rem;
  2298.    }
  2299.    
  2300.    .content-sections {
  2301.        padding: 40px 0;
  2302.    }
  2303.    
  2304.    .brand-header {
  2305.        flex-direction: column;
  2306.        text-align: center;
  2307.    }
  2308.    
  2309.    .footer-actions {
  2310.        flex-direction: column;
  2311.        gap: 1rem;
  2312.        margin-top: 1.5rem;
  2313.    }
  2314.    
  2315.    .action-links {
  2316.        order: 2;
  2317.    }
  2318.    
  2319.    .scroll-to-top-btn {
  2320.        order: 1;
  2321.    }
  2322. }
  2323.  
  2324. @media (max-width: 576px) {
  2325.    .newsletter-container {
  2326.        padding: 1.5rem 1rem;
  2327.    }
  2328.    
  2329.    .newsletter-heading {
  2330.        font-size: 1.5rem;
  2331.    }
  2332.    
  2333.    .brand-stats {
  2334.        flex-direction: column;
  2335.        gap: 1rem;
  2336.    }
  2337.    
  2338.    .stat-divider {
  2339.        width: 40px;
  2340.        height: 1px;
  2341.    }
  2342.    
  2343.    .action-links {
  2344.        flex-direction: column;
  2345.        gap: 0.75rem;
  2346.        text-align: center;
  2347.    }
  2348.    
  2349.    .pattern-dot {
  2350.        display: none;
  2351.    }
  2352. }
  2353. </style>
  2354.  
  2355. <!-- Bootstrap 5 JS -->
  2356.  
  2357. <script>
  2358. // Scroll to Top Function
  2359. document.addEventListener('DOMContentLoaded', function () {
  2360.    var btn = document.getElementById('toggleExternal');
  2361.    if (!btn) return; // No extra items, no button
  2362.  
  2363.    var extras = document.querySelectorAll('#externalLinks li.extra');
  2364.  
  2365.    btn.addEventListener('click', function () {
  2366.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2367.            return li.classList.contains('d-none');
  2368.        });
  2369.  
  2370.        extras.forEach(function (li) {
  2371.            if (anyHidden) {
  2372.                li.classList.remove('d-none');
  2373.                li.classList.add('show');
  2374.            } else {
  2375.                li.classList.add('d-none');
  2376.                li.classList.remove('show');
  2377.            }
  2378.        });
  2379.  
  2380.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2381.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2382.    });
  2383. });
  2384. function scrollToTop() {
  2385.    window.scrollTo({
  2386.        top: 0,
  2387.        behavior: 'smooth'
  2388.    });
  2389. }
  2390.  
  2391. // Initialize Footer V4 Features
  2392. document.addEventListener('DOMContentLoaded', function() {
  2393.    
  2394.    // Newsletter Form Handling
  2395.    const newsletterForm = document.querySelector('.newsletter-form');
  2396.    const emailInput = document.querySelector('.form-input');
  2397.    const submitButton = document.querySelector('.submit-button');
  2398.    const successMessage = document.querySelector('.success-message');
  2399.    const errorMessage = document.querySelector('.error-message');
  2400.    const infoMessage = document.querySelector('.info-message');
  2401.    
  2402.    if (newsletterForm && emailInput && submitButton) {
  2403.        
  2404.        // Form submission
  2405.        newsletterForm.addEventListener('submit', function(e) {
  2406.            e.preventDefault();
  2407.            
  2408.            const email = emailInput.value.trim();
  2409.            
  2410.            // Validate email
  2411.            if (!email || !isValidEmail(email)) {
  2412.                showMessage('error');
  2413.                emailInput.focus();
  2414.                return;
  2415.            }
  2416.            
  2417.            // Show loading state
  2418.            const originalText = submitButton.querySelector('.button-text').textContent;
  2419.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  2420.            
  2421.            submitButton.disabled = true;
  2422.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  2423.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  2424.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  2425.            
  2426.            // Simulate API call
  2427.            setTimeout(() => {
  2428.                // Success state
  2429.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  2430.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  2431.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  2432.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  2433.                
  2434.                showMessage('success');
  2435.                
  2436.                // Reset after delay
  2437.                setTimeout(() => {
  2438.                    submitButton.querySelector('.button-text').textContent = originalText;
  2439.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  2440.                    submitButton.style.background = '';
  2441.                    submitButton.disabled = false;
  2442.                    emailInput.value = '';
  2443.                    showMessage('info');
  2444.                }, 3000);
  2445.                
  2446.            }, 2000);
  2447.        });
  2448.        
  2449.        // Input validation
  2450.        emailInput.addEventListener('blur', function() {
  2451.            const email = this.value.trim();
  2452.            if (email && !isValidEmail(email)) {
  2453.                this.style.borderColor = '#ef4444';
  2454.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  2455.            } else if (email && isValidEmail(email)) {
  2456.                this.style.borderColor = '#10b981';
  2457.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  2458.            }
  2459.        });
  2460.        
  2461.        emailInput.addEventListener('focus', function() {
  2462.            this.style.borderColor = '#3b82f6';
  2463.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  2464.        });
  2465.        
  2466.        // Reset validation styling on input
  2467.        emailInput.addEventListener('input', function() {
  2468.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  2469.                this.style.borderColor = '';
  2470.                this.style.boxShadow = '';
  2471.            }
  2472.        });
  2473.    }
  2474.    
  2475.    // Email validation function
  2476.    function isValidEmail(email) {
  2477.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  2478.        return emailRegex.test(email);
  2479.    }
  2480.    
  2481.    // Message display function
  2482.    function showMessage(type) {
  2483.        // Hide all messages
  2484.        successMessage.style.display = 'none';
  2485.        errorMessage.style.display = 'none';
  2486.        infoMessage.style.display = 'none';
  2487.        
  2488.        // Show specific message
  2489.        if (type === 'success') {
  2490.            successMessage.style.display = 'block';
  2491.        } else if (type === 'error') {
  2492.            errorMessage.style.display = 'block';
  2493.        } else if (type === 'info') {
  2494.            infoMessage.style.display = 'block';
  2495.        }
  2496.    }
  2497.    
  2498.    // Smooth reveal animations
  2499.    const observerOptions = {
  2500.        threshold: 0.1,
  2501.        rootMargin: '0px 0px -30px 0px'
  2502.    };
  2503.    
  2504.    const sectionObserver = new IntersectionObserver((entries) => {
  2505.        entries.forEach(entry => {
  2506.            if (entry.isIntersecting) {
  2507.                entry.target.style.opacity = '1';
  2508.                entry.target.style.transform = 'translateY(0)';
  2509.            }
  2510.        });
  2511.    }, observerOptions);
  2512.    
  2513.    // Animate sections
  2514.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  2515.        section.style.opacity = '0';
  2516.        section.style.transform = 'translateY(20px)';
  2517.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  2518.        sectionObserver.observe(section);
  2519.    });
  2520.    
  2521.    // Animate category pills
  2522.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  2523.        pill.style.opacity = '0';
  2524.        pill.style.transform = 'translateY(10px)';
  2525.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  2526.        
  2527.        setTimeout(() => {
  2528.            pill.style.opacity = '1';
  2529.            pill.style.transform = 'translateY(0)';
  2530.        }, 300 + (index * 100));
  2531.    });
  2532.    
  2533.    // Enhanced link hover effects
  2534.    document.querySelectorAll('.link-text').forEach(link => {
  2535.        link.addEventListener('mouseenter', function() {
  2536.            const icon = this.querySelector('.link-icon');
  2537.            if (icon) {
  2538.                icon.style.transform = 'translateX(4px)';
  2539.            }
  2540.        });
  2541.        
  2542.        link.addEventListener('mouseleave', function() {
  2543.            const icon = this.querySelector('.link-icon');
  2544.            if (icon) {
  2545.                icon.style.transform = 'translateX(0)';
  2546.            }
  2547.        });
  2548.    });
  2549.    
  2550.    // Prevent default for demo links
  2551.    document.querySelectorAll('a[href="#"]').forEach(link => {
  2552.        link.addEventListener('click', function(e) {
  2553.            e.preventDefault();
  2554.        });
  2555.    });
  2556.    
  2557.    // Add ripple effect to submit button
  2558.    submitButton.addEventListener('click', function(e) {
  2559.        const ripple = document.createElement('span');
  2560.        const rect = this.getBoundingClientRect();
  2561.        const size = Math.max(rect.width, rect.height);
  2562.        const x = e.clientX - rect.left - size / 2;
  2563.        const y = e.clientY - rect.top - size / 2;
  2564.        
  2565.        ripple.style.cssText = `
  2566.            position: absolute;
  2567.            width: ${size}px;
  2568.            height: ${size}px;
  2569.            left: ${x}px;
  2570.            top: ${y}px;
  2571.            background: rgba(255, 255, 255, 0.3);
  2572.            border-radius: 50%;
  2573.            transform: scale(0);
  2574.            animation: ripple 0.6s ease-out;
  2575.            pointer-events: none;
  2576.        `;
  2577.        
  2578.        this.appendChild(ripple);
  2579.        
  2580.        setTimeout(() => {
  2581.            ripple.remove();
  2582.        }, 600);
  2583.    });
  2584.    
  2585. });
  2586.  
  2587. // Add CSS for ripple animation
  2588. const rippleStyle = document.createElement('style');
  2589. rippleStyle.textContent = `
  2590.    @keyframes ripple {
  2591.        to {
  2592.            transform: scale(2);
  2593.            opacity: 0;
  2594.        }
  2595.    }
  2596.    
  2597.    @keyframes spin {
  2598.        from { transform: rotate(0deg); }
  2599.        to { transform: rotate(360deg); }
  2600.    }
  2601.    
  2602.    .submit-button {
  2603.        position: relative;
  2604.        overflow: hidden;
  2605.    }
  2606. `;
  2607. document.head.appendChild(rippleStyle);
  2608. </script>
  2609.  
  2610.        <!-- end of wpo-site-footer-section -->
  2611.    </div>
  2612.    <!-- end of page-wrapper -->
  2613.  
  2614.    <!-- All JavaScript files
  2615.    ================================================== -->
  2616.    
  2617.  
  2618. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2619. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2620. <!-- Plugins for this template -->
  2621. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2622. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2623. <!-- Custom script for this template -->
  2624. <script src="/static/blogapp/assets/js/script.js"></script>
  2625.  
  2626. <script>
  2627. (function () {
  2628. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2629. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2630.  
  2631. function applyFallback(img) {
  2632. if (!img || img.dataset.fallbackApplied === "1") {
  2633. return;
  2634. }
  2635. var failedSrc = img.currentSrc || img.src || "";
  2636. img.dataset.fallbackApplied = "1";
  2637. img.onerror = null;
  2638. img.src = fallbackImageSrc;
  2639. console.warn("[ImageFallback] Replaced broken image:", {
  2640. failedSrc: failedSrc,
  2641. fallbackSrc: fallbackImageSrc,
  2642. alt: img.alt || "",
  2643. });
  2644. }
  2645.  
  2646. document.querySelectorAll("img").forEach(function (img) {
  2647. if (img.complete && img.naturalWidth === 0) {
  2648. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2649. failedSrc: img.currentSrc || img.src || "",
  2650. alt: img.alt || "",
  2651. });
  2652. applyFallback(img);
  2653. }
  2654. });
  2655.  
  2656. document.addEventListener(
  2657. "error",
  2658. function (event) {
  2659. var target = event.target;
  2660. if (target && target.tagName === "IMG") {
  2661. applyFallback(target);
  2662. }
  2663. },
  2664. true
  2665. );
  2666. })();
  2667. </script>
  2668.  
  2669. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2670.  
  2671.  
  2672.  
  2673. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"ae58362266bf44069a7ab93ef16de1cc","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2674. </body>
  2675.  
  2676. </html>
  2677.  
  2678.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda