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

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