.bg-site{
      background: linear-gradient(100deg, rgba(95, 37, 158, 1) 100%, rgba(140, 62, 226, 1) 100%);
}

.silver-section{
  display: none;
}

.metal-toggle {
  position: relative;
  width: 200px;
  margin: 20px;
}

.metal-toggle input[type="radio"] {
  display: none;
}

.metal-toggle-switch {
  display: flex;
  position: relative;
  background-color: #444;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  font-family: sans-serif;
}

.metal-toggle-option {
  flex: 1;
  text-align: center;
  line-height: 40px;
  color: white;
  z-index: 2;
  transition: color 0.3s ease;
}

.metal-toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffc107;
  border-radius: 30px;
  transition: left 0.3s ease;
  z-index: 1;
}

/* Move slider when Silver is selected */
#metal-silver:checked ~ .metal-toggle-switch .metal-toggle-slider {
  left: 50%;
}

/* Change text color when active */
#metal-gold:checked ~ .metal-toggle-switch .metal-toggle-gold {
  color: black;
}
#metal-silver:checked ~ .metal-toggle-switch .metal-toggle-silver {
  color: black;
}

.btn-save-section {
  text-align: center;
  margin-top: 20px;
}

.btn-save-section .btn {
  background:  #ffc107; /* gold gradient */
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

 


.coupon-suc-msg{

  color:    #028a19;
  display: none;
}

.coupon-err-msg{


  color:    #ff0000;
    display: none;


}
 
  .table-view-order-details {
  width: 100%;
  
  margin: 30px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order-details td {
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.table-view-order-details tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.table-view-order-details td:first-child {
  font-weight: 600;
  background-color: #f5f5f5;
  width: 40%;
}

.table-view-order-details tr:last-child td:last-child {
  font-weight: bold;
  color: #e74c3c; /* Red for pending */
}


.table-view-order-items {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order-items thead {
  background-color: #5f259e;
  color: white;
  text-align: left;
}

.table-view-order-items th,
.table-view-order-items td {
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

 

.table-view-order-summary {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order-summary td {
  padding: 15px 20px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.table-view-order-summary td:first-child {
  font-weight: 600;
  color: #333;
  background-color: #f7f7f7;
}

.table-view-order-summary tr:last-child td {
  font-weight: bold;
  background-color: #eafaf1;
  color: #2e7d32;
}


.table-view-order {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.table-view-order td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  font-size: 15px;
}

.table-view-order .order-list-header td {
  background-color: #5f259e;
  color: white;
  font-weight: bold;
  text-align: left;
}


@media (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }

  td {
    padding: 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .table-view-order-details td:first-child,
  .table-view-order-summary td:first-child,
  .table-view-order td:first-child {
    font-weight: bold;
    background-color: transparent;
  }
}

.order-list-con{

 

      box-shadow: 0 4px 16px 0 #d8c3ef;
    margin: 10px 0px;
    padding: 15px;
    overflow: hidden;
}




.redeem-store-section, .redeem-cash-section, .silver-sell-section{

  display: none;
    padding: 10px;
}


.redeem-section {
  text-align: center;
      margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}

.redeem-section button {
  background: #2f124f;
  color: #ffc107;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
/*
.redeem-section button:hover {
  background-color: #ffc107;
  color: #000;
  box-shadow: 0 6px 15px rgba(255, 193, 7, 0.5);
  transform: translateY(-2px);
}

.redeem-section button:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
}*/



 .img-responsive {
    max-width: 100%;
  }
  .save-gold-type .nav-item {
    width: 50%;
    text-align: center;
  }
  .save-gold-type.nav-tabs {
    background: #fff;
    border-radius: 50px;
  }
  .save-gold-type a {
    border: 1px solid transparent;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 10px 10px 0px;
    width: 100%;
    background: #e2b13b;
    background: #fff;
    color: #5F259E;
  }
  .save-gold-type  a.active {
    border: 1px solid transparent;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 10px 10px 0px;
    width: 100%;
    background: #e2b13b;
    color: #fff;
  }
  .save-gold-price-type .nav-item {
    width: 50%;
    text-align: center;
  }
  .save-gold-price-type.nav-pills {
    background: #fff;
    border-radius: 15px;
  }
  .save-gold-price-type   a {
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 10px 10px 10px 0px;
    width: 100%;
    background: #e2b13b;
    background: #fff;
    color: #5F259E;
  }
  .save-gold-price-type  a.active {
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 10px 10px 10px 0px;
    width: 100%;
    background: #e2b13b;
    color: #fff;
  }


  .sip-gold-type a {
    border: 1px solid transparent;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 10px 10px 0px;
    width: 100%;
    background: #e2b13b;
    background: #fff;
    color: #5F259E;
  }
  .sip-gold-type  a.active {
    border: 1px solid transparent;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 10px 10px 0px;
    width: 100%;
    background: #e2b13b;
    color: #fff;
  }

  .save-gold-section {
    background: #5F259E;
  }
.initial-btn{

  background: #e2b13b !important;
    color: #fff !important;
}

.btn-save-gold{

       background: #fff !important;
    color: #5f259e !important;

}