.header__content__primary__left__items[data-v-f415a06e] {
display: none !important;
}
div.header.with-shadow {
background: #f3f5f8 !important;
}
.header__content__primary__right[data-v-f415a06e] {
display: none !important;
}
.header.with-shadow {
display: none !important;}
h5[data-v-81d0cb23=""] {
  font-size: 0; /* hide original text */
  position: relative;
}

h5[data-v-81d0cb23=""]::after {
  content: "Have a gift card code?"; /* new text */
  font-size: 16px; /* restore readable font size */
}
input.el-input__inner::placeholder {
  color: #00000000 !important; /* fully transparent */
  opacity: 1 !important;       /* ensure full visibility (even if transparent) */
}
/* Hide original subtitle text without killing visibility entirely */
.purchase-gift-card__wrapper__content__choose__header__text h6 {
  color: transparent !important;
  position: relative;
  min-height: 1em; /* ensures height remains */
}

/* Add new subtitle via ::after */
.purchase-gift-card__wrapper__content__choose__header__text h6::after {
  content: "Use it for your own consultation — or gift trusted immigration help.";
  color: #333; /* Adjust to match your design */
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: normal; /* allows wrapping if needed */
}
div.bs-check-promo-code {
display: none !important;
}