@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=PT+Mono&display=swap");
@import url("https://db.onlinewebfonts.com/c/c9c7790611487f10ab2d674f6a8909d6?family=EuclidCircularA");

.font-euclid-bold {
  font-family: "EuclidCircularA", sans-serif;
  font-weight: 700;
}

.font-euclid-light {
  font-family: "EuclidCircularA", sans-serif;
  font-weight: 300;
}

.font-gobold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.bg-purple-gradient {
  background: linear-gradient(to bottom, #401B4E, #5F286F);
}

.bg-btn-gradient {
  background: linear-gradient(to right, #FDE100, #FF9A1F);
  transition: 0.3s;
}

.bg-btn-gradient:hover {
  transform: scale(1.05);
}
.nav-hover {
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.nav-hover:hover {
  color: #EC0C8B !important;
  font-weight: 600 !important;
}
img, button {
  user-select: none;
}
#megaMenu {
  transition: opacity 0.35s ease-in-out;
}
#megaMenu::-webkit-scrollbar {
  width: 0;
}
 header {
    position: relative;
  }

  #desktopMenu, #mobileMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    z-index: 999;
  }
  body.menu-open {
    overflow: hidden;
  }
body{

  font-size: 20px;
}
 .form-section {
      flex: 1;
      padding: 60px;
      width: 800px;
    }
    .section-padding{
    max-width: 1500px;
    margin: auto;
    display: flex;
    margin-top: 100px;
    box-shadow: rgb(69 25 76) 2.4px 3.4px 3.2px;
    }

    .form-section h2 {
      font-size: 38px;
      font-weight: 700;
      color: #46194d;
      margin-bottom: 50px;
    }

    .form-group {
      position: relative;
      margin-bottom: 40px;
    }

    .form-group input {
      width: 100%;
      border: none;
      border-bottom: 2px solid #ccc;
      padding: 10px 0;
      font-size: 16px;
      background: transparent;
      outline: none;
    }

    .form-group label {
           position: absolute;
      top: 3px;
      left: 0;
      color: #111010;
      font-size: 14px;
      pointer-events: none;
      transition: 0.2s ease all;
      font-weight: bold;
    }
    .form-group input:focus ~ label,
    .form-group input:not(:placeholder-shown) ~ label {
      top: -14px;
      font-size: 12px;
      color: #333;
    }
    .submit-btn {
      width: 25%;
      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;
    }

    .submit-btn:hover {
      transform: scale(1.05);
    }

