.contact-input {
  border: 1px solid #888;
  border-radius: 0;
  color: #222;
  padding: 8px;
}
.contact-input::placeholder {
  color: #222;
}
.contact-submit {
  background-color: #0d262a;
  color: #fff;
  border: 1px solid #0d262a;
  border-radius: 0;
}
.contact-submit:hover {
  background-color: #0d262a;
  color: #fff;
}
.phone-info {
  color: #222;          /* Make icon and text orange */
  gap: 4px;               /* Closer spacing between icon and number */
  font-weight: 500;
}
.phone-info i {
  font-size: 1rem;        /* Adjust icon size if needed */
}
