.jwero_live_pricing {
  height: 50px;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
}

.jwero_live_pricing .jwero_live_pricing_scroll_text {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scrollbox 15s linear infinite;
  -webkit-animation: scrollbox 15s linear infinite;
  animation: scrollbox 15s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes scrollbox {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollbox {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scrollbox {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

.live_price {
  font-size: 14px;
  font-weight: 800;
  margin-right: 10px;
}

.single-product-page .product_title {
  margin-bottom: 5px !important;
  font-size: 20px;
}

.jwero-short-price-breakup {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.jwero_minimal_wrapper,
.jwero_customisation_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
}

.jwero_minimal_wrapper span i,
.jwero_customisation_wrapper span i {
  color: #636262;
  font-size: 12px;
  margin-right: 5px;
}

.jwero_minimal_wrapper span:last-child {
  font-size: 20px;
  color: var(--wd-primary-color);
  font-weight: 900;
}

.jwero-short-price-breakup .breakup-item {
  background: #f7f7f7;
  padding: 4px 8px;
  width: 110px;
  position: relative;
  font-weight: 400;
  margin-right: 20px;
  text-align: center;
}

.jwero-short-price-breakup .breakup-item:not(:last-child)::after {
  content: "+";
  position: absolute;
  right: -14%;
  top: 25%;
  font-size: 17px;
}

.jwero-short-price-breakup .breakup-item .label {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.jwero-currency-switcher select {
  border-radius: 5px;
  width: 100px;
  border-color: #222;
  color: #222;
  font-weight: 600;
}

.jweroMainCustomisationConfig, .jweroSizesCustomisationConfig{
  display: flex;
  margin-bottom: 10px;
}

.jwero_show_customization_wrapper select {
  height: 30px;
}

.jwero_show_customization_wrapper label {
  font-size: 12px;
  font-weight: 600;
}

.jwero_product_oneline_description p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.jwero-currency-switcher option {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px; /* Adjust as needed */
}

.jwero_product_enquire_whatsapp {
  background: #f0f1f1bf !important;
  margin-left: 0px !important;
  padding: 15px !important;
  margin-bottom: 15px !important;
}

.jwero_product_enquire_whatsapp h5.mb-1 {
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 10px;
}

.jwero_eq_container {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.jwero_eq_container .whatsapp_eq {
  margin-right: 20px;
}

.jwero_eq_container h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

form.cart {
  margin-top: 20px;
}

.jwero_main_shipping_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 65px;
}

.jwero_main_shipping_wrapper label {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.expected-shipping-date,
#jwero_pincode_result {
  color: #222;
}

.expected-shipping-date b {
  display: block;
  font-size: 14px;
}

.check_serviceability_wrapper {
  display: flex;
  align-items: center;
}

.check_serviceability_wrapper input {
  background: transparent;
  height: 34px !important;
}

.check_serviceability_wrapper button {
  background: transparent;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  height: 34px !important;
  min-height: 34px;
  font-size: 12px !important;
}

#change_pincode {
  color: var(--wd-primary-color);
  font-weight: 600;
  cursor: pointer;
}

.jwero_elitepay_box_error {
  color: #ec2626;
  font-weight: 600;
  border: 1px dashed #ec2626;
  padding: 7px;
  background: #fff8f8;
}

.jwero_elitepay_box_success {
  color: #227e26;
  font-weight: 600;
  border: 1px dashed #227e26;
  padding: 7px;
  background: #f3f8f3;
}


.jwero_elitepay_show_wrapper p, .jwero_mloyal_show_wrapper p{
  color:#000;
  font-weight: 600;
}

.jwero_elitepay_show_wrapper a, .jwero_mloyal_show_wrapper a{
  margin-inline-start: 5px;
  color: var(--wd-primary-color) !important;
  text-decoration: underline;
}


.jwero_elitepay_show_wrapper i{
  color: #1a1a54;
  font-size: 16px;
  margin-right: 1px;
}


.jwero_elitepay_show_checkout_box{
  position: relative;
  margin-bottom: 25px;
  padding: 30px 30px 0;
  border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
  text-align: start;
}

.woocommerce-checkout .jwero_elitepay_show_checkout_box{
  margin-top:20px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle, 
.woocommerce-checkout .jwero_elitepay_show_wrapper, 
.woocommerce-checkout .jwero_mloyal_show_wrapper{
  width: 30%;
  display: inline-block;
  border: 1px dashed #9b9b9b;
  padding: 20px;
  min-height: 60px !important;
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce-checkout .jwero_elitepay_show_checkout_box{
  width: 60%;
}


html :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div{
  margin-bottom: 0 !important;
}



@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wd-visits-count .wd-count-icon {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.wd-shop-tools .wd-show-sidebar-btn:nth-of-type(2) {
  display: none !important;
}

.archive .main-page-wrapper {
  padding-top: 0;
}

html .shop-loop-head {
  margin-top: 20px;
}

.promise {
  background: #f5f5f5;
  padding: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}

.promise h4 {
  margin: 0 !important;
}

.promise h4 img {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.jwero_breakup_wrapper {
  border: 1px solid #f5f5f5;
  padding: 10px 10px;
  margin-bottom: 30px;
}

.breakup_info {
  margin-bottom: 0 !important;
}

.breakup_info .details td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #f5f5f5 !important;
  color: #222 !important;
  text-align: right !important;
  text-transform: capitalize;
}

.breakup_info .details td:first-child {
  text-align: left !important;
}

.breakup_info h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px;
  background-color: #f5f5f5;
  color: var(--wd-primary-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.breakup_info .details {
  padding: 8px 10px;
  border-bottom: 1px solid #f5f5f5;
  color: #222;
  display: flex;
  justify-content: space-between;
}

.breakup_info .details span {
  font-weight: 600;
  color: #222;
}

.breakup_info table.details {
  display: table;
  margin-bottom: 0;
}

.breakup_info .details:last-child {
  border: 0;
  margin-bottom: 0;
}

.breakup_info .details span del {
  color: gray;
  margin-right: 20px;
}

.breakup_info .details span b {
  margin-right: 20px;
}

.jwero_products_summary {
  margin-top: 80px;
  border-top: 1px solid #e4e4e4;
  padding-top: 40px;
}

.jwero_minimal_breakup {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 3px 0;
  margin-bottom: 10px;
  cursor: pointer;
}

.todayRateDrop {
  color: #000;
  font-weight: 700;
}

.todayRateDropRates {
  color: var(--wd-primary-color);
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 5px;
}

html .comment-form > p {
  flex: none;
}

html .wc-block-components-notice-banner.is-info {
  display: flex !important;
  padding: 10px !important;
}

.woocommerce-EditAccountForm fieldset:not(.jwero_password_change) {
  display: none;
}

.mloyal_wrapper {
  position: relative;
  margin-bottom: 25px;
  padding: 30px;
  max-width: 470px;
  border: 2px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
}

html .mloyal_redeem_btn {
  text-transform: capitalize;
  margin-left: 5px;
}

html .wc-block-components-notice-banner {
  width: 100%;
}

.jwero_spinner {
  width: 10px;
  height: 10px;
  border: 2px solid #222;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-left: 5px;
}

.jwero_spinner.black {
  border: 2px solid #000;
  border-bottom-color: transparent;
}

.mrp_text {
  font-size: 18px;
}

.jwero_products_savings {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20%;
  top: 17%;
}

.jwero_products_savings > span {
  margin-right: 20px;
}

.jwero_product_saved small {
  display: block;
}

.jwero_product_saved_percent {
  padding: 2px 10px;
  border: 1px dashed var(--wd-primary-color);
  color: #222;
  font-weight: 600;
}

.jwero_return_product {
  float: right;
}

.order-again {
  display: none !important;
}

.jwero_return_product .button,
#returnProductForm button {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}

#return_request_form {
  width: 600px;
}

#return_request_form table {
  margin-bottom: 10px;
}

#return_request_form textarea {
  min-height: 60px !important;
}

.jwero_coupon_offers h5 {
  margin-bottom: 0 !important;
}

.jwero_coupon_wrapper {
  border: 1px dashed;
  padding: 10px;
  width: 31%;
  line-height: 15px;
  display: inline-block;
  margin: 10px 5px;
  vertical-align: middle;
}

.jwero_coupon_wrapper h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.jwero_coupon_wrapper span {
  font-size: 12px;
}

.badge {
  background: var(--wd-primary-color);
  padding: 3px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  html .comment-form .wd-review-criteria-wrap {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 600px) {
  .jwero_products_savings {
    position: relative;
    top: 0;
    right: 0;
  }
  .jwero_coupon_wrapper {
    width: 100% !important;
  }
  .woocommerce-checkout .jwero_elitepay_show_checkout_box, 
  .woocommerce-checkout .woocommerce-form-coupon-toggle, 
  .woocommerce-checkout .jwero_elitepay_show_wrapper, 
  .woocommerce-checkout .jwero_mloyal_show_wrapper{
    width: 100%;
  }
}

/* runal */
/* My Gold Plans – Digigold UI */

/* Base wrapper */

  /* Theme colors */
    :root{
    --jwero-primary-color: var(--wd-primary-color);
    --jwero-primary-soft: var(--wd-primary-color-10, rgba(0, 0, 0, 0.04));
    --jwero-secondary-color: var(--wd-secondary-color);
    }
.jwero-digigold-wrapper {
    max-width: 1120px;
    border-radius: 3px;
    box-sizing: border-box;
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
    font-style: var(--wd-title-font-style) !important;
    font-family: var(--wd-alternative-font) !important;
    color: #1e293b;
}

/* Header */
.jwero-digigold-header {
    margin-bottom: 24px;
}

.tabs{
}

.jwero-digigold-title {
    margin: 0 0 4px;
    font-size: 26px;
    font-weight: 700;
    color: #111827;
}

.jwero-digigold-subtitle {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* Tabs */
.jwero-digigold-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 25px;
    background: var(--jwero-primary-soft);
    padding: 4px;
    border-radius: 3px;
    height: 2.5rem;
}


.jwero-tab {
    flex: 0 0 auto;
    padding: 10px 18px;
    border-radius: 3px;
    border: none;
    background-color: transparent !important;
    font-size: 11px !important;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    min-height:unset !important;
    height:2.1rem !important;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.jwero-tab.active {
    background-color: #ffffff !important;
    color: var(--jwero-primary-color);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    border-radius: 3px;
}

.jwero-tab.disabled {
    opacity: 0.5;
    cursor: default;
}

/* Tab panels */
.jwero-tab-panel {
    display: none;
}

.jwero-tab-panel.active {
    display: block;
}

/* Cards */
.jwero-card {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    border: 1px solid #e5e7eb;
    padding: 18px 22px;
    margin-bottom: 20px;
}

/* Plan card (Overview) */
.jwero-plan-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.jwero-plan-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    display: flex;
    gap: 20px;
    align-items: center;
}

.jwero-gold-footer-item-bonus{
display:none
}

.jwero-label-gacc{
margin-bottom: 0 !important;
    font-size: 12px !important;
}

.jwero-helper-bonus{
display:none
}

.jwero-plan-subtitle {
    margin: 3px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.jwero-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    border: 1px solid #e5e7eb;	
    gap: 5px;
}

.features-box{
    display: flex;
    gap: 5px;
}

.jwero-status-active,
.jwero-status-completed {
    background: #16a34a;
    color: #ffffff;
}


.jwero-status-overdue {
    background: #ef4343;
    color: #ffffff;
    border: 1px solid #fecaca;
}

.jwero-status-late-fee {
    color: #b91c1c;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    border: 1px solid #ef4343;
    align-self: flex-end !important;
    margin-bottom: 10px;
}

/* Plan summary row */
.jwero-plan-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 12px;
}

.jwero-plan-summary-item {
    min-width: 0;
}


.jwero-label {
margin-bottom:0px !important;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #000000;
}

.jwero-value {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.jwero-value-green {
    color: #16a34a;
}

.jwero-value-red {
    color: #b91c1c;
}

.jwero-helper {
    margin: 2px 0 0;
    font-size: 11px;
    color: #000000;
}

/* Progress */
.jwero-plan-progress-row {
   
}


.jwero-progress-bar {
    width: 100%;
    height: 7px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.jwero-progress-fill {
    height: 100%;
    background: var(--jwero-primary-color);
    border-radius: 999px;
}

.jwero-progress-percentage {
    margin: 4px 0 0;
    font-size: 11px;
    color: #6b7280;
}

/* Inner cards (Overview) */
.jwero-inner-card {
    background: #f4f6fb;
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
}

.jwero-gold-accumulation {
    margin: 20px 0;
}

.jwero-inner-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.jwero-inner-card-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    margin-right: 8px;
}

.jwero-inner-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.jwero-gold-accumulation-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 15px;
}

.jwero-payments-actions{
display:none !important
}

.jwero-gold-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 14px;
}

.jwero-gold-footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jwero-make-payment-btn{
   width: 75% !important;
}

.ledger-download{
width: 25% !important;
}

/* Icons */
.jwero-icon-calendar,
.jwero-icon-bonus,
.jwero-icon-card,
.jwero-icon-download,
.jwero-icon-export {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 6px;
}

.jwero-gold-toast-container{
position: fixed !important;
z-index: 11000 !important;
}

.modals-close{
position: relative;
    float: right;
    top: 0px;
    right: 16px;
    font-size: 25px !important;
    border: none;
    background-color: transparent !important;
    font-size: 18px;
    cursor: pointer;
    padding: 0px !important;
    min-height: unset !important;
}

.jwero-payment-options-modal-wrapper{
position: fixed !important;
    z-index: 10000 !important;
}

/* Plan footer */
.jwero-plan-footer {
    margin-top: 12px;
    text-align: right;
    display: flex !important;
    gap:10px !important;
}

/* Buttons */
.jwero-btn {
    background-color: #FAFAFA !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    min-height:2.5rem !important;
    font-size:11px !important
}

.jwero-btn span {
    margin-right: 6px;
}

.progress-text{
display: flex;
    justify-content: space-between;
}

.amount-paid{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    margin-right: 10px;
}

.jwero-btn-primary {
    background-color: var(--jwero-primary-color) !important;
    color: #ffffff !important;
    min-height:2.5rem !important;
    font-size:11px !important;
    border-radius:8px !important;
}

.jwero-btn-primary:hover,
.jwero-btn-primary-outline:hover {
    filter: brightness(0.9);
}

.jwero-btn-primary-outline {
    background: var(--jwero-primary-color);
    color: #ffffff;
}

.jwero-btn-secondary {
    background: #ffffff;
    color: var(--jwero-primary-color);
    border: 1px solid var(--jwero-primary-color);
}

.jwero-btn-secondary:hover {
    background: var(--jwero-primary-soft);
}

.jwero-btn-danger {
    width: 100% !important;
    background-color: #ef4343 !important;
    color: #ffffff !important;
    border-radius:8px !important;
    min-height:35px !important
}

.jwero-btn-danger:hover {
    background: #dc2626;
}

.jwero-btn-chip {
    display:none !important
    margin-top: 6px;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
}

.jwero-missed-title{
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom:0px !important
}

/* Section headings */
.jwero-section-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.jwero-section-subtitle {
    margin: 0 0 16px;
    font-size: 13px;
    color: #6b7280;
}

/* Payments tab */
.jwero-payments-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    gap: 16px;
    flex-wrap: wrap;
}

.jwero-payments-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}



.jwero-payment-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 12px;
}

.jwero-payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.jwero-payment-receipt-id {
    font-size: 11px;
    color: #6b7280;
}

.jwero-payment-amount-block {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;		
}

.jwero-payment-card-body {
    border-top: 1px solid #e5e7eb;
    margin-top: 10px;
    padding-top: 10px;
}

.jwero-payment-plan-title {
    margin-bottom: 8px;
}

.jwero-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.jwero-payment-item {
    min-width: 0;
}

/* Missed tab */
.jwero-missed-card {
    border-color: #fecaca;
}

.jwero-missed-header {
    }

.jwero-missed-left {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:10px
}

.jwero-missed-plan-title {
    font-size: 15px;
}

.jwero-missed-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jwero-missed-inner {
    margin-top: 12px;
    background: #ef43430d;
    border-color: #fecaca;
}

.jwero-missed-inner-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jwero-missed-inner-item-right {
   }

.jwero-missed-footer {
    margin-top: 12px;
    text-align: right;
}

.jwero-pay-btn.jwero-btn-primary{
   width: 100% !important;
   color: #ffffff !important;
   background-color: var(--jwero-primary-color) !important;
   border-radius: 5px !important;
   min-height:35px !important
}

.jwero-card.jwero-inner-card.jwero-missed-inner{
    display: flex !important;
    flex-direction: column !important;
}

/* Responsive */
@media (max-width: 900px) {
    .jwero-plan-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jwero-gold-accumulation-body {
        grid-template-columns: 1fr;
    }

    .jwero-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jwero-missed-meta {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }

    .jwero-missed-inner-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .jwero-digigold-wrapper {
        padding: 20px 16px 28px;
        margin: 20px auto;
    }

    .jwero-plan-summary {
        grid-template-columns: 1fr;
    }

    .jwero-payment-grid {
        grid-template-columns: 1fr;
    }

    .jwero-payments-header-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .jwero-gold-footer{
        display:block !important
    }
    .jwero-payments-actions .jwero-btn{
    width:100% !important}

}
@media (max-width: 600px) {
    .jwero-plan-progress-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .jwero-gold-footer{
        display:block !important
    }
    .jwero-payments-actions .jwero-btn{
    width:100% !important}
}

/*Runal Gold Plan */
/* Gold Plans Catalog (Choose Your Gold Savings Plan) */

.jwero-gold-plans-wrapper {
    padding: 24px 0 40px;
}

.jwero-gold-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.jwero-gold-plans-grid.jwero-cols-1 {
    grid-template-columns: 1fr;
}

.jwero-gold-plans-grid.jwero-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jwero-gold-plans-grid.jwero-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jwero-gold-plans-grid.jwero-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jwero-btn.jwero-gold-plan-cta{
    width:100% !important
}

.jwero-gold-plan-bonus-label{
    display:flex;
    justify-content: center;
    align-items: center;
}

.jwero-gold-plan-bonus-value{
    font-size: 18px;
    color: var(--jwero-primary-color) !important;
    font-weight: 800;
}	

.jwero-gold-plan-card {
    position: relative;
    padding-top: 18px;
}

.jwero-gold-plan-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.jwero-gold-plan-meta {
    margin-top: 14px;
    margin-bottom: 16px;
}

.jwero-gold-plan-meta-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.jwero-gold-plan-bonus {
    background: color-mix(in srgb,var(--jwero-primary-color) 15%,#fff)!important;
    border-radius: 3px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.jwero-icon-bonus-dot {
    margin-right: 5px;
}

.jwero-gold-plan-members {
    display:none !important;
    margin-top: 10px;
    font-size: 14px;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;	
    gap: 4px;
}

.flexible-badge{
    
}

@media (max-width: 900px) {
    .jwero-gold-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .jwero-gold-plans-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------
   Gold plan modal
-------------------------------------- */

.jwero-gold-plan-modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}

.jwero-gold-plan-modal-wrapper.is-open {
    display: flex;
}

.jwero-gold-plan-modal {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
    max-width: 675px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 24px 28px 28px;
    position: relative;
}

.jwero-gold-plan-modal-bonus-structure{
   margin-top:20px
}

.jwero-gold-plan-modal-close {
    position: absolute;
    float:right;
    top: 0px;
    right: 16px;
    font-size:25px !important;
    border: none;
    background-color: transparent !important;
    font-size: 18px;
    cursor: pointer;
    padding:0px !important;
    min-height:unset !important;	
}

.duration-icon-get-plans{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}


.jwero-gold-plan-modal-step {
    display: none;
}	

.jwero-gold-plan-modal-step.is-active {
    display: block;
}

.jwero-gold-plan-back-label{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 10px;
}

.jwero-gold-plan-modal-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 18px;
}

.jwero-gold-plan-modal-summary-card {
    margin-bottom: 20px;
    background: color-mix(in srgb,var(--jwero-primary-color) 15%,#fff)!important;
}

.inner-plan-details{
   display:flex !important;
       gap: 5px;
    align-items: center;
}

.jwero-gold-plan-modal-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 10px;
}

@media (max-width: 640px) {
    .jwero-gold-plan-modal-summary-grid {
        grid-template-columns: 1fr;
    }
}

.jwero-gold-plan-features-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
    padding-left: 18px;
    font-size: 12px;
    color: #374151;
}

.jwero-gold-plan-bonus-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 3px;
    background: color-mix(in srgb,var(--jwero-primary-color) 15%,#fff)!important;
    margin-bottom: 18px;
}

.jwero-gold-plan-modal-actions {
   display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none !important;
    background-color: var(--jwero-primary-color) !important;
    color: #fff !important;
    min-height: 2.5rem !important;
    font-size: 11px !important;
}

.jwero-gold-plan-modal-actions svg {
    stroke: #fff;
}

.jwero-gold-plan-join-form .jwero-value{
   font-size:14px !important
}

/*
.terms-box{
    display: flex;
    align-items: end;
    justify-content: flex-start;
}
*/

/* Join step */

.jwero-gold-plan-back-btn {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jwero-gold-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    margin: 12px 0 16px;
}

.jwero-gold-form-grid input[type="text"],
.jwero-gold-form-grid input[type="email"],
.jwero-gold-form-grid input[type="tel"] {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    font-size: 13px;
}

.jwero-gold-plan-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 14px;
}

