/* hero.css */

/* === Hero Section === */
.hero {
  background-image:url('https://ik.imagekit.io/mgxkiospx3/assets/dashboardbackground.webp?tr=w-1600,f-webp,q-80');
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
