body.registrationpage {
  margin: 0;
  padding: 0;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
  background-color: #f4f0ee;
}

body.registrationpage image,
video,
img {
  max-width: 100%;
}

body.registrationpage header {
  background: #1c1b19;
  padding: 20px 0;
}

body.registrationpage .logo-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.member-regestration .regitration-wrapper {
  padding: 0 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f4f0ee;
}

section.member-regestration .form-right {
  max-width: 1000px;
}

section.member-regestration .bg-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 238px 64px;
}

section.member-regestration .regitration-wrapper video,
.img-sms-wrap {
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.member-regestration .registration-heading {
  position: relative;
  z-index: 1;
  max-width: 554px;
}

section.member-regestration span.code {
  position: relative;
  left: 16px;
  top: 4px;
}

section.member-regestration .iti__selected-flag:before {
  content: "";
  position: absolute;
  left: 54px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c6aa76;
}

section.member-regestration .registration-heading h2 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 500;
  line-height: 70.4px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
  font-family: "AvenirNextLTPro-BoldCn";
  margin-top: 40px;
  text-transform: uppercase;
}

section.member-regestration .registration-heading p a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "AvenirNextLTPro-Bold";
  text-decoration: underline;
  display: inline-block;
}

section.member-regestration .registration-heading p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .form {
  padding: 80px 48px 48px;
  background-color: #f4f0ee;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.member-regestration .form ::-webkit-input-placeholder {
  color: #535353;
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration input#phone {
  padding-left: 94px;
}

section.member-regestration input#phone div#placeholder {
  display: none !important;
}

section.member-regestration input#verify-otp {
  display: flex;
  width: auto;
  height: 40px;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 14px 32px;
  margin-top: 18px;
  font-family: "AvenirNextLTPro-Bold";
  letter-spacing: 1.12px;
  pointer-events: none;
  opacity: 0.3;
  background: #d5250a;
  border: none !important;
  transition: background-color 0.3s, transform 0.3s;
}

section.member-regestration input#verify-otp[disabled] {
  background: #d5250a;
  pointer-events: none;
  opacity: 0.3;
}

section.member-regestration input#verify-otp:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #d5250a;
  transform: scale(1);
}

section.member-regestration input#verify-otp:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  transform: scale(1);
  border: none;
}

section.member-regestration input#verify-otp:focus-visible {
  outline: 4px solid #c6aa76 !important;
  background: #d5250a;
  outline-offset: -4px;
  transform: scale(1);
}

.rewards-logo img.main-logo {
  display: block;
  margin: 0 auto;
  max-width: 345px;
  width: 100%;
}

section.member-regestration .flex-inputs {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

section.member-regestration input[type="checkbox"] {
  visibility: hidden;
}

section.member-regestration input[type="checkbox"] + label {
  border: 1px solid #0c0c0c;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}

section.member-regestration input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #101010;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

section.member-regestration .flex-inputs p {
  margin: 0;
}

section.member-regestration input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  flex: none;
}

section.member-regestration label {
  font-size: 14px;
  line-height: 19.6px;
  color: #1c1b19;
  font-family: "AvenirNextLT-Pro-Regular";
  padding-bottom: 6px;
  -webkit-font-smoothing: auto;
}

section.member-regestration .flex-inputs label {
  color: #000;
  font-size: 14px;
  line-height: 19.6px;
}

section.member-regestration .form-column {
  width: 100%;
  position: relative;
}

section.member-regestration .form-single-column {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
}

section.member-regestration .form-single-column label {
  grid-column: 1 / 4;
}

section.member-regestration .form-single-column input#verifynum {
  grid-column: 1 / 4;
  margin: 0;
}

section.member-regestration .num,
section.member-regestration .resend {
  color: #1c1b19;
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration .num {
  margin: 0px 0 32px;
}

section.member-regestration .num button#editnumber,
section.member-regestration button#send {
  font-weight: 800;
  text-decoration-line: underline;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 16px;
  cursor: pointer;
  margin-left: 16px;
  padding: 0;
  background: none;
  border: none;
}

