/* Modern Footer Styling with Reduced Height */
footer {
  background: #1e191b;
  color: #e0e0e0;
  font-family: "Poppins", sans-serif;
  padding: 40px 0; /* Reduced padding */
}

footer h5 {
  font-weight: 700;
  font-size: 1.25rem; /* Slightly reduced font size */
  text-transform: uppercase;
  -webkit-background-clip: text;
  color: #ffc73c;
}

footer a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

footer a:hover {
  color: #f0ad4e;
  text-decoration: underline;
}

footer .footer-link {
  display: flex;
  align-items: center;
}

footer .footer-link i {
  color: #ffc73c;
  margin-right: 8px;
}

footer .email-link {
  color: #a0a0a0;
  font-size: 0.875rem;
  transition: color 0.3s ease-in-out;
}

footer .email-link:hover {
  color: #f0ad4e;
}

footer .location h6 {
  font-size: 1rem;
  color: #e0e0e0;
}

footer .location p {
  font-size: 0.875rem;
  color: #a0a0a0;
  line-height: 1.5;
}

footer .app-badge {
  max-width: 140px;
  transition: transform 0.3s ease-in-out;
}

footer .app-badge:hover {
  transform: scale(1.05);
}

footer .text-gradient {
  /* background: linear-gradient(45deg, #f0ad4e, #ff6700); */
  -webkit-background-clip: text;
  /* color: transparent; */
}

footer p {
  margin: 0;
  font-size: 0.875rem;
  color: #a0a0a0;
}
footer .stay-connected-words {
}
footer .store-icons img {
  height: 100%;
}
footer .play-store-icon img {
  height: 107%;
  margin-top: -2%;
}

@media (max-width: 768px) {
  footer h5 {
    text-align: center;
  }

  footer .app-link {
    justify-content: center;
  }

  footer .app-badge {
    max-width: 130px;
  }
}

/*IPhone adaptive */
@media (max-width: 491px) {
  @supports (-webkit-touch-callout: none) {
    /* Styles specifically for Safari */

    .footer-row {
      margin-bottom: 0px;
    }
    .logo-containers {
      height: 15%;
      margin-bottom: -5000px;
    }
    .footer {
      display: none;
    }
    .container-of-logo-container {
      height: 50vh;
    }
  }
}
