


/* Footer Styles */
.bg-footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding-top: 20px;
}

.footer-content {
  padding: 20px 0;
}

.footer-title {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #e67e22;
}

.footer-text li {
  margin-bottom: 10px;
  color: #ecf0f1;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-text li:hover {
  color: #e67e22;
  padding-left: 5px;
}

.social-icons {
  margin-top: 10px;
}

.footer-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-icon:hover {
  background: #e67e22;
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-logo {
  margin-bottom: 15px;
  max-width: 150px;
}

.copyright-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  margin-top: 10px;
  color: #bdc3c7;
  font-size: 14px;
}
