 .error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80vh;
    background: linear-gradient(180deg, #fff6f8 0%, #fff 100%);
    padding: 60px 20px;
    font-family: "Poppins", sans-serif;
  }

  .error-404 .container {
    max-width: 700px;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .error-404 h1 {
    font-size: 100px;
    font-weight: 700;
    color: #bdd92d; /* sweet pink tone */
    margin: 0 0 10px;
    line-height: 1;
  }

  .error-404 h2 {
    font-size: 26px;
    font-weight: 600;
    color: #6b354c;
    margin-bottom: 15px;
  }

  .error-404 p {
    color: #7b6770;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .error-404 .btn-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .error-404 .btn-primary,
  .error-404 .btn-outline {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
  }

.error-404 .btn-primary {
    background: #000;
    color: #fff;
}

  .error-404 .btn-outline {
    border: 2px solid #f09a36;
    color: #f09a36;
  }

.error-404 .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(192 203 35 / 30%);
}
.seo-title .pbmit-title {
    font-size: 40px;
    margin-bottom: 20px;
}
  .error-404 .btn-outline:hover {
    background: #f09a36;
    color: #fff;
  }
  
  /*.contact-left {*/
  /*    backgroud-color: #000;*/
  /*    padding: 60px 0px 60px 60px;*/
  /*}*/
 

  @media (max-width: 768px) {
    .error-404 h1 {
      font-size: 70px;
    }
    .error-404 h2 {
      font-size: 22px;
    }
    .error-404 p {
      font-size: 15px;
    }
.seo-title .pbmit-title {
    font-size: 28px;
}
  }
  
   .contact-bg-color {
      background: #000 !important;
      padding: 70px 0px;
  }

