* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 20px;
  background-color: #f8f8f8;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
  padding: 10px;
  background-color: #f9f5f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  overflow: hidden;
}

.instructions {
  font-size: 13px;
  color: red;
}

.click-apply-discount-code {
  font-size: 12px;
  font-weight: 500;
  color: #e6275d;
}

.click-apply-discount-code:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.language-selection,
.status-selection,
.plan-selection {
  margin-bottom: 10px;
}

.left-panel,
.right-panel {
  /* width: 48%; */
  min-width: 100%;
}

/* .left-panel {
  min-width: 428.16px;
}

.right-panel {
  min-width: 417.89px;
} */

h3,
h2 {
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

label {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: #555;
}

.input-heading {
  margin-bottom: 7px;
}

#app_payment_otp {
  width: 35%;
}

.redirect {
  margin: 15px 0;
  color: red;
}

.links {
  display: flex;
  gap: 10px;
}

#timer {
  font-size: 18px;
  /* Adjust font size as needed */
  font-weight: bold;
  color: red;
}

#app-payment-otp-verify-btn,
.resend-btn {
  padding: 13px 20px;
  gap: 5px;
}

/* input[type="text"],
input[type="tel"],
input[type="full_name"],
input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 14px;
} */

#full_name,
#email,
#city {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 14px;
}

#lmp_date {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 14px;
}

button {
  background-color: #ff5f8f;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

button:hover {
  /* background-color: #ff4370; */
}

.plan {
  display: flex;
  gap: 10px;
}

.checkmark {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  background-color: #fff;
  color: grey;
  border-radius: 50%;
  padding: 2px 5px;
  display: none;
}

.selected .checkmark {
  display: inline-block;
}

.plan-option {
  flex: 1;
  position: relative;
  width: 250px;
  height: auto;
  padding: 13px;
  border-radius: 10px;
  cursor: pointer;
}

#complete_app {
  background: linear-gradient(180deg,
      rgba(253, 216, 73, 0.7) 0%,
      rgba(253, 216, 73, 0.08) 80.3999662399292%),
    linear-gradient(to left, #ffffff, #ffffff);
}

#complete_app.selected {
  background: linear-gradient(135deg,
      rgba(253, 216, 73, 0.9) 0%,
      rgba(253, 216, 73, 0.5) 100%),
    linear-gradient(to left, #ffffff, #ffffff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#complete_app h4 {
  color: #d1ac1fcc;
}

#complete_app.selected h4 {
  color: #ffffff;
}

#month_app {
  background: linear-gradient(180deg,
      rgba(205, 188, 220, 0.6) 0%,
      rgba(205, 188, 220, 0.08) 80.3999662399292%),
    linear-gradient(to left, #ffffff, #ffffff);
}

#month_app.selected {
  background: linear-gradient(135deg,
      rgba(182, 159, 201, 0.9) 0%,
      rgba(170, 124, 210, 0.5) 100%),
    linear-gradient(to left, #ffffff, #ffffff);
  /* Slightly darker white */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#month_app h4 {
  color: rgba(144, 111, 173, 0.8);
}

#month_app.selected h4 {
  color: #ffffff;
}

.plan-option h4 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.plan-option .price {
  font-size: 35px;
  text-align: right;
}

.plan-option .strike {
  text-decoration: line-through;
  text-align: right;
  font-size: 16px;
}

.plan-option .note {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
  text-align: center;
}

.features {
  width: 100%;
}

.features table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.features th,
.features td {
  padding: 5px;
  text-align: left;
  font-size: 14px;
  border: none;
}

.features th {
  font-weight: 500;
}

.close-btn {
  display: none;
}

.pay-btn,
.open-btn,
.amzn-btn {
  width: 100%;
  max-width: 500px;
  /* background: linear-gradient(
        135deg,
        rgba(231, 116, 148, 1) 0%,
        rgba(230, 39, 93, 1) 100%
    ); */
  background-color: #ffffff;
  padding: 12px 20px;
  /* border-radius: 16px; */
  /* margin-top: 20px; */
  color: #e6275d;
  box-shadow: 0px 24px 16px -16px rgba(250, 83, 163, 0.2);
}

.open-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.open-button-wrapper {
  border-top: 1px solid #cdcdcd;
  position: fixed;
  z-index: 1000;
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  background-color: #ffffff;
  color: #e6275d;
  box-shadow: 0px 24px 16px -16px rgba(250, 83, 163, 0.2);
  display: flex;
  align-items: center;
}


/* .open-btn {
    display: none;
} */

.summary p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.language-selection label {
  font-size: 14px;
  color: #555;
  margin-right: 5px;
}

.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  border: 2px solid black;
  margin: 0 20px;
}

input[type="radio"] {
  display: none;
}

.radio-circle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

input[type="radio"]:checked+.radio-circle::after {
  content: "✔";
  color: black;
  font-size: 13px;
  position: absolute;
}

.divider {
  width: 2px;
  /* Width of the divider */
  background-color: black;
  /* Color of the divider */
  height: auto;
  /* Full height of the container */
  margin: 0 22px;
  /* Space around the divider */
}

.user-details-container {
  display: none;
}

.summary-item {
  display: flex;
  /* Use flexbox for alignment */
  justify-content: space-between;
  /* Space between label and value */
  margin-bottom: 10px;
  /* Space between items */
}

.summary-item span {
  font-size: 16px;
  /* Font size for labels */
  color: #333;
  /* Color for labels */
}

.summary-value {
  color: #333;
  /* Color for values */
}

.mobile-number {
  width: auto;
  display: flex;
  /* Use flexbox for alignment */
  border: 1px solid black;
  border-radius: 8px;
  background-color: #f0f0f0;
  align-items: center;
  /* Center items vertically */
  margin: 15px 0;
}

.country-code-select {
  width: 35%;
  text-align: center;
  border-right: 1px solid black;
  /* Border for the country code */
  border-radius: 8px;
  /* Rounded corners on the left */
  padding: 8px;
  font-size: 16px;
}

#verify-otp {
  padding: 10px;
  font-size: 14px;
  margin-left: 5px;
}

.mobile-number input[type="tel"] {
  width: 100%;
  margin-bottom: 0;
  background-color: #f0f0f0;
  border: none;
  padding: 10px;
  font-size: 14px;
}

.logo {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}

#user-details,
.otp-input {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.otp-input {
  max-height: 0;
  opacity: 0;
}

#user-details {
  opacity: 1;
}

#verify-otp-cls {
  display: flex;
  justify-content: center;
}

.verify-btn {
  width: 50%;
}

.resend-btn {
  width: 100%;
}

.resend-msg {
  margin-top: 7px;
}

.submit-btn {
  width: 50%;
  background: linear-gradient(135deg,
      rgba(231, 116, 148, 1) 0%,
      rgba(230, 39, 93, 1) 100%);
  border-radius: 16px;
  margin-left: 90px;
}

.otp-input {
  display: none;
}

.logo img {
  width: 181px;
  height: auto;
}

.dynamic-details {
  font-size: 15px;
  min-height: 180px;
}

.dynamic-details h3 {
  margin-bottom: 0;
  font-weight: 600;
}

.dynamic-details ul {
  padding-left: 18px;
}

.dynamic-details .box {
  background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
  border: 1px solid #ccc;
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px;
}

.dynamic-details .box2 {
  border: 1px solid black;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.paid-message-text,
#mobile_number-error,
#country_code-error,
#full_name-error,
#email-error,
#city-error {
  color: red;
}

#lmp_date-error {
  color: red;
}

@media (max-width: 767px) {

  html,
  body {
    /* height: auto;
        display: block; */
    padding: 5px;
  }

  .container {
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }

  .logo {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  label {
    margin-right: 3px;
  }

  .logo img {
    width: 120px;
    height: auto;
  }

  .plan-option h4 {
    font-size: 15px;
  }

  .plan-option .price {
    font-size: 30px;
  }

  .plan-option .note {
    font-size: 9px;
  }

  .summary {
    margin-top: 15px;
  }

  .left-panel,
  .right-panel {
    width: 100%;
    min-width: 100%;
  }

  .divider {
    display: none;
  }

  .pay-btn {
    position: fixed;
    z-index: 1000;
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
  }

  .pay-btn {
    display: none;
  }

  /* .open-btn {
    display: flex;
  } */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }

  .overlay.active {
    display: block;
  }

  .otp-section {
    display: none;
  }

  .user-details {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow-y: auto;
  }

  .close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 16px;
  }

  .close-btn:hover {
    background-color: darkred;
  }

  .user-details.active {
    max-height: 100%;
    z-index: 1000;
    padding-bottom: 80px;
    padding-top: 30px;
    opacity: 1;
  }

  .user-details h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .user-details input {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
    border: 1px solid black;
    border-radius: 8px;
  }
}

