/* Target specific Font Awesome icons with this class */
.gold_prices_icon {
  color: #000 !important;
}

/* If needed, ensure ::before inherits the color */
.gold_prices_icon::before {
  color: #000 !important;
}


/* Target specific Font Awesome icons with this class */
.gold_prices_icon {
  color: #000 !important;
}

/* If needed, ensure ::before inherits the color */
.gold_prices_icon::before {
  color: #000 !important;
}

.half-height-img {
  height: 50%;
  max-height: 250px;
  /* Adjust as needed */
  width: 100%;
  object-fit: cover;
}


.small-card {
  max-width: 300px;
  /* Adjust this value to make the card smaller/larger */
  margin: 0 auto;
  /* Centers the card horizontally */
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* Hidden by default */
  z-index: 99;
  /* Ensure it appears above other content */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 7px 3px 7px;
  border-radius: 50%;
  /* Circular button */
  font-size: 14px;
}