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

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