@media (max-width: 400px) {
  .resend-msg {
    margin-top: 0;
  }
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.update-lmp {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #d94a8d;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.select-validity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 30px;
}

.validity {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #f5f5f5;
}

.validity div {
  color: #433c4a;
  cursor: pointer;
  padding: 12px 14px;
  border-radius: 16px;
  background-color: transparent;
}

.validity div.active {
  background-color: #433c4a;
  color: #ffffff;
}

.pricing-section {
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: #fceef2;
  margin-top: 20px;
}

.pricing-section div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2b2b2b;
}

.addon-section {
  margin-top: 20px;
}

.addon {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin: 12px 0;
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

ul li {
  font-size: 12px;
  line-height: 16px;
  /* font-weight: lighter; */
  color: #2b2b2b;
}

.addon span {
  color: #e6275d;
  font-size: 14px;
  font-weight: 500;
}

.add {
  background-color: transparent;
  color: #e44672;
  border: 1px solid #e44672;
  border-radius: 8px;
  padding: 10px 12px;
  width: 40%;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.remove {
  background-color: #e44672;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 12px;
  width: 40%;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

.limited-time-deal {
  /* background-color: #d3deed; */
  padding: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-top: 1px solid transparent;
  border-radius: 14px;
}

.limited-time-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: rgba(241, 244, 249, 80%); */
  padding: 4px;
  margin: 4px;
  position: relative;
  top: 0;
  z-index: 10;
  width: 98%;
  font-size: 12px;
  color: #434a52;
  border-top: 1px solid transparent;
  border-radius: 8px;
}

.coupon {
  border-radius: 10px;
  background-color: #f5f5f5;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.coupon input {
  border: none;
  background-color: transparent;
}

.coupon input:focus {
  outline: none;
}

.coupon-card {
  background-color: #d3deed;
  position: relative;
  border-radius: 10px;
  height: 135px;
  margin: 12px 0;
  /* display: none; */
  flex-direction: column;
  align-items: center;
}

/* -- */

.lmp-update {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-details {
  display: block;
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  overflow-y: auto;
}

.user-details.active {
  max-height: 100%;
  z-index: 1000;
  padding-bottom: 80px;
  padding-top: 30px;
  opacity: 1;
}

.close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 16px;
}

.close-btn:hover {
  background-color: darkred;
}

.pay-btn {
  position: fixed;
  z-index: 1000;
  border-radius: 0;
  bottom: 0;
}

.pay-btn {
  display: none;
}

.rotated-heading {
  transform: rotate(270deg);
}

.coupon-title {
  width: 15%;
  background-color: transparent;
}

.coupon-content {
  width: 85%;
  height: 120px;
  background-color: white;
  padding: 10px;
}

.price-breakdown {
  width: 100%;
  border-radius: 8px;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.item span {
  flex: 1;
}

.add-button {
  color: #d81b60;
  border: 1px solid #d81b60;
  border-radius: 4px;
  padding: 5px 10px;
}

.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.pay-now {
  background-color: #d81b60;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
}

#price-breakdown-card {
  position: fixed;
  bottom: 55px;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: none;
  z-index: 1000;
}

#user-details {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block;
}

.calendar-container {
  position: relative;
  margin: 0 auto;
  position: sticky;
  top: 100px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 425px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.calendar-container button {
  margin: 10px 5px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
}

.calendar-container button:first-child {
  background-color: #4caf50;
  color: white;
}

.calendar-container button:last-child {
  background-color: #e6275d;
  color: white;
}

@media (max-width: 767px) {

  .user-details,
  .pay-btn {
    left: 0;
    right: 0;
  }

  .coupon-title {
    width: 25%;
  }

  .coupon-content {
    width: 75%;
  }
}

/* Skeleton Loader Base */
.skeleton-loader {
  background-color: #f5f5f5;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  margin: 12px 0;
}

/* Shimmer Animation */
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }

  100% {
    background-position: 200px 0;
  }
}

.skeleton-text,
.skeleton-img,
.skeleton-button {
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200px 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 4px;
}

/* --- Skeleton Styles for Package Details --- */
.skeleton-title {
  width: 150px;
  height: 16px;
  margin-bottom: 8px;
}

.skeleton-price-strike {
  width: 50px;
  height: 12px;
  margin-right: 10px;
}

.skeleton-price {
  width: 40px;
  height: 16px;
}

.skeleton-days {
  width: 120px;
  height: 12px;
  margin-top: 6px;
}

.skeleton-price-per-day {
  width: 80px;
  height: 12px;
}

.skeleton-check {
  width: 150px;
  height: 12px;
  margin-top: 6px;
}

/* --- Skeleton Styles for Addon Section --- */
.skeleton-img {
  width: 200px;
  height: 120px;
  border-radius: 8px;
}

.skeleton-line {
  width: 100%;
  height: 12px;
  margin: 6px 0;
}

.skeleton-button {
  width: 150px;
  height: 40px;
  border-radius: 6px;
}

.package-price {
  font-size: 18px;
  color: #2b2b2b;
}

.package-show-price {
  font-size: 10px;
  margin-right: 3px;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .skeleton-img {
    width: 110px;
    height: 80px;
  }

  .package-show-price {
    font-size: 7px;
  }
}

.wi-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}

.wi-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
}

.wi-section-badge {
  font-size: 11px;
  font-weight: 600;
  color: #e0345a;
  background: #fff0f4;
  border: 1px solid #ffd6e3;
  padding: 3px 9px;
  border-radius: 20px;
}

.wi-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.wi-item {
  border-bottom: 1px solid #f2f2f2;
  transition: background 0.15s;
}

.wi-item:last-child {
  border-bottom: none;
}

.wi-item-header {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.wi-item-header:active {
  background: #fafafa;
}

.wi-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wi-info {
  flex: 1;
  min-width: 0;
}

.wi-item-title {
  font-size: 14px;
  font-weight: 400;
  color: #1c1c1e;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.wi-bonus-pill {
  font-size: 10px;
  font-weight: 600;
  color: #1e7d43;
  background: #e8f5ee;
  padding: 2px 7px;
  border-radius: 10px;
}

.wi-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 3px;
}

.wi-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 6px;
}

.wi-time {
  font-size: 11px;
  color: #999;
}

.wi-desc-text {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.wi-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
  color: #bbb;
}

.wi-item.open .wi-chevron {
  transform: rotate(180deg);
  color: #e0345a;
}

.wi-item-content {
  display: none;
  border-top: 1px solid #f5f5f5;
  background: #fafafa;
}

.wi-item.open .wi-item-content {
  display: block;
}

/* Activity grid inside dropdown */
.wi-activity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px 16px;
}

/* Yoga / Expert panels inside dropdown */
.wi-panel-inner {
  padding: 14px 16px;
}

.wi-panel-inner .yoga-includes-title,
.wi-panel-inner .topics-heading {
  font-size: 13px;
  font-weight: 400;
  color: #1c1c1e;
  margin-bottom: 10px;
}

.wi-panel-inner .yoga-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wi-panel-inner .yoga-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
}

.wi-panel-inner .yoga-batches-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #1c1c1e;
  margin-bottom: 10px;
}

.wi-panel-inner .yoga-batches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wi-panel-inner .yoga-batch-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.wi-panel-inner .yoga-batch-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

.wi-panel-inner .yoga-batch-lang {
  font-size: 13px;
  font-weight: 600;
  color: #1c1c1e;
}

.wi-panel-inner .yoga-batch-badge {
  font-size: 10px;
  font-weight: 600;
  color: #5a5f9b;
  background: #f0f1ff;
  padding: 2px 7px;
  border-radius: 8px;
}

.wi-panel-inner .yoga-batch-time {
  font-size: 11px;
  color: #888;
}

.wi-panel-inner .topic-row {
  border-bottom: 1px solid #f2f2f2;
}

.wi-panel-inner .topic-row:last-child {
  border-bottom: none;
}

.wi-panel-inner .topic-row-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  cursor: pointer;
}

.wi-panel-inner .topic-num-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.wi-panel-inner .topic-row-title {
  flex: 1;
  font-size: 13px;
  color: #1c1c1e;
  font-weight: 400;
}

.wi-panel-inner .topic-count-badge {
  font-size: 11px;
  color: #888;
  background: #f5f5f5;
  padding: 2px 7px;
  border-radius: 8px;
  white-space: nowrap;
}