.jwero-gold-plan-checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

/* Prevent background scroll when modal is open */
body.jwero-gold-modal-open {
    overflow: hidden;
}

/* --------------------------------------
   Toast (bottom-right notification)
-------------------------------------- */

	

.jwero-gold-plan-modal-actions{
    
}

.plan-btn{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    border: none !important;
    background-color: var(--jwero-primary-color) !important;
    color: #fff !important;
    min-height: 2.5rem !important;
    font-size: 11px !important;
}

.jwero-gold-toast strong {
    display: block;
    margin-bottom: 4px;
}

.jwero-gold-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.jwero-gold-toast--success {
    background: #16a34a;
}

.jwero-gold-toast--error {
    background: #ef4444;
}

/* Header row inside each gold plan card (title + "i") */
.jwero-gold-plan-card-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.jwero-gold-plan-card-header-row .jwero-gold-plan-title {
    flex: 1;
}

.jwero-gold-plan-info-tooltip {
    position: absolute;
    max-width: 260px;
    background: #4f46e5;
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.4;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.45);
    z-index: 10000;
}

.jwero-gold-plan-info-tooltip .jwero-tooltip-read-more {
    border: none;
    background: rgba(255,255,255,0.15);
    color: #e5e7eb;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 999px;
    cursor: pointer;
}

