* {
  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: white;
  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;
}

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;
  border-top: 1px solid #cdcdcd;
  position: fixed;
  z-index: 1000;
  border-radius: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  width: auto;
  margin: 0 auto;
}

/* .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;
}

@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,
  .open-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: absolute;
    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,
.open-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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250vh;
  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,
  .open-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;
  }
}
