#sponsor-page {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100% !important;
}

.bg-daftar-sponsor {
  height: auto;
  position: relative;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset: 0;
  margin: 5rem 0;
  padding: 8rem 0 0 0;
  z-index: 1;
}

.bg-daftar-sponsor h1 {
  font-size: clamp(1.5rem, 6vw, 2.3rem);
  color: var(--secondary-color);
  text-align: start;
  font-weight: bold;
  line-height: 0.5;
}

.bg-daftar-sponsor span {
  display: inline-block;
  font-size: clamp(0.7rem, 4vw, 1.2rem);
  text-align: start;
  font-weight: bold;
  padding-bottom: 0.9rem;
  color: var(--secondary-color);
}

.bg-daftar-sponsor .text-welcome {
  font-size: clamp(0.6rem, 4vw, 0.8rem);
  text-align: start;
  color: var(--secondary-color);
  width: 69%;
  line-height: 1.3;
}

.bg-daftar-sponsor label {
  font-size: clamp(0.6rem, 4vw, 0.9rem);
  text-align: start;
  color: var(--secondary-color);
  line-height: 1.3;
  font-weight: 500;
}

.bg-daftar-sponsor input,
.bg-daftar-sponsor select {
  background-color: var(--background-card);
  border-radius: 5px;
  width: 100%;
  height: 40px;
  border: none;
  color: var(--secondary-color);
  font-size: 0.8rem;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.bg-daftar-sponsor textarea {
  background-color: var(--background-card);
  border-radius: 5px;
  width: 100%;
  /* height: 100px; */
  border: none;
  color: var(--secondary-color);
  font-size: 0.8rem;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.bg-daftar-sponsor .form-control:focus {
  border-color: var(--background-card);
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 53, 0.25); /* Glow hijau */
}

.bg-daftar-sponsor .form-select:focus {
  border-color: var(--background-card);
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 53, 0.25); /* Glow hijau */
}

.footer-button-futsal button {
  background: var(--button-color);
  width: 125px;
  height: 40px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.footer-button-futsal button:hover {
  transform: scale(1.1);
}

.footer-button-futsal {
  padding-top: 1rem;
}

.footer-button-futsal a.btn {
  width: 125px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--secondary-color);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-grand-sponsor {
  background: var(--primary-color);
  margin-left: 2.5rem;
  width: 37%;
  height: 55px;
}

.bg-grand-pendukung {
  background: var(--primary-color);
  margin-left: 1rem;
  padding-left: 5rem;
  width: 37%;
  height: 55px;
  border-bottom-left-radius: 10px;
}

.bg-daftar-sponsor img.grand-sponsor {
  position: absolute;
  bottom: 0;
}

.bg-grand-sponsor span {
  padding-left: 3rem;
  display: block;
  color: white;
}

p {
  font-weight: 500;
  font-size: 15px !important;
}

/* media query */

@media (max-width: 468px) {
  .bg-daftar-sponsor span {
    text-align: center;
    width: 100%;
  }

  .bg-grand-sponsor,
  .bg-grand-pendukung {
    margin-left: 2.5rem;
    padding-left: 2rem;
    width: 100%;
    height: 55px;
  }

  .bg-grand-sponsor span {
    padding-left: 0;
  }

  .bg-daftar-sponsor .text-welcome {
    width: 100%;
  }

  p {
    font-size: 12px !important;
    padding: 0 1rem !important;
  }
}
