  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    margin: 0;
  }

  main {
    flex: 1;
  }

  .navbar-brand {
    font-weight: bold;
  }

  .form-section {
    padding: 20px 0 30px 0;
  }

  .sale-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  }

  .image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
  }

  .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .image-wrapper img {
      margin-top: 2rem;
    }
  }
  
  .text-box {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem !important;
  padding-top: 2.5rem !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  font-family: Arial, sans-serif;
}
.text-box-ytube {
  background: #e4e4e4;
  border-radius: 1rem;
  padding: 2rem !important;
  padding-top: 2.5rem !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  font-family: Arial, sans-serif;
}

  .seo-description {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  font-family: Arial, sans-serif;
}

.seo-description h1,
.seo-description h2,
.seo-description h3 {
  font-weight: bold;
  color: #212529;
  margin-bottom: 0.5rem;
}

.seo-description h1 {
  font-size: 1.5rem;
  margin-top: 0;
}

.seo-description h2 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.seo-description h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.seo-description p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}

.text {
  font-size: 1.1rem;
  color: #555;
}

.border-custom {
  border: 1px solid #c4e7ff;
}