.wi-panel-inner .topic-arrow {
  transition: transform 0.2s;
  color: #bbb;
}

.wi-panel-inner .topic-row.expanded .topic-arrow {
  transform: rotate(180deg);
}

.wi-panel-inner .topic-sub-list {
  display: none;
}

.wi-panel-inner .topic-row.expanded .topic-sub-list {
  display: block;
  padding-bottom: 10px;
}

.wi-panel-inner .topic-sub-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wi-panel-inner .topic-sub-list ul li {
  font-size: 12px;
  color: #666;
  padding: 4px 0 4px 14px;
  border-left: 2px solid #eee;
  margin-left: 11px;
  margin-bottom: 2px;
}

.wi-panel-inner .topics-total {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-align: center;
  padding: 12px 0 0;
}

/* ===== WHAT MOTHERS SAY ===== */
.tm-section {
  margin-top: 28px;
}

.tm-section-label {
  font-size: 11px;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.tm-slider {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.tm-slider::-webkit-scrollbar {
  display: none;
}

.tm-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  min-width: 220px;
  max-width: 240px;
  scroll-snap-align: start;
  flex-shrink: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

.tm-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tm-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  flex-shrink: 0;
}

.tm-name {
  font-size: 13px;
  font-weight: 700;
  color: #1c1c1e;
  margin: 0;
  line-height: 1.3;
}

.tm-loc {
  font-size: 11px;
  color: #e0345a;
  font-weight: 500;
  margin: 0;
}

.tm-quote {
  font-size: 12px;
  color: #555;
  line-height: 1.55;
  margin-bottom: 8px;
  font-style: italic;
}

.tm-stars {
  color: #f5a623;
  font-size: 12px;
  letter-spacing: 1px;
}

/* ===== FAQ ===== */
.faq-section {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

.faq-heading {
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1e;
  padding: 14px 16px 0;
}

.faq-item {
  border-top: 1px solid #f2f2f2;
}

.faq-q {
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}

.faq-q-text {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.25s;
  color: #ccc;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: #e0345a;
}

.faq-a {
  display: none;
  padding: 0 16px 13px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

.faq-item.open .faq-a {
  display: block;
}

/* ===== TRUST FACTORS ===== */
.trust-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.trust-card {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.trust-icon-val {
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 2px;
}

.trust-label {
  font-size: 10px;
  color: #999;
}

/* ===== STICKY BOTTOM BAR ===== */
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px 16px env(safe-area-inset-bottom, 10px);
  box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.07);
  z-index: 999;
  box-sizing: border-box;
}

.sb-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.sb-secure {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #aaa;
}

.sb-view-breakup {
  font-size: 12px;
  font-weight: 400;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px 0 10px;
  border-right: 1.5px solid #e0e0e0;
  align-self: stretch;
  line-height: 1.3;
  white-space: nowrap;
  max-width: 20%;
  min-width: 70px;
  flex-shrink: 0;
}

.sb-pay-btn {
  width: 100%;
  background: linear-gradient(135deg, #e0345a 0%, #c42050 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(224, 52, 90, 0.35);
  transition: opacity 0.15s, transform 0.1s;
}

.sb-pay-btn:active {
  opacity: 0.9;
  transform: scale(0.99);
}

.pb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.pb-overlay.open {
  display: flex;
}

.pb-sheet {
  background: #fff;
  width: 100%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 20px 20px 0 0;
  padding: 14px 16px env(safe-area-inset-bottom, 12px);
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(.32, .72, 0, 1);
  margin: 0 auto;
  position: fixed;
  bottom: 70px;
}

.pb-overlay.open .pb-sheet {
  transform: translateY(0);
}

.pb-drag {
  width: 32px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 2px;
  margin: 0 auto 12px;
  cursor: pointer;
}

.pb-sheet-title {
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 1px;
  text-align: center;
}

.pb-sheet-sub {
  font-size: 10px;
  color: #999;
  margin-bottom: 10px;
  text-align: center;
}

.pb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
}

.pb-row:last-of-type {
  border-bottom: none;
}

.pb-row-left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pb-row-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
}

.pb-row-name {
  font-size: 11px;
  font-weight: 500;
  color: #333;
}

.pb-row-price {
  font-size: 11px;
  font-weight: 700;
  color: #1c1c1e;
}

.pb-bonus-chip {
  font-size: 9px;
  font-weight: 600;
  color: #1e7d43;
  background: #e8f5ee;
  padding: 2px 6px;
  border-radius: 8px;
}

.pb-total-card {
  background: #fff8fa;
  border: 1.5px solid #fde0e8;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pb-total-left-lbl {
  font-size: 10px;
  color: #666;
}

.pb-bonus-note {
  font-size: 9px;
  color: #1e7d43;
  font-weight: 500;
  margin-top: 2px;
}

.pb-total-right {
  text-align: right;
}

.pb-total-strike {
  font-size: 10px;
  color: #ccc;
  text-decoration: line-through;
  margin-bottom: 1px;
}

.pb-total-price {
  font-size: 18px;
  font-weight: 700;
  color: #e0345a;
}

.pb-close-btn {
  width: 100%;
  background: #e0345a;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  cursor: pointer;
}

.payment-sticky-spacer {
  height: 80px;
}

.cpn-wrap {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
}

.cpn-box {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgb(71 96 149 / 23%);
}

/* Input row */
.cpn-input-row {
  display: flex !important;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  gap: 10px;
}

.cpn-input-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f8fa;
  border: 1.5px solid #efefef;
  border-radius: 10px;
  padding: 0 14px;
  height: 30px;
  min-width: 0;
  transition: border-color .2s, background .2s;
}

.cpn-input-field:focus-within {
  border-color: #DF4770;
  background: #fff;
}

.cpn-input-icon {
  flex-shrink: 0;
}

.cpn-input-field input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  min-width: 0;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: color .2s;
}

.cpn-input-field input::placeholder {
  color: #c0c0c0;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* Disabled state — coupon applied */
.cpn-input-field input:disabled {
  color: #DF4770;
  opacity: 1;
  cursor: default;
}

.cpn-input-field:has(input:disabled) {
  background: #fff8fa;
  border-color: #f0c8d5;
}

/* Apply button */
.cpn-btn {
  flex-shrink: 0;
  height: 30px;
  padding: 0 22px;
  background: linear-gradient(135deg, #E8285A 0%, #DF4770 100%);
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 14px rgba(223, 71, 112, .32);
  transition: all .2s;
  white-space: nowrap;
}

.cpn-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(223, 71, 112, .42);
}

.cpn-btn:active {
  transform: translateY(0);
}

/* Remove button state — JS changes text & data-state */
.cpn-btn[data-state="remove"] {
  background: transparent !important;
  color: #DF4770 !important;
  border-color: #DF4770 !important;
  box-shadow: none !important;
}

.cpn-btn[data-state="remove"]:hover {
  background: #fff0f4 !important;
  transform: none;
}

/* OR divider */
.cpn-or {
  display: flex !important;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 16px;
  gap: 10px;
  transition: opacity .2s;
}

.cpn-or::before,
.cpn-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #efefef;
}

.cpn-or span {
  font-size: 10px;
  color: #ccc;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Deal row */
.cpn-deal {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 12px 14px 14px;
  gap: 10px;
}

.cpn-deal-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.cpn-deal-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #FFF9EE 0%, #FEF0D0 100%);
  border: 1px solid #f5e3b0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpn-deal-title {
  font-weight: 400;
  color: #1a1a2e;
  font-size: 14px;
  line-height: 1.3;
}

.cpn-timer-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}

.cpn-dot {
  width: 6px;
  height: 6px;
  background: #DF4770;
  border-radius: 50%;
  flex-shrink: 0;
  animation: cpn-blink 1.4s ease-in-out infinite;
}

@keyframes cpn-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .4;
    transform: scale(.65)
  }
}

