.campaign-wrapper {
}
.left-bg {
  background-size: cover !important;
  position: relative;
  height: 715px;
}
.left-side {
  color: white;
  padding: 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
}
.left-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 1;
}
.left-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  text-align: center;
}
.left-content h1 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}
.left-content p {
  font-size: 1.1rem;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}

.right-side {
  flex: 1;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4rem;
}
.right-side h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #212529;
}
.right-side p {
  color: #6c757d;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

form .form-control {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
form label {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #343a40;
}
.form-check-label a {
  text-decoration: none;
  color: #0d6efd;
}
.form-check-label a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .left-side, .right-side {
    flex: none;
    width: 100%;
    min-height: 300px;
  }
  .left-side {
    padding: 2rem 1.5rem;
  }
  .right-side {
    padding: 2rem 1.5rem;
  }
  .left-bg {
    height: 250px;
  }
  .right-side h2{
    font-size: 22px;
  }
}