/* Footer Styles */
.site-footer {
  background-color: #232525;   /* Dark blue background */
  color: #fff;                 /* White text */
  text-align: center;
  padding: 20px 10px;
  position: relative;
  bottom: 0;
  width: 100%;
}

.site-footer .company-link {
  font-weight: bold;
  color: #f1c40f;              /* Gold highlight */
  text-decoration: none;
}

.site-footer .company-link:hover {
  color: #e67e22;              /* Orange on hover */
  text-decoration: underline;
}

.site-footer p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.5px;
}