/* Footer Styles */

.footer-logo {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 0;
  text-decoration: none;
}

.footer-logo img {
  height: 56px;
  width: auto;
  display: block;
}

.footer-logo:hover img {
  opacity: 0.92;
}

/* Override all other footer background styles with !important */
footer {
  background-color: #000 !important;
  background-image: none !important;
  background: #000 !important;
  color: white !important;
}

/* Ensure text and icons have proper contrast against black */
.footer-left h3,
.footer-right h3 {
  color: white !important;
  margin-bottom: 15px;
}

.footer-left p,
.footer-right p {
  color: #e0e0e0 !important;
}

/* Maintain green color for social icons and links */
.footer-social a,
.contact-item i,
.contact-item a {
  color: #27ae60 !important;
}

.footer-social a:hover,
.contact-item a:hover {
  color: #27ae60 !important;
}

/* Ensure contact text is visible */
.contact-item span {
  color: #e0e0e0 !important;
}

/* Footer bottom section */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
}

.footer-bottom p {
  color: #999 !important;
}