.cpn-timer-label {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

.cpn-timer-label .countdown-timer {
  color: #DF4770;
  font-weight: 400;
  margin-left: 2px;
  font-variant-numeric: tabular-nums;
}

.cpn-view-btn {
  flex-shrink: 0;
  padding: 5px;
  background: linear-gradient(135deg, #FFFAE8 0%, #FFF0CC 100%);
  color: #C07A00;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #f0de90;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: transform .15s;
  white-space: nowrap;
}

.cpn-view-btn:hover {
  transform: translateY(-1px);
}

/* ── When coupon is applied: hide OR & Deal rows ── */
.cpn-wrap:has(#apply-discount-code-btn[data-state="remove"]) .cpn-or {
  display: none !important;
}

.cpn-wrap:has(#apply-discount-code-btn[data-state="remove"]) .cpn-deal {
  display: none !important;
}

/* JS coupon-card compat — off-screen, invisible regardless of JS display changes */
.coupon-card {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: auto;
}


.vtm-label {
  font-size: 11px;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.vtm-slider {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.vtm-slider::-webkit-scrollbar {
  display: none;
}

.vtm-card {
  min-width: 160px;
  max-width: 180px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #000;
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
}

.vtm-thumb {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
}

.vtm-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}

.vtm-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.vtm-caption {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

.vtm-modal-bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.vtm-modal-bg.open {
  display: flex;
}

.vtm-modal {
  position: relative;
  width: 90vw;
  max-width: 360px;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.vtm-modal video {
  width: 100%;
  display: block;
  max-height: 80vh;
  object-fit: contain;
}

.vtm-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.card {
  background: #FFF;
  border: 0.5px solid #E8E8E8;
  border-radius: 14px;
  overflow: hidden;
  margin: 10px;
}

.itag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 500;
  white-space: nowrap;
}

.included-highlight {
  border: 2px solid #E6275D !important;
  box-shadow: 0 0 15px rgba(230, 39, 93, 0.4);
  animation: pulseHighlight 2s infinite;
}

.faq-section {
  padding: 24px 16px 0;
  animation: fadeSlideUp 0.5s ease 0.1s both;
}

.faq-header {
  margin-bottom: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #f0f0f0;
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.faq-item.open {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-trigger {
  width: 100%;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: #999;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s;
}

.faq-item.open .faq-num {
  color: #fff;
}

.faq-question {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  transition: color 0.2s, font-weight 0.2s;
}

.faq-item.open .faq-question {
  font-weight: 600;
  color: #1c1c1e;
}

.faq-chevron-wrap {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.faq-item.open .faq-chevron-wrap {}

.faq-chevron {
  transition: transform 0.3s;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 16px 16px 56px;
  font-size: 12.5px;
  color: #555;
  line-height: 1.75;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid transparent;
  animation: faqOpen 0.25s ease both;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer-inner {
  padding-top: 10px;
}

/* CTA bottom card */
.faq-cta {
  margin-top: 20px;
  margin-bottom: 32px;
  background: linear-gradient(135deg, #fff0f4, #ffeef8);
  border: 1.5px solid #ffd6e3;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@keyframes pulseHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 39, 93, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(230, 39, 93, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(230, 39, 93, 0);
  }
}

.activity-card[data-status="planner"] {
  display: none;
}

.activity-card[data-status="pregnant"] {
  display: flex;
}

.ui-autocomplete {
  z-index: 9999 !important;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: 'nunito', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  padding: 6px 0;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}

.ui-menu-item-wrapper.ui-state-active,
.ui-menu-item-wrapper.ui-state-focus {
  background: #f0f0f0 !important;
  color: #000 !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
}

.ui-menu-item-wrapper {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.4;
}

.ui-menu-item {
  padding: 10px 16px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  transition: background 0.2s ease-in-out;
}

.ui-menu-item:hover,
.ui-state-focus {
  background-color: #f0f0f0;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
}

#app_payment_otp {
  font-size: 16px;
  padding: 5px 8px;
  border: 2px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  max-width: 240px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  letter-spacing: 4px;
}

#app_payment_otp:focus {
  outline: none;
}

.validity-cards {
  display: flex;
  gap: 8px;
  padding: 16px 10px 18px;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
}

#until-delivery {
  order: 2;
}

#three-months {
  order: 1;
}

#monthly {
  order: 3;
}

.validity-card {
  flex: 1;
  background: #ffffff;
  border-radius: 18px;
  border: 2px solid #e0e0e0;
  padding: 14px 6px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 8px rgba(157, 157, 157, 0.34);
  min-height: 180px;
  justify-content: space-evenly;
  transform: scale(0.9);
  transform-origin: center bottom;
  z-index: 1;
}

.validity-card.active {
  border: 1px solid #E6275D;
  box-shadow: 0 5px 14px rgba(230, 39, 93, 0.36);
  transform: scale(1);
  z-index: 2;
}

.card-star-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #E6275D;
  border-radius: 20px;
  width: 68px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  display: flex;
  color: #ffffff;
  font-weight: 500;
  font-size: 8px;
}

.validity-card.active .card-star-badge {
  display: flex;
}

.card-titlee {
  font-size: 15px;
  font-weight: 400;
  color: #2B2B2B;
  margin-top: 4px;
  text-align: center;
  line-height: 1.2;
}

.card-original-price {
  font-size: 11px;
  color: #aaaaaa;
  text-decoration: line-through;
  margin-top: 5px;
}

.card-price {
  font-size: 17px;
  font-weight: 500;
  color: #E6275D;
  margin-top: 1px;
  line-height: 1.1;
}

.card-per-day {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 2px 8px;
  font-size: 9px;
  color: #70757c;
  margin-top: 6px;
  white-space: nowrap;
  font-weight: 500;
}

.card-day-range {
  font-size: 10px;
  color: #666666;
  margin-top: 7px;
  text-align: center;
  line-height: 1.4;
}

.card-select-btn {
  margin-top: 10px;
  width: 100%;
  padding: 8px 0;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  background: #f0f0f0;
  color: #777777;
  transition: background 0.2s ease, color 0.2s ease;
  letter-spacing: 0.2px;
}

.card-select-btn:hover {
  background: #f0f0f0;
}

.validity-card.active .card-select-btn {
  background: linear-gradient(135deg, #E77494 0%, #E6275D 100%);
  color: #ffffff;
}

.wrapper {
  width: 100%;
  max-width: 500px;
  padding: 0 12px;
}

.inc-section-rule {
  border: 0;
  border-top: 1px solid #ececec;
  margin: 4px 0 10px;
}

.inc-extra-section {
  width: 100%;
}

.inc-activities-grid {
  margin-top: 6px;
}

.dropdown-toggle {
  width: 100%;
  border: 1.5px dashed #E6275D;
  border-radius: 8px;
  background: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle:hover {
  background: #fff5f8;
}

.dropdown-toggle span {
  font-size: 14px;
  font-weight: 500;
  color: #E6275D;
}

.chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.dropdown-toggle.open .chevron {
  transform: rotate(180deg);
}

.dropdown-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease;
  opacity: 0;
}

.dropdown-body.open {
  max-height: 2400px;
  opacity: 1;
}

.routine-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 4px 12px;
}

.routine-header .rh-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.routine-header h2 {
  font-size: 15px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.35;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 900px) {
  .activities-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.activity-card {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.activity-card .ac-icon {
  flex-shrink: 0;
}

.activity-card .ac-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.activity-card .ac-name {
  font-size: 12.5px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.2;
}

.activity-card .ac-freq {
  font-size: 11px;
  color: #666;
  line-height: 1.2;
}

.activity-card .ac-tag {
  font-size: 11px;
  color: #888;
  line-height: 1.2;
}

.section-block {
  padding: 18px 4px 6px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.bullet-list {
  list-style: none;
  padding-left: 6px;
}

.bullet-list li {
  font-size: 13px;
  color: #333;
  padding: 3px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.bullet-list li::before {
  content: "•";
  color: #2B2B2B;
  font-size: 14px;
  line-height: 1.4;
  flex-shrink: 0;
}

.hd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 0;
  padding-left: 6px;
}

.hd-item {
  font-size: 13px;
  color: #333;
}

.hd-item .hd-label {
  font-weight: 700;
}

.hd-item .hd-label.iq {
  color: #E6275D;
}

.hd-item .hd-label.eq {
  color: #E6275D;
}

.hd-item .hd-label.pq {
  color: #E6275D;
}

.hd-item .hd-label.sq {
  color: #E6275D;
}

.check-list {
  list-style: none;
  padding-left: 6px;
}

.check-list li {
  font-size: 13px;
  color: #333;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wwig-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  padding: 0px 0 4px;
  font-size: 12px;
  font-weight: 400;
  color: #E6275D;
  cursor: pointer;
  background: none;
  border: none;
}

.wwig-link:hover {
  background: inherit;
}

.wwig-chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.topics-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.topics-panel.open {
  max-height: 2000px;
  opacity: 1;
  width: 100%;
  padding: 10px;
  background: white;
  border-radius: 12px;
  margin-bottom: 8px;
}

.topics-heading {
  font-size: 17px;
  font-weight: 400;
  color: #2B2B2B;
  margin: 10px 0 12px;
  line-height: 1.3;
}

.topic-row {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 8px;
  padding: 6px 14px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.topic-row-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.topic-num-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  flex-shrink: 0;
}

.topic-row-title {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.3;
}

.topic-count-badge {
  background: #EEF0FF;
  color: #5A5F9B;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.topic-arrow {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.topic-row.expanded .topic-arrow {
  transform: rotate(180deg);
}

.topic-sub-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.topic-row.expanded .topic-sub-list {
  max-height: 600px;
}

.topic-sub-list ul {
  list-style: none;
  padding: 10px 0 2px 0px;
  margin: 0;
}

.topic-sub-list ul li {
  font-size: 13px;
  color: #444;
  padding: 3px 0;
  line-height: 1.4;
}

.topic-sub-list ul li::before {
  content: "• ";
  color: #888;
}

.topics-total {
  text-align: center;
  font-size: 12px;
  color: #888;
  padding: 8px 0;
}

.topics-note {
  background: #fff;
  border-radius: 12px;
  border-left: 3px solid #E6275D;
  padding: 12px 14px;
  margin-top: 4px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.topics-note-icon {
  width: 20px;
  height: 20px;
  background: #3D9BE9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.topics-note-text {
  font-size: 12px;
  color: #444;
  line-height: 1.5;
}

.open-button-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
}

.topics-note-text strong {
  font-size: 13px;
  color: #2B2B2B;
  display: block;
  margin-bottom: 3px;
}

.yoga-includes-title {
  font-size: 14px;
  font-weight: 400;
  color: #1c1b1b;
}

.yoga-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.yoga-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1c1b1b;
  padding: 3px 0;
}

.yoga-check-list li svg {
  flex-shrink: 0;
}

.yoga-batches-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #1c1b1b;
  margin: 4px 0 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.yoga-batches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 6px;
}

.yoga-batch-card {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.yoga-batch-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.yoga-batch-lang {
  font-size: 13px;
  font-weight: 400;
  color: #5A5F9B;
}

.yoga-batch-badge {
  background: #fff;
  border: 1.5px solid #c8caf5;
  border-radius: 20px;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 500;
  color: #5A5F9B;
}

.yoga-batch-time {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

@keyframes shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.skel {
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 400px 100%;
  animation: shimmer 1.4s infinite linear;
  border-radius: 8px;
  display: block;
}

.validity-card.is-skeleton .card-star-badge {
  visibility: hidden;
}

.validity-card.is-skeleton .card-titlee,
.validity-card.is-skeleton .card-original-price,
.validity-card.is-skeleton .card-price,
.validity-card.is-skeleton .card-select-btn {
  visibility: hidden;
}

.skel-title {
  width: 70%;
  height: 14px;
  margin: 6px auto;
}

.skel-price-og {
  width: 50%;
  height: 10px;
  margin: 5px auto;
}

.skel-price {
  width: 60%;
  height: 18px;
  margin: 5px auto;
}

.skel-btn {
  width: 85%;
  height: 32px;
  margin: 10px auto 0;
  border-radius: 10px;
}

.validity-card.is-skeleton .card-titlee,
.validity-card.is-skeleton .card-original-price,
.validity-card.is-skeleton .card-price,
.validity-card.is-skeleton .card-select-btn {
  display: none;
}

.validity-card:not(.is-skeleton) .skel {
  display: none;
}

.price-breakdown-title {
  text-align: center;
  font-size: 20px;
  color: #e6275d;
}

.emi-selector-container {
  margin: 0px;
  padding: 10px;
  display: none;
  font-family: 'Poppins', sans-serif;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgb(71 96 149 / 23%);
}

.emi-option-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
}

.emi-option-card.active {
  border-color: #E6275D;
  background-color: #ffeef5;
}

.emi-radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.emi-option-card.active .emi-radio-circle {
  border-color: #E6275D;
  border-width: 6px;
}

.emi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.emi-title-group {
  display: flex;
  align-items: center;
}

.emi-title {
  font-size: 12px;
  font-weight: 500;
  color: #2b2b2b;
}

.emi-badge {
  background-color: #E8F5E9;
  color: #2E7D32;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 2.5px;
}

.emi-price-right {
  text-align: right;
}

.emi-amount-large {
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
}

.emi-processing-fee {
  font-size: 11px;
  color: #888;
  margin-top: 4px;
  margin-left: 32px;
}

.emi-total-math {
  font-size: 11px;
  color: #888;
}

.emi-schedule-box {
  background-color: #ffeef5;
  border-radius: 12px;
  padding: 16px;
  margin-top: 10px;
  display: none;
}

.emi-option-card.active~.emi-schedule-box {
  display: block;
}

.emi-schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0eaec;
}

.emi-schedule-row:last-child {
  border-bottom: none;
}

.emi-schedule-left {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #444;
}

.emi-step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E6275D;
  color: white;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  opacity: 0.8;
}

.emi-schedule-right {
  font-size: 15px;
  font-weight: 600;
  color: #E6275D;
}

.emi-info-footer {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}

.emi-info-footer svg {
  margin-right: 6px;
  margin-top: 1px;
  flex-shrink: 0;
  fill: #C68925;
}

.full-payment-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.full-payment-card.active {
  border-color: #E6275D;
  background-color: #ffeef5;
}

.full-payment-card.active .emi-radio-circle {
  border-color: #E6275D;
  border-width: 6px;
}

.payment-options-section {
  margin: 0px 0px 0 0px;
  font-family: 'Poppins', sans-serif;
  display: none;
}

.payment-options-title {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  margin: 15px 0px;
}

.payment-summary-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
  margin-top: 12px;
  border: 1px solid #f0eaec;
}

.payment-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  color: #2b2b2b;
}

