/* FLOATING FORM */
.banner-form {
  position: absolute;
  top: 70px;
  right: 80px;

  width: 420px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.2);
  z-index: 3000!important; 
}

.banner-form h3 {
  font-size: 24px;
  font-weight: 700;
}

.banner-form h3 span {
  color: #ee1b22;
}

.banner-form p {
  margin: 5px 0 20px;
  color: #666;
}

.banner-form input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.two-col {
  display: flex;
  gap: 12px;
}

.apply-btn {
  width: 100%;
  background: #1c3f94;
  color: #fff;
  border: none;
  padding: 14px 0;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 10px;
}