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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T165112.535_CchPud7_nkj30vE_NvunXJx.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Lifestyle Blog | Latest Trends &amp; Reviews</title>
  17.    <meta name="description" content="Explore expert articles on technology, digital lifestyle, and innovation. Stay updated with reviews, tutorials, and insights for modern living.">
  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://889993253.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #e6fafa;
  49.        --bs-dark: #0a2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f2f;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #0a2f2f;
  76.        --topbar-bg: #e6fafa;
  77.        --topbar-color: #0a2f2f;
  78.        --footer-bg: #0a2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 10px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_82">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407.  
  408.  
  409.            
  410.  
  411.  
  412.  
  413.  
  414.  
  415. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  416.  <div class="container-fluid fluid-container">
  417.    <div class="row flex-wrap align-items-center">
  418.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  419.        <div class="mobail-menu">
  420.          <button type="button" class="navbar-toggler open-btn">
  421.            <span class="sr-only">Toggle navigation</span>
  422.            <span class="icon-bar first-angle"></span>
  423.            <span class="icon-bar middle-angle"></span>
  424.            <span class="icon-bar last-angle"></span>
  425.          </button>
  426.        </div>
  427.      </div>
  428.      <div class="col-lg-2 col-md-6 col-6">
  429.        <div class="navbar-header">
  430.          <a class="navbar-brand" href="/">
  431.            
  432.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/42061263-a137-4421-a42d-39b4283a1c99_logo.png" alt="889993253 Blog" />
  433.            
  434.          </a>
  435.        </div>
  436.  
  437.      </div>
  438.      <div class="col-lg-8 col-md-1 col-1">
  439.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  440.          <button class="menu-close"><i class="ti-close"></i></button>
  441.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  442.            <li>
  443.              <a href="/">
  444.                Home
  445.              </a>
  446.            </li>
  447.            
  448.            
  449.             <li>
  450.              <a href="/category/all-posts/">
  451.                All Posts
  452.              </a>
  453.              </li>
  454.              
  455.  
  456.                  
  457.              
  458.             <li>
  459.              <a href="/category/business/">
  460.                Business
  461.              </a>
  462.              </li>
  463.              
  464.  
  465.                  
  466.              
  467.             <li>
  468.              <a href="/category/esports/">
  469.                Esports
  470.              </a>
  471.              </li>
  472.              
  473.  
  474.                  
  475.              
  476.             <li>
  477.              <a href="/category/fashion/">
  478.                Fashion
  479.              </a>
  480.              </li>
  481.              
  482.  
  483.                  
  484.              
  485.             <li>
  486.              <a href="/category/featured/">
  487.                Featured
  488.              </a>
  489.              </li>
  490.              
  491.  
  492.                  
  493.              
  494.            
  495.              <li class="menu-item-has-children">
  496.                <a href="#">More</a>
  497.                <ul class="sub-menu">
  498.                  <li>
  499.                    <a href="/category/gaming/">
  500.                      Gaming
  501.                    </a>
  502.                  </li>
  503.                  
  504.  
  505.                  
  506.              
  507.            
  508.                  <li>
  509.                    <a href="/category/health/">
  510.                      Health
  511.                    </a>
  512.                  </li>
  513.                  
  514.  
  515.                  
  516.              
  517.            
  518.                  <li>
  519.                    <a href="/category/life-fitness/">
  520.                      Life &amp; Fitness
  521.                    </a>
  522.                  </li>
  523.                  
  524.  
  525.                  
  526.              
  527.            
  528.                  <li>
  529.                    <a href="/category/lifestyle/">
  530.                      Lifestyle
  531.                    </a>
  532.                  </li>
  533.                  
  534.  
  535.                  
  536.              
  537.            
  538.                  <li>
  539.                    <a href="/category/news/">
  540.                      News
  541.                    </a>
  542.                  </li>
  543.                  
  544.  
  545.                  
  546.              
  547.            
  548.                  <li>
  549.                    <a href="/category/others/">
  550.                      Others
  551.                    </a>
  552.                  </li>
  553.                  
  554.  
  555.                  
  556.              
  557.            
  558.                  <li>
  559.                    <a href="/category/politics/">
  560.                      Politics
  561.                    </a>
  562.                  </li>
  563.                  
  564.  
  565.                  
  566.              
  567.            
  568.                  <li>
  569.                    <a href="/category/sports/">
  570.                      Sports
  571.                    </a>
  572.                  </li>
  573.                  
  574.  
  575.                  
  576.              
  577.            
  578.                  <li>
  579.                    <a href="/category/tech/">
  580.                      Tech
  581.                    </a>
  582.                  </li>
  583.                  
  584.  
  585.                  
  586.              
  587.            
  588.                  <li>
  589.                    <a href="/category/travel/">
  590.                      Travel
  591.                    </a>
  592.                  </li>
  593.                  
  594.  
  595.                  
  596.                </ul>
  597.              </li>
  598.              
  599.              
  600.              
  601.              <li>
  602.                <a href="/page/contact-us/">
  603.                  Contact Us
  604.                </a>
  605.              </li>
  606.          </ul>
  607.        </div>
  608.        <!-- end of nav-collapse -->
  609.      </div>
  610.      <div class="col-lg-2 col-md-2 col-2">
  611.        <div class="header-right">
  612.          <div class="header-search-form-wrapper">
  613.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  614.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  615.              <div class="header-search-form">
  616.                <form id="search-form">
  617.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  618.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  619.                </form>
  620.                <div id="search-results" class="search-v1 mt-2"></div>
  621.              </div>
  622.            </div>
  623.          </div>
  624.  
  625.          
  626.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  627.            <div class="header-right-menu">
  628.              <div class="right-menu-toggle-btn">
  629.                <span class="bg-link"></span>
  630.                <span class="bg-link"></span>
  631.                <span class="bg-link"></span>
  632.              </div>
  633.              <div class="header-right-menu-wrap z-1">
  634.                <button class="right-menu-close"><i class="ti-close"></i></button>
  635.                <div class="logo">
  636.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  637.                </div>
  638.                <div class="header-right-sec">
  639.                  <div class="project-widget widget">
  640.                    <h3 class="blog-color">Our Latest News</h3>
  641.                    <div class="posts">
  642.                      <div class="post">
  643.                        <div class="img-holder">
  644.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  645.                        </div>
  646.                        <div class="details">
  647.                          <span class="date blog-color">19 Jun 2022</span>
  648.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  649.                              Know.</a></h4>
  650.                        </div>
  651.                      </div>
  652.                      <div class="post">
  653.                        <div class="img-holder">
  654.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  655.                        </div>
  656.                        <div class="details">
  657.                          <span class="date blog-color">22 May 2022</span>
  658.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  659.                          </h4>
  660.                        </div>
  661.                      </div>
  662.                      <div class="post">
  663.                        <div class="img-holder">
  664.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  665.                        </div>
  666.                        <div class="details">
  667.                          <span class="date blog-color">12 Apr 2022</span>
  668.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  669.                          </h4>
  670.                        </div>
  671.                      </div>
  672.                    </div>
  673.                  </div>
  674.                  <div class="widget wpo-contact-widget">
  675.                    <div class="widget-title">
  676.                      <h3 class="blog-color">Contact Us</h3>
  677.                    </div>
  678.                    <div class="contact-ft">
  679.                      <ul>
  680.                        <li>
  681.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  682.                        </li>
  683.                        <li>
  684.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  685.                          + 8 (123) 123 456 789
  686.                        </li>
  687.                        <li>
  688.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  689.                        </li>
  690.                      </ul>
  691.                    </div>
  692.                  </div>
  693.                </div>
  694.              </div>
  695.              <div class="sidebar-blur"> </div>
  696.            </div>
  697.          </div> -->
  698.        </div>
  699.      </div>
  700.    </div>
  701.    <!-- end of container -->
  702. </nav>
  703. </nav>
  704. <style>
  705.  .navbar-brand img {
  706.    height: 70px;
  707.    object-fit: contain;
  708.  }
  709. </style>
  710. <script>
  711.  // jQuery or vanilla JavaScript to handle the AJAX search
  712.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  713.    e.preventDefault();  // Prevent the form from submitting normally
  714.  
  715.    const query = document.getElementById("search-input").value;
  716.  // Check if the input field is empty
  717.    if (query === "") {
  718.      // Clear the search results if the input is empty
  719.      document.getElementById("search-results").innerHTML = "";
  720.      return; // Exit the function early to avoid making an AJAX request
  721.    }
  722.    // Send AJAX request
  723.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  724.      method: "GET",
  725.        headers: {
  726.          "X-Requested-With": "XMLHttpRequest",
  727.        },
  728.    })
  729.      .then(response => response.json())
  730.      .then(data => {
  731.        if (data.html) {
  732.          document.getElementById("search-results").innerHTML = data.html;
  733.        } else {
  734.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  735.        }
  736.      })
  737.      .catch(error => {
  738.        console.error("Error fetching search results:", error);
  739.      });
  740.  });
  741.  
  742. </script>
  743.  
  744.        </header>
  745.        <!-- end of header -->
  746.        <!-- start of wpo-blog-hero -->
  747.        
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.        <!-- end of wpo-blog-hero -->
  758.  
  759.        <!-- start of wpo-breacking-news -->
  760.        
  761.        <!-- end of wpo-breacking-news -->
  762.        
  763.        <!-- start wpo-blog-highlights-section -->
  764.        
  765.  
  766.  
  767.  
  768.    
  769.  
  770.  
  771.  
  772. <style>
  773.    /* General Section Styling */
  774.    .blog-highlights-v10 {
  775.        padding: 20px 0;  /* Adjusted padding for distinction */
  776.        position: relative;
  777.    }
  778.  
  779.    /* Section Header */
  780.    .section-header-v10 {
  781.        text-align: left;  /* Left-aligned for uniqueness */
  782.        margin-bottom: 50px;
  783.        padding-left: 15px;
  784.    }
  785.  
  786.    .section-title-v10 {
  787.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  788.        font-weight: 800;
  789.        color: #1a1a1a;
  790.        margin-bottom: 15px;
  791.        text-transform: none;  /* No uppercase for modern look */
  792.    }
  793.  
  794.    .section-subtitle-v10 {
  795.        font-size: 1.05rem;
  796.        color: #555;
  797.        max-width: 650px;
  798.        line-height: 1.6;
  799.    }
  800.  
  801.  
  802.    /* Blog Card */
  803.    .blog-card-v10 {
  804.        background: var(--card-bg);
  805.        border-radius: 10px;  /* Softer corners */
  806.        margin-bottom: 35px;
  807.        overflow: hidden;
  808.        opacity: 0;  /* Initially hidden for animation */
  809.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  810.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  811.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  812.    }
  813.  
  814.    .blog-card-v10.visible {
  815.        opacity: 1;
  816.        transform: rotate(0deg);  /* Straighten on appearance */
  817.    }
  818.  
  819.    @keyframes fadeRotateIn {
  820.        from {
  821.            opacity: 0;
  822.            transform: rotate(1.5deg);
  823.        }
  824.        to {
  825.            opacity: 1;
  826.            transform: rotate(0deg);
  827.        }
  828.    }
  829.  
  830.    .blog-card-v10:hover {
  831.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  832.    }
  833.  
  834.    /* Blog Image */
  835.    .blog-image-container-v10 {
  836.        width: 100%;
  837.        height: 240px;  /* Unique height for v10 */
  838.        overflow: hidden;
  839.        position: relative;
  840.    }
  841.  
  842.    .blog-image-v10 img {
  843.        width: 100%;
  844.        height: 100%;
  845.        object-fit: cover;
  846.    }
  847.  
  848.    /* Blog Content */
  849.    .blog-content-v10 {
  850.        padding: 20px 22px;  /* Adjusted padding */
  851.        text-align: left;
  852.    }
  853.  
  854.    .blog-title-v10 {
  855.        font-size: 1.55rem;  /* Slightly larger than v9 */
  856.        font-weight: 700;
  857.        margin-bottom: 12px;
  858.        color: #1a1a1a;
  859.    }
  860.  
  861.    .blog-meta-v10 {
  862.        font-size: 0.85rem;
  863.        color: #777;
  864.        margin-bottom: 12px;
  865.        font-style: italic;  /* Italic for distinction */
  866.    }
  867.  
  868.    .blog-excerpt-v10 {
  869.        font-size: 0.95rem;
  870.        color: #555;
  871.        margin-bottom: 15px;
  872.        line-height: 1.6;
  873.    }
  874.  
  875.    .blog-actions-v10 {
  876.        display: inline-block;
  877.    }
  878.  
  879.    .blog-read-more-v10 {
  880.        font-size: 0.95rem;
  881.        color: #e74c3c;  /* Red accent for uniqueness */
  882.        text-decoration: none;
  883.        font-weight: 600;
  884.        transition: color 0.3s ease;
  885.    }
  886.  
  887.    .blog-read-more-v10:hover {
  888.        color: #c0392b;  /* Darker red on hover */
  889.    }
  890.    /* Responsive Design */
  891.    @media (max-width: 768px) {
  892.        .section-title-v10 {
  893.            font-size: 2.4rem;
  894.        }
  895.  
  896.        .section-header-v10 {
  897.            padding-left: 10px;
  898.        }
  899.        
  900.        .blog-card-v10 {
  901.            margin-bottom: 20px;
  902.        }
  903.  
  904.        .blog-meta-v10 {
  905.            font-size: 0.75rem;
  906.        }
  907.  
  908.        .blog-image-container-v10 {
  909.            height: 170px;  /* Adjusted for mobile */
  910.        }
  911.  
  912.        .sidebar-v10 {
  913.            padding: 15px;
  914.        }
  915.    }
  916. </style>
  917.  
  918. <section class="blog-highlights-v10">
  919.    <div class="container-fluid fluid-container">
  920.        <!-- Section Header -->
  921.        <div class="row">
  922.            <div class="col-12 col-lg-10">  
  923.                <div class="section-header-v10">
  924.                    <h2 class="section-title-v10">
  925.                Today's Top Highlights
  926.                   </h2>
  927.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  928.                </div>
  929.            </div>
  930.        </div>
  931.        
  932.        <!-- Blog Grid and Sidebar -->
  933.        <div class="row">
  934.            <div class="col-lg-8">
  935.                <div class="row">
  936.                    
  937.                    
  938.  
  939.                </div>
  940.            </div>
  941.  
  942.            <!-- Sidebar -->
  943.                   <div class="col col-lg-4 col-12">
  944.                <div class="sidebar-v10">
  945.                      
  946.  
  947.  
  948.  
  949.    
  950.  
  951. <!-- Curved Heading Sidebar -->
  952.    <div class="sidebar mb-3">
  953.        
  954. <!--        
  955.       <div class="sidebar-widget mb-5">
  956.            <div class="widget-title-wrapper mb-3">
  957.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  958.                    <div class="title-border"></div>
  959.                    <i class="ti-folder me-2"></i>Blog Archives
  960.                </h4>
  961.            </div>
  962.            <div class="widget-content shadow-sm rounded-3 p-4">
  963.                <div class="archives-list">
  964.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  965.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  966.                            <i class="ti-angle-right me-2 text-primary"></i>
  967.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  968.                        </a>
  969.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  970.                    </div>
  971.  
  972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  973.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  974.                            <i class="ti-angle-right me-2 text-primary"></i>
  975.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  976.                        </a>
  977.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  978.                    </div>
  979.  
  980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  981.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  982.                            <i class="ti-angle-right me-2 text-primary"></i>
  983.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  984.                        </a>
  985.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  986.                    </div>
  987.  
  988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  989.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  990.                            <i class="ti-angle-right me-2 text-primary"></i>
  991.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  992.                        </a>
  993.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  994.                    </div>
  995.  
  996.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  997.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  998.                            <i class="ti-angle-right me-2 text-primary"></i>
  999.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  1000.                        </a>
  1001.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  1002.                    </div>
  1003.  
  1004.                    <div class="archive-item d-flex justify-content-between align-items-center">
  1005.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1006.                            <i class="ti-angle-right me-2 text-primary"></i>
  1007.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  1008.                        </a>
  1009.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  1010.                    </div>
  1011.                </div>
  1012.                
  1013.                <div class="text-center mt-4 pt-3 border-top border-color">
  1014.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1015.                        <i class="ti-archive me-1"></i>View All Archives
  1016.                    </a>
  1017.                </div>
  1018.            </div>
  1019.        </div> -->
  1020.        <div class="sidebar-widget mb-4">
  1021.            <div class="widget-title-wrapper mb-3">
  1022.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1023.                    <div class="title-border-primary"></div>
  1024.                    <i class="ti-star me-2"></i>Popular Posts
  1025.                </h4>
  1026.            </div>
  1027.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  1028.                <div class="popular-post-list">
  1029.                    
  1030.                    
  1031.  
  1032.                </div>
  1033.                
  1034.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  1035.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  1036.                        <i class="ti-trophy me-1"></i>View All Popular
  1037.                    </a>
  1038.                </div> -->
  1039.            </div>
  1040.        </div>
  1041.  
  1042. </div>
  1043. <style>
  1044.    
  1045.  .widget-content {
  1046.    background-color: var(--card-bg);
  1047.    border: 1px solid var(--border-color);
  1048.  }
  1049. </style>
  1050.  
  1051.    
  1052.                </div>
  1053.            </div>
  1054.        </div>
  1055.    </div>
  1056. </section>
  1057.  
  1058. <script>
  1059.    // Intersection Observer for Fade-in with Slight Rotation
  1060.    document.addEventListener('DOMContentLoaded', function() {
  1061.        const observerOptions = {
  1062.            threshold: 0.15, // Trigger when 15% of the card is visible
  1063.            rootMargin: '0px 0px -50px 0px',
  1064.        };
  1065.  
  1066.        const observer = new IntersectionObserver(function(entries, observer) {
  1067.            entries.forEach(entry => {
  1068.                if (entry.isIntersecting) {
  1069.                    entry.target.classList.add('visible');
  1070.                    observer.unobserve(entry.target);
  1071.                }
  1072.            });
  1073.        }, observerOptions);
  1074.  
  1075.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  1076.            observer.observe(card);
  1077.        });
  1078.    });
  1079. </script>
  1080.  
  1081.    
  1082.        
  1083.        <!-- end wpo-blog-highlights-section -->
  1084.        <!-- start wpo-blog-sponsored-section -->
  1085.        
  1086.  
  1087.  
  1088.  
  1089.    
  1090.  
  1091.  
  1092.    
  1093.        <!-- end wpo-blog-sponsored-section -->
  1094.        <!-- start wpo-subscribe-section -->
  1095.        
  1096.        <!-- end subscribe-section -->
  1097.        <!-- start of wpo-site-footer-section -->
  1098.        
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105. <!-- Footer V4 - Modern Corporate Design -->
  1106. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  1107.  
  1108.    <div class="container-fluid fluid-container">
  1109.        
  1110.        <!-- Content Sections -->
  1111.        <div class="content-sections">
  1112.            <div class="row g-5">
  1113.                
  1114.                <!-- Brand Column -->
  1115.                <div class="col-lg-4 col-md-12">
  1116.                    <div class="brand-section">
  1117.                        <div class="brand-header">
  1118.                            
  1119.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/42061263-a137-4421-a42d-39b4283a1c99_logo.png" alt="889993253 Blog" class="brand-logo" loading="lazy">
  1120.                            
  1121.                            <div class="brand-text">
  1122.                                <h3 class="brand-name">889993253 Blog</h3>
  1123.                                <span class="brand-type">Digital Publication</span>
  1124.                            </div>
  1125.                        </div>
  1126.                        <p class="brand-description  text-lg-start ">
  1127.                            Explore expert articles on technology, digital lifestyle, and innovation. Stay updated with reviews, tutorials, and insights for modern living.
  1128.                        </p>
  1129.                    </div>
  1130.                </div>
  1131.  
  1132.                <!-- Quick Links Column -->
  1133.               <div class="col-lg-4 col-md-6">
  1134.                    <div class="links-section">
  1135.                        <div class="section-title">
  1136.                            <h4 class="title-text">Resources</h4>
  1137.                            <div class="title-decoration"></div>
  1138.                        </div>
  1139.                        <div class="links-container">
  1140.                          
  1141. <div class="link-group">
  1142.    <ul class="link-list" id="externalLinks">
  1143.        
  1144.  
  1145.    
  1146.        
  1147.        
  1148.        
  1149.    </ul>
  1150. </div>
  1151.  
  1152.                        </div>
  1153.                    </div>
  1154.                </div>
  1155.  
  1156.                <!-- Categories Column -->
  1157.                <div class="col-lg-4 col-md-6">
  1158.                    <div class="categories-section">
  1159.                        <div class="section-title">
  1160.                            <h4 class="title-text">Explore Topics</h4>
  1161.                            <div class="title-decoration"></div>
  1162.                        </div>
  1163.                        <div class="categories-container">
  1164.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  1165.                            <div class="categories-cloud">
  1166.                                
  1167.                                <a href="/category/all-posts/" class="category-pill">
  1168.                                    All Posts
  1169.                                </a>
  1170.                                
  1171.                                <a href="/category/business/" class="category-pill">
  1172.                                    Business
  1173.                                </a>
  1174.                                
  1175.                                <a href="/category/esports/" class="category-pill">
  1176.                                    Esports
  1177.                                </a>
  1178.                                
  1179.                                <a href="/category/fashion/" class="category-pill">
  1180.                                    Fashion
  1181.                                </a>
  1182.                                
  1183.                                <a href="/category/featured/" class="category-pill">
  1184.                                    Featured
  1185.                                </a>
  1186.                                
  1187.                                <a href="/category/gaming/" class="category-pill">
  1188.                                    Gaming
  1189.                                </a>
  1190.                                
  1191.                                <a href="/category/health/" class="category-pill">
  1192.                                    Health
  1193.                                </a>
  1194.                                
  1195.                                <a href="/category/life-fitness/" class="category-pill">
  1196.                                    Life &amp; Fitness
  1197.                                </a>
  1198.                                
  1199.                            </div>
  1200.                        </div>
  1201.                    </div>
  1202.                </div>
  1203.  
  1204.            </div>
  1205.        </div>
  1206.  
  1207.        <!-- Footer Bottom -->
  1208.        <div class="footer-bottom">
  1209.            <div class="bottom-border"></div>
  1210.            <div class=" d-flex justify-content-between flex-wrap">
  1211.                <div>
  1212.                    <div class="copyright-info">
  1213.                        <p class="copyright-main">
  1214.                            Â© 2026 <span class="brand-highlight">889993253 Blog</span>. All rights reserved.
  1215.                        </p>
  1216.                        <p class="copyright-sub">
  1217.                            Thoughtfully crafted content for curious minds worldwide.
  1218.                        </p>
  1219.                    </div>
  1220.                </div>
  1221.                <div>
  1222.                    <div class="footer-actions">
  1223.                        <div class="action-links">
  1224.                            <a href="/page/write-for-us/" class="action-link">
  1225.                                <i class="bi bi-shield-check"></i>
  1226.                                <span>Write For Us</span>
  1227.                            </a>
  1228.                            <a href="/page/terms-and-conditions/" class="action-link">
  1229.                                <i class="bi bi-shield-check"></i>
  1230.                                <span>Terms & Conditions</span>
  1231.                            </a>
  1232.                            <a href="/sitemap.xml" class="action-link">
  1233.                                <i class="bi bi-diagram-3"></i>
  1234.                                <span>Sitemap</span>
  1235.                            </a>
  1236.                        </div>
  1237.  
  1238.                    </div>
  1239.                </div>
  1240.            </div>
  1241.        </div>
  1242.  
  1243.    </div>
  1244.  
  1245.    
  1246.  
  1247. </footer>
  1248.  
  1249.  
  1250. <style>
  1251. /* Footer V4 - Modern Corporate Design */
  1252. .wpo-site-footer-v4 {
  1253.    color: var(--footer-color);
  1254.    margin-top: 100px;
  1255. }
  1256.  
  1257.  
  1258. .accent-line {
  1259.    position: absolute;
  1260.    top: 0;
  1261.    height: 100%;
  1262.    width: 33.333%;
  1263.    opacity: 0.8;
  1264. }
  1265.  
  1266. .accent-1 {
  1267.    left: 0;
  1268.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  1269.    animation: slideRight 3s ease-in-out infinite;
  1270. }
  1271.  
  1272. .accent-2 {
  1273.    left: 33.333%;
  1274.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  1275.    animation: slideRight 3s ease-in-out infinite 1s;
  1276. }
  1277.  
  1278. .accent-3 {
  1279.    left: 66.666%;
  1280.    background: linear-gradient(90deg, #10b981, #059669);
  1281.    animation: slideRight 3s ease-in-out infinite 2s;
  1282. }
  1283.  
  1284. @keyframes slideRight {
  1285.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  1286.    50% { transform: translateX(10px); opacity: 1; }
  1287. }
  1288.  
  1289. /* Content Sections */
  1290. .content-sections {
  1291.    padding: 60px 0;
  1292.    position: relative;
  1293.    z-index: 2;
  1294. }
  1295.  
  1296. /* Brand Section */
  1297. .brand-section {
  1298.    padding-right: 2rem;
  1299. }
  1300.  
  1301. .brand-header {
  1302.    display: flex;
  1303.    align-items: center;
  1304.    margin-bottom: 2rem;
  1305.    gap: 1rem;
  1306. }
  1307.  
  1308. .brand-logo {
  1309.    height: 50px;
  1310.    width: auto;
  1311.    border-radius: 8px;
  1312. }
  1313.  
  1314. .brand-name {
  1315.    font-size: 1.5rem;
  1316.    font-weight: 800;
  1317.    color: var(--footer-color) !important;
  1318.    margin: 0;
  1319. }
  1320.  
  1321. .brand-type {
  1322.    color: var(--footer-color) !important;
  1323.    opacity: 0.8;
  1324.    font-size: 0.85rem;
  1325.    font-weight: 500;
  1326.    text-transform: uppercase;
  1327.    letter-spacing: 0.5px;
  1328. }
  1329.  
  1330. .brand-description {
  1331.    color: var(--footer-color) !important;
  1332.    line-height: 1.7;
  1333.    margin-bottom: 2rem;
  1334.    font-size: 0.95rem;
  1335. }
  1336.  
  1337. .brand-stats {
  1338.    display: flex;
  1339.    align-items: center;
  1340.    gap: 1.5rem;
  1341. }
  1342.  
  1343. .stat-item {
  1344.    text-align: center;
  1345. }
  1346.  
  1347. .stat-number {
  1348.    font-size: 1.5rem;
  1349.    font-weight: 800;
  1350.    color: #3b82f6;
  1351.    display: block;
  1352.    line-height: 1;
  1353. }
  1354.  
  1355. .stat-label {
  1356.    font-size: 0.8rem;
  1357.    color: #94a3b8;
  1358.    margin-top: 0.25rem;
  1359. }
  1360.  
  1361. .stat-divider {
  1362.    width: 1px;
  1363.    height: 40px;
  1364.    background: rgba(255, 255, 255, 0.2);
  1365. }
  1366.  
  1367. /* Links Section */
  1368. .links-section {
  1369.    padding-left: 1rem;
  1370.    padding-right: 1rem;
  1371. }
  1372.  
  1373. .section-title {
  1374.    margin-bottom: 2rem;
  1375.    position: relative;
  1376. }
  1377.  
  1378. .title-text {
  1379.    font-size: 1.3rem;
  1380.    font-weight: 700;
  1381.    color: var(--footer-color) !important;
  1382.    margin-bottom: 0.5rem;
  1383.    text-align: justify !important;
  1384. }
  1385.  
  1386.  
  1387. .link-group {
  1388.    margin-bottom: 2rem;
  1389. }
  1390.  
  1391. .group-title {
  1392.    font-size: 1rem;
  1393.    font-weight: 600;
  1394.    color: #f1f5f9;
  1395.    margin-bottom: 1rem;
  1396.    padding-bottom: 0.5rem;
  1397.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  1398. }
  1399.  
  1400. .link-list {
  1401.    list-style: none;
  1402.    padding: 0;
  1403.    margin: 0;
  1404. }
  1405.  
  1406. .link-item {
  1407.    margin-bottom: 0.75rem;
  1408. }
  1409.  
  1410. .link-text {
  1411.    color: var(--footer-color) !important;
  1412.    text-decoration: none;
  1413.    font-size: 0.9rem;
  1414.    display: flex;
  1415.    align-items: center;
  1416.    transition: all 0.3s ease;
  1417.    padding: 0.25rem 0;
  1418. }
  1419.  
  1420. .link-text:hover {
  1421.    color: #3b82f6;
  1422.    padding-left: 0.5rem;
  1423. }
  1424.  
  1425. .link-icon {
  1426.    margin-right: 0.5rem;
  1427.    opacity: 0;
  1428.    transition: opacity 0.3s ease;
  1429. }
  1430.  
  1431. .link-text:hover .link-icon {
  1432.    opacity: 1;
  1433. }
  1434.  
  1435. .external-icon {
  1436.    color: #10b981;
  1437. }
  1438.  
  1439. /* Categories Section */
  1440. .categories-section {
  1441.    padding-left: 1rem;
  1442. }
  1443.  
  1444. .categories-intro {
  1445.    color: #cbd5e1;
  1446.    margin-bottom: 1.5rem;
  1447.    font-size: 0.9rem;
  1448. }
  1449.  
  1450. .categories-cloud {
  1451.    display: flex;
  1452.    flex-wrap: wrap;
  1453.    gap: 0.75rem;
  1454. }
  1455.  
  1456. .category-pill {
  1457.    display: inline-block;
  1458.    padding: 0.5rem 1rem;
  1459.    background: rgba(255, 255, 255, 0.1);
  1460.    border: 1px solid rgba(255, 255, 255, 0.2);
  1461.    border-radius: 20px;
  1462.    color:  var(--footer-color) !important;
  1463.    text-decoration: none;
  1464.    font-size: 0.85rem;
  1465.    opacity: 0.7;
  1466.    font-weight: 500;
  1467.    transition: all 0.3s ease;
  1468. }
  1469.  
  1470. .category-pill:hover {
  1471.    background: #3b82f6;
  1472.    border-color: #3b82f6;
  1473.    color: var(--footer-color) !important;
  1474.    opacity: 1;
  1475.    transform: translateY(-1px);
  1476.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  1477. }
  1478.  
  1479. /* Footer Bottom */
  1480. .footer-bottom {
  1481.    padding: 2rem 0;
  1482.    position: relative;
  1483.    z-index: 2;
  1484. }
  1485.  
  1486. .bottom-border {
  1487.    height: 1px;
  1488.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1489.    margin-bottom: 2rem;
  1490. }
  1491.  
  1492. .copyright-main {
  1493.    font-size: 1rem;
  1494.    color: #e2e8f0;
  1495.    margin-bottom: 0.25rem;
  1496. }
  1497.  
  1498. .brand-highlight {
  1499.    color: var(--footer-color);
  1500.    font-weight: 700;
  1501. }
  1502.  
  1503. .copyright-sub {
  1504.    font-size: 0.85rem;
  1505.    color: #94a3b8;
  1506.    margin: 0;
  1507. }
  1508.  
  1509. .footer-actions {
  1510.    display: flex;
  1511.    align-items: center;
  1512.    gap: 2rem;
  1513. }
  1514.  
  1515. .action-links {
  1516.    display: flex;
  1517.    gap: 1.5rem;
  1518. }
  1519.  
  1520. .action-link {
  1521.    display: flex;
  1522.    align-items: center;
  1523.    gap: 0.5rem;
  1524.    color: #cbd5e1;
  1525.    text-decoration: none;
  1526.    font-size: 0.9rem;
  1527.    transition: color 0.3s ease;
  1528. }
  1529.  
  1530. .action-link:hover {
  1531.    color: #3b82f6;
  1532. }
  1533.  
  1534. .scroll-to-top-btn {
  1535.    background: rgba(255, 255, 255, 0.1);
  1536.    border: 1px solid rgba(255, 255, 255, 0.2);
  1537.    color: #cbd5e1;
  1538.    width: 44px;
  1539.    height: 44px;
  1540.    border-radius: 12px;
  1541.    cursor: pointer;
  1542.    transition: all 0.3s ease;
  1543.    display: flex;
  1544.    align-items: center;
  1545.    justify-content: center;
  1546. }
  1547.  
  1548. .scroll-to-top-btn:hover {
  1549.    background: #3b82f6;
  1550.    border-color: #3b82f6;
  1551.    color: white;
  1552.    transform: translateY(-2px);
  1553. }
  1554.  
  1555. /* Background Pattern */
  1556. .footer-pattern {
  1557.    position: absolute;
  1558.    top: 0;
  1559.    left: 0;
  1560.    width: 100%;
  1561.    height: 100%;
  1562.    z-index: 1;
  1563.    overflow: hidden;
  1564. }
  1565.  
  1566. .pattern-grid {
  1567.    position: relative;
  1568.    width: 100%;
  1569.    height: 100%;
  1570. }
  1571.  
  1572. .pattern-dot {
  1573.    position: absolute;
  1574.    width: 2px;
  1575.    height: 2px;
  1576.    background: rgba(255, 255, 255, 0.1);
  1577.    border-radius: 50%;
  1578. }
  1579.  
  1580. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  1581. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  1582. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  1583. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  1584. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  1585. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  1586.  
  1587. /* Responsive Design */
  1588. @media (max-width: 992px) {
  1589.    .newsletter-heading {
  1590.        font-size: 2rem;
  1591.    }
  1592.    
  1593.    .brand-section {
  1594.        padding-right: 0;
  1595.        margin-bottom: 3rem;
  1596.    }
  1597.    
  1598.    .links-section, .categories-section {
  1599.        padding-left: 0;
  1600.        padding-right: 0;
  1601.    }
  1602.    
  1603.    .brand-stats {
  1604.        justify-content: center;
  1605.        margin-top: 2rem;
  1606.    }
  1607. }
  1608.  
  1609. @media (max-width: 768px) {
  1610.    .newsletter-section {
  1611.        padding: 60px 0 40px;
  1612.    }
  1613.    
  1614.    .newsletter-container {
  1615.        padding: 2rem 1.5rem;
  1616.        margin: 0 1rem;
  1617.    }
  1618.    
  1619.    .newsletter-heading {
  1620.        font-size: 1.75rem;
  1621.    }
  1622.    
  1623.    .content-sections {
  1624.        padding: 40px 0;
  1625.    }
  1626.    
  1627.    .brand-header {
  1628.        flex-direction: column;
  1629.        text-align: center;
  1630.    }
  1631.    
  1632.    .footer-actions {
  1633.        flex-direction: column;
  1634.        gap: 1rem;
  1635.        margin-top: 1.5rem;
  1636.    }
  1637.    
  1638.    .action-links {
  1639.        order: 2;
  1640.    }
  1641.    
  1642.    .scroll-to-top-btn {
  1643.        order: 1;
  1644.    }
  1645. }
  1646.  
  1647. @media (max-width: 576px) {
  1648.    .newsletter-container {
  1649.        padding: 1.5rem 1rem;
  1650.    }
  1651.    
  1652.    .newsletter-heading {
  1653.        font-size: 1.5rem;
  1654.    }
  1655.    
  1656.    .brand-stats {
  1657.        flex-direction: column;
  1658.        gap: 1rem;
  1659.    }
  1660.    
  1661.    .stat-divider {
  1662.        width: 40px;
  1663.        height: 1px;
  1664.    }
  1665.    
  1666.    .action-links {
  1667.        flex-direction: column;
  1668.        gap: 0.75rem;
  1669.        text-align: center;
  1670.    }
  1671.    
  1672.    .pattern-dot {
  1673.        display: none;
  1674.    }
  1675. }
  1676. </style>
  1677.  
  1678. <!-- Bootstrap 5 JS -->
  1679.  
  1680. <script>
  1681. // Scroll to Top Function
  1682. document.addEventListener('DOMContentLoaded', function () {
  1683.    var btn = document.getElementById('toggleExternal');
  1684.    if (!btn) return; // No extra items, no button
  1685.  
  1686.    var extras = document.querySelectorAll('#externalLinks li.extra');
  1687.  
  1688.    btn.addEventListener('click', function () {
  1689.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  1690.            return li.classList.contains('d-none');
  1691.        });
  1692.  
  1693.        extras.forEach(function (li) {
  1694.            if (anyHidden) {
  1695.                li.classList.remove('d-none');
  1696.                li.classList.add('show');
  1697.            } else {
  1698.                li.classList.add('d-none');
  1699.                li.classList.remove('show');
  1700.            }
  1701.        });
  1702.  
  1703.        btn.textContent = anyHidden ? 'View less' : 'View more';
  1704.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  1705.    });
  1706. });
  1707. function scrollToTop() {
  1708.    window.scrollTo({
  1709.        top: 0,
  1710.        behavior: 'smooth'
  1711.    });
  1712. }
  1713.  
  1714. // Initialize Footer V4 Features
  1715. document.addEventListener('DOMContentLoaded', function() {
  1716.    
  1717.    // Newsletter Form Handling
  1718.    const newsletterForm = document.querySelector('.newsletter-form');
  1719.    const emailInput = document.querySelector('.form-input');
  1720.    const submitButton = document.querySelector('.submit-button');
  1721.    const successMessage = document.querySelector('.success-message');
  1722.    const errorMessage = document.querySelector('.error-message');
  1723.    const infoMessage = document.querySelector('.info-message');
  1724.    
  1725.    if (newsletterForm && emailInput && submitButton) {
  1726.        
  1727.        // Form submission
  1728.        newsletterForm.addEventListener('submit', function(e) {
  1729.            e.preventDefault();
  1730.            
  1731.            const email = emailInput.value.trim();
  1732.            
  1733.            // Validate email
  1734.            if (!email || !isValidEmail(email)) {
  1735.                showMessage('error');
  1736.                emailInput.focus();
  1737.                return;
  1738.            }
  1739.            
  1740.            // Show loading state
  1741.            const originalText = submitButton.querySelector('.button-text').textContent;
  1742.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  1743.            
  1744.            submitButton.disabled = true;
  1745.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  1746.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  1747.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  1748.            
  1749.            // Simulate API call
  1750.            setTimeout(() => {
  1751.                // Success state
  1752.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  1753.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  1754.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  1755.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  1756.                
  1757.                showMessage('success');
  1758.                
  1759.                // Reset after delay
  1760.                setTimeout(() => {
  1761.                    submitButton.querySelector('.button-text').textContent = originalText;
  1762.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  1763.                    submitButton.style.background = '';
  1764.                    submitButton.disabled = false;
  1765.                    emailInput.value = '';
  1766.                    showMessage('info');
  1767.                }, 3000);
  1768.                
  1769.            }, 2000);
  1770.        });
  1771.        
  1772.        // Input validation
  1773.        emailInput.addEventListener('blur', function() {
  1774.            const email = this.value.trim();
  1775.            if (email && !isValidEmail(email)) {
  1776.                this.style.borderColor = '#ef4444';
  1777.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  1778.            } else if (email && isValidEmail(email)) {
  1779.                this.style.borderColor = '#10b981';
  1780.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  1781.            }
  1782.        });
  1783.        
  1784.        emailInput.addEventListener('focus', function() {
  1785.            this.style.borderColor = '#3b82f6';
  1786.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  1787.        });
  1788.        
  1789.        // Reset validation styling on input
  1790.        emailInput.addEventListener('input', function() {
  1791.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  1792.                this.style.borderColor = '';
  1793.                this.style.boxShadow = '';
  1794.            }
  1795.        });
  1796.    }
  1797.    
  1798.    // Email validation function
  1799.    function isValidEmail(email) {
  1800.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  1801.        return emailRegex.test(email);
  1802.    }
  1803.    
  1804.    // Message display function
  1805.    function showMessage(type) {
  1806.        // Hide all messages
  1807.        successMessage.style.display = 'none';
  1808.        errorMessage.style.display = 'none';
  1809.        infoMessage.style.display = 'none';
  1810.        
  1811.        // Show specific message
  1812.        if (type === 'success') {
  1813.            successMessage.style.display = 'block';
  1814.        } else if (type === 'error') {
  1815.            errorMessage.style.display = 'block';
  1816.        } else if (type === 'info') {
  1817.            infoMessage.style.display = 'block';
  1818.        }
  1819.    }
  1820.    
  1821.    // Smooth reveal animations
  1822.    const observerOptions = {
  1823.        threshold: 0.1,
  1824.        rootMargin: '0px 0px -30px 0px'
  1825.    };
  1826.    
  1827.    const sectionObserver = new IntersectionObserver((entries) => {
  1828.        entries.forEach(entry => {
  1829.            if (entry.isIntersecting) {
  1830.                entry.target.style.opacity = '1';
  1831.                entry.target.style.transform = 'translateY(0)';
  1832.            }
  1833.        });
  1834.    }, observerOptions);
  1835.    
  1836.    // Animate sections
  1837.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  1838.        section.style.opacity = '0';
  1839.        section.style.transform = 'translateY(20px)';
  1840.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  1841.        sectionObserver.observe(section);
  1842.    });
  1843.    
  1844.    // Animate category pills
  1845.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  1846.        pill.style.opacity = '0';
  1847.        pill.style.transform = 'translateY(10px)';
  1848.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  1849.        
  1850.        setTimeout(() => {
  1851.            pill.style.opacity = '1';
  1852.            pill.style.transform = 'translateY(0)';
  1853.        }, 300 + (index * 100));
  1854.    });
  1855.    
  1856.    // Enhanced link hover effects
  1857.    document.querySelectorAll('.link-text').forEach(link => {
  1858.        link.addEventListener('mouseenter', function() {
  1859.            const icon = this.querySelector('.link-icon');
  1860.            if (icon) {
  1861.                icon.style.transform = 'translateX(4px)';
  1862.            }
  1863.        });
  1864.        
  1865.        link.addEventListener('mouseleave', function() {
  1866.            const icon = this.querySelector('.link-icon');
  1867.            if (icon) {
  1868.                icon.style.transform = 'translateX(0)';
  1869.            }
  1870.        });
  1871.    });
  1872.    
  1873.    // Prevent default for demo links
  1874.    document.querySelectorAll('a[href="#"]').forEach(link => {
  1875.        link.addEventListener('click', function(e) {
  1876.            e.preventDefault();
  1877.        });
  1878.    });
  1879.    
  1880.    // Add ripple effect to submit button
  1881.    submitButton.addEventListener('click', function(e) {
  1882.        const ripple = document.createElement('span');
  1883.        const rect = this.getBoundingClientRect();
  1884.        const size = Math.max(rect.width, rect.height);
  1885.        const x = e.clientX - rect.left - size / 2;
  1886.        const y = e.clientY - rect.top - size / 2;
  1887.        
  1888.        ripple.style.cssText = `
  1889.            position: absolute;
  1890.            width: ${size}px;
  1891.            height: ${size}px;
  1892.            left: ${x}px;
  1893.            top: ${y}px;
  1894.            background: rgba(255, 255, 255, 0.3);
  1895.            border-radius: 50%;
  1896.            transform: scale(0);
  1897.            animation: ripple 0.6s ease-out;
  1898.            pointer-events: none;
  1899.        `;
  1900.        
  1901.        this.appendChild(ripple);
  1902.        
  1903.        setTimeout(() => {
  1904.            ripple.remove();
  1905.        }, 600);
  1906.    });
  1907.    
  1908. });
  1909.  
  1910. // Add CSS for ripple animation
  1911. const rippleStyle = document.createElement('style');
  1912. rippleStyle.textContent = `
  1913.    @keyframes ripple {
  1914.        to {
  1915.            transform: scale(2);
  1916.            opacity: 0;
  1917.        }
  1918.    }
  1919.    
  1920.    @keyframes spin {
  1921.        from { transform: rotate(0deg); }
  1922.        to { transform: rotate(360deg); }
  1923.    }
  1924.    
  1925.    .submit-button {
  1926.        position: relative;
  1927.        overflow: hidden;
  1928.    }
  1929. `;
  1930. document.head.appendChild(rippleStyle);
  1931. </script>
  1932.  
  1933.        <!-- end of wpo-site-footer-section -->
  1934.    </div>
  1935.    <!-- end of page-wrapper -->
  1936.  
  1937.    <!-- All JavaScript files
  1938.    ================================================== -->
  1939.    
  1940.  
  1941. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  1942. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  1943. <!-- Plugins for this template -->
  1944. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  1945. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  1946. <!-- Custom script for this template -->
  1947. <script src="/static/blogapp/assets/js/script.js"></script>
  1948.  
  1949. <script>
  1950. (function () {
  1951. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  1952. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  1953.  
  1954. function applyFallback(img) {
  1955. if (!img || img.dataset.fallbackApplied === "1") {
  1956. return;
  1957. }
  1958. var failedSrc = img.currentSrc || img.src || "";
  1959. img.dataset.fallbackApplied = "1";
  1960. img.onerror = null;
  1961. img.src = fallbackImageSrc;
  1962. console.warn("[ImageFallback] Replaced broken image:", {
  1963. failedSrc: failedSrc,
  1964. fallbackSrc: fallbackImageSrc,
  1965. alt: img.alt || "",
  1966. });
  1967. }
  1968.  
  1969. document.querySelectorAll("img").forEach(function (img) {
  1970. if (img.complete && img.naturalWidth === 0) {
  1971. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  1972. failedSrc: img.currentSrc || img.src || "",
  1973. alt: img.alt || "",
  1974. });
  1975. applyFallback(img);
  1976. }
  1977. });
  1978.  
  1979. document.addEventListener(
  1980. "error",
  1981. function (event) {
  1982. var target = event.target;
  1983. if (target && target.tagName === "IMG") {
  1984. applyFallback(target);
  1985. }
  1986. },
  1987. true
  1988. );
  1989. })();
  1990. </script>
  1991.  
  1992. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  1993.  
  1994.  
  1995.  
  1996. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"23f98e1222354b19a9ea8d41d97d6864","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  1997. </body>
  1998.  
  1999. </html>
  2000.  
  2001.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda