 .card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  .card-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94A3B8;
    align-self: flex-start;
  }

  /* Price Input */
  .input-section {
    width: 100%;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .input-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94A3B8;
  }

  /*
  .input-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  */

  /*
  .input-wrap {
    position: relative;
    flex: 1;
  }
  */

  .currency-sym {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #94A3B8;
    font-family: monospace;
    pointer-events: none;
  }

  #price {
    /*
    width: 100%;
    height: 42px;
    border: 1.5px solid #E2E8F0;
    border-radius: 10px;
    padding: 0 12px 0 28px;
    font-size: 15px;
    font-weight: 600;
    font-family: monospace;
    color: #1E293B;
    background: #fff;
    outline: none;
    -moz-appearance: textfield;
    transition: border-color 0.2s;
    */
  }

  /*
  #price::-webkit-outer-spin-button,
  #price::-webkit-inner-spin-button { -webkit-appearance: none; }
  #price:focus { border-color: #378ADD; }
  */

 #price { border-color: #091e31; background:#091e31;color: #fff;padding-left: 0px;}
 #price:focus { border-color: #091e31; background:#091e31;color: #fff;}

  /* Circle */
  .circle-wrap {
    position: relative;
    width: 300px;
    height: 300px;
  }

  .circle-wrap svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }

  .circle-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    gap: 2px;
  }

  .c-lbl {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #fff;
  }

  .c-total {
    font-size: 36px;
    font-weight: 700;
    font-family: monospace;
    color: #fff;
    line-height: 1;
  }

  .c-sub {
    font-size: 14px;
    font-family: monospace;
    color: #fff;
  }

  /* Legend */
  .legend {
    display: flex;
    gap: 10px;
  }

  .pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
  }

  .pill-blue { background: #ffffff; color: #0C447C; }
  .pill-green { background: #ffffff; color: #0C447C; }
  .pill-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

  /* Stats */
  .stats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .stat {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 12px 14px;
  }

  .stat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94A3B8;
    margin-bottom: 4px;
  }

  .stat-val {
    font-size: 22px;
    font-weight: 700;
    font-family: monospace;
    color: #1E293B;
  }

  .stat-val.green { color: #FFF6C0; }

  /* Multiplier */
  .multiplier-row {
    width: 100%;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 9px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .multiplier-label { font-size: 12px; color: #64748B; }
  .multiplier-val { font-size: 13px; font-weight: 700; color: #1E293B; font-family: monospace; }

  /* Hidden inputs (for form submission) */
  .hidden-inputs { display: none; }


/*// point system*/

.pricing-heading-highlight{
    font-family: var(--title-font);
    font-size: 200px;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: var(--accent-color-3);
    stroke: #F79A19;
    color: #FFFBB1;
}
 .bonus-wtier table
  {
       background-color: #2A2A2A;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #262C2C;    
  }
  .bonus-wtier table tr td
  {
        padding: 24px 15px;
    text-align: center;
    border: 1px solid #262C2C;
  }
  .bonus-wtier table tr th
  {
        padding: 10px;
    text-align: center;
    background-color: #FFFBB1;
    border-right: 1px solid rgb(51, 51, 51, 65%);
    color: #262C2C;
  }
.card-service-detail-include{
    background-color: #FFFBB1;
    color: #262C2C;
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    justify-content: center;
    padding: 30px 30px 30px 30px;
    width: auto;
    height: 100%;
}

.lst-xinfo h2,
.lst-xinfo h3,
.lst-xinfo h4,.poph-cntnt h4,.clck-winfo
{
    color: #FFFBB1 !important;
}
#features-section .pm-none{
    margin-bottom: -64px;
}
#features-section .single-item {
        margin-bottom: 60px;
    background-color: #091e31;
    padding: 40px 0px 10px;
    height: 280px;
        transition: all 0.5s ease-in-out;
}
#features-section .single-item:hover
{
    transform:translateY(-10px);
}
#features-section .single-item h5{
    text-transform: uppercase;
    margin: 10px;
    color: #fff;
}
.ficon{
    padding-left:6px;
}
.single-item h5 {    font-size: 20px;}
.single-item i
{
    color:var(--theme-color);
    font-size:40px;
}
  .cnt-uinfo 
  {
    transition:all 0.3s ease-in-out;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
     .cnt-uinfo:hover
     {
        transform:translateY(-10px)
     }
 .cnt-uinfo i
 {
            width: 40px;
    height: 40px;
    border: 1px solid #FFFBB1;
    font-size: 25px;
    padding: 6px;
    color: #E50914;
 }
  .cnt-uinfo:hover i 
  {
    background-color:#FFFBB1;
    color:#fff;
  }
  .cnt-uinfo h4,.page-cntnt h4 
  {
    color:#fff;
  } 