.right-box {
  width: 28%;
  background-image: url("../../../assets/frontend/images/form-right-image.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top-left-radius: 220px;
  border-bottom-left-radius: 40px;
  padding: 0 0;
  position: relative;
}
.right-box img {
    margin-bottom: 35px;
    margin-right:100px ;
    width: 100%;
    position: relative;
    bottom: -37px;
    right: 0;
}
.form-flex{
  display: flex;

}
.form-span{
  color:red;
}
.form-width{
  width: 75%;
}
.digit {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}


.otp-inputs {
  display: flex;
  justify-content: center; /* or flex-start */
  gap: 10px; /* fixed spacing between inputs */
  margin: 20px 0;
}


.otp-inputs input {
  width: 60px;
  height: 60px;
  font-size: 24px;
background-color: #FAD8FF;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}

.otp-inputs input:focus {
  border-color: #800080;
}

.resend {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.verify-btn {
width: 55%;
  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;
}

.verify-btn:hover {
     transform: scale(1.05);
 background: linear-gradient(to right, #fbc02d, #ef6c00);
}
.otp-container {
      background-color: white;
      border: 2px solid #800080;
      border-radius: 8px;
      padding: 40px 30px;
      text-align: center;
      width: 650px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin: 175px auto 60px;
}

.nav-links {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    cursor: pointer;
    position: relative;
    color: white;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
}

.nav-item p {
    transition: color 0.3s, transform 0.2s;
    margin: 0;
    white-space: nowrap;
}

.nav-item:hover p {
    color: #fff;
    transform: translateY(-2px);
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    min-width: 277px;
    background: linear-gradient(to bottom, #401B4E, #5F286F);
    z-index: 10;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-item:hover .dropdown {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.2s ease-in-out;
}

.dropdown a {
    text-decoration: none;
    display: block;
}

.dropdown p {
    color: white;
    padding: 18px;
    font-size: 18px;
    transition: all 0.3s;
    margin: 0;
    text-align: left;
}

.dropdown p:hover {
    background-color: #EC0C8B;
    color: #fff;
    font-weight: 600;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px) translateX(-50%);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}
 .header-fixed{
  top:0;
 }
 .section-padding{
    margin: 143px auto 50px;
    display: flex;
    width: 75%;
    justify-content: space-between;
 }
.otp-text{
  margin: 25px 0px;
}
.wrapper {
  position: relative;
}
.form-box {
  width: 550px;
  padding: 45px 35px;
  border-radius: 16px;
  border: 1px solid #f2e9f3;
  background: #fff;
  position: relative;
  z-index: 10;
  margin: 155px auto 65px;
  box-shadow: rgb(64 27 78) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.form-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}
.input-field input,
.select-box select {
  width: 100%;
  padding: 13px 14px;
  border: none;
  background: #f4e7f4;
  border-radius: 8px;
  outline: none;
  font-size: 15px;
  margin-bottom: 18px;
  font-weight: bold;
}

.upload-field {
  position: relative;
  margin-bottom: 20px;
}

.upload-field input {
  width: 100%;
  padding: 14px 45px 14px 14px;
  border: none;
  /* background: #f4e7f4; */
  border-radius: 8px;
  cursor: pointer;
  color: transparent;
}

.upload-field input::-webkit-file-upload-button {
  display: none;
}
.file-label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  pointer-events: none;
}
.clip {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.clip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-box h4 {
  margin: 18px 0 8px;
  font-size: 16px;
  font-weight: 700;
}
.submit-btn {
  width: 100%;
  margin-top: 10px;
  padding: 14px 0;
  border-radius: 35px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(to right, #ffe36b, #ff9a1f);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.submit-btn:hover {
  transform: scale(1.05);
}
.spiral-left {
  position: absolute;
  right: 34.5%;
  top: 120px;
  z-index: 1;
  top: -55px;
  rotate: -85deg;
}
.spiral-right {
    position: absolute;
    right: 32%;
    bottom: 100px;
    width: 100px;
    z-index: 1;
    rotate: 157deg;
}
.flower-top {
    position: absolute;
    top: 15%;
    left: 32%;
    rotate: -32deg;
    width: 100px;
}
.flower-bottom {
  position: absolute;
  bottom: -70px;
  left: 35%;
  width: 70px;
  rotate: 85deg;
}
input::placeholder {
  color: #000!important;
  opacity: 1;
}

.error-message {
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 4px;
  display: block;
}
.file-trigger-pan {
  cursor: pointer;
  display: inline-block;
}

.clip img {
  width: 24px;
  height: 24px;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}




.upload-field {
    display: flex;
    align-items: center;
    background: #f4e7f4;
    border-radius: 8px;
}
.apply-membership{
        padding-top: 10%;
  }
  .staff-family{
        margin-bottom: 20px;
  }
  .apply-membership h2{
    color:rgb(64 27 78 / var(--tw-text-opacity, 1));
    text-align: center;
    font-size: 34px;
    font-weight: 600;
  }
  .apply-membership p{
    text-align: center;
    margin-top: 17px;
  }
  .pricing-section {
    padding: 50px 20px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.pricing-row {
    display: flex;
    gap: 0px;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
}
.plan-title{
  font-size:34px;
}
.member-flower-top {
    position: absolute;
    top: 55%;
    left: 10%;
    rotate: -32deg;
    width: 100px;
}
.member-spiral-right {
    position: absolute;
    right: 10%;
    bottom: 100px;
    width: 100px;
    z-index: 1;
    rotate: 157deg;
}
.member-flower-bottom {
    position: absolute;
    bottom: -10px;
    left: 16%;
    width: 70px;
    rotate: 85deg;
}
.pricing-box {
    flex: 1;
    min-width: 280px;
    border: 1px solid rgb(64 27 78 / var(--tw-border-opacity, 1));
    border-radius: 12px;
    padding: 30px 25px;
    background: #fff;
    text-align: center;
}

.left-box {
    text-align: left;
}

.center-box {
    background: #3c1053;
    color: white;
    position: relative;
}

.corporate-box {
    background: #fff;
}


.price {
    font-size: 28px;
    font-weight: bold;
    color: rgb(236 12 139 / var(--tw-text-opacity, 1));
    margin: 20px 0;
}

.subtext {
    color: #ff0080;
    margin-bottom: 15px;
}
.choose-plan-member{
  color: rgb(64 27 78 / var(--tw-text-opacity, 1));
    font-weight: bold;
    font-size: 24px;
}

.buy-btn {
    margin-top: 25px;
    padding: 12px 25px;
    border-radius: 30px;
    border: none;
    background: #f9b000;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.buy-btn:hover {
    opacity: 0.8;
}
.cost-line{
  line-height: 5;
}

