/*
Theme Name:     Ado Bee
Theme URI:      https://myfunnelkits.com/
Template:       kadence
Author:         Vojkan Cvijanovic
Author URI:     https://vojkan.net/
Description:    Ado Bee Child Theme based on Kadence theme.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <title>404 Not Found</title>
  <link rel="stylesheet" href="/error_docs/styles.css">
</head>
<body>
<div class="page">
  <div class="main">
    <h1>Server Error</h1>
    <div class="error-code">404</div>
    <h2>Page Not Found</h2>
    <p class="lead">This page either doesn't exist, or it moved somewhere else.</p>
    <hr/>
    <p>That's what you can do</p>
    <div class="help-actions">
      <a href="javascript:location.reload();">Reload Page</a>
      <a href="javascript:history.back();">Back to Previous Page</a>
      <a href="/">Home Page</a>
    </div>
  </div>
</div>
</body>
</html>/* Animated button start*/
.animated-text {
            position: relative;
            display: inline-block;
        }

        .underline {
            position: absolute;
            left: 0; /* Align with the left edge of the text */
            bottom: -3px; /* Adjust for visual alignment */
            width: 100%;
            height: 2px;
        }

        .underline path {
            transform: scaleX(0); /* Initially scaled to 0 */
            transform-origin: left; /* Scale from the left */
            transition: transform 1.4s ease; /* Transition duration */
        }

        .content {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            line-height: 1.6;
        }

/*SVG container align center*/
.svg-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  /*height: 300px;*/ /* Example height */
}

/**/
.icon-drop-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}







