/* Footer styling */
.footer {
  background-color: #000;
  color: #fff;
}

.location-list {
  background-color: #000;
}

.location-list a:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.copyright {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  color: var(--color-brown);
  text-decoration: underline;
}

.footer ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}

.footer ul li,
.sidebar-widget ul li {
  margin-bottom: 12px;
  list-style: none;
}

.footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.95rem;
}

.sidebar-widget ul li a {
  color: black;
}

.footer ul li a:hover {
  color: #fff !important;
}
.sidebar-widget ul li a:hover {
  color: var(--color-brown);
}

.footer ul li a::before,
.sidebar-widget ul li a::before {
  content: "\f101";
  margin-right: 8px;
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  color: #008c46;
}

/* Additional styling for better visibility */
.contact-info p {
  margin-bottom: 10px;
}

.contact-info i {
  color: #008c46;
  margin-right: 10px;
  width: 20px;
}

.location-item {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.location-item:hover {
  color: var(--color-brown);
}
