@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.alpha-logo-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.alpha-logo {
  width: 2.25rem;
  height: 2.25rem;
}

.sparkl-text {
  color: #000;
  font-family: Manrope;
  font-size: 0.84375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.00844rem;
  text-decoration: none;
}

.alpha-text {
  color: #757575;
  font-family: Manrope;
  font-size: 0.65625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.pre-registration-body {
  height: 100vh !important;
  height: 100dvh !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pre-registration-body > main {
  z-index: 1;
  position: relative;
}

.carousal-section {
  flex: 1;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}

.root-container {
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gradient-bg-box {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gradient-bg-one {
  position: absolute;
  height: 50%;
  width: 50%;
  left: -15%;
  border-radius: 31.25rem;
  background: rgba(254, 234, 52, 0.22);
  filter: blur(240px);
}

.gradient-bg-two {
  position: absolute;
  height: 50%;
  width: 50%;
  border-radius: 31.25rem;
  background: rgba(255, 33, 103, 0.3);
  filter: blur(240px);
  right: -20%;
}

.greeting-heading-box {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 1rem;
}

.greeting-sub-heading {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.greeting-heading {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7rem;
}

.book-session-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.5rem;
  padding: 1.5rem;
}

.book-session-heading {
  color: #1a1a1a;
  text-align: center;
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.0625rem;
}

.img-and-action-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.img-and-action-box::-webkit-scrollbar {
  display: none;
}

.hide-section {
  display: none;
}

.book-session-cards-box {
  display: flex;
  justify-content: center;
  width: 100vw;
  padding: 0 3rem;
  position: relative;
}

.book-session-img-box {
  display: flex;
  gap: 2.5rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.book-session-img-box::-webkit-scrollbar {
  display: none;
}

.profile-img-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 24rem;
}

.profile-img {
  border-radius: 1.25rem;
  height: 15rem;
  width: 24rem;
}

.pioneer-box {
  display: flex;
  flex-direction: column;
  gap: 0.37rem;
}

.pioneer-name {
  color: #1a1a1a;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.03125rem;
}

.pioneer-description {
  color: #4f4f4f;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.pioneer-info {
  color: #1a1a1a;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.next-btn-box {
  display: flex;
  justify-content: center;
  position: relative;
}

.next-btn {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 62.5rem;
  background: #fbbd2d;
  border: none;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  width: 12rem;
}

/* Board section */

.section-heading {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.05rem;
}

.glass-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.glass-btn {
  border-radius: 1.5rem;
  border: 1px solid #fff;
  background: linear-gradient(
    25deg,
    rgba(255, 255, 255, 0.51) 14.04%,
    rgba(255, 255, 255, 0.1) 109.03%
  );
  box-shadow: 6px 8px 12px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(4px);
  display: flex;
  width: 18rem;
  padding: 2.5rem 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.large-text-btn {
  min-width: 30rem;
}

.less-width {
  width: 12rem;
}

.glass-btn:hover {
  border: 2px solid #fa515e !important;
  backdrop-filter: blur(4px) !important;
  border-radius: 1.5rem;
}

.glass-btn-selected {
  border: 2px solid #fa515e !important;
  backdrop-filter: blur(4px) !important;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, #fdafb5 100%) !important;
}

.grade-btn {
  display: none;
}

.subject-btn {
  display: none !important;
}

.pill-btn {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.selected-icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -11px;
  right: 10px;
  display: none;
}

.show-selected-icon {
  display: block;
}

.large-gap-in-box {
  justify-content: center;
  align-items: center;
}

.pill-box {
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  overflow-x: auto;
  gap: 1.25rem;
  padding: 1rem;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.continue-btn-wrapper {
  margin-top: 1rem;
  width: min(25rem, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.action-btn {
  display: flex;
  width: min(25rem, 100%);
  height: 3.25rem;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border: none;
  text-align: center;
  font-family: Manrope;
  cursor: pointer;
  background-color: #e23744;
  color: #fff;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 144.444% */
  letter-spacing: -0.01125rem;
}

.disabled-action-btn {
  background: #f2f6fa;
  color: #b6bbc0;
  cursor: default;
}

.child-name-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.child-name-input {
  min-width: min(25rem, 100%);
}

.medium-gap {
  gap: 1.5rem;
}

.rounded-btn {
  display: flex;
  width: 9.625rem;
  padding: 3.5rem 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 7.75rem;
  border: 1px solid #fff;
  background: linear-gradient(
    25deg,
    rgba(255, 255, 255, 0.51) 14.04%,
    rgba(255, 255, 255, 0.1) 109.03%
  );
  box-shadow: 6px 8px 12px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(4px);
}

.small-rounded-btn {
  width: 7rem;
  height: 6rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.name-selection-box {
  display: none;
}

.show-name-selection-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}

.input-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.input {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid #fff;
  background: linear-gradient(
    25deg,
    rgba(255, 255, 255, 0.51) 14.04%,
    rgba(255, 255, 255, 0.1) 109.03%
  );
  box-shadow: 6px 8px 12px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(4px);
  outline: none;
  text-align: center;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  color: #1a1a1a;
  font-weight: 600;
}

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

.left-aligned-input {
  padding-right: 1rem;
  text-align: start;
}

.input::placeholder {
  color: #686e7b;
  font-weight: 500;
}

.contact-us-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.email-preference-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-us-form > .action-btn {
  width: 100%;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.label-input-box {
  display: flex;
  padding: 1rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid #fff;
  background: linear-gradient(
    25deg,
    rgba(255, 255, 255, 0.51) 14.04%,
    rgba(255, 255, 255, 0.1) 109.03%
  );
  box-shadow: 6px 8px 12px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(4px);
}

.label-input-box > input {
  background: transparent;
  box-shadow: none;
  padding: 0.5rem;
  backdrop-filter: none;
  flex: 1;
}

.label-box {
  display: flex;
  min-width: 10rem;
  align-items: center;
  gap: 0.4375rem;
}

.divider {
  width: 0.0625rem;
  height: 1.3125rem;
  border-right: 1px solid #d5d8dd;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
}

.input-label {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.label-input-text {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.select-preference-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.select-preference-text {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sms-call-btn-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.img-label-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.img-label {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.calendly-box {
  display: flex;
  gap: 3.5rem;
  padding: 2.5rem 5rem;
  flex: 1;
}

.img-heading-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 66px;
  width: 30%;
}

.calendar-img-box {
  border-radius: 3.5rem;
  border: 1px solid #fdca59;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.1) 100%
    ),
    #fff;
  display: flex;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.heading-arrow-box {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pick-a-slot {
  color: #1a1a1a;
  font-family: Manrope;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.05rem;
}

.arrow-box {
  display: flex;
}

.page-container {
  overflow: hidden;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  color: white;
  transition: transform 0.4s ease-in-out;
}

#page2 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
}

#page3 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
}

#page4 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
}

#page5 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
}

#page6 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
}

#page7 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
}

#page8 {
  transform: translateX(100%) translateY(50%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.hidden {
  opacity: 0 !important;
  z-index: -2;
}

.scale-left {
  transform: scale(0.5) translateX(-70%) translateY(50%) !important;
  opacity: 0.5;
}

.scale-right {
  transform: scale(0.5) translateX(100%) translateY(50%) !important;
  opacity: 0.5;
}

.slide-in {
  transform: scale(1) translateX(0) translateY(0) !important;
  opacity: 1 !important;
  z-index: 0;
}

.shift-slide-silently {
  opacity: 0 !important;
}

.hide-email-form {
  display: none;
}

.verification-box {
  display: none;
}

.verification-heading {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.05rem;
  margin: 0;
}

.verification-description-otp-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-self: center;
  align-items: center;
}

.verification-description-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.verification-description {
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#entered-mobile-number-span {
  font-weight: 700;
  font-family: Manrope;
}

.change-btn {
  color: #008578 !important;
  text-align: center;
  font-family: Manrope;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0;
  cursor: pointer;
}

.otp-input-box {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  width: min(21rem, 100%);
}

.resend-otp-box {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.resend-code-text {
  color: #b6bbc0;
  font-family: Manrope;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0;
  background-color: transparent;
  border: none;
}

.hide-timer {
  display: none;
}

.otp-timer {
  margin: 0;
  color: #1a1a1a;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.otp-container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.otp-input {
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  background: linear-gradient(
    25deg,
    rgba(255, 255, 255, 0.51) 14.04%,
    rgba(255, 255, 255, 0.1) 109.03%
  );
  box-shadow: 6px 8px 12px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(4px);
  outline: none;
  color: #1a1a1a;
  text-align: center;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.otp-input:focus {
  border: 2px solid #fa515e;
}

.error-text {
  margin: 0;
  margin-bottom: 0.5rem;
  color: red;
  font-family: Manrope;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}

.hide-error {
  display: none;
}

.send-otp-btn {
  width: 100%;
}

.loader {
  width: 24px;
  height: 24px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-left-color: #fa515e;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.container {
  width: 1520px;
  overflow: hidden;
  position: relative;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: -1;
}

.hide-wave-container {
  opacity: 0;
}

.wave-box-common {
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 3.5rem;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.36) 100%
    ),
    #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.wave-box-common > img {
  width: 3rem;
  height: 3rem;
}

.wave-action-btn {
  cursor: pointer;
}

.welcome-page-stepper {
  left: 45%;
  top: 50%;
}

.active-wave-item {
  border-radius: 3.5rem;
  background: #fff;
  backdrop-filter: blur(4px);
  width: 6rem;
  height: 6rem;
  cursor: default;
  border: 1.5px solid #fa515e;
  box-shadow: 0px 4px 20px 0px rgba(255, 27, 141, 0.2);
}

.active-wave-item > img {
  width: 4rem;
  height: 4rem;
}

.board-wave-icon-box {
  font-size: 18px;
  transform: translate(-50%, -50%) scale(1);

  left: 85%;
  top: 32%;
}

.grade-wave-icon-box {
  transform: translate(-50%, -50%) scale(1);

  left: 120%;
  top: 45%;
}

.email-wave-icon-box {
  transform: translate(-50%, -50%) scale(1);

  left: 155%;
  top: 60%;
}

/* .subject-wave-icon-box {
  transform: translate(-50%, -50%) scale(1);

  left: 155%;
  top: 60%;
}

.name-wave-icon-box {
  transform: translate(-50%, -50%) scale(1);

  left: 190%;
  top: 28%;
}

.student-name-wave-icon-box {
  transform: translate(-50%, -50%) scale(1);

  left: 225%;
  top: 80%;
} */

/* .email-wave-icon-box {
  transform: translate(-50%, -50%) scale(1);
  left: 260%;
  top: 35%;
} */

.hide-wave {
  display: none !important;
}

.hide-section-content {
  display: none;
}

@media screen and (max-width: 1519px) {
  .container {
    width: 1024px;
    height: 40%;
  }

  .welcome-page-stepper {
    top: 30%;
    left: 45%;
  }

  .board-wave-icon-box {
    top: 68%;
    left: 90%;
  }

  .grade-wave-icon-box {
    top: 28%;
    left: 130%;
  }

  .email-wave-icon-box {
    top: 36%;
    left: 170%;
  }

  /* .subject-wave-icon-box {
    top: 36%;
    left: 170%;
  } */

  /* .name-wave-icon-box {
    top: 68%;
    left: 210%;
  }

  .student-name-wave-icon-box {
    top: 31%;
    left: 250%;
  } */

  /* .email-wave-icon-box {
    top: 35%;
    left: 290%;
  } */

  .email-preference-box {
    max-height: 35vh;
    overflow: auto;
  }
}

@media screen and (max-width: 1440px) {
  .book-session-box {
    gap: 2rem;
    padding-bottom: 0;
  }

  .book-session-heading {
    font-size: 2rem;
  }

  .profile-img-box {
    max-width: 19rem;
  }

  .profile-img {
    width: 100%;
    height: 100%;
  }

  .pioneer-name {
    font-size: 20px;
  }

  .pioneer-description,
  .pioneer-info {
    font-size: 12px;
  }

  .pick-a-slot {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1367px) {
  .book-session-heading {
    font-size: 1.5rem;
  }

  .greeting-heading {
    font-size: 3rem;
    line-height: normal;
  }

  .glass-btn {
    font-size: 1.25rem;
    padding: 2rem;
    width: auto;
    min-width: 10rem;
  }

  .greeting-heading-box {
    gap: 1rem;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .pill-btn {
    padding: 1rem;
    font-size: 1rem;
  }

  .rounded-btn {
    padding: 2rem;
    width: 6rem;
    min-width: auto;
  }

  .input-row {
    height: 40vh;
    overflow: auto;
    padding: 1rem;
  }

  .input {
    font-size: 1rem;
    width: 100%;
  }

  #subject-selection-btn {
    width: min(15rem, 100%);
  }

  .label-input-text {
    display: none;
  }

  .label-box {
    min-width: auto;
  }

  .calendly-box {
    flex-direction: column;
    gap: 0;
  }

  .img-heading-box {
    width: 100%;
    align-items: center;
    margin-top: 0;
    gap: 1.5rem;
    flex-direction: row;
  }

  .heading-arrow-box {
    align-items: center;
  }

  .arrow-box {
    transform: rotate(90deg);
  }

  .verification-description-otp-box {
    gap: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    justify-content: space-between;
  }

  #subject-row-1,
  #subject-row-2 {
    flex-wrap: nowrap;
  }

  .svg-box {
    opacity: 0;
  }

  .container {
    width: 350px;
    height: 20vh;
  }

  .active-wave-item {
    width: 5rem;
    height: 5rem;
  }

  .welcome-page-stepper {
    left: 37%;
  }

  .board-wave-icon-box {
    left: 70%;
  }

  .grade-wave-icon-box {
    left: 103%;
  }

  .email-wave-icon-box {
    left: 135%;
  }

  /* .subject-wave-icon-box {
    left: 135%;
  }

  .name-wave-icon-box {
    left: 168%;
  }

  .student-name-wave-icon-box {
    left: 198%;
  }

  .email-wave-icon-box {
    left: 230%;
  } */

  .wave-box-common {
    transform: none;
    top: 20px;
  }
}

@media screen and (max-width: 1080px) {
  .pill-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    gap: 12px;
    row-gap: 1.25rem;
  }

  .grade-box {
    display: flex;
    justify-content: center;
  }

  .pill-box::-webkit-scrollbar,
  .grade-box::-webkit-scrollbar {
    display: none;
  }

  .pill-box > button,
  .grade-box > button {
    min-width: 35vw;
  }
}

@media screen and (max-width: 809px) {
  .calendly-box {
    gap: 1rem;
    padding: 1rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sparkl-register-page-logo {
    width: auto;
    height: 25px;
  }

  .book-session-img-box {
    gap: 1rem;
  }

  .book-session-cards-box {
    padding: 0;
    justify-content: start;
  }

  .profile-img-box {
    min-width: 75vw;
    max-width: 100%;
  }

  .profile-img-box:nth-child(1) {
    margin-left: 1.25rem;
  }

  .profile-img-box:nth-child(3) {
    margin-right: 1.25rem;
  }

  .profile-img {
    width: 100%;
    height: 100%;
  }

  .img-and-action-box {
    gap: 1.5rem;
  }

  .next-btn-box {
    height: 50px;
  }

  .next-btn {
    font-size: 14px;
    height: 50px;
    position: fixed;
    bottom: 20px;
  }

  .section-heading {
    font-size: 1.25rem;
  }

  .grade-box {
    max-height: 40vh;
    overflow: auto;
  }

  .glass-btn {
    font-size: 1rem;
    padding: 1rem;
  }

  .glass-btn:hover {
    border: none;
  }

  .rounded-btn {
    padding: 1rem;
    width: 4rem;
    height: 4rem;
  }

  .label-input-box {
    padding: 0.5rem 1rem;
  }

  .label-input-btn {
    width: 8rem;
  }

  .img-label {
    font-size: 1rem;
  }

  .pick-a-slot {
    font-size: 1.5rem;
  }

  .arrow-box-img {
    width: 24px;
    height: 24px;
  }

  .calendar-img-box {
    display: none;
  }

  .gradient-bg-one {
    height: 80%;
  }

  .gradient-bg-two {
    height: 80%;
  }

  .continue-btn-wrapper {
    margin-top: 0;
  }

  .pill-box {
    display: grid !important;
  }
}

@media screen and (max-height: 767px) {
  .img-and-action-box {
    gap: 1.5rem;
  }

  .next-btn-box {
    height: 50px;
  }

  .next-btn {
    position: fixed;
    bottom: 20px;
  }
}

.iti__country-list {
  color: #000;
  border-radius: 10px;
}
.iti__divider {
  display: none;
}
.iti__selected-dial-code {
  font-weight: 500;
  color: #000;
}
.iti__country {
  padding: 6px 10px !important;
}
.iti__country-list {
  top: 115%;
}
.iti__search-input {
  padding: 10px;
}

@media screen and (max-width: 681px) {
  #calendly-widget > iframe {
    border-radius: 1.5rem;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.06);
  }

  .pill-box > button {
    min-width: 35vw;
  }

  .aps-subject-box > button {
    min-width: 55vw;
  }
}

@media screen and (max-width: 576px) {
  .board-box {
    flex-direction: column;
  }
}
