 
a{
  text-decoration: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E6483C;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.selected-card img {
  border: #E6483C solid 2px;
}

.btn-primary {
  background-color: #E6483C !important;
  border: #dc3545 solid 1px;
}

.btn-primary:hover {

  border: #c72d3c solid 1px;
}

.amount-input input, .form-control {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding: 0.5rem;
  width: 100%;

}

.nav-pills .nav-link {
  padding: 0.5rem 2rem;
  border-radius: .50rem;
}

.step-number {
  width: 32px;
  height: 32px;
  background-color: #dc3545;
  /* لون أحمر Bootstrap */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  user-select: none;


}

.step-list {
  position: relative;
}

.step-list::after {
  content: "";
  width: 65%;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: #E1E1E1 solid 1px;
  position: absolute;
  z-index: -1;
}

.step-icon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #212529;
}

.step-title {
  font-weight: 600;
  font-size: 1.2rem;
}


.gift-card-title h1 {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  font-weight: bold;
  color: #dc3545;
}

.card-sahdow-img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 1rem;
  margin-bottom: 10px;
}
.red{
  color: red;
}
.card-design-box {
  position: absolute;
  top: auto;
  bottom: 12px;
  width: 100%;
}

.card-design-box:hover {
  opacity: 1;

}

.btn-select-card {
  background-color: transparent;
  border-radius: 0 0 1rem 1rem;
  color: #dc3545;
}

.selected-card .btn-select-card {
  background-color: #dc3545;
  color: #fff;
  font-weight: bold;
}

/* minimal styling */
.tabs {
}

.tablist {
  display: flex;
  gap: .5rem;

  justify-content: center;
}

.tablist [role="tab"] {
  padding: .5rem 1rem;
  background: #D32F2F;
  cursor: pointer;
  border: 1px solid #D32F2F;
  font-weight: 600;
  color: #FFF;
  border-radius: 10px;


}

.tablist [role="tab"][aria-selected="true"] {
  border-color: currentColor;
}

[role="tabpanel"] {
  padding: 1rem 0;
}

/** ====== gift-preview ==== */
.gift-preview{
  position: relative !important;
  margin: auto;
  width: 380px;
}
.gift-preview .card-image{

}
.gift-preview .card-image img{
  width: 380px;
  margin: auto;
}
.gift-preview .card-content{
  position: absolute;
  text-align: center;
  left: 10px;
  right: 10px;
}
.gift-preview .card-content h1{
  font-size: 20px;
  font-weight: bold;
  color: #dc3545;
}
.gift-preview .card-content .recipient-name{
  margin-top: 12rem;
}
.gift-preview .card-content .sender-name{
  margin-top: 20rem;
}
.gift-preview .card-content .sender-message{
  color: #dc3545;
}


