  .hero-slide {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .hero-slide {
      height: 50vh;
      width:600px;
    }

    .hero-text h1 {
      font-size: 1.8rem;
    }

    .hero-text p {
      font-size: 1rem;
    }

    .btn.btn-lemon {
      padding: 0.6rem 1.2rem;
      font-size: 1rem;
    }
  }

  @media (max-width: 768px) {
    .hero-slide {
      height: 60vh;
    }

    .hero-text h1 {
      font-size: 1px;
    }

    .hero-text p {
      font-size: 0.9rem;
    }
  }