.payment-summary-row+.payment-summary-row {
  border-top: 1px solid #f5f5f5;
}

.payment-summary-title {
  font-weight: 500;
  color: #2b2b2b;
}

.payment-summary-discount {
  color: #0F6E56;
}

.payment-summary-total {
  font-size: 16px;
  font-weight: 700;
  color: #E6275D;
}

.payment-summary-strike {
  font-size: 12px;
  color: #9aa0a6;
  text-decoration: line-through;
  margin-right: 8px;
}

.cpn-wrap {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
}

.cpn-box {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgb(71 96 149 / 23%);
}

.cpn-input-row {
  display: flex !important;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  gap: 10px;
}

.cpn-input-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f8fa;
  border: 1.5px solid #efefef;
  border-radius: 10px;
  padding: 0 14px;
  height: 30px;
  min-width: 0;
  transition: border-color .2s, background .2s;
}

.cpn-input-field:focus-within {
  border-color: #DF4770;
  background: #fff;
}

.cpn-input-icon {
  flex-shrink: 0;
}

.cpn-input-field input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  min-width: 0;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: color .2s;
}

.cpn-input-field input::placeholder {
  color: #c0c0c0;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.cpn-input-field input:disabled {
  color: #DF4770;
  opacity: 1;
  cursor: default;
}

.cpn-input-field:has(input:disabled) {
  background: #fff8fa;
  border-color: #f0c8d5;
}

.cpn-btn {
  flex-shrink: 0;
  height: 30px;
  padding: 0 22px;
  background: linear-gradient(135deg, #E8285A 0%, #DF4770 100%);
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 14px rgba(223, 71, 112, .32);
  transition: all .2s;
  white-space: nowrap;
}

.cpn-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(223, 71, 112, .42);
}

.cpn-btn:active {
  transform: translateY(0);
}

.cpn-btn[data-state="remove"] {
  background: transparent !important;
  color: #DF4770 !important;
  border-color: #DF4770 !important;
  box-shadow: none !important;
}

.cpn-btn[data-state="remove"]:hover {
  background: #fff0f4 !important;
  transform: none;
}

/* OR divider */
.cpn-or {
  display: flex !important;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 16px;
  gap: 10px;
  transition: opacity .2s;
}

.cpn-or::before,
.cpn-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #efefef;
}

.cpn-or span {
  font-size: 10px;
  color: #ccc;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Deal row */
.cpn-deal {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 12px 14px 14px;
  gap: 10px;
}

.cpn-deal-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.cpn-deal-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #FFF9EE 0%, #FEF0D0 100%);
  border: 1px solid #f5e3b0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpn-deal-title {
  font-weight: 400;
  color: #1a1a2e;
  font-size: 14px;
  line-height: 1.3;
}

.cpn-timer-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}

.cpn-dot {
  width: 6px;
  height: 6px;
  background: #DF4770;
  border-radius: 50%;
  flex-shrink: 0;
  animation: cpn-blink 1.4s ease-in-out infinite;
}

@keyframes cpn-blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .4;
    transform: scale(.65)
  }
}

.cpn-timer-label {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}

