.vip-hero {
  min-height: 100vh;
  color: white;
}
/*.vip-banner{*/
/*    display: relative;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 40px 20px;*/
/*    width: 100%;*/
/*}*/
.vip-left {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      max-width: 500px;
    }
.vip-offers {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 200px;
}
.vip-logo {
    max-width: 180px;
    margin-left: 200px;
    align-items: center;
}
.offer-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    border-radius: 40px;
    padding: 12px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 350px;
}

.offer-box img {
    width: 28px;
}

.offer-box h4 {
    margin: 0;
    color: #D62328;
    font-size: 16px;
    font-weight: 700;
}

.offer-box p {
    margin: 0;
    font-size: 13px;
    color: #333;
}



.vip-section {
  /*padding: 60px 20px;*/
  margin-right: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.form-container {
  position: relative;
  margin-top: 90px;
  text-align: left;
}

.signup-box {
  background: white;
  color: black;
  border-radius: 15px;
  padding: 15px 25px 15px 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
  width: 400px;
  /*height: 350px;*/
  position: flex;
}

.signup-box h3 {
  margin-top: 0;
  font-size: 18px;
}

.signup-box form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    
}

.signup-box input {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.signup-box button {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 9999px;
  color: white;
  background: linear-gradient(to right, #d62384, #5e2ced);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.signup-box button:hover {
  opacity: 0.95;
}

.gift-badge {
  position: absolute;
  top: -10px;
  right: -80px;
  background: #1B3764;
  color: white;
  padding: 25px 20px 0px 20px;
  border-radius: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  width: 120px;
  height: 120px;
  align-items: center;
}

section {
  position: relative;
  z-index: 1;
}

.shadow-sm {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.rounded-4 {
  border-radius: 1.5rem;
}

.text-muted {
  font-size: 0.9rem;
}
.blue {
  color: #1E4489;
  font-weight: 600;
}


.faq-section {
  background-color: #f9f9f9;
}

.accordion-button {
  font-size: 1rem;
  font-weight: 500;
}

.accordion-body {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 500px) {
  .vip-section {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  
  .vip-logo{
      padding-left: 100px;
  }
  
  .vip-offers, .vip-logo {
    margin-left: 0;
    align-items: center;
  }

  .signup-box {
    width: 100%;
    height: auto;
  }

  .gift-badge {
    top: 0px;
    right: -40px;
    width: 95px;
    height: 95px;
    font-size: 11px;
    padding: 20px 15px 0 15px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .vip-section {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  
  .vip-logo{
      padding-left: 100px;
  }
  .vip-offers, .vip-logo {
    margin-left: 0;
    align-items: center;
  }

  .signup-box {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1040px) {
  .vip-section {
    margin-right: 0;
  }

  .vip-logo,
  .vip-offers {
    margin-left: 0;
  }
}

@media (min-width: 920px) and (max-width: 1024px) {
  .signup-box {
    width: 360px;
    height: auto;
  }

  .gift-badge {
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