section.member-regestration .num button#editnumber,
section.member-regestration span.timer-span {
  display: inline-block;
  margin-left: 10px;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 16px;
  color: #1c1b19;
  font-weight: bold;
}

section.member-regestration .num button#editnumber {
  margin: 0 !important;
}

section.member-regestration .sms-num {
  padding-right: 10px;
}

section.member-regestration input#verify-otp {
  margin: 0;
}

section.member-regestration span.error-message,
section.member-regestration .date-error-phone,
section.member-regestration .date-error {
  color: #d5250a;
  position: absolute;
  bottom: 3px;
  left: 0;
  font-size: 14px;
  -webkit-font-smoothing: auto;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration div#date-error {
  color: #d5250a;
  position: absolute;
  bottom: -13px;
  left: 0;
  font-size: 12px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration input,
section.member-regestration select,
section.member-regestration textarea {
  margin-bottom: 6px;
  border: 1px solid #c6aa76;
  background: #fff;
  padding: 14px 12px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration p.birthday-mesage {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #535353;
  margin-top: 0;
}

section.member-regestration .form-two-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-column.register-media-css-lastname {
  margin-left: 30px;
}

section.member-regestration .form-single-column select {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #c6aa76;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 24px;
  cursor: pointer;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration .form-single-column .iti__arrow {
  margin-left: 6px;
  width: 14px;
  height: 14px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #555;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-position: 67% 5%;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration input#registration-date-picker {
  margin-bottom: 0;
}

section.member-regestration .iti__arrow--up {
  border-bottom: 0;
}

section.member-regestration .form-single-column select option[disabled] {
  color: #aaa;
}

section.member-regestration .iti__flag {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #101828;
}

section.member-regestration .iti.iti--allow-dropdown {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}

section.registration-faqs {
  padding: 64px 0;
  background-color: #f4f0ee;
}

section.registration-faqs .faq-wrapper {
  max-width: 716px;
  padding: 0 16px;
  margin: 0 auto;
}

section.registration-faqs .heading {
  position: relative;
  cursor: pointer;
  color: #1c1b19;
  font-size: 20px;
  line-height: 20px;
  font-family: "AvenirNext-Medium";
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin: 16px 0;
}

section.registration-faqs .panel:first-child .heading {
  margin-top: 0;
}

section.registration-faqs .heading:after {
  content: "\002B";
  width: 20px;
  height: 20px;
  color: #d5250a;
  float: right;
  position: relative;
  left: 20px;
}

section.registration-faqs .heading.active:after {
  content: "\2212";
}

section.registration-faqs .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

section.registration-faqs .heading.active + .content {
  opacity: 1;
}

section.registration-faqs .content p {
  margin: 0;
  font-size: 18px;
  margin-bottom: 16px;
  color: #535353;
  max-width: 592px;
}

section.registration-faqs .faq-heading {
  padding-bottom: 48px;
}

section.registration-faqs .faq-heading h2 {
  color: #1c1b19;
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
  font-family: "Libre Caslon Text", serif;
}

section.registration-faqs .faq-heading p {
  color: #535353;
  font-size: 18px;
  line-height: 27px;
  margin: 16px 0 0;
}

.form-heading p {
  color: #1c1b19;
  font-family: "Libre Caslon Text", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.form-heading.form-heading-device p {
  margin: 0 0 8px;
}

.form-heading.form-heading-phno p {
  margin: 0 0 32px;
}
.form-heading.form-heading-call p {
  margin: 0 0 8px;
}

#verifynum:focus {
  outline: none;
}

input.invalid-input {
  border: 1px solid red !important;
}

.otp-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
}

.sendButton {
  height: 40px;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5) !important;
  /* Apply opacity to the text color */
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.error-message {
  color: red;
  position: absolute !important;
  top: 70px;
}

.invalid-input {
  border: 1px solid red !important;
}

.form-single-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1024px) {
  section.member-regestration .regitration-wrapper {
    height: 70vh;
  }
}

@media (max-width: 991px) {
  section.member-regestration .form-two-column {
    display: block;
  }

  .form-column.register-media-css-lastname {
    margin-left: 0px;
  }

  section.member-regestration .bg-video {
    padding: 238px 24px;
  }

  section.member-regestration .form {
    padding: 80px 20px 48px;
  }
}

@media (max-width: 768px) {
  section.member-regestration .regitration-wrapper {
    display: block;
  }

  section.member-regestration .regitration-wrapper {
    height: 100%;
  }

  section.member-regestration .bg-video {
    padding: 105px 20px 45px;
  }

  .rewards-logo img.main-logo {
    max-width: 240px;
    width: 100%;
  }

  .form-heading p {
    margin: 0 0 32px;
  }

  section.member-regestration .registration-heading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
    letter-spacing: -0.48px;
    margin-top: 24px;
  }

  body.registrationpage header {
    background: #1c1b19;
    padding: 9px 0;
  }

  section.member-regestration .form {
    padding: 48px 20px 64px;
  }

  section.registration-faqs .faq-heading h2 {
    margin-top: 0;
  }

  section.registration-faqs .faq-heading h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30.8px;
  }

  section.registration-faqs .faq-heading {
    padding-bottom: 32px;
  }

  footer.registration-footer .two-clumn {
    display: block;
  }

  footer.registration-footer .copyright p {
    margin: 8px 0 0;
    text-align: center;
  }

  section.member-regestration .registration-heading p {
    margin-bottom: 0;
  }

  section.member-regestration .registration-heading {
    padding-bottom: 0;
  }

  section.member-regestration .form-single-column {
    display: block;
  }

  section.member-regestration .form-single-column input#verifynum {
    margin-bottom: 16px;
  }

  section.member-regestration .num button#editnumber,
  section.member-regestration button#send {
    margin-left: 0;
    margin-top: 8px;
  }

  /* Ensure OTP container and inputs are styled correctly on small screens */
  .otp-container {
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
  }

  .otp-input {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    font-size: 18px !important;
  }
}