.cpn-timer-label .countdown-timer {
  color: #DF4770;
  font-weight: 400;
  margin-left: 2px;
  font-variant-numeric: tabular-nums;
}

.cpn-view-btn {
  flex-shrink: 0;
  padding: 5px;
  background: linear-gradient(135deg, #FFFAE8 0%, #FFF0CC 100%);
  color: #C07A00;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #f0de90;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: transform .15s;
  white-space: nowrap;
}

.cpn-view-btn:hover {
  transform: translateY(-1px);
}

.cpn-wrap:has(#apply-discount-code-btn[data-state="remove"]) .cpn-or {
  display: none !important;
}

.cpn-wrap:has(#apply-discount-code-btn[data-state="remove"]) .cpn-deal {
  display: none !important;
}

.coupon-card {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: auto;
}


.vtm-label {
  font-size: 11px;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.vtm-slider {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.vtm-slider::-webkit-scrollbar {
  display: none;
}

.vtm-card {
  min-width: 160px;
  max-width: 180px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #000;
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
}

.vtm-thumb {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  display: block;
}

.vtm-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}

.vtm-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.vtm-caption {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

.vtm-modal-bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.vtm-modal-bg.open {
  display: flex;
}

.vtm-modal {
  position: relative;
  width: 90vw;
  max-width: 360px;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.vtm-modal video {
  width: 100%;
  display: block;
  max-height: 80vh;
  object-fit: contain;
}

.vtm-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.card {
  background: #FFF;
  border: 0.5px solid #E8E8E8;
  border-radius: 14px;
  overflow: hidden;
  margin: 10px;
}

.itag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 500;
  white-space: nowrap;
}

.included-highlight {
  border: 2px solid #E6275D !important;
  box-shadow: 0 0 15px rgba(230, 39, 93, 0.4);
  animation: pulseHighlight 2s infinite;
}

.faq-section {
  padding: 24px 16px 0;
  animation: fadeSlideUp 0.5s ease 0.1s both;
}

.faq-header {
  margin-bottom: 20px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #f0f0f0;
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

.faq-item.open {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.faq-trigger {
  width: 100%;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: #999;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s;
}

.faq-item.open .faq-num {
  color: #fff;
}

.faq-question {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
  transition: color 0.2s, font-weight 0.2s;
}

.faq-item.open .faq-question {
  font-weight: 600;
  color: #1c1c1e;
}

.faq-chevron-wrap {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.faq-item.open .faq-chevron-wrap {}

.faq-chevron {
  transition: transform 0.3s;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 16px 16px 56px;
  font-size: 12.5px;
  color: #555;
  line-height: 1.75;
  font-family: 'Poppins', sans-serif;
  border-top: 1px solid transparent;
  animation: faqOpen 0.25s ease both;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer-inner {
  padding-top: 10px;
}

/* CTA bottom card */
.faq-cta {
  margin-top: 20px;
  margin-bottom: 32px;
  background: linear-gradient(135deg, #fff0f4, #ffeef8);
  border: 1.5px solid #ffd6e3;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

@keyframes pulseHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 39, 93, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(230, 39, 93, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(230, 39, 93, 0);
  }
}

.activity-card[data-status="planner"] {
  display: none;
}

.activity-card[data-status="pregnant"] {
  display: flex;
}

.ui-autocomplete {
  z-index: 9999 !important;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: 'nunito', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  padding: 6px 0;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}

.ui-menu-item-wrapper.ui-state-active,
.ui-menu-item-wrapper.ui-state-focus {
  background: #f0f0f0 !important;
  color: #000 !important;
  font-weight: 500;
  border-radius: 5px;
  border: none;
}

.ui-menu-item-wrapper {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.4;
}

.ui-menu-item {
  padding: 10px 16px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  transition: background 0.2s ease-in-out;
}

.ui-menu-item:hover,
.ui-state-focus {
  background-color: #f0f0f0;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
}

#app_payment_otp {
  font-size: 16px;
  padding: 5px 8px;
  border: 2px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  max-width: 240px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  letter-spacing: 4px;
}

#app_payment_otp:focus {
  outline: none;
}

.validity-cards {
  display: flex;
  gap: 8px;
  padding: 16px 10px 18px;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
}

#until-delivery {
  order: 2;
}

#three-months {
  order: 1;
}

#monthly {
  order: 3;
}

.validity-card {
  flex: 1;
  background: #ffffff;
  border-radius: 18px;
  border: 2px solid #e0e0e0;
  padding: 14px 6px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 8px rgba(157, 157, 157, 0.34);
  min-height: 180px;
  justify-content: space-evenly;
  transform: scale(0.9);
  transform-origin: center bottom;
  z-index: 1;
}

.validity-card.active {
  border: 1px solid #E6275D;
  box-shadow: 0 5px 14px rgba(230, 39, 93, 0.36);
  transform: scale(1);
  z-index: 2;
}

.card-star-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #E6275D;
  border-radius: 20px;
  width: 68px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  display: flex;
  color: #ffffff;
  font-weight: 500;
  font-size: 8px;
}

.validity-card.active .card-star-badge {
  display: flex;
}

.card-titlee {
  font-size: 15px;
  font-weight: 400;
  color: #2B2B2B;
  margin-top: 4px;
  text-align: center;
  line-height: 1.2;
}

.card-original-price {
  font-size: 11px;
  color: #aaaaaa;
  text-decoration: line-through;
  margin-top: 5px;
}

.card-price {
  font-size: 17px;
  font-weight: 500;
  color: #E6275D;
  margin-top: 1px;
  line-height: 1.1;
}

.card-per-day {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 2px 8px;
  font-size: 9px;
  color: #70757c;
  margin-top: 6px;
  white-space: nowrap;
  font-weight: 500;
}

.card-day-range {
  font-size: 10px;
  color: #666666;
  margin-top: 7px;
  text-align: center;
  line-height: 1.4;
}

.card-select-btn {
  margin-top: 10px;
  width: 100%;
  padding: 8px 0;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  background: #f0f0f0;
  color: #777777;
  transition: background 0.2s ease, color 0.2s ease;
  letter-spacing: 0.2px;
}

.card-select-btn:hover {
  background: #f0f0f0;
}

.validity-card.active .card-select-btn {
  background: linear-gradient(135deg, #E77494 0%, #E6275D 100%);
  color: #ffffff;
}

.wrapper {
  width: 100%;
  max-width: 500px;
  padding: 0 12px;
}

.inc-section-rule {
  border: 0;
  border-top: 1px solid #ececec;
  margin: 4px 0 10px;
}

.inc-extra-section {
  width: 100%;
}

.inc-activities-grid {
  margin-top: 6px;
}

.dropdown-toggle {
  width: 100%;
  border: 1.5px dashed #E6275D;
  border-radius: 8px;
  background: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle:hover {
  background: #fff5f8;
}

.dropdown-toggle span {
  font-size: 14px;
  font-weight: 500;
  color: #E6275D;
}

.chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.dropdown-toggle.open .chevron {
  transform: rotate(180deg);
}

.dropdown-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease;
  opacity: 0;
}

.dropdown-body.open {
  max-height: 2400px;
  opacity: 1;
}

.routine-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 4px 12px;
}

.routine-header .rh-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.routine-header h2 {
  font-size: 15px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.35;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 900px) {
  .activities-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.activity-card {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.activity-card .ac-icon {
  flex-shrink: 0;
}

.activity-card .ac-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.activity-card .ac-name {
  font-size: 12.5px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.2;
}

.activity-card .ac-freq {
  font-size: 11px;
  color: #666;
  line-height: 1.2;
}

.activity-card .ac-tag {
  font-size: 11px;
  color: #888;
  line-height: 1.2;
}

.section-block {
  padding: 18px 4px 6px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 10px;
}

.bullet-list {
  list-style: none;
  padding-left: 6px;
}

.bullet-list li {
  font-size: 13px;
  color: #333;
  padding: 3px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.bullet-list li::before {
  content: "•";
  color: #2B2B2B;
  font-size: 14px;
  line-height: 1.4;
  flex-shrink: 0;
}

.hd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 0;
  padding-left: 6px;
}

.hd-item {
  font-size: 13px;
  color: #333;
}

.hd-item .hd-label {
  font-weight: 700;
}

.hd-item .hd-label.iq {
  color: #E6275D;
}

.hd-item .hd-label.eq {
  color: #E6275D;
}

.hd-item .hd-label.pq {
  color: #E6275D;
}

.hd-item .hd-label.sq {
  color: #E6275D;
}

.check-list {
  list-style: none;
  padding-left: 6px;
}

.check-list li {
  font-size: 13px;
  color: #333;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wwig-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  padding: 0px 0 4px;
  font-size: 12px;
  font-weight: 400;
  color: #E6275D;
  cursor: pointer;
  background: none;
  border: none;
}

.wwig-link:hover {
  background: inherit;
}

.wwig-chevron {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.topics-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.topics-panel.open {
  max-height: 2000px;
  opacity: 1;
  width: 100%;
  padding: 10px;
  background: white;
  border-radius: 12px;
  margin-bottom: 8px;
}

.topics-heading {
  font-size: 17px;
  font-weight: 400;
  color: #2B2B2B;
  margin: 10px 0 12px;
  line-height: 1.3;
}

.topic-row {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 8px;
  padding: 6px 14px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.topic-row-header {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.topic-num-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  flex-shrink: 0;
}

.topic-row-title {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.3;
}

.topic-count-badge {
  background: #EEF0FF;
  color: #5A5F9B;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.topic-arrow {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.topic-row.expanded .topic-arrow {
  transform: rotate(180deg);
}

.topic-sub-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.topic-row.expanded .topic-sub-list {
  max-height: 600px;
}

.topic-sub-list ul {
  list-style: none;
  padding: 10px 0 2px 0px;
  margin: 0;
}

.topic-sub-list ul li {
  font-size: 13px;
  color: #444;
  padding: 3px 0;
  line-height: 1.4;
}

.topic-sub-list ul li::before {
  content: "• ";
  color: #888;
}

.topics-total {
  text-align: center;
  font-size: 12px;
  color: #888;
  padding: 8px 0;
}

.topics-note {
  background: #fff;
  border-radius: 12px;
  border-left: 3px solid #E6275D;
  padding: 12px 14px;
  margin-top: 4px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.topics-note-icon {
  width: 20px;
  height: 20px;
  background: #3D9BE9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.topics-note-text {
  font-size: 12px;
  color: #444;
  line-height: 1.5;
}

.open-button-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
}

.topics-note-text strong {
  font-size: 13px;
  color: #2B2B2B;
  display: block;
  margin-bottom: 3px;
}

.yoga-includes-title {
  font-size: 14px;
  font-weight: 400;
  color: #1c1b1b;
}

.yoga-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.yoga-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1c1b1b;
  padding: 3px 0;
}

.yoga-check-list li svg {
  flex-shrink: 0;
}

.yoga-batches-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #1c1b1b;
  margin: 4px 0 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.yoga-batches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 6px;
}

.yoga-batch-card {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.yoga-batch-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.yoga-batch-lang {
  font-size: 13px;
  font-weight: 400;
  color: #5A5F9B;
}

.yoga-batch-badge {
  background: #fff;
  border: 1.5px solid #c8caf5;
  border-radius: 20px;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 500;
  color: #5A5F9B;
}

.yoga-batch-time {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

@keyframes shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.skel {
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 400px 100%;
  animation: shimmer 1.4s infinite linear;
  border-radius: 8px;
  display: block;
}

.validity-card.is-skeleton .card-star-badge {
  visibility: hidden;
}

.validity-card.is-skeleton .card-titlee,
.validity-card.is-skeleton .card-original-price,
.validity-card.is-skeleton .card-price,
.validity-card.is-skeleton .card-select-btn {
  visibility: hidden;
}

.skel-title {
  width: 70%;
  height: 14px;
  margin: 6px auto;
}

.skel-price-og {
  width: 50%;
  height: 10px;
  margin: 5px auto;
}

.skel-price {
  width: 60%;
  height: 18px;
  margin: 5px auto;
}

.skel-btn {
  width: 85%;
  height: 32px;
  margin: 10px auto 0;
  border-radius: 10px;
}

.validity-card.is-skeleton .card-titlee,
.validity-card.is-skeleton .card-original-price,
.validity-card.is-skeleton .card-price,
.validity-card.is-skeleton .card-select-btn {
  display: none;
}

.validity-card:not(.is-skeleton) .skel {
  display: none;
}

.price-breakdown-title {
  text-align: center;
  font-size: 20px;
  color: #e6275d;
}

.emi-selector-container {
  margin: 0px;
  padding: 10px;
  display: none;
  font-family: 'Poppins', sans-serif;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgb(71 96 149 / 23%);
}

.emi-option-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
}

.emi-option-card.active {
  border-color: #E6275D;
  background-color: #ffeef5;
}

.emi-radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.emi-option-card.active .emi-radio-circle {
  border-color: #E6275D;
  border-width: 6px;
}

.emi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.emi-title-group {
  display: flex;
  align-items: center;
}

.emi-title {
  font-size: 12px;
  font-weight: 500;
  color: #2b2b2b;
}

.emi-badge {
  background-color: #E8F5E9;
  color: #2E7D32;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 2.5px;
}

.emi-price-right {
  text-align: right;
}

.emi-amount-large {
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
}

.emi-processing-fee {
  font-size: 11px;
  color: #888;
  margin-top: 4px;
  margin-left: 32px;
}

.emi-total-math {
  font-size: 11px;
  color: #888;
}

.emi-schedule-box {
  background-color: #ffeef5;
  border-radius: 12px;
  padding: 16px;
  margin-top: 10px;
  display: none;
}

.emi-option-card.active~.emi-schedule-box {
  display: block;
}

.emi-schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0eaec;
}

.emi-schedule-row:last-child {
  border-bottom: none;
}

.emi-schedule-left {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #444;
}

.emi-step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E6275D;
  color: white;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  opacity: 0.8;
}

.emi-schedule-right {
  font-size: 15px;
  font-weight: 600;
  color: #E6275D;
}

.emi-info-footer {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}

.emi-info-footer svg {
  margin-right: 6px;
  margin-top: 1px;
  flex-shrink: 0;
  fill: #C68925;
}

.full-payment-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.full-payment-card.active {
  border-color: #E6275D;
  background-color: #ffeef5;
}

.full-payment-card.active .emi-radio-circle {
  border-color: #E6275D;
  border-width: 6px;
}

.payment-options-section {
  margin: 0px 0px 0 0px;
  font-family: 'Poppins', sans-serif;
  display: none;
}

.payment-options-title {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  margin: 15px 0px;
}

.payment-summary-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
  margin-top: 12px;
  border: 1px solid #f0eaec;
}

.payment-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 13px;
  color: #2b2b2b;
}

.payment-summary-row+.payment-summary-row {
  border-top: 1px solid #f5f5f5;
}

.payment-summary-title {
  font-weight: 500;
  color: #2b2b2b;
}

.payment-summary-discount {
  color: #0F6E56;
}

.payment-summary-total {
  font-size: 16px;
  font-weight: 700;
  color: #E6275D;
}

.payment-summary-strike {
  font-size: 12px;
  color: #9aa0a6;
  text-decoration: line-through;
  margin-right: 8px;
}

.wi-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}

