/* Footer Styles */
.page-footer {
  background-color: black !important;
}

.dark-grey-text {
  color: #ffffff;
}

.dark-grey-text a {
  color: #ffffff;
  text-decoration: none; 
}

.dark-grey-text a:hover {
  color: #d4a705;
}

.text-warning {
  color: rgb(245, 198, 28); 
}

.footer-copyright {
  border-top: 1px solid #333;
  margin-top: 20px;
  padding-top: 20px;
}

.social-icon {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 5px;
  text-decoration: none;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon i {
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icon:hover i {
  color: #f5c61c !important;
}
.contact-link {
  color: white !important;
  text-decoration: none;
}

.contact-link:hover,
.contact-link:active {
  color: #f5c61c !important;
}