/* Pricing Plan CSS*/
:root{
  --primary-btn-color: #0b66c3;
  --disabled-color: #64B5F6;
}

.plan-container {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.pricing-parent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 65px;
  max-width: 100%;
  margin: 16px 0 0;
  padding-bottom: 40px;
}

.lets-get-started {
  font-size: 18px;
  line-height: 1.5;
  color: #4f4f4f;
  opacity: 0.8;
  word-wrap: break-word;
  text-align: center;
  width: 80%;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  gap: 10px;
}

.pricing-plan {
  flex-wrap: wrap;
  padding: 20px 30px;
  border-radius: 26px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10% ;
  margin-bottom: 15%;
  margin-left: 10%;
}

.year-wrapper {
  background-color: #fff;
  width: 100px;
  height: 21px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 30px;
  font-size: 12px;
  color: #333;
}

.tuned-wrapper {
  background-color: rgba(232, 117, 53, 1);
  width: 100px;
  height: 21px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
}

.tuned {
  margin-left: -20px;
}

.flex-len {
  width: 100%;
}

.flex-len1 {
  width: 90%;
}

.price-val {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
}

.pricing-back {
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
  padding: 20px 0;
}

.pricing-btn {
  position: absolute;
  left: -600px;
}

.pricing-val {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.plan-opt {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  width: 232px;
  height: 80px;
}

.basic-opt {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  height: 80px;
}

.list-item-parent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.list-item-parent1 {
  padding-bottom: 40px;
}

.list-item-parent2 {
  padding-bottom: 50px;
}

.custom-second {
  color: #fff;
  background-color: #231d4f;
}

.custom-first {
  background-color: #e2f3fd;
}

.list-item {
  display: flex;
  gap: 10px;
}

.rectangle {
  width: 100%;
  height: 44px;
  border-radius: 24px;
  background-color: var(--primary-btn-color);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.rectangle a {
  text-decoration: none !important;
  color: white !important;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.rectangle a:hover {
  text-decoration: none !important;
  color: white !important;
}

.free-opt {
  font-size: 15px;
  height: 60px;
  padding-top: 10px;
}

.free-feature {
  font-size: 15px;
}

.offer-features {
  text-align: left;
  margin-left: 13%;
  width: 49px;
  height: 28px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff6291;
}

.for-value {
  padding-left: 10px;
}

.wrapper-10 {
  background-color: #4c4582;
  color: #fff;
}

/*Custom CSS for Warning Modal */
.modal .custom-warn-modal {
  border-radius: 24px;
  width: 664px;
  height: auto;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 16px;
}

.modal .custom-header {
  border-bottom: none;
  padding: 0px;
}

.custom-warn-modal .close {
  font-size: 3.5rem;
}

.modal-body {
  justify-content: center;
  align-items: center;
  text-align: left;
  border-bottom: none;
}

.warning {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

.redirect {
  opacity: 0.8;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  padding-top: 40px;
  display: flex;
  gap: 25px;
}

.refrain {
  opacity: 0.8;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  padding-top: 22px;
  display: flex;
  gap: 25px;
}

.modal-dialog .warn-footer {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 14px;
  border-top: none;
}

.btn-continue {
  width: 129px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--primary-btn-color);
  border: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pricing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }

  .lets-get-started {
    width: 90%;
  }
}

@media all and (min-width: 641px) and (max-width: 890px) {
  .pricing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }

  .lets-get-started {
    width: 90%;
  }
}

@media all and (min-width: 890px) and (max-width: 1083px) {
  .pricing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
}

/*Success Page CSS*/
.success-container {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}

.confirm-pay {
  height: 30px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: 30px;
}

.payment-successful {
  height: 42px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000103;
}

.thankyou-upgrade {
  height: 30px;
  align-self: stretch;
  opacity: 0.8;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
  margin-top: 30px;
}

.summary {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 16px;
  border: solid 1px rgba(28, 25, 32, 0.16);
  background-color: #fff;
  margin-top: 50px;
  background-color: #fff;
}

.order-summary {
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
  justify-content: center;
  align-items: center;
}

.summary-row {
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #323232;
  opacity: 0.8;
  border-bottom: 1px solid rgba(79, 79, 79, 0.12);
}

.summary-row1 {
  border-bottom: none;
}

.row-left {
  text-align: left;
  justify-content: start;
  align-items: flex-start;
  flex: 1;
}

.row-right {
  text-align: right;
  flex: 1;
}

.paid-color {
  color: #03972d;
}

.congratulation {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #6f4995;
  text-align: center;
}

.hor-line {
  border-bottom: 1px solid rgba(79, 79, 79, 0.12);
  width: 100%;
}

.plan-des {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4d1d7c;
  width: 100%;
  justify-content: center;
}

.features {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000103;
}

.feature-row {
  display: flex;
  gap: 13px;
  justify-content: center;
}

.success-image {
    display: flex;
    justify-content: center;
}

.feature-list {
  font-size: 20px;
  color: #333;
  flex: 1;
}

.feature-parent {
  padding-top: 23px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.continue {
  width: 129px;
  height: 54px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  gap: 20px;
  border-radius: 8px;
  background: var(--primary-btn-color);
  text-decoration: none;
}

.back-to-dash {
  width: 180px;
  height: 50px;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid var(--primary-btn-color);
  color: var(--primary-btn-color);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


@media all and (min-width: 641px) and (max-width: 890px) {
  .summary {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .summary {
    width: 70%;
  }
}

@media (min-width: 280px) and (max-width: 280px) {
  .summary {
    width: 100%;
  }

  .thankyou-upgrade {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .continue {
    width: 100%;
  }

  .back-to-dash {
    width: 80%;
  }
}

.pricing-container {
  display: flex;
  flex-wrap: nowrap; /* Prevents wrapping to the next line */
}

.Frame-3921 {
  font-size: 13px;
  width: 174px;
  height: 31.5px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 18px;
  border-radius: 45px;
  background-color: rgba(130, 92, 255, 0.1);
}

.credits {
  width: 49px;
  height: 46px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.Pro {
  width: 105px;
  height: 21px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.credit-point-text {
  height: 60px;
  flex-grow: 0;
  margin: 42px auto;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.container-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.dropdown {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.dropdown h3 {
  padding: 5px;
  margin: 0;
  position: relative;
}

.sublist {
  display: none;
}

.dropdown .dropdown-icon {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.dropdown .dropdown-icon.rotate {
  transform: rotate(180deg);
}

.frame {
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: 20px;
}

.straight-line {
  border-top: 1px solid #ccc;
    margin: 0 10px;
  flex-grow: 1;
}

.Offer-Letter-generation {
  width: 220px;
  height: 27px;
  flex-grow: 0;
  opacity: 0.8;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.Frame-4064 {
  width: 94px;
  height: 35px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 4px 26px;
  border-radius: 32px;
  background-color: var(--primary-btn-color);
}


.coming-soon {
  width: 121px;
  height: 29px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 4px 26px;
  border-radius: 32px;
  background-color: #E87535;
  }
  
  .FREE {
    width: 100px;
    height: 27px;
  flex-grow: 0;
  opacity: 0.8;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .number {
  width: 32px;
  height: 42px;
  flex-grow: 0;
  opacity: 0.8;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
    text-align: center;
    color: #333;
  }

  .Credit-Points {
  width: 105px;
  height: 27px;
  flex-grow: 0;
  opacity: 0.8;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
    text-align: center;
    color: #828282;
    margin-left: 14px;
  }

  .Frame-4065 {
  width: fit-content;
  height: 35px;
  flex-grow: 0;
    display: flex;
  flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 4px 26px;
    border-radius: 32px;
    background-color: #333;
    cursor: pointer;
  }
  
  .Features {
  width: fit-content;
  height: 27px;
  flex-grow: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
    text-align: left;
    color: #fff;
    cursor: pointer;
  }
  
  .Vector {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  border-top: 5px solid #f3f3f3; /* Color of the arrow, adjust as needed */
  margin-left: 5px; /* Adjust the spacing between the text and the arrow */
  transition: transform 0.3s ease; /* Add transition effect for rotation */
  }

.frame-premium {
  width: 108px;
  height: 35px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 4px 26px;
  border-radius: 32px;
  background-image: linear-gradient(106deg, #ffad39 0%, #fcdd47 95%);
}

.PREMIUM {
  width: 82px;
  height: 27px;
  flex-grow: 0;
  opacity: 0.8;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.Free-offer {
  width: 254px;
  height: 27px;
  flex-grow: 0;
  opacity: 0.8;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-left: 10%;
}

.no-bullet {
  list-style-type: none; 
}

.price-body {
  overflow-x: hidden;
}

.without-feature {
  margin-right: 174px;
}

.e-sign {
  width: 67px;
}

.onboarding{
  width: 115px;
}

.exit {
  width: 126px;
}

.verified-onboarding {
  width: 234px;
}

.stay-tuned {
  font-size: 12px;
  margin-top: 9px;
}

.new-text {
  width: 74px;
}

.popup-payment-method {
  width: 754px;
  height: 556px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 46px 32px 14px;
  border-radius: 32px;
  background-color: #fff;
}

.select-payment-method {
  height: 39px;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.account-info {
  width: 185px;
  height: 23px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}

.email {
  width: 103px;
  height: 24px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.email-col {
  width:100%;
}

.email-address {
  width: 176px;
  height: 24px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.payment-method-card {
  width: 690px;
  height: 100px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #828282;
  cursor: pointer;
}

.payment-method-upi {
  width: 690px;
  height: 100px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #828282;
  cursor: pointer;
}

.offrd-prefers-txt {
  height: 48px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.UPI-Payment {
  width: 116px;
  height: 23px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
  margin-right: 392px;
}

.card-payment {
  width: 273px;
  height: 23px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
  margin-right: 240px;
}

.scan-qr {
  width: 421px;
  height: 30px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: 50px;
}

.scan-header {
  text-align: center;
}

.qr-code {
  width: 278px;
  height: 278px;
  flex-grow: 0;
  border-radius: 18.2px;
  border: solid 1px #d7d7d7;
  margin-left: 50%;
  margin-top: 10%;
}

.amt-details {
  width: 214px;
  height: 174px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  border: solid 1px #d7d7d7;
  background-color: #fff;
  margin-top: 15%;
}


.qr-frame {
  width: 172px;
  height: 48px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3.9px;
  padding: 8.3px 13.1px;
  border-radius: 21.9px;
  background-color: #ebebeb;
  margin-left: 58%;
  margin-top: 5%;
}

.summary-box {

  padding: 16px;
  width: 200px;
  font-family: Arial, sans-serif;
}
.summary-box .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;

}
.summary-box .line:last-child {
  font-weight: bold;
}

.instruction-div {
  width: 903px;
  height: 246px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 34px;
  padding: 0;
  margin-left:30%;
  padding-top: 3%;
}

.scan-qr-code {
  width: 95px;
  height: 15px;
  flex-grow: 0;
  font-family: Inter;
  font-size: 12.3px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.note {
  width: 860px;
  height: 86px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding: 16px;
  border-radius: 12px;
  background-color: #ebf5fe;
  margin-left: 26%;
  margin-top: -5%;
}

.note-txt {
  width: 828px;
  height: 54px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #0077e5;
}

.note-txt .text-style-1 {
  font-weight: 500;
}

.upi-btn {
  margin-left: 45%;
}

.upi-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.upi-header{
  height: 72px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  background-color: #eaf3f3;
  border-width: 2px 2px 0px 2px solid;
  border-radius: 5px;
}

.upi-payment-summary{
  height: 440px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  padding: 16px 32px 32px;
}

.upi-text-summary{
  height: 30px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.upi-payment-summary-amount{
  height: 152px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: solid 1px #828282;
}

.upi-details-inside{
  width: 514px;
  height: 46px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.upi-payment-summary-amount p{
  height: 46px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.upi-entering{
  height: 30px;
  flex-grow: 1;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;

}

.upi-id{
  height: 69px;
  width: 100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  border: solid 1px #828282;
}

.upi-submit-button{
  height: 52px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: var(--primary-btn-color);
  color:white;
  border:none;
  cursor: pointer;
}

.border {
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}

.timer-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
.timer-modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  width: 300px;
}


.border {
  border: 1px solid #000;
  border-radius: 10px;
}

.upi-entering input::placeholder {
  font-size: 18px;
  color:#ABABAB /* Adjust the font size as per your preference */
}

@media (max-width: 600px) {
  .upi-payment-summary-amount {
      padding: 8px; /* Adjust padding for smaller screens */
  }
}

.upi-header img{
  width: 67px;
  height: 67px;
  flex-grow: 0;
  padding: 7.3px 7.7px 7.2px 7.8px;
}

.upi-header-modal{
  height: 72px;
  width:100%;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  background-color: #eaf3f3;
  border-width: 2px 2px 0px 2px solid;
  border-radius: 20px 20px 0px 0px;
}

.upi-header-modal img{
  width: 67px;
  height: 67px;
  flex-grow: 0;
  padding: 7.3px 7.7px 7.2px 7.8px;
}

.modal-payment-summary{
  height: auto;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  padding: 16px 32px 32px;
  background-color: white;
  margin-bottom:-30px;
  border-radius: 0px 0px 20px 20px;
}
.modal-text-summary{
  height: 30px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.modal-payment-request{
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  gap: 16px;
  padding: 16px 32px 32px;
  background-color: white;
  margin-bottom:-30px;
}

.modal-text-request{
  width: 100%;
  height: 24px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  margin-left: -29px;
}

.go-to-mobile {
  width: 386px;
  height: 27px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  margin-left: 5%;
}

.check-pending {
  width: 409px;
  height: 54px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  margin-left: 5%;
}

.step-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.step:last-child {
  margin-bottom: 0;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: #7c4dff;
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 0px;
  margin-top: -10px;
}

.line {
  width: 2px;
  height: 35px;
  background-color: #7c4dff;
  position: absolute;
  left: 4px;
  top: 18px;
}

.cirle-text{
  color: #4f4f4f;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}

.page-expires-in {
  width: 124px;
  height: 27px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.base-timer{
  width: 150px;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: url(#gradient);
}

.base-timer__label {
  font-size: 30px;
  color: linear-gradient(to bottom, #ad5cff 0%, #5f5cff 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-expiry{
  width: 124px;
  height: 27px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  margin: 0px 131px;
}

#timeoutMessage{
  display: none;
  color: red;
  text-align: center;
}
#okButton {
  background-color: linear-gradient(to bottom, #ad5cff 0%, #5f5cff 100%);
}

.payment-method-card img{
  width: 67px;
  height: 67px;
  flex-grow: 0;
  padding: 7.3px 7.7px 7.2px 7.8px;
}
 
.payment-method-upi img{
  width: 67px;
  height: 67px;
  flex-grow: 0;
  padding: 7.3px 7.7px 7.2px 7.8px;
}

#retryButton.try-again{
  background-color: var(--primary-btn-color);
  color: white;
  border-radius: 10px;
}

.payment-failure-modal {
  font-size: 50px;
  margin-bottom: 20px;
}

.round-border {
  border-radius: 15px;
}

.shadow-box {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.failure-text {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0.5rem; 
}

.disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.no-recurring-div {
  width: 389px;
  height: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 15px auto;
  padding: 8px 16px;
  border-radius: 32px;
  background-color: #e3f2fd;
  margin-top: 46px;
}

.no-rec {
  width: 319px;
  height: 24px;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
}

.accept-text{
  height: 30px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 10 auto;
}

.accept-cards{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 6%;
}

.card-logos{
  display: flex;
  justify-content: center;
  margin-top:1% ;
}

.card-image{
  width: 100px;
  height: 64.4px;
  flex-grow: 0;
  border-radius: 16px;
  background-color: #fff;
  margin-right: 18px;
}

.pricing-btn.arrow-left {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ededed;
  color: #333;
  cursor: pointer;
  border-radius: 5px;
  font-size: 2rem;
}

.feature-card table {
  width: 100%;
  border-collapse: collapse;
    border-radius: 10px;
  font-size: 16px;
}

.feature-card th, .feature-card td {
  padding: 12px 20px;
  text-align: center;
  border: none;
}

.feature-card th {
    background-color: #ebf3ff;
    font-weight: bold;
}

.feature-card tr {
    border: 1px solid #ddd;
}

.feature-card tfoot {
    background-color: #f4f4f4;
}

tfoot .disclaimer {
  text-align: left;
  font-weight: bold;
}

.tick-icon {
    color: var(--primary-btn-color);
    font-size: 1.2em;
}

.cross-icon {
    color: #ff4d4d;
    font-size: 1.2em;
}

.feature-card .row-head {
    font-weight: bold;
    text-align: left;
}

.feature-card .text-nowrap {
    white-space: nowrap;
}

.monthly-subscription-container {
  text-align: center;
  margin: 5px 0;
}

.monthly-subscription-button {
  background-color:#fff;
  color: var(--primary-btn-color);
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 963px;
  border: 1px solid var(--primary-btn-color);

}

.modal-content-pricing {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width:41%;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  position: relative;
  position: relative;
  margin-left: 392px;
  margin-top: 75px;

}

.close-icon-pricing {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modal-unique-pricing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

.no-scroll {
  overflow: hidden;
}

.feature-card-mobile {
    display: none;
}

.card-container {
  display :flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

@media (max-width: 768px) {
    .pricing-parent {
      flex-wrap: nowrap;
      max-width: 100%;
    }
  
    .pricing {
      align-items: normal;
    }
  
    .pricing-plan {
      margin-bottom: 0%;
      margin-left: 4%;
    }

    .monthly-subscription-button {
      margin-left: 13%;
    }

    .accept-text {
      width: 55%;
      height: 51px;
      margin-left: 20%;
    }

    .card-logos {
      display: block;
      margin-top: 21%;
      text-align: center;
    }

    .feature-card table {
      width: 50%;
    }

    .modal-content-pricing {
      width: 75%;
      margin-left: 5%;
    }

    .Frame-4065 {
        padding: 0px;
        height: 20px;
        width: 20px;
        gap: 0px;
    }

    .container-box img {
        width: 7%;
    }

    .container-box {
        width: 100%;
        padding: 0%;
        margin-left:0px;
        gap: 1px;
    }

    .container {
        margin: 0px;
    }

    .dropdown h3 {
        font-size: 12px;
        padding: 0px;
        font-size: 10px;
        max-width: 75px;
        word-wrap: break-word;
        white-space: normal;
    }

    .Frame-4064 {
        width: 7%;
        padding: 4px;
        height: 13px;
    }

    .number {
        width: 19px;
        font-size: 19px;
    }
   
    .Credit-Points {
        width: 37px;
        height: 27px;
        font-size: 10px;
        margin-left: 10px;
    }
    
    .Features {
        display: none;
    }

    .Offer-Letter-generation {
        font-size: 10px;
    }

    .FREE {
        width:10px;
        height: auto;
        font-size: 8px;
    }

    .straight-line {
        flex-grow: 1;
        margin: 0 5px;
    }

    .without-feature {
        margin-right: auto;
    }

    .frame-premium {
        width: 13%;
        padding: 0%;
        justify-content: center;
        height: auto;
    }

    .PREMIUM {
        font-size: 8px;
        width: auto;
        height: auto;
    }

    .coming-soon {
        padding: 0px;
        width: 35px;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        height: 15px;
    }

    .stay-tuned {
        margin-top: 0px;
    }

    .feature-card-desk {
        display: none;
    }

    .feature-card-mobile {
        display: block;
        margin-left: -24px;
    }

    .feature-card-mobile table {
        font-size: 14px;
        border-radius: 4px;
    }

    .feature-card-mobile tr {
        border-radius: 5px;
    }

    .feature-card-mobile th {
        padding: 3px 3px;
        font-size: 14px;
    }

    .feature-card-mobile td {
        font-size: 14px;
    }

    body, html {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .container {
        padding-right: 6px !important;
        padding-left: 6px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .success-image img {
        width: 50%;
    }

    .confirm-pay {
        font-size: 23px;
    }

    .payment-successful {
        font-size: 30px;
    }
}

@media (max-width: 720px) and (min-width: 540px) { 
    .container {
        padding-left: 15px !important;
    }

    .feature-card-mobile {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .modal-content-pricing {
        width: 80%;
        margin-left: 1%;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
  .feature-card-desk {
      display: block;
  }

  .feature-card-mobile {
      display: none;
  }
}

@media(max-width: 1024px) {
  .modal-content-pricing {
    width: 75%;
    margin-left: 12%;
  }

  .modal .custom-warn-modal {
    width: 100%;
  }

  .card-payment {
    width: 259px;
    height: 13px;
    margin-right: 0px;
    font-size: 12px;
  }

  .popup-payment-method {
    width: 95%;
  }
  
  .payment-method-card {
    width: 100%;
  }

  .select-payment-method {
    font-size: 22px;
  }

  .payment-method-upi {
    width:100%;
  }

  .UPI-Payment {
    margin-right: 0px;
    font-size: 12px;
    width: 100%;
  }

  .redirect {
    font-size: 9px;
  }

  .refrain {
    font-size: 9px;
  }

  .pricing {
      width: 45% !important;
  }

  .pricing-plan {
    margin-left: 0%;
    padding: 16px;
  }

  .monthly-subscription-button {
    margin-left: 13%;
  }

  .no-rec {
    font-size: 15px;
  }

  .price-val {
    font-size: 20px;
  }

  .offer-features {
    font-size: 17px;
  }


  .Frame-3921 {
    width: 100%;
    padding: 0px;
  }

}

@media all and (min-width: 760px) and (max-width: 1024px) {
  .pricing {
      width: 21% !important;
  }

  .feature-card th {
    padding: 12px 17px;
  }

}

.payment-success-img {
  width: 150px;
}
