/* Footer Styles */
.footer-top {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.widget-title {
  margin-bottom: 20px !important;
  font-weight: 600;
  color: white !important;
}

.widget-list li {
  margin-bottom: 10px !important;
  line-height: 1.6;
}

.widget-list li a {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.3s ease;
}

.widget-list li a:hover {
  color: white !important;
}

.social-links {
  display: flex !important;
  gap: 15px !important;
  margin-top: 20px !important;
}

.social-links a {
  font-size: 24px !important;
  color: white !important;
  transition: all 0.3s ease;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  flex-shrink: 0 !important;
}

.social-links a:hover {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.2);
}

.table-list li {
  line-height: 1.6;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.table-list li i {
  color: white !important;
  margin-right: 10px;
}

.desc-content {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.footer-logo img {
  max-width: 180px;
}

.single-footer-widget {
  padding: 0 15px;
}

.footer-bottom {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.copyright-content p {
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0;
}

.footer-menu ul {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.3s ease;
}

.footer-menu ul li a:hover {
  color: white !important;
}
