.hero {
  background: url('https://sman1kibin.sch.id/spmb/img/banner.png') center center/cover no-repeat;
  height: 90vh;
  position: relative;
}

/* Optional overlay gelap agar teks terlihat */
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  top: 0;
  left: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
}
.btn-drive{
  display:inline-block;
  background: linear-gradient(45deg, #004aad, #00aaff);
  color:white;
  padding:12px 25px;
  font-size:16px;
  border-radius:30px;
  text-decoration:none;
  font-weight:bold;
  box-shadow:0 5px 15px rgba(0,0,0,0.2);
  transition:0.3s;
}

.btn-drive:hover{
  transform:scale(1.05);
  background: linear-gradient(45deg, #003080, #0088cc);
  color:white;
}
.kuota-box{
  background:#fff;
  padding:15px;
  border-radius:15px;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
  transition:0.3s;
}

.kuota-box img{
  max-height:120px;
  object-fit:contain;
}

.kuota-box:hover{
  transform:translateY(-5px);
}