@media (max-width: 767px) {
  .top-left-number {
    display: none !important;
  }
}

/* Floating Call Button */
.floating-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366; /* WhatsApp green-like tone */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: transform 0.3s ease;
}

.floating-call:hover {
  transform: scale(1.1);
}

.floating-call img {
  width: 32px;
  height: 32px;
  filter: invert(1);
}
/* --- Top Left Header Number --- */
.top-left-number {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 999;
}

.top-left-number a {
  color: #fff; /* black text */
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.top-left-number a:hover {
  color: #FFC121; /* gold hover effect */
}

.custom-coupon-text {
background-color: #f9f5ff;
color: #4b0082;
padding: 10px 15px;
border: 1px solid #e0d7f8;
border-radius: 8px;
margin-bottom: 15px;
font-weight: 600;
font-size: 14px;
text-align: center;
}