@media (min-width: 769px) {
  .form-single-column {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .otp-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
  }

  .otp-input {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    font-size: 18px !important;
  }

  .sendButton {
    height: 40px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.5) !important;
    /* Apply opacity to the text color */
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
  }

  .sms-label-configuration {
    display: flex;
    flex-direction: column;
  }

  .verify-align-class {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: -25px; /* Adjust this value as needed */
  }
}

section.member-regestration button#send-phone-otp {
  font-weight: 800;
  text-decoration-line: underline;
  font-family: "AvenirNextLTPro-Bold";
  cursor: pointer;
  margin-left: 16px;
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

input:focus {
  border: 2px solid #1c1b19 !important;
  outline: none;
  /* Optional: Remove the default outline */
}

#call-me-now-button {
  padding: 14px 32px;
  background: #000000;
  color: #ffffff;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.12px;
  border: none;
}

.otp-error {
  color: #d5250a;
  left: 0;
  font-size: 14px;
  position: absolute;
  top: 70px !important;
}

/* Add hover effect to OTP input fields */
#otp-container .otp-input:hover {
  border: 1px solid var(--border-border-darkgold, #805606);
}

section.member-regestration .resend {
  margin-top: 24px;
}

section.member-regestration .resend-phone-otp {
  margin-top: 16px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

@media (max-width: 768px) {
  .resend,
  .resend-phone-otp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .verify-align-class {
    padding-top: 26px;
  }

  .resend-phone-otp {
    margin-top: 32px;
  }

  .num .edit-number {
    display: block;
    margin-top: 10px;
  }

  section.member-regestration button#send-phone-otp {
    margin-left: 0px;
    margin-top: 8px;
  }

  section.member-regestration .num,
  section.member-regestration .resend {
    margin-top: 0;
    margin-bottom: 32px;
  }
  section.member-regestration .resend {
    margin-top: 32px;
  }
}

.verify-align-class input#verify-otp.form-valid {
  pointer-events: auto;
  opacity: 1;
}