.wi-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
}

.wi-section-badge {
  font-size: 11px;
  font-weight: 600;
  color: #e0345a;
  background: #fff0f4;
  border: 1px solid #ffd6e3;
  padding: 3px 9px;
  border-radius: 20px;
}

.wi-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.wi-item {
  border-bottom: 1px solid #f2f2f2;
  transition: background 0.15s;
}

.wi-item:last-child {
  border-bottom: none;
}

.wi-item-header {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.wi-item-header:active {
  background: #fafafa;
}

.wi-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wi-info {
  flex: 1;
  min-width: 0;
}

.wi-item-title {
  font-size: 14px;
  font-weight: 400;
  color: #1c1c1e;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.wi-bonus-pill {
  font-size: 10px;
  font-weight: 600;
  color: #1e7d43;
  background: #e8f5ee;
  padding: 2px 7px;
  border-radius: 10px;
}

.wi-tags {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 3px;
}

.wi-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 6px;
}

.wi-time {
  font-size: 11px;
  color: #999;
}

.wi-desc-text {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.wi-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
  color: #bbb;
}

.wi-item.open .wi-chevron {
  transform: rotate(180deg);
  color: #e0345a;
}

.wi-item-content {
  display: none;
  border-top: 1px solid #f5f5f5;
  background: #fafafa;
}

.wi-item.open .wi-item-content {
  display: block;
}

.wi-activity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px 16px;
}

.wi-panel-inner {
  padding: 14px 16px;
}

.wi-panel-inner .yoga-includes-title,
.wi-panel-inner .topics-heading {
  font-size: 13px;
  font-weight: 400;
  color: #1c1c1e;
  margin-bottom: 10px;
}

.wi-panel-inner .yoga-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wi-panel-inner .yoga-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #444;
}

.wi-panel-inner .yoga-batches-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #1c1c1e;
  margin-bottom: 10px;
}

