.hibird-popup-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #feb902;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hibird-popup-btn:hover {
  background: #062a57;
  transform: translateY(-3px);
  /* box-shadow: 0 6px 15px rgba(0,0,0,0.2); */
  color: #fff;
}
