@media screen and (max-width: 768px) {
  select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.form-box {
    width: 95%;
    padding: 45px 35px;
    border-radius: 16px;
    border: 1px solid #f2e9f3;
    background: #fff;
    position: relative;
    z-index: 10;
    margin: 100px auto 30px;
    box-shadow: rgb(64 27 78) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
  .section-padding {
    /* max-width: 1500px; */
    /* margin: auto; */
    display: block;
    margin-top: 100px;

    height: auto;
    box-shadow: rgb(69 25 76) 2.4px 3.4px 3.2px;
}
.form-flex {
    display: block;
    height: 60vh;
}
.form-section {
    padding: 15px;
    width: 100% !important;
}
.form-width {
    width: 100%;
}
.submit-btn {
  /* margin-left: 25%; */
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to bottom, #ffe36b, #ff9a1f);
    border: none;
    border-radius: 35px;
    color: #000;
    cursor: pointer;
    transition: transform 0.2s
ease;
}
.right-box {
    width: 100%;
    background-image: url(../../../assets/frontend/images/form-right-image.png);
    background-repeat: no-repeat;
    /* background-position:right; */
    /* background-size: cover; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-top-left-radius: 220px;
    border-bottom-left-radius: 40px;
    padding: 0 0;
    position: fi;
    margin-top: 100px;
}

.right-box img {
    margin-bottom: 25px;
    width: 70%;
    position: relative;
    bottom: -25px;
    right: -40px !important;
}

.otp-container {
    background-color: white;
    border: 2px solid #800080;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
     width: 85%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 112px auto 27px;
}
.form-section h2 {
      font-size: 30px;
      font-weight: 700;
      color: #46194d;
      margin-bottom: 50px;
      text-align: center;
    }
.otp-inputs input {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.modalbox{
    margin-bottom: 200px;
}
.modalbox h2{
    margin-bottom: 20px;
}
h2{
    text-align: center;
}
.clip {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 10px;
}


  .member-spiral-left {
    position: absolute;
    right: 34.5%;
    top: 120px;
    z-index: 1;
    top: -55px;
    rotate: -85deg;
    display: none;
}
.member-spiral-right {
    position: absolute;
    right: 10%;
    bottom: 100px;
    width: 100px;
    z-index: 1;
    rotate: 157deg;
    display: none;
}
.member-flower-bottom {
    position: absolute;
    bottom: 20px;
    left: 0%;
    width: 70px;
    rotate: 85deg;
}
.apply-membership {
    padding: 10px 20px;
}
.choose-plan-mobile{
  display: none;
}

footer {
    /* position: relative; */
    /* z-index: 100; */
}
/*footer ul {
    width: 100%;
    margin: auto;
    display: block;
}
footer ul li {
    width: 100%;
    list-style: none;
}
.contact-footer li:nth-child(1) {
    width: 75% !important;
    display: block;
}
.contact-footer li:nth-child(2) {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
}
.contact-footer li p {
    border-right: none;
    margin-right: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-right: 0px;
}
.contact-footer li:nth-child(2) p {
    border-right: none;
    padding-right: 0;
    margin-right: 25px;
    margin-bottom: 0;
}
.contact-footer {
    width: 100%;
    background-color: #5f286f;
    margin-top: 10px;
}
.mobile-padding{
      padding: 30px;
}
.bottom-footer li:nth-child(1) {
    width: 100% !important;
    display: block;
}
.bottom-footer li:nth-child(2) {
    width: 100% !important;
    display: block;
}
.footer-company {
    color: #fff;
    border-right: none !important;
    display: block;
    align-items: center;
}
.bottom-footer li p {
    border-right: none;
    margin-right: 30px;
    padding-right: 30px;
}
footer ul li h2 {
    color: #fff;
    font-size: 24px;
}*/
}
@media (max-width: 992px) {
    .pricing-row {
        flex-direction: column;
    }

    .pricing-box {
        text-align: center !important;
    }
}

@media (max-width: 1017px) {

  #mobileMenu {
  padding: 16px 10px;
    height: 100vh;
    overflow-y: auto;
    display: none;
  }

  #mobileMenu.flex {
    display: flex;
  }

  #mobileMenu .flex.flex-row.justify-between.w-\[100%\] {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  #mobileMenu .flex.flex-col.gap-3 p:first-child {
    font-size: 20px;
    color: #EC0C8B;
    font-weight: 700;
    margin-bottom: 8px;
  }

  #mobileMenu .flex.flex-col.gap-3 p,
  #mobileMenu a p {
    font-size: 18px !important;
    color: white !important;
    font-weight: 300;
    padding: 6px 0;
  }

  #mobileMenu .flex.flex-col.gap-3 {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 24px;
    width: 100%;
  }

  /* Close icon position */
  #mobileClose {
    position: absolute;
    top: 10px;
    right: 24px;
  }

  /* Join button spacing */
  #mobileMenu a button {
    margin-top: 8px;
  }

}
/*@media screen and (max-width: 1024px) {
  header {
    padding: 15px 20px;
    flex-wrap: wrap;
  }

  .nav-links {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background-color: #46194d;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: right 0.3s ease-in-out;
    z-index: 999;
  }

  .nav-active {
    right: 0;
  }

  .burger {
    display: flex;
  }

  .header-right {
    display: none;
  }
}*/
