* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


/* Gold scrollbar is scoped to LeapScore pages only.
   App.js adds body.leapscore-page-active on LeapScore routes. */
body.leapscore-page-active::-webkit-scrollbar-thumb,
body.leapscore-page-active ::-webkit-scrollbar-thumb {

    background: #ffc426;

    border-radius: 20px;

}

body.leapscore-page-active::-webkit-scrollbar-thumb:hover,
body.leapscore-page-active ::-webkit-scrollbar-thumb:hover {

    background: #ffc426;

}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f5f2;
  color: #111;
}

.page {
  min-height: 100vh;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 28px;
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f5f2 100%);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 18px; */
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}

.brand-icon {
  font-size: 34px;
  color: #f0b120;
  font-weight: bold;
}

.brand h1 {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.brand p {
  font-size: 14px;
  margin-top: 2px;
  font-weight: 600;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.trusted {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.shield {
  font-size: 22px;
}

.login {
  font-size: 14px;
  color: #444;
}

.login span {
  color: #f0b120;
  font-weight: 700;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 30px;
  align-items: stretch;
}

.left-panel {
  position: relative;
  padding: 24px 10px 0 8px;
  z-index: 1;
}

.sparkle {
    display: flex;
  font-size: 34px;
}

.eyebrow {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.left-panel h2 {
  font-size: 65px;
  line-height: 0.92;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 12px;
}

.highlight {
  color: #f0b120;
}

.subtext {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 22px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
  position: relative;
  z-index: 1;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(240, 177, 32, 0.2);
  border-radius: 16px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fcebbf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.guarantee-card {
  margin-top: 12px;
  max-width: 440px;
  background: #fff;
  border: 2px solid #f0b120;
  border-radius: 18px;
  padding: 18px 20px;
  display: flex;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
  z-index: 1;
}

.guarantee-icon {
  font-size: 46px;
  color: #f0b120;
  flex-shrink: 0;
}

.guarantee-content p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.guarantee-content h3 {
  color: #f0b120;
  font-size: 20px;
  font-weight: 900;
  margin: 2px 0 8px;
}

.line {
  display: block;
  width: 58px;
  height: 3px;
  background: #f0b120;
  border-radius: 20px;
  margin-bottom: 10px;
}

.small {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222;
  margin-bottom: 0px;
}

.guarantee-content h4 {
  font-size: 32px;
  font-weight: 900;
}

.kids-image {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 300px;
  height: 340px;
}

.person {
  position: absolute;
  border-radius: 22px;
  background: linear-gradient(180deg, #222 0%, #000 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.woman {
  width: 130px;
  height: 220px;
  left: 12px;
  bottom: 45px;
  background: linear-gradient(180deg, #6a4b3a 0%, #111 100%);
}

.child {
  width: 120px;
  height: 190px;
  left: 110px;
  bottom: 35px;
  background: linear-gradient(180deg, #3d2a1c 0%, #111 100%);
}

.tablet {
  position: absolute;
  width: 180px;
  height: 120px;
  left: 75px;
  bottom: 0;
  border-radius: 12px;
  background: #2f2f35;
  border: 6px solid #555;
}

.form-panel {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px 24px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.form-header {
  margin-bottom: 20px;
}

.form-header h3 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.form-header h3 span {
  color: #f0b120;
}

.form-header p {
  margin-top: 8px;
  font-size: 15px;
  color: #666;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  display: flex;
  /* flex-direction: column; */
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

input,
select {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  padding: 0 14px;
  font-size: 14px;
  background: #fff;
}

.phone-row {
  display: grid;
  /* grid-template-columns: 90px 1fr; */
  gap: 10px;
}

.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkbox-label {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-top: 2px;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px;
  accent-color: #f0b120;
}

.leapscore-price-header{
  border-radius: 10px;
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
  padding: 5px 10px;
  border-bottom: 1px solid #e3e8f0;
  font-weight: 700;
}

.submit-btn {
  height: 54px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 4px;
}

.privacy {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .kids-image {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    width: 100%;
    max-width: 340px;
  }

  .left-panel h2 {
    font-size: 72px;
  }
}

@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    gap: 14px;
  }

  .topbar-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .left-panel h2 {
    font-size: 54px;
  }

  .subtext,
  .eyebrow {
    font-size: 18px;
  }

  .two-cols,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .form-panel {
    padding: 22px;
  }
}



.parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.bottom-image {
    position: absolute;
    left: 81%;
    transform: translateX(-50%);
    width: 50%;
    top: 250px;
    z-index: -1;
    pointer-events: none;
}

.custom-select {
  width: 100%;
  height: 45px;
  padding: 0 38px 0 14px;

  border: 1px solid #d5d5d5;
  border-radius: 7px;

  background-color: #fff;

  font-size: 14px;
  color: #333;

  outline: none;
  cursor: pointer;

  /* Browser ka default arrow */
  appearance: auto;
}

/* .react-tel-input .form-control {

    width: 91% !important;

    height: 46px !important;

    border-radius: 8px !important;

    border: 1px solid #ddd !important;

    font-size: 15px !important;

    padding-left: 10px !important;
    
    outline: none !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    background: #fff !important;
} */

.react-tel-input {
  width: 100% !important;
}

.react-tel-input .form-control {
  width: 92% !important;
  height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  padding: 0 10px 0 10px !important;
  outline: none !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

/* Mobile */
@media (max-width: 768px) {
  .react-tel-input .form-control {
    width: 88% !important;
  }
}

.phone-input {
  width: 92% !important;
}

.phone-container.error-input .form-control,
.phone-container.error-input .flag-dropdown {
  border-color: #ff4d4f !important;
}


/* Header */
.subject-select-header {
  border-radius: 10px;
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
  padding: 8px 14px;
  border-bottom: 1px solid #e3e8f0;
  margin-bottom: 10px;
}

.subject-select-header h5 {
  margin: 0;
  color: #f0b120;
  font-size: 16px;
  font-weight: 600;
}


/* Subject Card */
.subject-course-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  margin: 5px;
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  background: #fff;
}

.subject-course-left {
  width: 55%;
}

.subject-course-name {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}


/* Price + Checkbox */
.subject-course-middle {
  width: 45%;
}

.subject-price-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.subject-price {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}


/* Custom Checkbox */
.subject-checkbox-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}

.subject-checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.subject-custom-checkbox {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #cfcfcf;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s ease;
}


/* Checked */
.subject-checkbox-wrapper input:checked + .subject-custom-checkbox {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  border-color: #f0b120;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}


/* Yellow Check */
.subject-checkbox-wrapper input:checked + .subject-custom-checkbox::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #f0b120;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* Hover */
.subject-checkbox-wrapper:hover .subject-custom-checkbox {
  border-color: #f0b120;
}


/* Mobile */
@media (max-width: 768px) {
  .subject-course-card {
    padding: 10px;
  }

  .subject-course-left {
    width: 60%;
  }

  .subject-course-middle {
    width: 40%;
  }

  .subject-price-box {
    gap: 10px;
  }

  .subject-course-name,
  .subject-price {
    font-size: 14px;
  }
}


/* ================================
   COUPON SECTION
================================ */

.coupon-section {
  width: 100%;
}


/* Input + Button Container */
.coupon-input-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease;
}


/* Input */
.coupon-code-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: none;
  outline: none;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.coupon-code-input::placeholder {
  color: #999;
}

.coupon-code-input:focus {
  background: #fff;
}


/* Apply Button */
.coupon-action-btn {
  min-width: 90px;
  padding: 0 18px;
  border: none;
  background: linear-gradient(
    180deg,
    #151515 0%,
    #000 100%
  );
  color: #f0b120;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}


/* Hover */
.coupon-action-btn:hover:not(:disabled) {
  background: linear-gradient(
    180deg,
    #222 0%,
    #000 100%
  );
  color: #f0b120;
}


/* Disabled */
.coupon-action-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}


/* Remove Button */
.coupon-action-btn.coupon-remove-btn {
  background: #fff;
  color: #e53935;
  border-left: 1px solid #ddd;
}

.coupon-action-btn.coupon-remove-btn:hover {
  background: #fff5f5;
  color: #c62828;
}


/* Success Message */
.coupon-success-message {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 8px 11px;
  border-radius: 7px;

  background: #fffaf0;
  border: 1px solid #f0b120;

  color: #18794e;
  font-size: 13px;
  font-weight: 600;
}


/* Success Icon */
.coupon-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 19px;
  height: 19px;

  border-radius: 50%;

  background: linear-gradient(
    180deg,
    #151515 0%,
    #000 100%
  );

  color: #f0b120;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}


/* Coupon Code */
.coupon-success-message strong {
  color: #151515;
}


/* Mobile */
@media (max-width: 576px) {

  .coupon-code-input {
    height: 42px;
    font-size: 13px;
    padding: 0 10px;
  }

  .coupon-action-btn {
    min-width: 78px;
    padding: 0 12px;
    font-size: 13px;
  }

  .coupon-success-message {
    font-size: 12px;
  }
}

.leapscore-price-section{
  margin: 0px 0 0px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e3e8f0;
}

/* ================================================================
   LeapscoreExamQuestions — replace legacy blue (#597AD1 / #00A9C1)
   with the dashboard gold/black theme.
   Scoped strictly under .leapscore-exam-theme (only this exam page
   renders that wrapper class) so nothing else on the site is affected,
   even though this stylesheet loads globally.
================================================================= */

.leapscore-exam-theme .questions-box .question-head .blue-index h3 {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  border: 2px solid #f0b120;
  color: #f0b120;
}

.leapscore-exam-theme .questions-box .question-head .ques-hint a {
  color: #f0b120;
}

.leapscore-exam-theme .questions-box .question-content {
  border-color: #f0b120;
}

.leapscore-exam-theme .questions-box .question-content .answer-option ul li button span {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
}

.leapscore-exam-theme .header-exam-login .timer-count span {
  color: #f0b120;
}

.leapscore-exam-theme .camera-box {
  background-color: #111111;
  border-color: #f0b120;
}

.leapscore-exam-theme .question-plate h3 {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
}

.leapscore-exam-theme .question-plate ul li a {
  outline: none;
}

.leapscore-exam-theme .question-plate ul li a:hover,
.leapscore-exam-theme .question-plate ul li a:focus,
.leapscore-exam-theme .question-plate ul li a:active {
  background-color: #f0b120;
  color: #111111;
  border: 1px solid #f0b120;
  outline: none;
  box-shadow: none;
}

.leapscore-exam-theme .question-plate ul li a.active {
  background-color: #f0b120 !important;
  color: #111111 !important;
  border-color: #f0b120 !important;
}

.leapscore-exam-theme .question-plate ul li a.latest-question-active {
  border-color: #111111 !important;
  box-shadow: 0 0 0 3px rgba(240, 177, 32, 0.35) !important;
}

/* ================================================================
   LeapscorePaymentPageRegistered — dashboard gold/black theme
   Replaces the legacy blue (#597AD1 / #1d67cd / #0d2366) look with
   the dashboard's gold (#f0b120) + black theme.
   Scoped strictly under .leapscore-registered-theme (only this page
   renders that wrapper class) so nothing else on the site is affected,
   even though this stylesheet loads globally.
================================================================= */

.leapscore-registered-theme .payment-back-btn {
  border-color: #f0b120;
  color: #151515;
}

.leapscore-registered-theme .payment-back-btn:hover {
  background: #fff8e6;
  border-color: #f0b120;
  color: #151515;
}

.leapscore-registered-theme .divider {
  background: linear-gradient(to right, #f0b120, #ffd873);
}

.leapscore-registered-theme .payment-user-card {
  border: 1px solid rgba(240, 177, 32, 0.35);
}

.leapscore-registered-theme .payment-user-avatar {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
}

.leapscore-registered-theme .payment-user-info h3 {
  color: #151515;
}

.leapscore-registered-theme .payment-user-tag {
  background: #fcebbf;
  color: #7a5a05;
}

.leapscore-registered-theme .payment-user-meta-item strong {
  color: #151515;
}

.leapscore-registered-theme .payment-progress-card {
  background: #fffaf0;
  border: 1px solid #f3dfa0;
}

.leapscore-registered-theme .progress-icon-wrap {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
  border-color: #151515;
}

.leapscore-registered-theme .progress-title,
.leapscore-registered-theme .progress-count {
  color: #151515;
}

.leapscore-registered-theme .progress-badge {
  color: #7a5a05;
  border-color: #f3dfa0;
}

.leapscore-registered-theme .progress-track {
  background: #fcebbf;
}

.leapscore-registered-theme .progress-segment {
  background: rgba(240, 177, 32, 0.18);
}

.leapscore-registered-theme .progress-segment.filled {
  background: linear-gradient(135deg, #f0b120 0%, #c68e0a 100%);
}

.leapscore-registered-theme .progress-note {
  color: #7a5a05;
}

.leapscore-registered-theme .price-section {
  border: 1px solid #f3dfa0;
}

.leapscore-registered-theme .price-header {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
}

.leapscore-registered-theme .step-badge {
  background: #f0b120;
  color: #151515;
}

.leapscore-registered-theme .selection-card:hover {
  border-color: #f0b120;
  box-shadow: 0 10px 24px rgba(240, 177, 32, 0.16);
}

.leapscore-registered-theme .selection-card.selected {
  border-color: #f0b120;
  background: linear-gradient(135deg, #ffffff 0%, #fff8e6 100%);
  box-shadow: 0 8px 22px rgba(240, 177, 32, 0.2);
}

.leapscore-registered-theme .selection-card.disabled {
  background: #faf9f6;
}

.leapscore-registered-theme .selection-card.selected .selection-icon {
  border-color: #f0b120;
  background: #f0b120;
  color: #151515;
}

.leapscore-registered-theme .selection-tag {
  background: #fcebbf;
  color: #7a5a05;
}

.leapscore-registered-theme .selection-price {
  color: #151515;
}

.leapscore-registered-theme .pay-btn {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  color: #f0b120;
}

.leapscore-registered-theme .pay-btn:hover {
  background: linear-gradient(180deg, #222 0%, #000 100%);
  box-shadow: 0 8px 20px rgba(240, 177, 32, 0.25);
}

.leapscore-registered-theme .pay-btn:disabled {
  background: linear-gradient(135deg, #9e9e9e 0%, #757575 100%);
  color: #fff;
}

.leapscore-registered-theme .purchase-summary-section {
  background: #fffaf0;
  border: 1px solid #f3dfa0;
}

.leapscore-registered-theme .purchase-summary-item {
  border: 1px solid #f3dfa0;
}

.leapscore-registered-theme .purchase-summary-note {
  color: #7a5a05;
}

/* Terms & Conditions checkboxes — gold/black custom checkbox */
.leapscore-terms-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  flex-shrink: 0;
  border: 2px solid #d8d8d8;
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.leapscore-terms-checkbox:hover {
  border-color: #f0b120;
}

.leapscore-terms-checkbox:checked {
  background: linear-gradient(180deg, #151515 0%, #000 100%);
  border-color: #f0b120;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.leapscore-terms-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 6px;
  height: 11px;
  border: solid #f0b120;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.leapscore-terms-checkbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 177, 32, 0.35);
}