.wi-panel-inner .yoga-batches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.wi-panel-inner .yoga-batch-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.wi-panel-inner .yoga-batch-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

.wi-panel-inner .yoga-batch-lang {
  font-size: 13px;
  font-weight: 600;
  color: #1c1c1e;
}

.wi-panel-inner .yoga-batch-badge {
  font-size: 10px;
  font-weight: 600;
  color: #5a5f9b;
  background: #f0f1ff;
  padding: 2px 7px;
  border-radius: 8px;
}

.wi-panel-inner .yoga-batch-time {
  font-size: 11px;
  color: #888;
}

.wi-panel-inner .topic-row {
  border-bottom: 1px solid #f2f2f2;
}

.wi-panel-inner .topic-row:last-child {
  border-bottom: none;
}

.wi-panel-inner .topic-row-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  cursor: pointer;
}

.wi-panel-inner .topic-num-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.wi-panel-inner .topic-row-title {
  flex: 1;
  font-size: 13px;
  color: #1c1c1e;
  font-weight: 400;
}

.wi-panel-inner .topic-count-badge {
  font-size: 11px;
  color: #888;
  background: #f5f5f5;
  padding: 2px 7px;
  border-radius: 8px;
  white-space: nowrap;
}

.wi-panel-inner .topic-arrow {
  transition: transform 0.2s;
  color: #bbb;
}

.wi-panel-inner .topic-row.expanded .topic-arrow {
  transform: rotate(180deg);
}

.wi-panel-inner .topic-sub-list {
  display: none;
}

.wi-panel-inner .topic-row.expanded .topic-sub-list {
  display: block;
  padding-bottom: 10px;
}

.wi-panel-inner .topic-sub-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wi-panel-inner .topic-sub-list ul li {
  font-size: 12px;
  color: #666;
  padding: 4px 0 4px 14px;
  border-left: 2px solid #eee;
  margin-left: 11px;
  margin-bottom: 2px;
}

.wi-panel-inner .topics-total {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-align: center;
  padding: 12px 0 0;
}

.tm-section {
  margin-top: 28px;
}

.tm-section-label {
  font-size: 11px;
  font-weight: 700;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.tm-slider {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.tm-slider::-webkit-scrollbar {
  display: none;
}

.tm-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  min-width: 220px;
  max-width: 240px;
  scroll-snap-align: start;
  flex-shrink: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

.tm-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.tm-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  flex-shrink: 0;
}

.tm-name {
  font-size: 13px;
  font-weight: 700;
  color: #1c1c1e;
  margin: 0;
  line-height: 1.3;
}

.tm-loc {
  font-size: 11px;
  color: #e0345a;
  font-weight: 500;
  margin: 0;
}

.tm-quote {
  font-size: 12px;
  color: #555;
  line-height: 1.55;
  margin-bottom: 8px;
  font-style: italic;
}

.tm-stars {
  color: #f5a623;
  font-size: 12px;
  letter-spacing: 1px;
}

/* ===== FAQ ===== */
.faq-section {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

.faq-heading {
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1e;
  padding: 14px 16px 0;
}

.faq-item {
  border-top: 1px solid #f2f2f2;
}

.faq-q {
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}

.faq-q-text {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  flex: 1;
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.25s;
  color: #ccc;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: #e0345a;
}

.faq-a {
  display: none;
  padding: 0 16px 13px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

.faq-item.open .faq-a {
  display: block;
}

/* ===== TRUST FACTORS ===== */
.trust-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.trust-card {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.trust-icon-val {
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 2px;
}

.trust-label {
  font-size: 10px;
  color: #999;
}

/* ===== STICKY BOTTOM BAR ===== */
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px 16px env(safe-area-inset-bottom, 10px);
  box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.07);
  z-index: 999;
  box-sizing: border-box;
}

.sb-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.sb-secure {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #aaa;
}

.sb-view-breakup {
  font-size: 12px;
  font-weight: 400;
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px 0 10px;
  border-right: 1.5px solid #e0e0e0;
  align-self: stretch;
  line-height: 1.3;
  white-space: nowrap;
  max-width: 20%;
  min-width: 70px;
  flex-shrink: 0;
}

.sb-pay-btn {
  width: 100%;
  background: linear-gradient(135deg, #e0345a 0%, #c42050 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(224, 52, 90, 0.35);
  transition: opacity 0.15s, transform 0.1s;
}

.sb-pay-btn:active {
  opacity: 0.9;
  transform: scale(0.99);
}

.pb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.pb-overlay.open {
  display: flex;
}

.pb-sheet {
  background: #fff;
  width: 100%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 20px 20px 0 0;
  padding: 14px 16px env(safe-area-inset-bottom, 12px);
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(.32, .72, 0, 1);
  margin: 0 auto;
  position: fixed;
  bottom: 70px;
}

.pb-overlay.open .pb-sheet {
  transform: translateY(0);
}

.pb-drag {
  width: 32px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 2px;
  margin: 0 auto 12px;
  cursor: pointer;
}

.pb-sheet-title {
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 1px;
  text-align: center;
}

.pb-sheet-sub {
  font-size: 10px;
  color: #999;
  margin-bottom: 10px;
  text-align: center;
}

.pb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
}

.pb-row:last-of-type {
  border-bottom: none;
}

.pb-row-left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pb-row-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
}

.pb-row-name {
  font-size: 11px;
  font-weight: 500;
  color: #333;
}

.pb-row-price {
  font-size: 11px;
  font-weight: 700;
  color: #1c1c1e;
}

.pb-bonus-chip {
  font-size: 9px;
  font-weight: 600;
  color: #1e7d43;
  background: #e8f5ee;
  padding: 2px 6px;
  border-radius: 8px;
}

.pb-total-card {
  background: #fff8fa;
  border: 1.5px solid #fde0e8;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pb-total-left-lbl {
  font-size: 10px;
  color: #666;
}

.pb-bonus-note {
  font-size: 9px;
  color: #1e7d43;
  font-weight: 500;
  margin-top: 2px;
}

.pb-total-right {
  text-align: right;
}

.pb-total-strike {
  font-size: 10px;
  color: #ccc;
  text-decoration: line-through;
  margin-bottom: 1px;
}

.pb-total-price {
  font-size: 18px;
  font-weight: 700;
  color: #e0345a;
}

.pb-close-btn {
  width: 100%;
  background: #e0345a;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  cursor: pointer;
}

.payment-sticky-spacer {
  height: 80px;
}

.wrap {
  padding: 16px 0px 90px;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Poppins', system-ui, sans-serif
}

.trust-card {
  background: #fff;
  border: 1px solid #fde0e8;
  border-radius: 18px;
  padding: 16px 14px
}

.top-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff9e8;
  border: 1px solid #f5d87a;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 500;
  color: #b07700
}

.headline {
  font-size: 14px;
  font-weight: 600;
  color: #E6275D;
  line-height: 1.35;
  margin: 8px 0 12px
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px
}

.mc {
  background: #fff5f8;
  border: 1px solid #fde8ef;
  border-radius: 12px;
  padding: 9px 6px;
  text-align: center
}

.mc-val {
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1e;
  line-height: 1
}

.mc-icon {
  display: flex;
  justify-content: center;
  margin: 4px 0 2px
}

.mc-lbl {
  font-size: 10px;
  color: #aaa
}

.stars {
  display: flex;
  justify-content: center;
  gap: 1px;
  margin: 3px 0 2px
}

.badges {
  display: flex;
  gap: 8px;
  margin-bottom: 12px
}

.bp {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #f5fdf8;
  border: 1px solid #c3e8d4;
  border-radius: 20px;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 500;
  color: #1a7a4a
}

.bp.sec {
  background: #f0f4ff;
  border-color: #c5d0f7;
  color: #2a4aaa
}

.bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #fde8ef;
  padding-top: 10px
}

.av-wrap {
  display: flex;
  align-items: center
}

.av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-left: -8px;
  flex-shrink: 0
}

.av:first-child {
  margin-left: 0
}

.av-plus {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fce8ef;
  border: 2px solid #fff;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #E6275D
}

.join-txt {
  font-size: 11px;
  color: #999
}

.wa-float {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border-radius: 0;
    padding: 0px 0;
    box-shadow: none;
    text-decoration: none;
    margin:15px 0 0 0;
    border-bottom: 1px solid #2585d3ff;
}

.wa-t {
    font-size: 12px;
    font-weight: 500;
    color: #2585d3ff;
    font-family: 'Poppins', system-ui, sans-serif;
    line-height: 1.2;
}

.wa-s {
    display: none;
}