/* Small arrow under the tooltip */
.jwero-gold-plan-info-tooltip::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4f46e5 transparent transparent transparent;
}

.jwero-gold-plan-modal-bonus-structure{
    display:none !important
}

.term-text{
    font-size:14px !important
}

.jwero-gold-info-tooltip {
    display: none;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 20;
    width: 260px;
    padding: 8px 10px;
    border-radius: 4px;
    background: var(--jwero-primary-color) !important;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.3);
}

.jwero-gold-plan-info-btn:hover .jwero-gold-info-tooltip,
.jwero-gold-plan-info-btn:focus-within .jwero-gold-info-tooltip {
    display: block;
}

.jwero-gold-info-read-more {
    display: inline-block;
    margin-top: 4px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.jwero-gold-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jwero-gold-plan-info-btn{
    background-color: transparent !important;
}

/* Small "i" info button */
.jwero-gold-plan-info-btn {
    position: relative; /* for tooltip */
}

.jwero-gold-plan-info-btn:hover {
    background: transparent !important;
    border-color: #c7d2fe;
}

.jwero-info-read-more {
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    color: var(--jwero-primary-color);
    text-decoration: underline;
}

.jwero-info-read-more:hover {
    filter: brightness(0.9);
}

.jwero-gold-plan-rule-badge {
    margin-left: auto;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    background: #fef3c7; /* soft amber */
    color: #92400e;      /* amber text */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* If you later want per-type styling (optional) */
.jwero-gold-plan-rule-badge[data-plan-rule="gram"],
.jwero-gold-plan-rule-badge[data-plan-rule="weight"],
.jwero-gold-plan-rule-badge[data-plan-rule="weight_based"] {
    background: #fef3c7;
    color: #92400e;
    border-color: #fde68a;
}

.jwero-gold-plan-rule-badge[data-plan-rule="amount"],
.jwero-gold-plan-rule-badge[data-plan-rule="amount_based"] {
    background: #e0f2fe;
    color: #075985;
    border-color: #bae6fd;
}

/* Rule type row under title */
.jwero-rule-type-row {
    padding: 4px 0;
    margin-bottom: 6px;
    border-bottom: 1px dashed #e5e7eb;
}

.jwero-rule-type-row .jwero-label {
    font-size: 12px;
    color: #6b7280;
}

.jwero-rule-type-row .jwero-value {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}


.jwero-plan-info-text {
    font-size: 11px;
    color: #f9fafb;
}


.jwero-gold-plan-info-btn:hover .jwero-gold-plan-info-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Wrapper under meta */
.jwero-gold-plan-amount-picker {
    margin-bottom: 14px;
}

.jwero-gold-plan-amount-picker .jwero-label {
    display: block;
    margin-bottom: 4px;
}

/* Outer control: value + vertical + / - */
.jwero-amount-input {
    display: flex !important;
    align-items: stretch !important;
    border: 1px solid #b59f59 !important;
    background: #fdfaf1 !important;
    height: 46px !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* keeps buttons inside */
}

/* Value area */
.jwero-amount-display {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #6f582a !important;
    box-sizing: border-box !important;
}

.jwero-amount-symbol {
    margin-right: 4px !important;
    font-size: 16px !important;
}

.jwero-amount-value {
    font-size: 18px !important;
    border:none !important;
    padding:0 !important
}

.jwero-gold-plan-modal-footnote{
font-size: 12px !important;
    margin-top: 15px !important;
}

.inner-plan-details-removed{
display:none
}

.gold-acc{
display:none
}

.amount-buttons {
    display: flex !important;
    flex-direction: column !important;
    width: 48px !important;          /* fixed width for buttons column */
    border-left: 1px solid #b59f59 !important;
    box-sizing: border-box !important;
}

/* Vertical + / - buttons on the right */
.jwero-amount-btn {
   flex: 1 1 0 !important;
    width: 100% !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.jwero-amount-minus {
    min-height:unset !important;
    background: color-mix(in srgb, var(--jwero-primary-color) 60%, white) !important;
}

.jwero-amount-plus {
    min-height:unset !important;
    background: var(--jwero-primary-color) !important;
}

.jwero-amount-btn:hover {
    background: #b59f59 !important;
}

/* Keep layout nice on mobiles */
@media (max-width: 480px) {
    .jwero-amount-input {
        max-width: 100%;
    }
}

/* Description modal overlay */
.jwero-gold-desc-modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}

.jwero-gold-desc-modal-wrapper.is-open {
    display: flex;
}

.jwero-gold-desc-modal {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
    max-width: 520px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px 22px 22px;
    position: relative;
}

.jwero-gold-desc-title {
    margin-bottom: 10px;
}

.jwero-gold-desc-content {
    font-size: 13px;
    color: #374151;
    line-height: 2;
}

.jwero-gold-desc-close {
    position: absolute !important;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent !important;
    font-size: 18px;
    cursor: pointer;
}

/* T&C modal overlay */
.jwero-gold-terms-modal-wrapper {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 9999;
}

.jwero-gold-terms-modal-wrapper.is-open {
    display: flex;
}

.jwero-gold-terms-modal {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 24px 26px 26px;
    position: relative;
}

.jwero-gold-terms-content {
    margin-top: 10px;
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
}

.jwero-gold-terms-modal ul {
    padding-left: 18px;
}

.jwero-gold-terms-modal li {
    margin-bottom: 4px;
}

.jwero-gold-terms-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

/* "*Read Terms & Conditions" link inline with checkbox text */
.jwero-gold-plan-checkbox span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.jwero-terms-link {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
    color: #2563eb;
    cursor: pointer;
    text-decoration: none;
}

.jwero-terms-link:hover {
    color: #1d4ed8;
}

.i-icon-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
	
/* FIXED → Blue */
.jwero-gold-plan-type-badge[data-plan-type="fixed"] {
    background: #dbeafe !important;     /* soft blue */
    color: #1e40af !important;          /* dark blue */
    border-color: #bfdbfe !important;
}

/* FLEXIBLE → Green */
.jwero-gold-plan-type-badge[data-plan-type="flexible"] {
    background: #dcfce7 !important;     /* soft green */
    color: #166534 !important;          /* dark green */
    border-color: #bbf7d0 !important;
}

/* PREMIUM → Yellow/Gold */
.jwero-gold-plan-type-badge[data-plan-type="premium"] {
    background: #fef9c3 !important;     /* soft yellow */
    color: #854d0e !important;          /* gold-brown text */
    border-color: #fde68a !important;
}

.jwero-gold-plan-badge-group {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
}

.jwero-gold-plan-plan-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    color: #4b5563;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

/* "Your Investment" + "What You Get" sections */
.jwero-investment-section {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.jwero-investment-card,
.jwero-whatyouget-card {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    background: #ffffff;
}

.jwero-whatyouget-card {
    background: #eef2ff; /* soft blue like reference */
}

.jwero-investment-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.jwero-investment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-top: 1px solid #e5e7eb;
}

.jwero-investment-row:first-of-type {
    border-top: none;
}

.jwero-investment-helper {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(255,255,255,0.7);
    color: #6b7280;
}

.jwero-gold-plan-investment-card,
.jwero-gold-plan-whatyouget-card {
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    margin-bottom: 12px;
}

.jwero-gold-plan-whatyouget-card {
    background: #eff4ff;
}

.jwero-investment-heading {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 6px;
}

.jwero-investment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jwero-investment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.jwero-investment-row-strong .jwero-label {
    font-weight: 600;
}

.jwero-investment-highlight {
    color: var(--jwero-primary-color);
}

.jwero-investment-footnote {
    margin-top: 8px;
    font-size: 11px;
    color: #4b5563;
    text-align: center;
}


.jwero-gold-plan-category-badge[data-plan-category="amount"] {
    background: #dbeafe !important;
    color: #1e40af !important;
    border-color: #bfdbfe !important;
}

.jwero-gold-plan-category-badge[data-plan-category="gram"] {
    background: #e0e7ff !important;
    color: #312e81 !important;
    border-color: #c7d2fe !important;
}

.jwero-gold-plan-penalties-list{
    padding-left:0 !important
}

.jwero-gold-plan-penalties-list .jwero-penalty-box {
    display:flex;	
    gap:8px;
    align-items:flex-start;
    margin-bottom:6px;
}

.jwero-penalty-icon {
    flex:0 0 auto;
}

.jwero-penalty-main {
    font-size: 13px;
}

.jwero-penalty-notes {
    font-size: 12px;
    opacity: .7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*digigold*/
.jwero-kyc-wrapper {
    background: #fff;
    border-radius: 8px;
}

.jwero-kyc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.jwero-kyc-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.jwero-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.jwero-btn-primary {
    background: #b91c1c;
    padding: 12px 20px;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: 200px;
}

.jwero-btn-primary:hover {
    opacity: 0.9;
}

.jwero-gold-plan-thumbnail {
    width: 100%;
    margin: 10px 0 12px;
    border-radius: 6px;
    overflow: hidden;
}

.jwero-gold-plan-thumbnail img {
    width: 100%;
    height: 140px;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}



@media (max-width: 480px) {
    .jwero-gold-plan-info-tooltip {
        max-width: 80vw;
        right: auto;
        left: 0;
    }
}

