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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="futura">
  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_93_DXNyqqE_odbtx2u_IH070jR_MeiFKn8.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends Blog | Latest Tech News &amp; Reviews</title>
  17.    <meta name="description" content="Explore the latest technology insights, digital trends, and expert reviews on gadgets, software, and innovations. Stay updated with practical tech advice.">
  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://889993494.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #a16207;
  42.        --bs-primary-rgb: a16207;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #16a34a;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #2563eb;
  48.        --bs-light: #fef7ed;
  49.        --bs-dark: #451a03;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #a16207;
  53.        --theme-primary-color-s2: #a16207;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #292524;
  57.        --text-light-color: #676767;
  58.        --heading-color: #292524;
  59.        --border-color: #fed7aa;
  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: #fef3c7;
  75.        --navbar-color: #451a03;
  76.        --topbar-bg: #fef7ed;
  77.        --topbar-color: #451a03;
  78.        --footer-bg: #451a03;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 16px;
  83.        --link-color: #a16207;
  84.        --link-hover: #92400e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(161, 98, 7, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-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-warm">
  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. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  414.  <div class="container-fluid fluid-container  ">
  415.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  416.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  417.        <!-- Mobile Brand & Search -->
  418.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  419.          
  420.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0ad093de-03b1-463b-9d80-66568224849b_logo.png" alt="TechPulse Blog" />
  421.          
  422.        </a>
  423.        <div class="flex-grow-1 d-xl-none d-flex">
  424.          <form class="search-wrapper-v1">
  425.            <input type="search" class="form-control search-input-v1" id="search-input"
  426.              placeholder="Search articles..." aria-label="Search content" />
  427.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  428.              <circle cx="11" cy="11" r="8"></circle>
  429.              <path d="m21 21-4.35-4.35"></path>
  430.            </svg>
  431.          </form>
  432.          <!-- The search results will be displayed here -->
  433.          <div id="search-results" class="search-results-container"></div>
  434.        </div>
  435.  
  436.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  437.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  438.          aria-label="Toggle navigation">
  439.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  440.            <line x1="3" y1="6" x2="21" y2="6"></line>
  441.            <line x1="3" y1="12" x2="21" y2="12"></line>
  442.            <line x1="3" y1="18" x2="21" y2="18"></line>
  443.          </svg>
  444.        </button>
  445.  
  446.        <!-- Desktop Layout -->
  447.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  448.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0ad093de-03b1-463b-9d80-66568224849b_logo.png" alt="" />
  449.        </a>
  450.  
  451.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  452.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  453.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  454.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  455.              <circle cx="11" cy="11" r="8"></circle>
  456.              <path d="m21 21-4.35-4.35"></path>
  457.            </svg>
  458.          </form>
  459.           <!-- The search results will be displayed here -->
  460.          <div id="search-results1" class="search-results-container search-v1"></div>
  461.        </div>
  462.        <!-- Navigation Menu -->
  463.      </div>
  464.      <div class="collapse justify-content-end" id="navCollapse-v1">
  465.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  466.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  467.            <div class="d-xl-flex align-items-center gap-2">
  468.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  469.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  470.                <span>More</span>
  471.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  472.                  <circle cx="12" cy="12" r="1"></circle>
  473.                  <circle cx="19" cy="12" r="1"></circle>
  474.                  <circle cx="5" cy="12" r="1"></circle>
  475.                </svg>
  476.              </button>
  477.            </div>
  478.          </li> -->
  479.          <li class="nav-item mb-3">
  480.            <a class="navlink-v1" href="/">
  481.              Home
  482.            </a>
  483.          </li>
  484.          
  485.           <li class="nav-item mb-3">
  486.            <a class="navlink-v1" href="/category/all-posts/">
  487.              All Posts
  488.            </a>
  489.            </li>
  490.            
  491.  
  492.                
  493.                
  494.            
  495.           <li class="nav-item mb-3">
  496.            <a class="navlink-v1" href="/category/business/">
  497.              Business
  498.            </a>
  499.            </li>
  500.            
  501.  
  502.                
  503.                
  504.            
  505.           <li class="nav-item mb-3">
  506.            <a class="navlink-v1" href="/category/esports/">
  507.              Esports
  508.            </a>
  509.            </li>
  510.            
  511.  
  512.                
  513.                
  514.            
  515.           <li class="nav-item mb-3">
  516.            <a class="navlink-v1" href="/category/fashion/">
  517.              Fashion
  518.            </a>
  519.            </li>
  520.            
  521.  
  522.                
  523.                
  524.            
  525.           <li class="nav-item mb-3">
  526.            <a class="navlink-v1" href="/category/featured/">
  527.              Featured
  528.            </a>
  529.            </li>
  530.            
  531.  
  532.                
  533.                
  534.            
  535.          
  536.            <li class="nav-item mb-3 dropdown">
  537.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  538.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  539.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  540.                <li>
  541.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  542.                    Gaming
  543.                  </a>
  544.                </li>
  545.                
  546.  
  547.                
  548.                
  549.            
  550.          
  551.                <li>
  552.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  553.                    Health
  554.                  </a>
  555.                </li>
  556.                
  557.  
  558.                
  559.                
  560.            
  561.          
  562.                <li>
  563.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  564.                    Life &amp; Fitness
  565.                  </a>
  566.                </li>
  567.                
  568.  
  569.                
  570.                
  571.            
  572.          
  573.                <li>
  574.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  575.                    Lifestyle
  576.                  </a>
  577.                </li>
  578.                
  579.  
  580.                
  581.                
  582.            
  583.          
  584.                <li>
  585.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  586.                    News
  587.                  </a>
  588.                </li>
  589.                
  590.  
  591.                
  592.                
  593.            
  594.          
  595.                <li>
  596.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  597.                    Others
  598.                  </a>
  599.                </li>
  600.                
  601.  
  602.                
  603.                
  604.            
  605.          
  606.                <li>
  607.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  608.                    Politics
  609.                  </a>
  610.                </li>
  611.                
  612.  
  613.                
  614.                
  615.            
  616.          
  617.                <li>
  618.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  619.                    Sports
  620.                  </a>
  621.                </li>
  622.                
  623.  
  624.                
  625.                
  626.            
  627.          
  628.                <li>
  629.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  630.                    Tech
  631.                  </a>
  632.                </li>
  633.                
  634.  
  635.                
  636.                
  637.            
  638.          
  639.                <li>
  640.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  641.                    Travel
  642.                  </a>
  643.                </li>
  644.                
  645.  
  646.                
  647.                
  648.              </ul>
  649.            </li>
  650.            
  651.            
  652.            <li class="nav-item mb-3">
  653.              <a class="navlink-v1" href="/page/contact-us/">
  654.                Contact Us
  655.              </a>
  656.            </li>
  657.            <li class="nav-item d-xl-none mt-2">
  658.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  659.                data-bs-target="#sidebar-v1">
  660.                More Options
  661.              </button>
  662.            </li>
  663.        </ul>
  664.      </div>
  665.    </nav>
  666.  </div>
  667.  
  668. </header>
  669.  
  670. <!-- Sidebar -->
  671. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  672.  <div class="offcanvas-header border-bottom">
  673.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  674.      Latest Updates
  675.    </h5>
  676.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  677.  </div>
  678.  <div class="offcanvas-body p-3">
  679.    <div class="mb-4">
  680.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  681.      <div class="vstack gap-3">
  682.        <article class="post-card-v1 d-flex gap-3">
  683.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  684.          <div class="flex-grow-1">
  685.            <small class="text-muted">2 hours ago</small>
  686.            <h6 class="mb-1 lh-sm">
  687.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  688.            </h6>
  689.            <small class="text-muted">Technology</small>
  690.          </div>
  691.        </article>
  692.  
  693.        <article class="post-card-v1 d-flex gap-3">
  694.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  695.          <div class="flex-grow-1">
  696.            <small class="text-muted">5 hours ago</small>
  697.            <h6 class="mb-1 lh-sm">
  698.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  699.            </h6>
  700.            <small class="text-muted">Design</small>
  701.          </div>
  702.        </article>
  703.  
  704.        <article class="post-card-v1 d-flex gap-3">
  705.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  706.          <div class="flex-grow-1">
  707.            <small class="text-muted">1 day ago</small>
  708.            <h6 class="mb-1 lh-sm">
  709.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  710.            </h6>
  711.            <small class="text-muted">Lifestyle</small>
  712.          </div>
  713.        </article>
  714.      </div>
  715.    </div>
  716.  
  717.    <hr />
  718.  
  719.    <div class="contact-info-v1">
  720.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  721.      <div class="small text-muted lh-lg">
  722.        <div class="mb-2">
  723.          <strong>Location:</strong><br />
  724.          123 Innovation Street<br />
  725.          Tech District, CA 94105
  726.        </div>
  727.        <div class="mb-2">
  728.          <strong>Email:</strong><br />
  729.          <a href="/cdn-cgi/l/email-protection#92faf7fefefdd2f0e0f3fcf6bcf1fdff" class="text-decoration-none"><span class="__cf_email__" data-cfemail="f69e939a9a99b69484979892d895999b">[email&#160;protected]</span></a>
  730.        </div>
  731.        <div>
  732.          <strong>Phone:</strong><br />
  733.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  734.        </div>
  735.      </div>
  736.    </div>
  737.  </div>
  738. </div>
  739.  
  740. <!-- Custom CSS -->
  741. <style>
  742.  .navbar {
  743.    padding-inline: 20px;
  744.  }
  745.  
  746.  .nav-v1 {
  747.    backdrop-filter: blur(12px);
  748.  }
  749.  
  750.  .brand-v1 img {
  751.    height: 32px;
  752.    transition: transform 0.3s ease;
  753.  }
  754.  
  755.  .brand-v1:hover img {
  756.    transform: scale(1.05);
  757.  }
  758.  
  759.  .search-wrapper-v1 {
  760.    max-width: 600px;
  761.    position: relative;
  762.  }
  763.  
  764.  .search-input-v1 {
  765.    padding: 10px 16px 10px 42px;
  766.    border: 1px solid #e2e8f0;
  767.    border-radius: 24px;
  768.    font-size: 14px;
  769.    transition: all 0.3s ease;
  770.    background: white;
  771.    width: 100%;
  772.    max-width: 400px;
  773.  }
  774.  
  775.  .search-input-v1:focus {
  776.    border-color: #2563eb;
  777.    outline: none;
  778.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  779.    transform: translateY(-1px);
  780.  }
  781.  
  782.  .search-icon-v1 {
  783.    position: absolute;
  784.    left: 14px;
  785.    top: 50%;
  786.    transform: translateY(-50%);
  787.    color: #64748b;
  788.    width: 16px;
  789.    height: 16px;
  790.  }
  791.  
  792.  .navlink-v1 {
  793.    color: #374151;
  794.    font-weight: 500;
  795.    font-size: 15px;
  796.    padding: 8px 16px;
  797.    border-radius: 12px;
  798.    transition: all 0.2s ease;
  799.    text-decoration: none;
  800.    position: relative;
  801.  }
  802.  
  803.  .navlink-v1:hover {
  804.    background: rgba(37, 99, 235, 0.1);
  805.    color: #2563eb;
  806.    transform: translateY(-1px);
  807.  }
  808.  
  809.  .navlink-v1.active-v1 {
  810.    background: #2563eb;
  811.    color: white !important;
  812.  }
  813.  
  814.  .dropdown-v1 {
  815.    border: 1px solid #e2e8f0;
  816.    border-radius: 16px;
  817.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  818.    backdrop-filter: blur(8px);
  819.    background: rgba(255, 255, 255, 0.98);
  820.    padding: 8px 0;
  821.  }
  822.  
  823.  .dropdown-item-v1 {
  824.    padding: 8px 20px;
  825.    font-size: 14px;
  826.    color: #374151 !important;
  827.    transition: all 0.2s ease;
  828.    border-radius: 8px;
  829.    margin: 2px 0px;
  830.  }
  831.  
  832.  .dropdown-item-v1:hover {
  833.    background: rgba(37, 99, 235, 0.1);
  834.    color: #2563eb !important;
  835.  }
  836.  
  837.  .menu-btn-v1 {
  838.    padding: 8px 16px;
  839.    border: 1px solid #e2e8f0;
  840.    border-radius: 12px;
  841.    background: white;
  842.    color: #374151;
  843.    font-weight: 500;
  844.    transition: all 0.2s ease;
  845.  }
  846.  
  847.  .menu-btn-v1:hover {
  848.    border-color: #2563eb;
  849.    color: #2563eb;
  850.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  851.  }
  852.  
  853.  .offcanvas-v1 {
  854.    width: min(360px, 90vw);
  855.    background: white;
  856.    z-index: 1050;
  857.  }
  858.  
  859.  .post-card-v1 {
  860.    padding: 12px;
  861.    border-radius: 12px;
  862.    transition: all 0.2s ease;
  863.    border: 1px solid transparent;
  864.  }
  865.  
  866.  .post-card-v1:hover {
  867.    background: #f8fafc;
  868.    border-color: #e2e8f0;
  869.  }
  870.  
  871.  .post-img-v1 {
  872.    border-radius: 8px;
  873.    transition: transform 0.3s ease;
  874.  }
  875.  
  876.  .post-card-v1:hover .post-img-v1 {
  877.    transform: scale(1.02);
  878.  }
  879.  
  880.  .contact-info-v1 {
  881.    background: #f8fafc;
  882.    padding: 16px;
  883.    border-radius: 12px;
  884.    border: 1px solid #e2e8f0;
  885.  }
  886.  
  887.  @media (max-width: 1200px) {
  888.    .nav-width {
  889.      width: 100%;
  890.    }
  891.  }
  892.  
  893.  @media (max-width: 991px) {
  894.    .navlink-v1 {
  895.      padding: 12px 16px;
  896.      margin: 2px 0;
  897.    }
  898.  
  899.    .search-wrapper-v1 {
  900.      margin: 12px 0;
  901.    }
  902.  }
  903.  
  904.  /* search field */
  905.  .search-results-container {
  906.    position: absolute;
  907.    top: 100%;
  908.    /* Position it below the input field */
  909. left: 10px;
  910.  right: 10px;
  911.    background-color: white;
  912.    border: 1px solid #ddd;
  913.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  914.    max-height: 300px;
  915.    overflow-y: auto;
  916.    z-index: 1000;
  917.    display: none;
  918.    /* Initially hidden */
  919.  }
  920.  
  921.  .search-results-container p {
  922.    margin: 0;
  923.  }
  924.  
  925.  .search-results-container .result-item {
  926.    padding: 10px;
  927.    cursor: pointer;
  928.  }
  929.  
  930.  .search-results-container .result-item:hover {
  931.    background-color: #f0f0f0;
  932.  }
  933. </style>
  934. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  935.  document.addEventListener("DOMContentLoaded", function () {
  936.    console.error("loaded");
  937.  
  938.    // Pick input depending on screen size
  939.    const searchInput = window.innerWidth <= 991
  940.      ? document.getElementById("search-input")
  941.      : document.getElementById("search-input1");
  942.  
  943.    if (searchInput) {
  944.      console.log("inside");
  945.  
  946.      // Add event listener for keyup
  947.      searchInput.addEventListener("keyup", function (e) {
  948.        console.log('test');
  949.        console.log("Key pressed:", e.key);
  950.        e.preventDefault();
  951.  
  952.        const query = searchInput.value;
  953.        const searchResults = window.innerWidth <= 991
  954.          ? document.getElementById("search-results")
  955.          : document.getElementById("search-results1");
  956.  
  957.        console.log("User is typing: " + query);
  958.  
  959.        if (query === "") {
  960.          searchResults.innerHTML = "";
  961.          searchResults.style.display = "none";
  962.          return;
  963.        }
  964.  
  965.        searchResults.style.display = "block";
  966.  
  967.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  968.          method: "GET",
  969.          headers: {
  970.            "X-Requested-With": "XMLHttpRequest",
  971.          },
  972.        })
  973.          .then(response => {
  974.            console.log("Response Status:", response.status);
  975.            return response.json();
  976.          })
  977.          .then(data => {
  978.            console.log("Data received:", data);
  979.            if (data.html) {
  980.              searchResults.innerHTML = data.html;
  981.            } else {
  982.              searchResults.innerHTML = "<p>No results found.</p>";
  983.            }
  984.          })
  985.          .catch(error => {
  986.            console.error("Error fetching search results:", error);
  987.          });
  988.      });
  989.  
  990.      // 🔹 Close results when clicking outside
  991.      document.addEventListener("click", function (e) {
  992.        const searchResults = window.innerWidth <= 991
  993.          ? document.getElementById("search-results")
  994.          : document.getElementById("search-results1");
  995.  
  996.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  997.          searchResults.style.display = "none";
  998.        }
  999.      });
  1000.  
  1001.    } else {
  1002.      console.error("Search input not found");
  1003.    }
  1004.  });
  1005. </script>
  1006. <script>
  1007.  // Function to check screen size and remove 'navbar-collapse' class
  1008.  function removeNavbarCollapseClass() {
  1009.    const navbar = document.getElementById('navCollapse-v1');
  1010.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1011.    if (window.innerWidth <= 1100) {
  1012.      if (navbar) {
  1013.        navbar.classList.remove('navbar-collapse');
  1014.      }
  1015.    } else {
  1016.      // You can re-add the class if the screen is smaller than 'lg' size
  1017.      if (navbar) {
  1018.        navbar.classList.add('navbar-collapse');
  1019.      }
  1020.    }
  1021.  }
  1022.  
  1023.  // Run the function on page load
  1024.  window.addEventListener('load', removeNavbarCollapseClass);
  1025.  
  1026.  // Also, run the function on window resize to check screen size dynamically
  1027.  window.addEventListener('resize', removeNavbarCollapseClass);
  1028.  
  1029.  
  1030. </script>
  1031.  
  1032.        </header>
  1033.        <!-- end of header -->
  1034.        <!-- start of wpo-blog-hero -->
  1035.        
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.        <!-- end of wpo-blog-hero -->
  1046.  
  1047.        <!-- start of wpo-breacking-news -->
  1048.        
  1049.        <!-- end of wpo-breacking-news -->
  1050.        
  1051.        <!-- start wpo-blog-highlights-section -->
  1052.        
  1053.  
  1054.  
  1055.  
  1056.    
  1057.  
  1058.  
  1059.  
  1060. <style>
  1061.    .blog-highlights-v4 {
  1062.        padding: 30px 0;
  1063.        position: relative;
  1064.        min-height: 100vh;
  1065.        background: transparent; /* Solid background color */
  1066.    }
  1067.  
  1068.    /* Blog Container */
  1069.    .blog-container-v4 {
  1070.        position: relative;
  1071.        z-index: 10;
  1072.    }
  1073.  
  1074.    /* Card Design */
  1075.    .blog-card-v4 {
  1076.        border-radius: 25px;
  1077.        background: var(--card-bg);
  1078.        border: 1px solid var(--border-color);
  1079.        position: relative;
  1080.        overflow: hidden;
  1081.        transition: opacity 1.2s ease; /* Fade animation for card */
  1082.    }
  1083.  
  1084.    /* Image Container */
  1085.    .blog-image-container-v4 {
  1086.        height: 280px;
  1087.        border-radius: 20px 20px 0 0;
  1088.        overflow: hidden;
  1089.        position: relative;
  1090.        z-index: 2;
  1091.    }
  1092.  
  1093.    .blog-image-v4 {
  1094.        width: 100%;
  1095.        height: 100%;
  1096.        position: relative;
  1097.        overflow: hidden;
  1098.    }
  1099.  
  1100.    .blog-image-v4 img {
  1101.        width: 100%;
  1102.        height: 100%;
  1103.        object-fit: cover;
  1104.    }
  1105.  
  1106.    /* Category Badge */
  1107.    .blog-category-v4 {
  1108.        position: absolute;
  1109.        top: 20px;
  1110.        left: 20px;
  1111.        padding: 10px 18px;
  1112.        border-radius: 20px;
  1113.        font-size: 11px;
  1114.        font-weight: 700;
  1115.        text-transform: uppercase;
  1116.        letter-spacing: 1.2px;
  1117.        z-index: 5;
  1118.        border: 1px solid rgba(255, 255, 255, 0.3);
  1119.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1120.    }
  1121.  
  1122.    /* Content Area */
  1123.    .blog-content-v4 {
  1124.        padding: 20px 25px 25px;
  1125.        display: flex;
  1126.        flex-direction: column;
  1127.        justify-content: space-between;
  1128.        position: relative;
  1129.        z-index: 2;
  1130.    }
  1131.  
  1132.    /* Title */
  1133.    .blog-title-v4 {
  1134.        font-size: 20px;
  1135.        font-weight: 800;
  1136.        line-height: 1.3;
  1137.        margin-bottom: 8px;
  1138.    }
  1139.  
  1140.    .blog-title-v4 a {
  1141.        text-decoration: none;
  1142.    }
  1143.  
  1144.    /* Meta Information */
  1145.    .blog-meta-v4 {
  1146.        display: flex;
  1147.        align-items: center;
  1148.        gap: 12px;
  1149.        margin-bottom: 15px;
  1150.        font-size: 13px;
  1151.    }
  1152.  
  1153.    .blog-author-img-v4 {
  1154.        width: 35px;
  1155.        height: 35px;
  1156.        border-radius: 50%;
  1157.        border: 2px solid var(--border-color);
  1158.    }
  1159.  
  1160.    /* Excerpt */
  1161.    .blog-excerpt-v4 {
  1162.        font-size: 14px;
  1163.        line-height: 1.6;
  1164.        margin-bottom: 8px;
  1165.        display: -webkit-box;
  1166.        -webkit-line-clamp: 3;
  1167.        -webkit-box-orient: vertical;
  1168.        overflow: hidden;
  1169.    }
  1170.  
  1171.    /* Actions Area */
  1172.    .blog-actions-v4 {
  1173.        display: flex;
  1174.        justify-content: space-between;
  1175.        align-items: center;
  1176.    }
  1177.  
  1178.    .blog-stats-v4 {
  1179.        display: flex;
  1180.        gap: 20px;
  1181.        align-items: center;
  1182.    }
  1183.  
  1184.    .blog-stat-item-v4 {
  1185.        display: flex;
  1186.        align-items: center;
  1187.        gap: 6px;
  1188.        font-size: 12px;
  1189.    }
  1190.  
  1191.    /* Read More Button */
  1192.    .blog-read-more-v4 {
  1193.        width: 40px;
  1194.        height: 40px;
  1195.        border-radius: 50%;
  1196.        background: var(--border-color);
  1197.        border: 2px solid var(--border-color);
  1198.        display: flex;
  1199.        align-items: center;
  1200.        justify-content: center;
  1201.        text-decoration: none;
  1202.    }
  1203.  
  1204.    ..blog-read-more-v4:hover{
  1205.        background-color: #172133;
  1206.    }
  1207.    /* Section Header */
  1208.    .section-header-v4 {
  1209.        text-align: center;
  1210.        margin-bottom: 40px;
  1211.        position: relative;
  1212.        z-index: 15;
  1213.    }
  1214.  
  1215.    .section-title-v4 {
  1216.        font-size: 3.5rem;
  1217.        font-weight: 900;
  1218.        margin-bottom: .5rem;
  1219.    }
  1220.  
  1221.    .section-subtitle-v4 {
  1222.        font-size: 1.4rem;
  1223.        max-width: 700px;
  1224.        margin: 0 auto;
  1225.        line-height: 1.7;
  1226.        font-weight: 300;
  1227.    }
  1228.  
  1229.    /* Scroll Fade Animation */
  1230.    .scroll-trigger {
  1231.        opacity: 0;
  1232.        transition: opacity 1.2s ease;
  1233.    }
  1234.  
  1235.    .scroll-trigger.active {
  1236.        opacity: 1;
  1237.    }
  1238.  
  1239.    /* Responsive Design */
  1240.    @media (max-width: 768px) {
  1241.        .section-title-v4 {
  1242.            font-size: 3rem;
  1243.        }
  1244.        .blog-highlights-v4 {
  1245.            padding: 80px 0;
  1246.        }
  1247.        .blog-card-v4 {
  1248.            height: 450px;
  1249.        }
  1250.        .blog-content-v4 {
  1251.            padding: 15px 20px 20px;
  1252.        }
  1253.    }
  1254. </style>
  1255.  
  1256. <section class="blog-highlights-v4">
  1257.    <div class="container-fluid fluid-container blog-container-v4">
  1258.        <!-- Section Header -->
  1259.        <div class="row">
  1260.            <div class="col-12">
  1261.                <div class="section-header-v4">
  1262.                    <h2 class="section-title-v4">
  1263.                Today's Top Highlights
  1264.                   </h2>
  1265.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1266.                </div>
  1267.            </div>
  1268.        </div>
  1269.        
  1270.        <!-- Blog Grid -->
  1271.        <div class="row">
  1272.            <div class="col-lg-8">
  1273.                <div class="row g-4">
  1274.                    
  1275.                    
  1276.  
  1277.                </div>
  1278.            </div>
  1279.            
  1280.             <div class="col col-lg-4 col-12">
  1281.                
  1282.  
  1283.  
  1284.  
  1285.    
  1286.  
  1287.  
  1288. <!-- Blog Sidebar V2 - Focused Design -->
  1289.  <div class="sidebar mb-3">
  1290.    <!-- Recent Posts Section -->
  1291.    <div class="sidebar-widget mb-4">
  1292.      <div class="widget-title-wrapper mb-3">
  1293.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1294.          <i class="ti-time me-2"></i>Recent Posts
  1295.          <span class="title-arrow-primary"></span>
  1296.        </h4>
  1297.      </div>
  1298.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1299.        <div class="recent-post-list">
  1300.          
  1301.  
  1302.        </div>
  1303.  
  1304.        <div class="text-center mt-4 pt-3 border-top border-light">
  1305.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1306.        </div>
  1307.      </div>
  1308.    </div>
  1309.  
  1310.    
  1311.  </div>
  1312.  
  1313. <!-- Sidebar V2 Styles -->
  1314. <style>
  1315.  .sidebar-widget {
  1316.    position: relative;
  1317.  }
  1318.  
  1319.  .widget-title {
  1320.    font-size: 1.1rem;
  1321.    font-weight: 700;
  1322.    display: inline-block;
  1323.    position: relative;
  1324.    z-index: 2;
  1325.    border-radius: 0;
  1326.  }
  1327.  
  1328.  /* Green arrow for August Blog Roll */
  1329.  .title-arrow::after {
  1330.    content: '';
  1331.    position: absolute;
  1332.    top: 0;
  1333.    right: -22px;
  1334.    width: 0;
  1335.    height: 0;
  1336.    border-left: 22px solid var(--bs-primary);
  1337.    border-top: 22px solid transparent;
  1338.    border-bottom: 22px solid transparent;
  1339.    z-index: 1;
  1340.  }
  1341.  
  1342.  /* Blue arrow for Recent Posts */
  1343.  .title-arrow-primary::after {
  1344.    content: '';
  1345.    position: absolute;
  1346.    top: 0;
  1347.    right: -22px;
  1348.    width: 0;
  1349.    height: 0;
  1350.    border-left: 22px solid var(--bs-primary);
  1351.    border-top: 22px solid transparent;
  1352.    border-bottom: 22px solid transparent;
  1353.    z-index: 1;
  1354.  }
  1355.  
  1356.  .widget-content {
  1357.    margin-top: -1px;
  1358.    position: relative;
  1359.    z-index: 1;
  1360.     background-color: var(--card-bg);
  1361.  }
  1362.  
  1363.  /* Blog Roll Items Hover Effects */
  1364.  .blog-roll-item:hover .blog-title {
  1365.    color: #198754 !important;
  1366.    transform: translateX(5px);
  1367.    transition: all 0.3s ease;
  1368.  }
  1369.  
  1370.  /* Recent Post Items Hover Effects */
  1371.  .recent-post-item:hover .post-title a {
  1372.    color: #0d6efd !important;
  1373.    transition: color 0.3s ease;
  1374.  }
  1375.  
  1376.  .recent-post-item:hover .post-image img {
  1377.    transform: scale(1.05);
  1378.    transition: transform 0.3s ease;
  1379.  }
  1380.  
  1381.  /* Button Hover Effects */
  1382.  .btn:hover {
  1383.    transform: translateY(-2px);
  1384.    transition: all 0.3s ease;
  1385.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1386.  }
  1387.  
  1388.  /* Badge Hover Effects */
  1389.  .badge:hover {
  1390.    transform: scale(1.05);
  1391.    transition: transform 0.3s ease;
  1392.  }
  1393.  
  1394.  @media (max-width: 991px) {
  1395.    .sidebar {
  1396.      margin-top: 3rem;
  1397.    }
  1398.  }
  1399.  
  1400.  @media (max-width: 576px) {
  1401.    .widget-title {
  1402.      font-size: 1rem;
  1403.      padding: 0.75rem 1rem !important;
  1404.    }
  1405.  
  1406.    .title-arrow::after,
  1407.    .title-arrow-primary::after {
  1408.      right: -18px;
  1409.      border-left-width: 18px;
  1410.      border-top-width: 18px;
  1411.      border-bottom-width: 18px;
  1412.    }
  1413.  
  1414.    .post-image {
  1415.      width: 70px !important;
  1416.      height: 55px !important;
  1417.    }
  1418.  
  1419.    .blog-meta {
  1420.      flex-direction: column !important;
  1421.      align-items: flex-start !important;
  1422.      gap: 0.5rem;
  1423.    }
  1424.  }
  1425. </style>
  1426.  
  1427.    
  1428.            </div>
  1429.        </div>
  1430.    </div>
  1431. </section>
  1432.  
  1433. <script>
  1434. document.addEventListener('DOMContentLoaded', function() {
  1435.    // Intersection Observer for Fade Animation on Scroll Up and Down
  1436.    const observerOptions = {
  1437.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  1438.        rootMargin: '0px 0px -100px 0px'
  1439.    };
  1440.  
  1441.    // Group cards into pairs (assuming two cards per row)
  1442.    const cards = document.querySelectorAll('.scroll-trigger');
  1443.    const cardPairs = [];
  1444.    for (let i = 0; i < cards.length; i += 2) {
  1445.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  1446.    }
  1447.  
  1448.    const observer = new IntersectionObserver(function(entries) {
  1449.        entries.forEach(entry => {
  1450.            const card = entry.target;
  1451.            // Find the pair index for the current card
  1452.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  1453.            const pair = cardPairs[pairIndex];
  1454.  
  1455.            if (entry.isIntersecting) {
  1456.                // Fade in the pair with a delay based on pair index
  1457.                pair.forEach((cardInPair, index) => {
  1458.                    setTimeout(() => {
  1459.                        cardInPair.classList.add('active');
  1460.                    }, pairIndex * 300); // 300ms delay between pairs
  1461.                });
  1462.            } else {
  1463.                // Fade out the pair when exiting viewport
  1464.                pair.forEach(cardInPair => {
  1465.                    cardInPair.classList.remove('active');
  1466.                });
  1467.            }
  1468.        });
  1469.    }, observerOptions);
  1470.  
  1471.    // Observe each card individually
  1472.    cards.forEach(card => {
  1473.        observer.observe(card);
  1474.    });
  1475. });
  1476. </script>
  1477.  
  1478.    
  1479.        
  1480.        <!-- end wpo-blog-highlights-section -->
  1481.        <!-- start wpo-blog-sponsored-section -->
  1482.        
  1483.  
  1484.  
  1485.  
  1486.    
  1487.  
  1488.  
  1489.    
  1490.        <!-- end wpo-blog-sponsored-section -->
  1491.        <!-- start wpo-subscribe-section -->
  1492.        
  1493.        <!-- end subscribe-section -->
  1494.        <!-- start of wpo-site-footer-section -->
  1495.        
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501. <footer class="wpo-site-footer-v3">
  1502.  <!-- Top Section - Logo -->
  1503.  <div class="footer-top-section py-4 border-bottom">
  1504.    <div class="container-fluid fluid-container">
  1505.      <div class="row justify-content-center">
  1506.        <div class="col-12 text-center">
  1507.          <div class="brand-logo">
  1508.            
  1509.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0ad093de-03b1-463b-9d80-66568224849b_logo.png" alt="TechPulse Blog" class="footer-logo" />
  1510.            
  1511.            <p class="brand-tagline mt-2">Explore the latest technology insights, digital trends, and expert reviews on gadgets, software, and innovations. Stay updated with practical tech advice.</p>
  1512.          </div>
  1513.        </div>
  1514.      </div>
  1515.    </div>
  1516.  </div>
  1517.  
  1518.  <!-- Main Content -->
  1519.  <div class="footer-main-content pt-4">
  1520.    <div class="container-fluid fluid-container">
  1521.      <div class="row justify-content-center">
  1522.        <!-- Single Column: Quick Links -->
  1523.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  1524.          <div class="footer-column">
  1525.            <h5 class="column-title">Quick Links</h5>
  1526.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1527.              
  1528.            </ul>
  1529.          </div>
  1530.        </div>
  1531.  
  1532.        <!-- Single Column: Top Categories -->
  1533.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  1534.          <div class="footer-column">
  1535.            <h5 class="column-title">Top Categories</h5>
  1536.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1537.              
  1538.                <li>
  1539.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  1540.                </li>
  1541.              
  1542.                <li>
  1543.                  <a class="menu-link" href="/category/business/">Business</a>
  1544.                </li>
  1545.              
  1546.                <li>
  1547.                  <a class="menu-link" href="/category/esports/">Esports</a>
  1548.                </li>
  1549.              
  1550.                <li>
  1551.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  1552.                </li>
  1553.              
  1554.                <li>
  1555.                  <a class="menu-link" href="/category/featured/">Featured</a>
  1556.                </li>
  1557.              
  1558.            </ul>
  1559.          </div>
  1560.        </div>
  1561.  
  1562.        <!-- Single Column: Blog Rolls -->
  1563.      <div class="col-12 text-center border-bottom pb-4">
  1564.          <div class="footer-column">
  1565.            <h5 class="column-title">Blog Rolls</h5>
  1566.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  1567.              
  1568.              
  1569.  
  1570.              
  1571.              
  1572.                
  1573.              
  1574.            </ul>
  1575.          </div>
  1576.        </div>
  1577.      </div>
  1578.    </div>
  1579.  </div>
  1580.  
  1581.  <!-- Footer Bottom -->
  1582.  <div class="footer-bottom py-3">
  1583.    <div class="container-fluid fluid-container">
  1584.      <div class="row justify-content-center">
  1585.        <div class="col-12 text-center">
  1586.          <div class="bottom-content">
  1587.            <div class="copyright-info mb-3">
  1588.              <p class="mb-0 text-info">
  1589.                &copy; 2026 <strong>TechPulse Blog</strong>. All rights reserved.
  1590.              </p>
  1591.            </div>
  1592.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  1593.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  1594.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  1595.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  1596.            </div>
  1597.          </div>
  1598.        </div>
  1599.      </div>
  1600.    </div>
  1601.  </div>
  1602. </footer>
  1603.  
  1604. <style>
  1605. .wpo-site-footer-v3 {
  1606.    background: var(--card-bg) !important;
  1607. }
  1608.  
  1609. .footer-logo {
  1610.    height: 60px;
  1611.    width: auto;
  1612. }
  1613. .text-info{
  1614.    color: var(--topbar-color) !important;
  1615. }
  1616.  
  1617. .brand-title {
  1618.    font-size: 22px;
  1619.    font-weight: 700;
  1620.    color: var(--topbar-color);
  1621.    margin: 0;
  1622. }
  1623.  
  1624. .brand-tagline {
  1625.    font-size: 14px;
  1626.    color: var(--topbar-color);
  1627.    margin: 0;
  1628. }
  1629.  
  1630. .column-title {
  1631.    font-size: 16px;
  1632.    font-weight: 600;
  1633.    color: var(--topbar-color) !important;
  1634.    margin-bottom: 15px;
  1635. }
  1636.  
  1637. .footer-menu {
  1638.    margin: 0;
  1639. }
  1640.  
  1641. .menu-link {
  1642.    color: var(--topbar-color) !important;
  1643.    text-decoration: none;
  1644.    font-size: 14px;
  1645.    transition: color 0.3s ease;
  1646. }
  1647.  
  1648. .menu-link:hover {
  1649.    color: var(--primary-color);
  1650. }
  1651.  
  1652. .footer-bottom {
  1653.    font-size: 13px;
  1654. }
  1655.  
  1656. .utility-link {
  1657.    color: var(--topbar-color) !important;
  1658.    text-decoration: none;
  1659.    font-size: 13px;
  1660.    transition: color 0.3s ease;
  1661. }
  1662. /* Responsive Design */
  1663. @media (max-width: 768px) {
  1664.    .footer-logo {
  1665.        height: 50px;
  1666.    }
  1667.    
  1668.    .column-title {
  1669.        font-size: 15px;
  1670.    }
  1671.    
  1672.    .menu-link {
  1673.        font-size: 13px;
  1674.    }
  1675. }
  1676.  
  1677. @media (max-width: 576px) {
  1678.    .brand-title {
  1679.        font-size: 20px;
  1680.    }
  1681.    
  1682.    .brand-tagline {
  1683.        font-size: 13px;
  1684.    }
  1685.    
  1686.    .cta-btn {
  1687.        font-size: 12px;
  1688.        padding: 5px 12px;
  1689.    }
  1690. }
  1691. </style>
  1692.  
  1693. <script>
  1694. // Prevent default for placeholder links
  1695. document.addEventListener('DOMContentLoaded', function() {
  1696.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  1697.        anchor.addEventListener('click', function(e) {
  1698.            e.preventDefault();
  1699.        });
  1700.    });
  1701. });
  1702. document.addEventListener('DOMContentLoaded', function () {
  1703.    var btn = document.getElementById('toggleBlogRollLinks');
  1704.    if (!btn) return; // No extra items, no button
  1705.  
  1706.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  1707.  
  1708.    btn.addEventListener('click', function () {
  1709.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  1710.            return li.classList.contains('d-none');
  1711.        });
  1712.  
  1713.        extras.forEach(function (li) {
  1714.            if (anyHidden) {
  1715.                li.classList.remove('d-none');
  1716.                li.classList.add('show');
  1717.            } else {
  1718.                li.classList.add('d-none');
  1719.                li.classList.remove('show');
  1720.            }
  1721.        });
  1722.  
  1723.        btn.textContent = anyHidden ? 'View less' : 'View more';
  1724.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  1725.    });
  1726. });
  1727.  
  1728. </script>
  1729.  
  1730.        <!-- end of wpo-site-footer-section -->
  1731.    </div>
  1732.    <!-- end of page-wrapper -->
  1733.  
  1734.    <!-- All JavaScript files
  1735.    ================================================== -->
  1736.    
  1737.  
  1738. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  1739. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  1740. <!-- Plugins for this template -->
  1741. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  1742. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  1743. <!-- Custom script for this template -->
  1744. <script src="/static/blogapp/assets/js/script.js"></script>
  1745.  
  1746. <script>
  1747. (function () {
  1748. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  1749. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  1750.  
  1751. function applyFallback(img) {
  1752. if (!img || img.dataset.fallbackApplied === "1") {
  1753. return;
  1754. }
  1755. var failedSrc = img.currentSrc || img.src || "";
  1756. img.dataset.fallbackApplied = "1";
  1757. img.onerror = null;
  1758. img.src = fallbackImageSrc;
  1759. console.warn("[ImageFallback] Replaced broken image:", {
  1760. failedSrc: failedSrc,
  1761. fallbackSrc: fallbackImageSrc,
  1762. alt: img.alt || "",
  1763. });
  1764. }
  1765.  
  1766. document.querySelectorAll("img").forEach(function (img) {
  1767. if (img.complete && img.naturalWidth === 0) {
  1768. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  1769. failedSrc: img.currentSrc || img.src || "",
  1770. alt: img.alt || "",
  1771. });
  1772. applyFallback(img);
  1773. }
  1774. });
  1775.  
  1776. document.addEventListener(
  1777. "error",
  1778. function (event) {
  1779. var target = event.target;
  1780. if (target && target.tagName === "IMG") {
  1781. applyFallback(target);
  1782. }
  1783. },
  1784. true
  1785. );
  1786. })();
  1787. </script>
  1788.  
  1789. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  1790.  
  1791.  
  1792.  
  1793. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"ae886240c3484369a920873b119fc351","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  1794. </body>
  1795.  
  1796. </html>
  1797.  
  1798.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda