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://889993240.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_22_xwqGCKX_ejgIkwy_P6JXjXu_EimoJtc.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends Blog | Latest Tech News</title>
  17.    <meta name="description" content="Explore the latest in technology, digital trends, and innovation with expert analysis and insights. Stay updated with tech news and tutorials.">
  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://889993240.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #374151;
  42.        --bs-primary-rgb: 374151;
  43.        --bs-secondary: #9ca3af;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f9fafb;
  49.        --bs-dark: #111827;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #374151;
  53.        --theme-primary-color-s2: #374151;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #374151;
  57.        --text-light-color: #676767;
  58.        --heading-color: #374151;
  59.        --border-color: #e5e7eb;
  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: #f3f4f6;
  75.        --navbar-color: #111827;
  76.        --topbar-bg: #f9fafb;
  77.        --topbar-color: #111827;
  78.        --footer-bg: #111827;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #e5e7eb;
  82.        --card-radius: 8px;
  83.        --link-color: #374151;
  84.        --link-hover: #1f2937;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(55, 65, 81, 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-professional">
  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/493f351d-fdb5-4bf3-86da-19d1a5313b22_logo.png" alt="TechSphere 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/493f351d-fdb5-4bf3-86da-19d1a5313b22_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#b9d1dcd5d5d6f9dbcbd8d7dd97dad6d4" class="text-decoration-none"><span class="__cf_email__" data-cfemail="a2cac7cececde2c0d0c3ccc68cc1cdcf">[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.        <!-- end of wpo-blog-hero -->
  1045.  
  1046.        <!-- start of wpo-breacking-news -->
  1047.        
  1048.        <!-- end of wpo-breacking-news -->
  1049.        
  1050.        <!-- start wpo-blog-highlights-section -->
  1051.        
  1052.  
  1053.  
  1054.  
  1055.    
  1056.  
  1057.  
  1058.  
  1059. <style>
  1060.    .blog-highlights-v4 {
  1061.        padding: 30px 0;
  1062.        position: relative;
  1063.        min-height: 100vh;
  1064.        background: transparent; /* Solid background color */
  1065.    }
  1066.  
  1067.    /* Blog Container */
  1068.    .blog-container-v4 {
  1069.        position: relative;
  1070.        z-index: 10;
  1071.    }
  1072.  
  1073.    /* Card Design */
  1074.    .blog-card-v4 {
  1075.        border-radius: 25px;
  1076.        background: var(--card-bg);
  1077.        border: 1px solid var(--border-color);
  1078.        position: relative;
  1079.        overflow: hidden;
  1080.        transition: opacity 1.2s ease; /* Fade animation for card */
  1081.    }
  1082.  
  1083.    /* Image Container */
  1084.    .blog-image-container-v4 {
  1085.        height: 280px;
  1086.        border-radius: 20px 20px 0 0;
  1087.        overflow: hidden;
  1088.        position: relative;
  1089.        z-index: 2;
  1090.    }
  1091.  
  1092.    .blog-image-v4 {
  1093.        width: 100%;
  1094.        height: 100%;
  1095.        position: relative;
  1096.        overflow: hidden;
  1097.    }
  1098.  
  1099.    .blog-image-v4 img {
  1100.        width: 100%;
  1101.        height: 100%;
  1102.        object-fit: cover;
  1103.    }
  1104.  
  1105.    /* Category Badge */
  1106.    .blog-category-v4 {
  1107.        position: absolute;
  1108.        top: 20px;
  1109.        left: 20px;
  1110.        padding: 10px 18px;
  1111.        border-radius: 20px;
  1112.        font-size: 11px;
  1113.        font-weight: 700;
  1114.        text-transform: uppercase;
  1115.        letter-spacing: 1.2px;
  1116.        z-index: 5;
  1117.        border: 1px solid rgba(255, 255, 255, 0.3);
  1118.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1119.    }
  1120.  
  1121.    /* Content Area */
  1122.    .blog-content-v4 {
  1123.        padding: 20px 25px 25px;
  1124.        display: flex;
  1125.        flex-direction: column;
  1126.        justify-content: space-between;
  1127.        position: relative;
  1128.        z-index: 2;
  1129.    }
  1130.  
  1131.    /* Title */
  1132.    .blog-title-v4 {
  1133.        font-size: 20px;
  1134.        font-weight: 800;
  1135.        line-height: 1.3;
  1136.        margin-bottom: 8px;
  1137.    }
  1138.  
  1139.    .blog-title-v4 a {
  1140.        text-decoration: none;
  1141.    }
  1142.  
  1143.    /* Meta Information */
  1144.    .blog-meta-v4 {
  1145.        display: flex;
  1146.        align-items: center;
  1147.        gap: 12px;
  1148.        margin-bottom: 15px;
  1149.        font-size: 13px;
  1150.    }
  1151.  
  1152.    .blog-author-img-v4 {
  1153.        width: 35px;
  1154.        height: 35px;
  1155.        border-radius: 50%;
  1156.        border: 2px solid var(--border-color);
  1157.    }
  1158.  
  1159.    /* Excerpt */
  1160.    .blog-excerpt-v4 {
  1161.        font-size: 14px;
  1162.        line-height: 1.6;
  1163.        margin-bottom: 8px;
  1164.        display: -webkit-box;
  1165.        -webkit-line-clamp: 3;
  1166.        -webkit-box-orient: vertical;
  1167.        overflow: hidden;
  1168.    }
  1169.  
  1170.    /* Actions Area */
  1171.    .blog-actions-v4 {
  1172.        display: flex;
  1173.        justify-content: space-between;
  1174.        align-items: center;
  1175.    }
  1176.  
  1177.    .blog-stats-v4 {
  1178.        display: flex;
  1179.        gap: 20px;
  1180.        align-items: center;
  1181.    }
  1182.  
  1183.    .blog-stat-item-v4 {
  1184.        display: flex;
  1185.        align-items: center;
  1186.        gap: 6px;
  1187.        font-size: 12px;
  1188.    }
  1189.  
  1190.    /* Read More Button */
  1191.    .blog-read-more-v4 {
  1192.        width: 40px;
  1193.        height: 40px;
  1194.        border-radius: 50%;
  1195.        background: var(--border-color);
  1196.        border: 2px solid var(--border-color);
  1197.        display: flex;
  1198.        align-items: center;
  1199.        justify-content: center;
  1200.        text-decoration: none;
  1201.    }
  1202.  
  1203.    ..blog-read-more-v4:hover{
  1204.        background-color: #172133;
  1205.    }
  1206.    /* Section Header */
  1207.    .section-header-v4 {
  1208.        text-align: center;
  1209.        margin-bottom: 40px;
  1210.        position: relative;
  1211.        z-index: 15;
  1212.    }
  1213.  
  1214.    .section-title-v4 {
  1215.        font-size: 3.5rem;
  1216.        font-weight: 900;
  1217.        margin-bottom: .5rem;
  1218.    }
  1219.  
  1220.    .section-subtitle-v4 {
  1221.        font-size: 1.4rem;
  1222.        max-width: 700px;
  1223.        margin: 0 auto;
  1224.        line-height: 1.7;
  1225.        font-weight: 300;
  1226.    }
  1227.  
  1228.    /* Scroll Fade Animation */
  1229.    .scroll-trigger {
  1230.        opacity: 0;
  1231.        transition: opacity 1.2s ease;
  1232.    }
  1233.  
  1234.    .scroll-trigger.active {
  1235.        opacity: 1;
  1236.    }
  1237.  
  1238.    /* Responsive Design */
  1239.    @media (max-width: 768px) {
  1240.        .section-title-v4 {
  1241.            font-size: 3rem;
  1242.        }
  1243.        .blog-highlights-v4 {
  1244.            padding: 80px 0;
  1245.        }
  1246.        .blog-card-v4 {
  1247.            height: 450px;
  1248.        }
  1249.        .blog-content-v4 {
  1250.            padding: 15px 20px 20px;
  1251.        }
  1252.    }
  1253. </style>
  1254.  
  1255. <section class="blog-highlights-v4">
  1256.    <div class="container-fluid fluid-container blog-container-v4">
  1257.        <!-- Section Header -->
  1258.        <div class="row">
  1259.            <div class="col-12">
  1260.                <div class="section-header-v4">
  1261.                    <h2 class="section-title-v4">
  1262.                Today's Top Highlights
  1263.                   </h2>
  1264.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1265.                </div>
  1266.            </div>
  1267.        </div>
  1268.        
  1269.        <!-- Blog Grid -->
  1270.        <div class="row">
  1271.            <div class="col-lg-8">
  1272.                <div class="row g-4">
  1273.                    
  1274.                    
  1275.  
  1276.                </div>
  1277.            </div>
  1278.            
  1279.             <div class="col col-lg-4 col-12">
  1280.                
  1281.  
  1282.  
  1283.  
  1284.    
  1285.  
  1286.  
  1287. <!-- Blog Sidebar V2 - Focused Design -->
  1288. <div class="sidebar">
  1289.  <!-- Recent Posts Section -->
  1290.  <div class="sidebar-widget mb-4">
  1291.    <div class="widget-title-wrapper mb-3">
  1292.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1293.        <i class="ti-time me-2"></i>Recent Posts
  1294.        <span class="title-arrow-primary"></span>
  1295.      </h4>
  1296.    </div>
  1297.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  1298.      <div class="recent-post-list">
  1299.      
  1300.  
  1301.      </div>
  1302.  
  1303.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1304.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1305.      </div> -->
  1306.    </div>
  1307.  </div>
  1308.  
  1309.    
  1310.  <!-- <div class="sidebar-widget">
  1311.    <div class="widget-title-wrapper mb-3">
  1312.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1313.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  1314.        <span class="title-arrow"></span>
  1315.      </h4>
  1316.    </div>
  1317.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1318.      <div class="blog-roll-list">
  1319.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1320.          <a href="#" class="text-decoration-none">
  1321.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1322.              <i class="ti-angle-right me-2 text-primary"></i>
  1323.              Complete Guide to Django REST Framework
  1324.            </h6>
  1325.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1326.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1327.            </div>
  1328.          </a>
  1329.        </div>
  1330.  
  1331.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1332.          <a href="#" class="text-decoration-none">
  1333.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1334.              <i class="ti-angle-right me-2 text-primary"></i>
  1335.              Modern JavaScript ES2025 Features
  1336.            </h6>
  1337.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1338.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  1339.            </div>
  1340.          </a>
  1341.        </div>
  1342.  
  1343.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1344.          <a href="#" class="text-decoration-none">
  1345.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1346.              <i class="ti-angle-right me-2 text-primary"></i>
  1347.              Digital Marketing Trends in 2025
  1348.            </h6>
  1349.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1350.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  1351.            </div>
  1352.          </a>
  1353.        </div>
  1354.  
  1355.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1356.          <a href="#" class="text-decoration-none">
  1357.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1358.              <i class="ti-angle-right me-2 text-primary"></i>
  1359.              Remote Work Best Practices
  1360.            </h6>
  1361.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1362.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  1363.            </div>
  1364.          </a>
  1365.        </div>
  1366.  
  1367.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  1368.          <a href="#" class="text-decoration-none">
  1369.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1370.              <i class="ti-angle-right me-2 text-primary"></i>
  1371.              Sustainable Living Tips for Beginners
  1372.            </h6>
  1373.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1374.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  1375.            </div>
  1376.          </a>
  1377.        </div>
  1378.  
  1379.        <div class="blog-roll-item">
  1380.          <a href="#" class="text-decoration-none">
  1381.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1382.              <i class="ti-angle-right me-2 text-primary"></i>
  1383.              AI and Machine Learning Basics
  1384.            </h6>
  1385.            <div class="blog-meta d-flex justify-content-between align-items-center">
  1386.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  1387.            </div>
  1388.          </a>
  1389.        </div>
  1390.      </div>
  1391.  
  1392.      <div class="text-center mt-4 pt-3 border-top border-light">
  1393.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  1394.      </div>
  1395.    </div>
  1396.  </div> -->
  1397. </div>
  1398.  
  1399. <!-- Sidebar V2 Styles -->
  1400. <style>
  1401.  .sidebar-widget {
  1402.    position: relative;
  1403.  }
  1404.  
  1405.  .widget-title {
  1406.    font-size: 1.1rem;
  1407.    font-weight: 700;
  1408.    display: inline-block;
  1409.    position: relative;
  1410.    z-index: 2;
  1411.    border-radius: 0;
  1412.  }
  1413.  
  1414.  /* Green arrow for August Blog Roll */
  1415.  .title-arrow::after {
  1416.    content: '';
  1417.    position: absolute;
  1418.    top: 0;
  1419.    right: -22px;
  1420.    width: 0;
  1421.    height: 0;
  1422.    border-left: 22px solid var(--bs-primary);
  1423.    border-top: 22px solid transparent;
  1424.    border-bottom: 22px solid transparent;
  1425.    z-index: 1;
  1426.  }
  1427.  
  1428.  /* Blue arrow for Recent Posts */
  1429.  .title-arrow-primary::after {
  1430.    content: '';
  1431.    position: absolute;
  1432.    top: 0;
  1433.    right: -22px;
  1434.    width: 0;
  1435.    height: 0;
  1436.    border-left: 22px solid var(--bs-primary);
  1437.    border-top: 22px solid transparent;
  1438.    border-bottom: 22px solid transparent;
  1439.    z-index: 1;
  1440.  }
  1441.  
  1442.  .widget-content {
  1443.    margin-top: -1px;
  1444.    position: relative;
  1445.    z-index: 1;
  1446.    background-color: var(--card-bg);
  1447.  }
  1448.  
  1449.  /* Blog Roll Items Hover Effects */
  1450.  .blog-roll-item:hover .blog-title {
  1451.    color: #198754 !important;
  1452.    transform: translateX(5px);
  1453.    transition: all 0.3s ease;
  1454.  }
  1455.  
  1456.  /* Recent Post Items Hover Effects */
  1457.  .recent-post-item:hover .post-title a {
  1458.    color: #0d6efd !important;
  1459.    transition: color 0.3s ease;
  1460.  }
  1461.  
  1462.  .recent-post-item:hover .post-image img {
  1463.    transform: scale(1.05);
  1464.    transition: transform 0.3s ease;
  1465.  }
  1466.  
  1467.  /* Button Hover Effects */
  1468.  .btn:hover {
  1469.    transform: translateY(-2px);
  1470.    transition: all 0.3s ease;
  1471.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1472.  }
  1473.  
  1474.  /* Badge Hover Effects */
  1475.  .badge:hover {
  1476.    transform: scale(1.05);
  1477.    transition: transform 0.3s ease;
  1478.  }
  1479.  
  1480.  @media (max-width: 991px) {
  1481.    .sidebar {
  1482.      margin-top: 3rem;
  1483.    }
  1484.  }
  1485.  
  1486.  @media (max-width: 576px) {
  1487.    .widget-title {
  1488.      font-size: 1rem;
  1489.      padding: 0.75rem 1rem !important;
  1490.    }
  1491.  
  1492.    .title-arrow::after,
  1493.    .title-arrow-primary::after {
  1494.      right: -18px;
  1495.      border-left-width: 18px;
  1496.      border-top-width: 18px;
  1497.      border-bottom-width: 18px;
  1498.    }
  1499.  
  1500.    .post-image {
  1501.      width: 70px !important;
  1502.      height: 55px !important;
  1503.    }
  1504.  
  1505.    .blog-meta {
  1506.      flex-direction: column !important;
  1507.      align-items: flex-start !important;
  1508.      gap: 0.5rem;
  1509.    }
  1510.  }
  1511. </style>
  1512.  
  1513.    
  1514.            </div>
  1515.        </div>
  1516.    </div>
  1517. </section>
  1518.  
  1519. <script>
  1520. document.addEventListener('DOMContentLoaded', function() {
  1521.    // Intersection Observer for Fade Animation on Scroll Up and Down
  1522.    const observerOptions = {
  1523.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  1524.        rootMargin: '0px 0px -100px 0px'
  1525.    };
  1526.  
  1527.    // Group cards into pairs (assuming two cards per row)
  1528.    const cards = document.querySelectorAll('.scroll-trigger');
  1529.    const cardPairs = [];
  1530.    for (let i = 0; i < cards.length; i += 2) {
  1531.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  1532.    }
  1533.  
  1534.    const observer = new IntersectionObserver(function(entries) {
  1535.        entries.forEach(entry => {
  1536.            const card = entry.target;
  1537.            // Find the pair index for the current card
  1538.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  1539.            const pair = cardPairs[pairIndex];
  1540.  
  1541.            if (entry.isIntersecting) {
  1542.                // Fade in the pair with a delay based on pair index
  1543.                pair.forEach((cardInPair, index) => {
  1544.                    setTimeout(() => {
  1545.                        cardInPair.classList.add('active');
  1546.                    }, pairIndex * 300); // 300ms delay between pairs
  1547.                });
  1548.            } else {
  1549.                // Fade out the pair when exiting viewport
  1550.                pair.forEach(cardInPair => {
  1551.                    cardInPair.classList.remove('active');
  1552.                });
  1553.            }
  1554.        });
  1555.    }, observerOptions);
  1556.  
  1557.    // Observe each card individually
  1558.    cards.forEach(card => {
  1559.        observer.observe(card);
  1560.    });
  1561. });
  1562. </script>
  1563.  
  1564.    
  1565.        
  1566.        <!-- end wpo-blog-highlights-section -->
  1567.        <!-- start wpo-blog-sponsored-section -->
  1568.        
  1569.  
  1570.  
  1571.  
  1572.    
  1573.  
  1574.  
  1575.  
  1576.    
  1577.        <!-- end wpo-blog-sponsored-section -->
  1578.        <!-- start wpo-subscribe-section -->
  1579.        
  1580.        <!-- end subscribe-section -->
  1581.        <!-- start of wpo-site-footer-section -->
  1582.        
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588. <footer class="wpo-site-footer-v3">
  1589.  <!-- Top Section - Logo -->
  1590.  <div class="footer-top-section py-4 border-bottom">
  1591.    <div class="container-fluid fluid-container">
  1592.      <div class="row justify-content-center">
  1593.        <div class="col-12 text-center">
  1594.          <div class="brand-logo">
  1595.            
  1596.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/493f351d-fdb5-4bf3-86da-19d1a5313b22_logo.png" alt="TechSphere Blog" class="footer-logo" />
  1597.            
  1598.            <p class="brand-tagline mt-2">Explore the latest in technology, digital trends, and innovation with expert analysis and insights. Stay updated with tech news and tutorials.</p>
  1599.          </div>
  1600.        </div>
  1601.      </div>
  1602.    </div>
  1603.  </div>
  1604.  
  1605.  <!-- Main Content -->
  1606.  <div class="footer-main-content pt-4">
  1607.    <div class="container-fluid fluid-container">
  1608.      <div class="row justify-content-center">
  1609.        <!-- Single Column: Quick Links -->
  1610.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  1611.          <div class="footer-column">
  1612.            <h5 class="column-title">Quick Links</h5>
  1613.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1614.              
  1615.            </ul>
  1616.          </div>
  1617.        </div>
  1618.  
  1619.        <!-- Single Column: Top Categories -->
  1620.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  1621.          <div class="footer-column">
  1622.            <h5 class="column-title">Top Categories</h5>
  1623.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  1624.              
  1625.                <li>
  1626.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  1627.                </li>
  1628.              
  1629.                <li>
  1630.                  <a class="menu-link" href="/category/business/">Business</a>
  1631.                </li>
  1632.              
  1633.                <li>
  1634.                  <a class="menu-link" href="/category/esports/">Esports</a>
  1635.                </li>
  1636.              
  1637.                <li>
  1638.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  1639.                </li>
  1640.              
  1641.                <li>
  1642.                  <a class="menu-link" href="/category/featured/">Featured</a>
  1643.                </li>
  1644.              
  1645.            </ul>
  1646.          </div>
  1647.        </div>
  1648.  
  1649.        <!-- Single Column: Blog Rolls -->
  1650.      <div class="col-12 text-center border-bottom pb-4">
  1651.          <div class="footer-column">
  1652.            <h5 class="column-title">Blog Rolls</h5>
  1653.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  1654.              
  1655.              
  1656.  
  1657.              
  1658.              
  1659.                
  1660.              
  1661.            </ul>
  1662.          </div>
  1663.        </div>
  1664.      </div>
  1665.    </div>
  1666.  </div>
  1667.  
  1668.  <!-- Footer Bottom -->
  1669.  <div class="footer-bottom py-3">
  1670.    <div class="container-fluid fluid-container">
  1671.      <div class="row justify-content-center">
  1672.        <div class="col-12 text-center">
  1673.          <div class="bottom-content">
  1674.            <div class="copyright-info mb-3">
  1675.              <p class="mb-0 text-info">
  1676.                &copy; 2026 <strong>TechSphere Blog</strong>. All rights reserved.
  1677.              </p>
  1678.            </div>
  1679.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  1680.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  1681.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  1682.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  1683.            </div>
  1684.          </div>
  1685.        </div>
  1686.      </div>
  1687.    </div>
  1688.  </div>
  1689. </footer>
  1690.  
  1691. <style>
  1692. .wpo-site-footer-v3 {
  1693.    background: var(--card-bg) !important;
  1694. }
  1695.  
  1696. .footer-logo {
  1697.    height: 60px;
  1698.    width: auto;
  1699. }
  1700. .text-info{
  1701.    color: var(--topbar-color) !important;
  1702. }
  1703.  
  1704. .brand-title {
  1705.    font-size: 22px;
  1706.    font-weight: 700;
  1707.    color: var(--topbar-color);
  1708.    margin: 0;
  1709. }
  1710.  
  1711. .brand-tagline {
  1712.    font-size: 14px;
  1713.    color: var(--topbar-color);
  1714.    margin: 0;
  1715. }
  1716.  
  1717. .column-title {
  1718.    font-size: 16px;
  1719.    font-weight: 600;
  1720.    color: var(--topbar-color) !important;
  1721.    margin-bottom: 15px;
  1722. }
  1723.  
  1724. .footer-menu {
  1725.    margin: 0;
  1726. }
  1727.  
  1728. .menu-link {
  1729.    color: var(--topbar-color) !important;
  1730.    text-decoration: none;
  1731.    font-size: 14px;
  1732.    transition: color 0.3s ease;
  1733. }
  1734.  
  1735. .menu-link:hover {
  1736.    color: var(--primary-color);
  1737. }
  1738.  
  1739. .footer-bottom {
  1740.    font-size: 13px;
  1741. }
  1742.  
  1743. .utility-link {
  1744.    color: var(--topbar-color) !important;
  1745.    text-decoration: none;
  1746.    font-size: 13px;
  1747.    transition: color 0.3s ease;
  1748. }
  1749. /* Responsive Design */
  1750. @media (max-width: 768px) {
  1751.    .footer-logo {
  1752.        height: 50px;
  1753.    }
  1754.    
  1755.    .column-title {
  1756.        font-size: 15px;
  1757.    }
  1758.    
  1759.    .menu-link {
  1760.        font-size: 13px;
  1761.    }
  1762. }
  1763.  
  1764. @media (max-width: 576px) {
  1765.    .brand-title {
  1766.        font-size: 20px;
  1767.    }
  1768.    
  1769.    .brand-tagline {
  1770.        font-size: 13px;
  1771.    }
  1772.    
  1773.    .cta-btn {
  1774.        font-size: 12px;
  1775.        padding: 5px 12px;
  1776.    }
  1777. }
  1778. </style>
  1779.  
  1780. <script>
  1781. // Prevent default for placeholder links
  1782. document.addEventListener('DOMContentLoaded', function() {
  1783.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  1784.        anchor.addEventListener('click', function(e) {
  1785.            e.preventDefault();
  1786.        });
  1787.    });
  1788. });
  1789. document.addEventListener('DOMContentLoaded', function () {
  1790.    var btn = document.getElementById('toggleBlogRollLinks');
  1791.    if (!btn) return; // No extra items, no button
  1792.  
  1793.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  1794.  
  1795.    btn.addEventListener('click', function () {
  1796.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  1797.            return li.classList.contains('d-none');
  1798.        });
  1799.  
  1800.        extras.forEach(function (li) {
  1801.            if (anyHidden) {
  1802.                li.classList.remove('d-none');
  1803.                li.classList.add('show');
  1804.            } else {
  1805.                li.classList.add('d-none');
  1806.                li.classList.remove('show');
  1807.            }
  1808.        });
  1809.  
  1810.        btn.textContent = anyHidden ? 'View less' : 'View more';
  1811.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  1812.    });
  1813. });
  1814.  
  1815. </script>
  1816.  
  1817.        <!-- end of wpo-site-footer-section -->
  1818.    </div>
  1819.    <!-- end of page-wrapper -->
  1820.  
  1821.    <!-- All JavaScript files
  1822.    ================================================== -->
  1823.    
  1824.  
  1825. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  1826. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  1827. <!-- Plugins for this template -->
  1828. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  1829. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  1830. <!-- Custom script for this template -->
  1831. <script src="/static/blogapp/assets/js/script.js"></script>
  1832.  
  1833. <script>
  1834. (function () {
  1835. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  1836. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  1837.  
  1838. function applyFallback(img) {
  1839. if (!img || img.dataset.fallbackApplied === "1") {
  1840. return;
  1841. }
  1842. var failedSrc = img.currentSrc || img.src || "";
  1843. img.dataset.fallbackApplied = "1";
  1844. img.onerror = null;
  1845. img.src = fallbackImageSrc;
  1846. console.warn("[ImageFallback] Replaced broken image:", {
  1847. failedSrc: failedSrc,
  1848. fallbackSrc: fallbackImageSrc,
  1849. alt: img.alt || "",
  1850. });
  1851. }
  1852.  
  1853. document.querySelectorAll("img").forEach(function (img) {
  1854. if (img.complete && img.naturalWidth === 0) {
  1855. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  1856. failedSrc: img.currentSrc || img.src || "",
  1857. alt: img.alt || "",
  1858. });
  1859. applyFallback(img);
  1860. }
  1861. });
  1862.  
  1863. document.addEventListener(
  1864. "error",
  1865. function (event) {
  1866. var target = event.target;
  1867. if (target && target.tagName === "IMG") {
  1868. applyFallback(target);
  1869. }
  1870. },
  1871. true
  1872. );
  1873. })();
  1874. </script>
  1875.  
  1876. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  1877.  
  1878.  
  1879.  
  1880. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"7a21ac3a16d74035a621b7e679820169","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  1881. </body>
  1882.  
  1883. </html>
  1884.  
  1885.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda