body {
  background: #ffffff;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 40px;
}

.pricing-container {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
}

.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 32px 28px 28px 28px;
  width: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.most-popular {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #2d3a8c;
  color: #fff;
  font-size: 0.95em;
  padding: 4px 14px;
  border-radius: 16px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(45,58,140,0.08);
}

.icons {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.icons img {
  width: 32px;
  height: 32px;
  background: #f9f9f996;
  border-radius: 8px;
  padding: 4px;
  object-fit: contain;
}

.card-title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.card-sub {
  font-size: 1em;
  color: #666;
  margin-bottom: 6px;
}

.price {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
}

.price-desc {
  font-size: 1em;
  color: #666;
  margin-bottom: 18px;
}

.buy-btn {
  background: #ff6f3c;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 14px 0;
  width: 100%;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 18px;
  transition: background 0.2s;
}

.buy-btn:hover {
  background: #ff8c5a;
}

.products {
  margin-top: 8px;
  width: 100%;
}

.products-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.product-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  color: #444;
  margin-bottom: 6px;
}

.product-list .product-name {
  flex-grow: 1;
}

.product-list .icon-group {
  display: flex;
  gap: 8px;
  color: #a7a7a782;
}

.product-list img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  object-fit: contain;
}

@media (max-width: 800px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
}


.nCardbg{
 padding: 10px;
background: linear-gradient(0deg,rgba(255, 97, 4, 1) 50%, rgba(49, 61, 107, 1) 50%);
display: flex;
 justify-content: center
}

.nCardCard{
  width: 100%;
  border-radius: 5px;
}

.paydBtn{
  width: 100%;
  background-color: rgba(255, 97, 4, 1);
  color: #fff;
  ;}

  .PricingCard{
   background-color: #eceef1;
    padding: 25px;
    border-radius: 15px;
    margin: 20px;
    font-weight: bold;
  }

  .iAmt{
    color: rgba(255, 97, 4, 1);
  }

  .iType{
    color: rgba(49, 61, 107, 1)
  }

  .iVal{
    color: rgba(49, 61, 107, 1)
  }


  .btn-primary{
    background-color: rgba(255, 97, 4, 1);
    border: none;
  }

  .modal-lg{
    max-width: 90%;
  }