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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  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/Web_Buzz_Horizon_Tqj6ppc_nq8BhnY_vZuXyLo.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends Blog | Latest Updates</title>
  17.    <meta name="description" content="Explore the latest in technology, digital trends, and insightful articles on innovation and web development. Stay updated with expert analysis.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://889992979.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff7043;
  42.        --bs-primary-rgb: ff7043;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff7043;
  53.        --theme-primary-color-s2: #ff7043;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #000000;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #ff7043;
  84.        --link-hover: #e05c37;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 112, 67, 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_81">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418.  
  419.            
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. <nav class="navigation navbar navbar-expand-lg mb-4">
  427.  <div class="container-fluid fluid-container">
  428.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  429.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  430.          <a class="navbar-brand" href="/">
  431.              
  432.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4cf24120-9d16-405a-9251-ca86cfbebdf1_logo.png" alt="Digital Pulse" />
  433.              
  434.          </a>
  435.      </div>
  436.      <div class="">
  437.        <div class="style-card">
  438.          <div class="minimal-search mb-md-4 mb-0">
  439.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  440.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  441.              <circle cx="11" cy="11" r="8"></circle>
  442.              <path d="m21 21-4.35-4.35"></path>
  443.            </svg>
  444.          </div>
  445.          <!-- The search results will be displayed here -->
  446.          <div id="search-results" class="search-results-container search-v1"></div>
  447.        </div>
  448.      </div>
  449.      <div class=" d-flex flex-wrap">
  450.        <div class="navbar-header d-lg-none d-none d-md-flex">
  451.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4cf24120-9d16-405a-9251-ca86cfbebdf1_logo.png" alt="" /></a>
  452.        </div>
  453.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  454.          <button class="menu-close"><i class="ti-close"></i></button>
  455.  
  456.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  457.    <li>
  458.      <a href="/">
  459.        Home
  460.      </a>
  461.    </li>
  462.  
  463.  
  464.    <li>
  465.      <a href="/category/all-posts/">
  466.        All Posts
  467.      </a>
  468.    </li>
  469.  
  470.    <li>
  471.      <a href="/category/business/">
  472.        Business
  473.      </a>
  474.    </li>
  475.  
  476.    <li>
  477.      <a href="/category/esports/">
  478.        Esports
  479.      </a>
  480.    </li>
  481.  
  482.  
  483.  
  484.  <div class="navbar-header d-lg-block d-none">
  485.    <a class="navbar-brand" href="/">
  486.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4cf24120-9d16-405a-9251-ca86cfbebdf1_logo.png" alt="" />
  487.    </a>
  488.  </div>
  489.  
  490.  
  491.  
  492.    
  493.    
  494.    
  495.      <li>
  496.        <a href="/category/fashion/">
  497.          Fashion
  498.        </a>
  499.      </li>
  500.    
  501.      <li>
  502.        <a href="/category/featured/">
  503.          Featured
  504.        </a>
  505.      </li>
  506.    
  507.  
  508.    
  509.    
  510.      <li class="menu-item-has-children">
  511.        <a href="#">More</a>
  512.        <ul class="sub-menu">
  513.          
  514.            <li>
  515.              <a href="/category/gaming/">
  516.                Gaming
  517.              </a>
  518.            </li>
  519.          
  520.            <li>
  521.              <a href="/category/health/">
  522.                Health
  523.              </a>
  524.            </li>
  525.          
  526.            <li>
  527.              <a href="/category/life-fitness/">
  528.                Life &amp; Fitness
  529.              </a>
  530.            </li>
  531.          
  532.            <li>
  533.              <a href="/category/lifestyle/">
  534.                Lifestyle
  535.              </a>
  536.            </li>
  537.          
  538.            <li>
  539.              <a href="/category/news/">
  540.                News
  541.              </a>
  542.            </li>
  543.          
  544.            <li>
  545.              <a href="/category/others/">
  546.                Others
  547.              </a>
  548.            </li>
  549.          
  550.            <li>
  551.              <a href="/category/politics/">
  552.                Politics
  553.              </a>
  554.            </li>
  555.          
  556.            <li>
  557.              <a href="/category/sports/">
  558.                Sports
  559.              </a>
  560.            </li>
  561.          
  562.            <li>
  563.              <a href="/category/tech/">
  564.                Tech
  565.              </a>
  566.            </li>
  567.          
  568.            <li>
  569.              <a href="/category/travel/">
  570.                Travel
  571.              </a>
  572.            </li>
  573.          
  574.        </ul>
  575.      </li>
  576.    
  577.  
  578.  
  579. <li>
  580.                  <a href="/page/contact-us/">
  581.                     Contact Us
  582.                  </a>
  583.              </li>
  584. </ul>
  585.  
  586.        </div>
  587.        <div class="sidebar-blur"></div>
  588.        <!-- end of nav-collapse -->
  589.      </div>
  590.      <div class="me-3">
  591.        <div class="mobail-menu d-xl-none d-block">
  592.          <button type="button" class="navbar-toggler open-btn">
  593.            <span class="sr-only">Toggle navigation</span>
  594.            <span class="icon-bar first-angle"></span>
  595.            <span class="icon-bar middle-angle"></span>
  596.            <span class="icon-bar last-angle"></span>
  597.          </button>
  598.        </div>
  599.        <!-- <div class="header-right">
  600.          <div class="header-right-menu-wrapper d-xl-block d-none">
  601.            <div class="header-right-menu">
  602.              <div class="right-menu-toggle-btn">
  603.                <span></span>
  604.                <span></span>
  605.                <span></span>
  606.              </div>
  607.              <div class="header-right-menu-wrap" style="z-index: 999;">
  608.                <button class="right-menu-close"><i class="ti-close"></i></button>
  609.                <div class="logo">
  610.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  611.                </div>
  612.                <div class="header-right-sec">
  613.                  <div class="project-widget widget">
  614.                    <h3 class="text-white">Our Latest News</h3>
  615.                    <div class="posts">
  616.                      <div class="post">
  617.                        <div class="img-holder">
  618.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  619.                        </div>
  620.                        <div class="details">
  621.                          <span class="date">19 Jun 2022</span>
  622.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  623.                        </div>
  624.                      </div>
  625.                      <div class="post">
  626.                        <div class="img-holder">
  627.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  628.                        </div>
  629.                        <div class="details">
  630.                          <span class="date">22 May 2022</span>
  631.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  632.                        </div>
  633.                      </div>
  634.                      <div class="post">
  635.                        <div class="img-holder">
  636.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  637.                        </div>
  638.                        <div class="details">
  639.                          <span class="date">12 Apr 2022</span>
  640.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  641.                        </div>
  642.                      </div>
  643.                    </div>
  644.                  </div>
  645.                  <div class="widget wpo-contact-widget">
  646.                    <div class="widget-title">
  647.                      <h3 class="text-white">Contact Us</h3>
  648.                    </div>
  649.                    <div class="contact-ft">
  650.                      <ul>
  651.                        <li>
  652.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  653.                        </li>
  654.                        <li>
  655.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  656.                          + 8 (123) 123 456 789
  657.                        </li>
  658.                        <li>
  659.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  660.                        </li>
  661.                      </ul>
  662.                    </div>
  663.                  </div>
  664.                </div>
  665.              </div>
  666.              <div class="sidebar-blur"></div>
  667.            </div>
  668.          </div>
  669.        </div> -->
  670.      </div>
  671.    </div>
  672.  </div>
  673.  <!-- end of container -->
  674. </nav>
  675. <style>
  676.  .navbar-brand img{
  677.    height: 70px;
  678.    object-fit: contain;
  679.  }
  680.    /* search field */
  681.  .search-results-container {
  682.  position: absolute;
  683.  top: 100%; /* Position it below the input field */
  684. left: 10px;
  685.  right: 10px;
  686.  background-color: white;
  687.  border: 1px solid #ddd;
  688.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  689.  max-height: 300px;
  690.  overflow-y: auto;
  691.  z-index: 1000;
  692.  display: none; /* Initially hidden */
  693. }
  694.  
  695. .search-results-container p {
  696.  margin: 0;
  697. }
  698.  
  699. .search-results-container .result-item {
  700.  padding: 10px;
  701.  cursor: pointer;
  702. }
  703.  
  704. .search-results-container .result-item:hover {
  705.  background-color: #f0f0f0;
  706. }
  707. @media (max-width:576px) {
  708.  .w-sm-full{
  709.    padding-top: 10px;
  710.    width: 100%;
  711.  }
  712.  .m-s-0{
  713.    margin-top: 0px !important;
  714.  }
  715. }
  716. @media (max-width:768px) {
  717. .search-icon{
  718. top: 50%;
  719. }
  720. }
  721.  
  722.  
  723. </style>
  724. <script>
  725.  const searchInput = document.querySelector(".search-input");
  726.  const searchResults = document.getElementById("search-results");
  727.  
  728.  // Handle typing
  729.  searchInput.addEventListener("keyup", function (e) {
  730.    e.preventDefault();
  731.  
  732.    const query = searchInput.value;
  733.  
  734.    if (query === "") {
  735.      searchResults.innerHTML = "";
  736.      searchResults.style.display = "none";
  737.      return;
  738.    }
  739.  
  740.    searchResults.style.display = "block";
  741.  
  742.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  743.      method: "GET",
  744.      headers: {
  745.        "X-Requested-With": "XMLHttpRequest",
  746.      },
  747.    })
  748.      .then(response => response.json())
  749.      .then(data => {
  750.        if (data.html) {
  751.          searchResults.innerHTML = data.html;
  752.        } else {
  753.          searchResults.innerHTML = "<p>No results found.</p>";
  754.        }
  755.      })
  756.      .catch(error => {
  757.        console.error("Error fetching search results:", error);
  758.      });
  759.  });
  760.  
  761.  // Close results when clicking outside
  762.  document.addEventListener("click", function (e) {
  763.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  764.      searchResults.style.display = "none";
  765.    }
  766.  });
  767. </script>
  768.  
  769.  
  770.        </header>
  771.        <!-- end of header -->
  772.        <!-- start of wpo-blog-hero -->
  773.        
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.        <!-- end of wpo-blog-hero -->
  784.  
  785.        <!-- start of wpo-breacking-news -->
  786.        
  787.        <!-- end of wpo-breacking-news -->
  788.        
  789.        <!-- start wpo-blog-highlights-section -->
  790.        
  791.  
  792.  
  793.  
  794.    
  795.  
  796.  
  797.  
  798. <style>
  799.    /* General Section Styling */
  800.    .blog-highlights-v10 {
  801.        padding: 20px 0;  /* Adjusted padding for distinction */
  802.        position: relative;
  803.    }
  804.  
  805.    /* Section Header */
  806.    .section-header-v10 {
  807.        text-align: left;  /* Left-aligned for uniqueness */
  808.        margin-bottom: 50px;
  809.        padding-left: 15px;
  810.    }
  811.  
  812.    .section-title-v10 {
  813.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  814.        font-weight: 800;
  815.        color: #1a1a1a;
  816.        margin-bottom: 15px;
  817.        text-transform: none;  /* No uppercase for modern look */
  818.    }
  819.  
  820.    .section-subtitle-v10 {
  821.        font-size: 1.05rem;
  822.        color: #555;
  823.        max-width: 650px;
  824.        line-height: 1.6;
  825.    }
  826.  
  827.  
  828.    /* Blog Card */
  829.    .blog-card-v10 {
  830.        background: var(--card-bg);
  831.        border-radius: 10px;  /* Softer corners */
  832.        margin-bottom: 35px;
  833.        overflow: hidden;
  834.        opacity: 0;  /* Initially hidden for animation */
  835.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  836.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  837.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  838.    }
  839.  
  840.    .blog-card-v10.visible {
  841.        opacity: 1;
  842.        transform: rotate(0deg);  /* Straighten on appearance */
  843.    }
  844.  
  845.    @keyframes fadeRotateIn {
  846.        from {
  847.            opacity: 0;
  848.            transform: rotate(1.5deg);
  849.        }
  850.        to {
  851.            opacity: 1;
  852.            transform: rotate(0deg);
  853.        }
  854.    }
  855.  
  856.    .blog-card-v10:hover {
  857.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  858.    }
  859.  
  860.    /* Blog Image */
  861.    .blog-image-container-v10 {
  862.        width: 100%;
  863.        height: 240px;  /* Unique height for v10 */
  864.        overflow: hidden;
  865.        position: relative;
  866.    }
  867.  
  868.    .blog-image-v10 img {
  869.        width: 100%;
  870.        height: 100%;
  871.        object-fit: cover;
  872.    }
  873.  
  874.    /* Blog Content */
  875.    .blog-content-v10 {
  876.        padding: 20px 22px;  /* Adjusted padding */
  877.        text-align: left;
  878.    }
  879.  
  880.    .blog-title-v10 {
  881.        font-size: 1.55rem;  /* Slightly larger than v9 */
  882.        font-weight: 700;
  883.        margin-bottom: 12px;
  884.        color: #1a1a1a;
  885.    }
  886.  
  887.    .blog-meta-v10 {
  888.        font-size: 0.85rem;
  889.        color: #777;
  890.        margin-bottom: 12px;
  891.        font-style: italic;  /* Italic for distinction */
  892.    }
  893.  
  894.    .blog-excerpt-v10 {
  895.        font-size: 0.95rem;
  896.        color: #555;
  897.        margin-bottom: 15px;
  898.        line-height: 1.6;
  899.    }
  900.  
  901.    .blog-actions-v10 {
  902.        display: inline-block;
  903.    }
  904.  
  905.    .blog-read-more-v10 {
  906.        font-size: 0.95rem;
  907.        color: #e74c3c;  /* Red accent for uniqueness */
  908.        text-decoration: none;
  909.        font-weight: 600;
  910.        transition: color 0.3s ease;
  911.    }
  912.  
  913.    .blog-read-more-v10:hover {
  914.        color: #c0392b;  /* Darker red on hover */
  915.    }
  916.    /* Responsive Design */
  917.    @media (max-width: 768px) {
  918.        .section-title-v10 {
  919.            font-size: 2.4rem;
  920.        }
  921.  
  922.        .section-header-v10 {
  923.            padding-left: 10px;
  924.        }
  925.        
  926.        .blog-card-v10 {
  927.            margin-bottom: 20px;
  928.        }
  929.  
  930.        .blog-meta-v10 {
  931.            font-size: 0.75rem;
  932.        }
  933.  
  934.        .blog-image-container-v10 {
  935.            height: 170px;  /* Adjusted for mobile */
  936.        }
  937.  
  938.        .sidebar-v10 {
  939.            padding: 15px;
  940.        }
  941.    }
  942. </style>
  943.  
  944. <section class="blog-highlights-v10">
  945.    <div class="container-fluid fluid-container">
  946.        <!-- Section Header -->
  947.        <div class="row">
  948.            <div class="col-12 col-lg-10">  
  949.                <div class="section-header-v10">
  950.                    <h2 class="section-title-v10">
  951.                Today's Top Highlights
  952.                   </h2>
  953.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  954.                </div>
  955.            </div>
  956.        </div>
  957.        
  958.        <!-- Blog Grid and Sidebar -->
  959.        <div class="row">
  960.            <div class="col-lg-8">
  961.                <div class="row">
  962.                    
  963.                    
  964.  
  965.                </div>
  966.            </div>
  967.  
  968.            <!-- Sidebar -->
  969.                   <div class="col col-lg-4 col-12">
  970.                <div class="sidebar-v10">
  971.                      
  972.  
  973.  
  974.  
  975.    
  976.  
  977.  
  978. <!-- Blog Sidebar V2 - Focused Design -->
  979.  <div class="sidebar mb-3">
  980.    <!-- Recent Posts Section -->
  981.    <div class="sidebar-widget mb-5">
  982.      <div class="widget-title-wrapper mb-3">
  983.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  984.          <i class="ti-time me-2"></i>Recent Posts
  985.          <span class="title-arrow-primary"></span>
  986.        </h4>
  987.      </div>
  988.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  989.        <div class="recent-post-list">
  990.          
  991.        </div>
  992.  
  993.        <div class="text-center mt-4 pt-3 border-top border-light">
  994.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  995.        </div>
  996.      </div>
  997.    </div>
  998.  
  999.    
  1000.  </div>
  1001.  
  1002. <!-- Sidebar V2 Styles -->
  1003. <style>
  1004.  .sidebar-widget {
  1005.    position: relative;
  1006.  }
  1007.  
  1008.  .widget-title {
  1009.    font-size: 1.1rem;
  1010.    font-weight: 700;
  1011.    display: inline-block;
  1012.    position: relative;
  1013.    z-index: 2;
  1014.    border-radius: 0;
  1015.  }
  1016.  
  1017.  /* Green arrow for August Blog Roll */
  1018.  .title-arrow::after {
  1019.    content: '';
  1020.    position: absolute;
  1021.    top: 0;
  1022.    right: -22px;
  1023.    width: 0;
  1024.    height: 0;
  1025.    border-left: 22px solid var(--bs-primary);
  1026.    border-top: 22px solid transparent;
  1027.    border-bottom: 22px solid transparent;
  1028.    z-index: 1;
  1029.  }
  1030.  
  1031.  /* Blue arrow for Recent Posts */
  1032.  .title-arrow-primary::after {
  1033.    content: '';
  1034.    position: absolute;
  1035.    top: 0;
  1036.    right: -22px;
  1037.    width: 0;
  1038.    height: 0;
  1039.    border-left: 22px solid var(--bs-primary);
  1040.    border-top: 22px solid transparent;
  1041.    border-bottom: 22px solid transparent;
  1042.    z-index: 1;
  1043.  }
  1044.  
  1045.  .widget-content {
  1046.    margin-top: -1px;
  1047.    position: relative;
  1048.    z-index: 1;
  1049.     background-color: var(--card-bg);
  1050.  }
  1051.  
  1052.  /* Blog Roll Items Hover Effects */
  1053.  .blog-roll-item:hover .blog-title {
  1054.    color: #198754 !important;
  1055.    transform: translateX(5px);
  1056.    transition: all 0.3s ease;
  1057.  }
  1058.  
  1059.  /* Recent Post Items Hover Effects */
  1060.  .recent-post-item:hover .post-title a {
  1061.    color: #0d6efd !important;
  1062.    transition: color 0.3s ease;
  1063.  }
  1064.  
  1065.  .recent-post-item:hover .post-image img {
  1066.    transform: scale(1.05);
  1067.    transition: transform 0.3s ease;
  1068.  }
  1069.  
  1070.  /* Button Hover Effects */
  1071.  .btn:hover {
  1072.    transform: translateY(-2px);
  1073.    transition: all 0.3s ease;
  1074.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1075.  }
  1076.  
  1077.  /* Badge Hover Effects */
  1078.  .badge:hover {
  1079.    transform: scale(1.05);
  1080.    transition: transform 0.3s ease;
  1081.  }
  1082.  
  1083.  @media (max-width: 991px) {
  1084.    .sidebar {
  1085.      margin-top: 3rem;
  1086.    }
  1087.  }
  1088.  
  1089.  @media (max-width: 576px) {
  1090.    .widget-title {
  1091.      font-size: 1rem;
  1092.      padding: 0.75rem 1rem !important;
  1093.    }
  1094.  
  1095.    .title-arrow::after,
  1096.    .title-arrow-primary::after {
  1097.      right: -18px;
  1098.      border-left-width: 18px;
  1099.      border-top-width: 18px;
  1100.      border-bottom-width: 18px;
  1101.    }
  1102.  
  1103.    .post-image {
  1104.      width: 70px !important;
  1105.      height: 55px !important;
  1106.    }
  1107.  
  1108.    .blog-meta {
  1109.      flex-direction: column !important;
  1110.      align-items: flex-start !important;
  1111.      gap: 0.5rem;
  1112.    }
  1113.  }
  1114. </style>
  1115.  
  1116.    
  1117.                </div>
  1118.            </div>
  1119.        </div>
  1120.    </div>
  1121. </section>
  1122.  
  1123. <script>
  1124.    // Intersection Observer for Fade-in with Slight Rotation
  1125.    document.addEventListener('DOMContentLoaded', function() {
  1126.        const observerOptions = {
  1127.            threshold: 0.15, // Trigger when 15% of the card is visible
  1128.            rootMargin: '0px 0px -50px 0px',
  1129.        };
  1130.  
  1131.        const observer = new IntersectionObserver(function(entries, observer) {
  1132.            entries.forEach(entry => {
  1133.                if (entry.isIntersecting) {
  1134.                    entry.target.classList.add('visible');
  1135.                    observer.unobserve(entry.target);
  1136.                }
  1137.            });
  1138.        }, observerOptions);
  1139.  
  1140.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  1141.            observer.observe(card);
  1142.        });
  1143.    });
  1144. </script>
  1145.  
  1146.    
  1147.        
  1148.        <!-- end wpo-blog-highlights-section -->
  1149.        <!-- start wpo-blog-sponsored-section -->
  1150.        
  1151.  
  1152.  
  1153.  
  1154.    
  1155.  
  1156.  
  1157.    
  1158.        <!-- end wpo-blog-sponsored-section -->
  1159.        <!-- start wpo-subscribe-section -->
  1160.        
  1161.        <!-- end subscribe-section -->
  1162.        <!-- start of wpo-site-footer-section -->
  1163.        
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170. <!-- Footer V4 - Modern Corporate Design -->
  1171. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  1172.  
  1173.    <div class="container-fluid fluid-container">
  1174.        
  1175.        <!-- Content Sections -->
  1176.        <div class="content-sections">
  1177.            <div class="row g-5">
  1178.                
  1179.                <!-- Brand Column -->
  1180.                <div class="col-lg-4 col-md-12">
  1181.                    <div class="brand-section">
  1182.                        <div class="brand-header">
  1183.                            
  1184.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/4cf24120-9d16-405a-9251-ca86cfbebdf1_logo.png" alt="Digital Pulse" class="brand-logo" loading="lazy">
  1185.                            
  1186.                            <div class="brand-text">
  1187.                                <h3 class="brand-name">Digital Pulse</h3>
  1188.                                <span class="brand-type">Digital Publication</span>
  1189.                            </div>
  1190.                        </div>
  1191.                        <p class="brand-description  text-lg-start ">
  1192.                            Explore the latest in technology, digital trends, and insightful articles on innovation and web development. Stay updated with expert analysis.
  1193.                        </p>
  1194.                    </div>
  1195.                </div>
  1196.  
  1197.                <!-- Quick Links Column -->
  1198.               <div class="col-lg-4 col-md-6">
  1199.                    <div class="links-section">
  1200.                        <div class="section-title">
  1201.                            <h4 class="title-text">Resources</h4>
  1202.                            <div class="title-decoration"></div>
  1203.                        </div>
  1204.                        <div class="links-container">
  1205.                          
  1206. <div class="link-group">
  1207.    <ul class="link-list" id="externalLinks">
  1208.        
  1209.  
  1210.    
  1211.        
  1212.        
  1213.        
  1214.    </ul>
  1215. </div>
  1216.  
  1217.                        </div>
  1218.                    </div>
  1219.                </div>
  1220.  
  1221.                <!-- Categories Column -->
  1222.                <div class="col-lg-4 col-md-6">
  1223.                    <div class="categories-section">
  1224.                        <div class="section-title">
  1225.                            <h4 class="title-text">Explore Topics</h4>
  1226.                            <div class="title-decoration"></div>
  1227.                        </div>
  1228.                        <div class="categories-container">
  1229.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  1230.                            <div class="categories-cloud">
  1231.                                
  1232.                                <a href="/category/all-posts/" class="category-pill">
  1233.                                    All Posts
  1234.                                </a>
  1235.                                
  1236.                                <a href="/category/business/" class="category-pill">
  1237.                                    Business
  1238.                                </a>
  1239.                                
  1240.                                <a href="/category/esports/" class="category-pill">
  1241.                                    Esports
  1242.                                </a>
  1243.                                
  1244.                                <a href="/category/fashion/" class="category-pill">
  1245.                                    Fashion
  1246.                                </a>
  1247.                                
  1248.                                <a href="/category/featured/" class="category-pill">
  1249.                                    Featured
  1250.                                </a>
  1251.                                
  1252.                                <a href="/category/gaming/" class="category-pill">
  1253.                                    Gaming
  1254.                                </a>
  1255.                                
  1256.                                <a href="/category/health/" class="category-pill">
  1257.                                    Health
  1258.                                </a>
  1259.                                
  1260.                                <a href="/category/life-fitness/" class="category-pill">
  1261.                                    Life &amp; Fitness
  1262.                                </a>
  1263.                                
  1264.                            </div>
  1265.                        </div>
  1266.                    </div>
  1267.                </div>
  1268.  
  1269.            </div>
  1270.        </div>
  1271.  
  1272.        <!-- Footer Bottom -->
  1273.        <div class="footer-bottom">
  1274.            <div class="bottom-border"></div>
  1275.            <div class=" d-flex justify-content-between flex-wrap">
  1276.                <div>
  1277.                    <div class="copyright-info">
  1278.                        <p class="copyright-main">
  1279.                            Â© 2026 <span class="brand-highlight">Digital Pulse</span>. All rights reserved.
  1280.                        </p>
  1281.                        <p class="copyright-sub">
  1282.                            Thoughtfully crafted content for curious minds worldwide.
  1283.                        </p>
  1284.                    </div>
  1285.                </div>
  1286.                <div>
  1287.                    <div class="footer-actions">
  1288.                        <div class="action-links">
  1289.                            <a href="/page/write-for-us/" class="action-link">
  1290.                                <i class="bi bi-shield-check"></i>
  1291.                                <span>Write For Us</span>
  1292.                            </a>
  1293.                            <a href="/page/terms-and-conditions/" class="action-link">
  1294.                                <i class="bi bi-shield-check"></i>
  1295.                                <span>Terms & Conditions</span>
  1296.                            </a>
  1297.                            <a href="/sitemap.xml" class="action-link">
  1298.                                <i class="bi bi-diagram-3"></i>
  1299.                                <span>Sitemap</span>
  1300.                            </a>
  1301.                        </div>
  1302.  
  1303.                    </div>
  1304.                </div>
  1305.            </div>
  1306.        </div>
  1307.  
  1308.    </div>
  1309.  
  1310.    
  1311.  
  1312. </footer>
  1313.  
  1314.  
  1315. <style>
  1316. /* Footer V4 - Modern Corporate Design */
  1317. .wpo-site-footer-v4 {
  1318.    color: var(--footer-color);
  1319.    margin-top: 100px;
  1320. }
  1321.  
  1322.  
  1323. .accent-line {
  1324.    position: absolute;
  1325.    top: 0;
  1326.    height: 100%;
  1327.    width: 33.333%;
  1328.    opacity: 0.8;
  1329. }
  1330.  
  1331. .accent-1 {
  1332.    left: 0;
  1333.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  1334.    animation: slideRight 3s ease-in-out infinite;
  1335. }
  1336.  
  1337. .accent-2 {
  1338.    left: 33.333%;
  1339.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  1340.    animation: slideRight 3s ease-in-out infinite 1s;
  1341. }
  1342.  
  1343. .accent-3 {
  1344.    left: 66.666%;
  1345.    background: linear-gradient(90deg, #10b981, #059669);
  1346.    animation: slideRight 3s ease-in-out infinite 2s;
  1347. }
  1348.  
  1349. @keyframes slideRight {
  1350.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  1351.    50% { transform: translateX(10px); opacity: 1; }
  1352. }
  1353.  
  1354. /* Content Sections */
  1355. .content-sections {
  1356.    padding: 60px 0;
  1357.    position: relative;
  1358.    z-index: 2;
  1359. }
  1360.  
  1361. /* Brand Section */
  1362. .brand-section {
  1363.    padding-right: 2rem;
  1364. }
  1365.  
  1366. .brand-header {
  1367.    display: flex;
  1368.    align-items: center;
  1369.    margin-bottom: 2rem;
  1370.    gap: 1rem;
  1371. }
  1372.  
  1373. .brand-logo {
  1374.    height: 50px;
  1375.    width: auto;
  1376.    border-radius: 8px;
  1377. }
  1378.  
  1379. .brand-name {
  1380.    font-size: 1.5rem;
  1381.    font-weight: 800;
  1382.    color: var(--footer-color) !important;
  1383.    margin: 0;
  1384. }
  1385.  
  1386. .brand-type {
  1387.    color: var(--footer-color) !important;
  1388.    opacity: 0.8;
  1389.    font-size: 0.85rem;
  1390.    font-weight: 500;
  1391.    text-transform: uppercase;
  1392.    letter-spacing: 0.5px;
  1393. }
  1394.  
  1395. .brand-description {
  1396.    color: var(--footer-color) !important;
  1397.    line-height: 1.7;
  1398.    margin-bottom: 2rem;
  1399.    font-size: 0.95rem;
  1400. }
  1401.  
  1402. .brand-stats {
  1403.    display: flex;
  1404.    align-items: center;
  1405.    gap: 1.5rem;
  1406. }
  1407.  
  1408. .stat-item {
  1409.    text-align: center;
  1410. }
  1411.  
  1412. .stat-number {
  1413.    font-size: 1.5rem;
  1414.    font-weight: 800;
  1415.    color: #3b82f6;
  1416.    display: block;
  1417.    line-height: 1;
  1418. }
  1419.  
  1420. .stat-label {
  1421.    font-size: 0.8rem;
  1422.    color: #94a3b8;
  1423.    margin-top: 0.25rem;
  1424. }
  1425.  
  1426. .stat-divider {
  1427.    width: 1px;
  1428.    height: 40px;
  1429.    background: rgba(255, 255, 255, 0.2);
  1430. }
  1431.  
  1432. /* Links Section */
  1433. .links-section {
  1434.    padding-left: 1rem;
  1435.    padding-right: 1rem;
  1436. }
  1437.  
  1438. .section-title {
  1439.    margin-bottom: 2rem;
  1440.    position: relative;
  1441. }
  1442.  
  1443. .title-text {
  1444.    font-size: 1.3rem;
  1445.    font-weight: 700;
  1446.    color: var(--footer-color) !important;
  1447.    margin-bottom: 0.5rem;
  1448.    text-align: justify !important;
  1449. }
  1450.  
  1451.  
  1452. .link-group {
  1453.    margin-bottom: 2rem;
  1454. }
  1455.  
  1456. .group-title {
  1457.    font-size: 1rem;
  1458.    font-weight: 600;
  1459.    color: #f1f5f9;
  1460.    margin-bottom: 1rem;
  1461.    padding-bottom: 0.5rem;
  1462.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  1463. }
  1464.  
  1465. .link-list {
  1466.    list-style: none;
  1467.    padding: 0;
  1468.    margin: 0;
  1469. }
  1470.  
  1471. .link-item {
  1472.    margin-bottom: 0.75rem;
  1473. }
  1474.  
  1475. .link-text {
  1476.    color: var(--footer-color) !important;
  1477.    text-decoration: none;
  1478.    font-size: 0.9rem;
  1479.    display: flex;
  1480.    align-items: center;
  1481.    transition: all 0.3s ease;
  1482.    padding: 0.25rem 0;
  1483. }
  1484.  
  1485. .link-text:hover {
  1486.    color: #3b82f6;
  1487.    padding-left: 0.5rem;
  1488. }
  1489.  
  1490. .link-icon {
  1491.    margin-right: 0.5rem;
  1492.    opacity: 0;
  1493.    transition: opacity 0.3s ease;
  1494. }
  1495.  
  1496. .link-text:hover .link-icon {
  1497.    opacity: 1;
  1498. }
  1499.  
  1500. .external-icon {
  1501.    color: #10b981;
  1502. }
  1503.  
  1504. /* Categories Section */
  1505. .categories-section {
  1506.    padding-left: 1rem;
  1507. }
  1508.  
  1509. .categories-intro {
  1510.    color: #cbd5e1;
  1511.    margin-bottom: 1.5rem;
  1512.    font-size: 0.9rem;
  1513. }
  1514.  
  1515. .categories-cloud {
  1516.    display: flex;
  1517.    flex-wrap: wrap;
  1518.    gap: 0.75rem;
  1519. }
  1520.  
  1521. .category-pill {
  1522.    display: inline-block;
  1523.    padding: 0.5rem 1rem;
  1524.    background: rgba(255, 255, 255, 0.1);
  1525.    border: 1px solid rgba(255, 255, 255, 0.2);
  1526.    border-radius: 20px;
  1527.    color:  var(--footer-color) !important;
  1528.    text-decoration: none;
  1529.    font-size: 0.85rem;
  1530.    opacity: 0.7;
  1531.    font-weight: 500;
  1532.    transition: all 0.3s ease;
  1533. }
  1534.  
  1535. .category-pill:hover {
  1536.    background: #3b82f6;
  1537.    border-color: #3b82f6;
  1538.    color: var(--footer-color) !important;
  1539.    opacity: 1;
  1540.    transform: translateY(-1px);
  1541.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  1542. }
  1543.  
  1544. /* Footer Bottom */
  1545. .footer-bottom {
  1546.    padding: 2rem 0;
  1547.    position: relative;
  1548.    z-index: 2;
  1549. }
  1550.  
  1551. .bottom-border {
  1552.    height: 1px;
  1553.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1554.    margin-bottom: 2rem;
  1555. }
  1556.  
  1557. .copyright-main {
  1558.    font-size: 1rem;
  1559.    color: #e2e8f0;
  1560.    margin-bottom: 0.25rem;
  1561. }
  1562.  
  1563. .brand-highlight {
  1564.    color: var(--footer-color);
  1565.    font-weight: 700;
  1566. }
  1567.  
  1568. .copyright-sub {
  1569.    font-size: 0.85rem;
  1570.    color: #94a3b8;
  1571.    margin: 0;
  1572. }
  1573.  
  1574. .footer-actions {
  1575.    display: flex;
  1576.    align-items: center;
  1577.    gap: 2rem;
  1578. }
  1579.  
  1580. .action-links {
  1581.    display: flex;
  1582.    gap: 1.5rem;
  1583. }
  1584.  
  1585. .action-link {
  1586.    display: flex;
  1587.    align-items: center;
  1588.    gap: 0.5rem;
  1589.    color: #cbd5e1;
  1590.    text-decoration: none;
  1591.    font-size: 0.9rem;
  1592.    transition: color 0.3s ease;
  1593. }
  1594.  
  1595. .action-link:hover {
  1596.    color: #3b82f6;
  1597. }
  1598.  
  1599. .scroll-to-top-btn {
  1600.    background: rgba(255, 255, 255, 0.1);
  1601.    border: 1px solid rgba(255, 255, 255, 0.2);
  1602.    color: #cbd5e1;
  1603.    width: 44px;
  1604.    height: 44px;
  1605.    border-radius: 12px;
  1606.    cursor: pointer;
  1607.    transition: all 0.3s ease;
  1608.    display: flex;
  1609.    align-items: center;
  1610.    justify-content: center;
  1611. }
  1612.  
  1613. .scroll-to-top-btn:hover {
  1614.    background: #3b82f6;
  1615.    border-color: #3b82f6;
  1616.    color: white;
  1617.    transform: translateY(-2px);
  1618. }
  1619.  
  1620. /* Background Pattern */
  1621. .footer-pattern {
  1622.    position: absolute;
  1623.    top: 0;
  1624.    left: 0;
  1625.    width: 100%;
  1626.    height: 100%;
  1627.    z-index: 1;
  1628.    overflow: hidden;
  1629. }
  1630.  
  1631. .pattern-grid {
  1632.    position: relative;
  1633.    width: 100%;
  1634.    height: 100%;
  1635. }
  1636.  
  1637. .pattern-dot {
  1638.    position: absolute;
  1639.    width: 2px;
  1640.    height: 2px;
  1641.    background: rgba(255, 255, 255, 0.1);
  1642.    border-radius: 50%;
  1643. }
  1644.  
  1645. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  1646. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  1647. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  1648. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  1649. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  1650. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  1651.  
  1652. /* Responsive Design */
  1653. @media (max-width: 992px) {
  1654.    .newsletter-heading {
  1655.        font-size: 2rem;
  1656.    }
  1657.    
  1658.    .brand-section {
  1659.        padding-right: 0;
  1660.        margin-bottom: 3rem;
  1661.    }
  1662.    
  1663.    .links-section, .categories-section {
  1664.        padding-left: 0;
  1665.        padding-right: 0;
  1666.    }
  1667.    
  1668.    .brand-stats {
  1669.        justify-content: center;
  1670.        margin-top: 2rem;
  1671.    }
  1672. }
  1673.  
  1674. @media (max-width: 768px) {
  1675.    .newsletter-section {
  1676.        padding: 60px 0 40px;
  1677.    }
  1678.    
  1679.    .newsletter-container {
  1680.        padding: 2rem 1.5rem;
  1681.        margin: 0 1rem;
  1682.    }
  1683.    
  1684.    .newsletter-heading {
  1685.        font-size: 1.75rem;
  1686.    }
  1687.    
  1688.    .content-sections {
  1689.        padding: 40px 0;
  1690.    }
  1691.    
  1692.    .brand-header {
  1693.        flex-direction: column;
  1694.        text-align: center;
  1695.    }
  1696.    
  1697.    .footer-actions {
  1698.        flex-direction: column;
  1699.        gap: 1rem;
  1700.        margin-top: 1.5rem;
  1701.    }
  1702.    
  1703.    .action-links {
  1704.        order: 2;
  1705.    }
  1706.    
  1707.    .scroll-to-top-btn {
  1708.        order: 1;
  1709.    }
  1710. }
  1711.  
  1712. @media (max-width: 576px) {
  1713.    .newsletter-container {
  1714.        padding: 1.5rem 1rem;
  1715.    }
  1716.    
  1717.    .newsletter-heading {
  1718.        font-size: 1.5rem;
  1719.    }
  1720.    
  1721.    .brand-stats {
  1722.        flex-direction: column;
  1723.        gap: 1rem;
  1724.    }
  1725.    
  1726.    .stat-divider {
  1727.        width: 40px;
  1728.        height: 1px;
  1729.    }
  1730.    
  1731.    .action-links {
  1732.        flex-direction: column;
  1733.        gap: 0.75rem;
  1734.        text-align: center;
  1735.    }
  1736.    
  1737.    .pattern-dot {
  1738.        display: none;
  1739.    }
  1740. }
  1741. </style>
  1742.  
  1743. <!-- Bootstrap 5 JS -->
  1744.  
  1745. <script>
  1746. // Scroll to Top Function
  1747. document.addEventListener('DOMContentLoaded', function () {
  1748.    var btn = document.getElementById('toggleExternal');
  1749.    if (!btn) return; // No extra items, no button
  1750.  
  1751.    var extras = document.querySelectorAll('#externalLinks li.extra');
  1752.  
  1753.    btn.addEventListener('click', function () {
  1754.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  1755.            return li.classList.contains('d-none');
  1756.        });
  1757.  
  1758.        extras.forEach(function (li) {
  1759.            if (anyHidden) {
  1760.                li.classList.remove('d-none');
  1761.                li.classList.add('show');
  1762.            } else {
  1763.                li.classList.add('d-none');
  1764.                li.classList.remove('show');
  1765.            }
  1766.        });
  1767.  
  1768.        btn.textContent = anyHidden ? 'View less' : 'View more';
  1769.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  1770.    });
  1771. });
  1772. function scrollToTop() {
  1773.    window.scrollTo({
  1774.        top: 0,
  1775.        behavior: 'smooth'
  1776.    });
  1777. }
  1778.  
  1779. // Initialize Footer V4 Features
  1780. document.addEventListener('DOMContentLoaded', function() {
  1781.    
  1782.    // Newsletter Form Handling
  1783.    const newsletterForm = document.querySelector('.newsletter-form');
  1784.    const emailInput = document.querySelector('.form-input');
  1785.    const submitButton = document.querySelector('.submit-button');
  1786.    const successMessage = document.querySelector('.success-message');
  1787.    const errorMessage = document.querySelector('.error-message');
  1788.    const infoMessage = document.querySelector('.info-message');
  1789.    
  1790.    if (newsletterForm && emailInput && submitButton) {
  1791.        
  1792.        // Form submission
  1793.        newsletterForm.addEventListener('submit', function(e) {
  1794.            e.preventDefault();
  1795.            
  1796.            const email = emailInput.value.trim();
  1797.            
  1798.            // Validate email
  1799.            if (!email || !isValidEmail(email)) {
  1800.                showMessage('error');
  1801.                emailInput.focus();
  1802.                return;
  1803.            }
  1804.            
  1805.            // Show loading state
  1806.            const originalText = submitButton.querySelector('.button-text').textContent;
  1807.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  1808.            
  1809.            submitButton.disabled = true;
  1810.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  1811.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  1812.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  1813.            
  1814.            // Simulate API call
  1815.            setTimeout(() => {
  1816.                // Success state
  1817.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  1818.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  1819.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  1820.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  1821.                
  1822.                showMessage('success');
  1823.                
  1824.                // Reset after delay
  1825.                setTimeout(() => {
  1826.                    submitButton.querySelector('.button-text').textContent = originalText;
  1827.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  1828.                    submitButton.style.background = '';
  1829.                    submitButton.disabled = false;
  1830.                    emailInput.value = '';
  1831.                    showMessage('info');
  1832.                }, 3000);
  1833.                
  1834.            }, 2000);
  1835.        });
  1836.        
  1837.        // Input validation
  1838.        emailInput.addEventListener('blur', function() {
  1839.            const email = this.value.trim();
  1840.            if (email && !isValidEmail(email)) {
  1841.                this.style.borderColor = '#ef4444';
  1842.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  1843.            } else if (email && isValidEmail(email)) {
  1844.                this.style.borderColor = '#10b981';
  1845.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  1846.            }
  1847.        });
  1848.        
  1849.        emailInput.addEventListener('focus', function() {
  1850.            this.style.borderColor = '#3b82f6';
  1851.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  1852.        });
  1853.        
  1854.        // Reset validation styling on input
  1855.        emailInput.addEventListener('input', function() {
  1856.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  1857.                this.style.borderColor = '';
  1858.                this.style.boxShadow = '';
  1859.            }
  1860.        });
  1861.    }
  1862.    
  1863.    // Email validation function
  1864.    function isValidEmail(email) {
  1865.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  1866.        return emailRegex.test(email);
  1867.    }
  1868.    
  1869.    // Message display function
  1870.    function showMessage(type) {
  1871.        // Hide all messages
  1872.        successMessage.style.display = 'none';
  1873.        errorMessage.style.display = 'none';
  1874.        infoMessage.style.display = 'none';
  1875.        
  1876.        // Show specific message
  1877.        if (type === 'success') {
  1878.            successMessage.style.display = 'block';
  1879.        } else if (type === 'error') {
  1880.            errorMessage.style.display = 'block';
  1881.        } else if (type === 'info') {
  1882.            infoMessage.style.display = 'block';
  1883.        }
  1884.    }
  1885.    
  1886.    // Smooth reveal animations
  1887.    const observerOptions = {
  1888.        threshold: 0.1,
  1889.        rootMargin: '0px 0px -30px 0px'
  1890.    };
  1891.    
  1892.    const sectionObserver = new IntersectionObserver((entries) => {
  1893.        entries.forEach(entry => {
  1894.            if (entry.isIntersecting) {
  1895.                entry.target.style.opacity = '1';
  1896.                entry.target.style.transform = 'translateY(0)';
  1897.            }
  1898.        });
  1899.    }, observerOptions);
  1900.    
  1901.    // Animate sections
  1902.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  1903.        section.style.opacity = '0';
  1904.        section.style.transform = 'translateY(20px)';
  1905.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  1906.        sectionObserver.observe(section);
  1907.    });
  1908.    
  1909.    // Animate category pills
  1910.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  1911.        pill.style.opacity = '0';
  1912.        pill.style.transform = 'translateY(10px)';
  1913.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  1914.        
  1915.        setTimeout(() => {
  1916.            pill.style.opacity = '1';
  1917.            pill.style.transform = 'translateY(0)';
  1918.        }, 300 + (index * 100));
  1919.    });
  1920.    
  1921.    // Enhanced link hover effects
  1922.    document.querySelectorAll('.link-text').forEach(link => {
  1923.        link.addEventListener('mouseenter', function() {
  1924.            const icon = this.querySelector('.link-icon');
  1925.            if (icon) {
  1926.                icon.style.transform = 'translateX(4px)';
  1927.            }
  1928.        });
  1929.        
  1930.        link.addEventListener('mouseleave', function() {
  1931.            const icon = this.querySelector('.link-icon');
  1932.            if (icon) {
  1933.                icon.style.transform = 'translateX(0)';
  1934.            }
  1935.        });
  1936.    });
  1937.    
  1938.    // Prevent default for demo links
  1939.    document.querySelectorAll('a[href="#"]').forEach(link => {
  1940.        link.addEventListener('click', function(e) {
  1941.            e.preventDefault();
  1942.        });
  1943.    });
  1944.    
  1945.    // Add ripple effect to submit button
  1946.    submitButton.addEventListener('click', function(e) {
  1947.        const ripple = document.createElement('span');
  1948.        const rect = this.getBoundingClientRect();
  1949.        const size = Math.max(rect.width, rect.height);
  1950.        const x = e.clientX - rect.left - size / 2;
  1951.        const y = e.clientY - rect.top - size / 2;
  1952.        
  1953.        ripple.style.cssText = `
  1954.            position: absolute;
  1955.            width: ${size}px;
  1956.            height: ${size}px;
  1957.            left: ${x}px;
  1958.            top: ${y}px;
  1959.            background: rgba(255, 255, 255, 0.3);
  1960.            border-radius: 50%;
  1961.            transform: scale(0);
  1962.            animation: ripple 0.6s ease-out;
  1963.            pointer-events: none;
  1964.        `;
  1965.        
  1966.        this.appendChild(ripple);
  1967.        
  1968.        setTimeout(() => {
  1969.            ripple.remove();
  1970.        }, 600);
  1971.    });
  1972.    
  1973. });
  1974.  
  1975. // Add CSS for ripple animation
  1976. const rippleStyle = document.createElement('style');
  1977. rippleStyle.textContent = `
  1978.    @keyframes ripple {
  1979.        to {
  1980.            transform: scale(2);
  1981.            opacity: 0;
  1982.        }
  1983.    }
  1984.    
  1985.    @keyframes spin {
  1986.        from { transform: rotate(0deg); }
  1987.        to { transform: rotate(360deg); }
  1988.    }
  1989.    
  1990.    .submit-button {
  1991.        position: relative;
  1992.        overflow: hidden;
  1993.    }
  1994. `;
  1995. document.head.appendChild(rippleStyle);
  1996. </script>
  1997.  
  1998.        <!-- end of wpo-site-footer-section -->
  1999.    </div>
  2000.    <!-- end of page-wrapper -->
  2001.  
  2002.    <!-- All JavaScript files
  2003.    ================================================== -->
  2004.    
  2005.  
  2006. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2007. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2008. <!-- Plugins for this template -->
  2009. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2010. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2011. <!-- Custom script for this template -->
  2012. <script src="/static/blogapp/assets/js/script.js"></script>
  2013.  
  2014. <script>
  2015. (function () {
  2016. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2017. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2018.  
  2019. function applyFallback(img) {
  2020. if (!img || img.dataset.fallbackApplied === "1") {
  2021. return;
  2022. }
  2023. var failedSrc = img.currentSrc || img.src || "";
  2024. img.dataset.fallbackApplied = "1";
  2025. img.onerror = null;
  2026. img.src = fallbackImageSrc;
  2027. console.warn("[ImageFallback] Replaced broken image:", {
  2028. failedSrc: failedSrc,
  2029. fallbackSrc: fallbackImageSrc,
  2030. alt: img.alt || "",
  2031. });
  2032. }
  2033.  
  2034. document.querySelectorAll("img").forEach(function (img) {
  2035. if (img.complete && img.naturalWidth === 0) {
  2036. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2037. failedSrc: img.currentSrc || img.src || "",
  2038. alt: img.alt || "",
  2039. });
  2040. applyFallback(img);
  2041. }
  2042. });
  2043.  
  2044. document.addEventListener(
  2045. "error",
  2046. function (event) {
  2047. var target = event.target;
  2048. if (target && target.tagName === "IMG") {
  2049. applyFallback(target);
  2050. }
  2051. },
  2052. true
  2053. );
  2054. })();
  2055. </script>
  2056.  
  2057. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2058.  
  2059.  
  2060.  
  2061. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"40a1d9318d5d4e819a2e0f02d0a9702d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2062. </body>
  2063.  
  2064. </html>
  2065.  
  2066.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda