.simple-footer {
  background: #fff;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  border-top: 1px solid #eee;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
  padding: 0 12px;
}

.footer-left,
.footer-right {
  flex: 1;
  min-width: 280px;
}

.footer-logo {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-logo span {
  color: #6a11cb;
}

.footer-right h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-box {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 10px 0;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}

.contact-box img {
  width: 28px;
  margin-right: 12px;
}

.contact-box:hover {
  background: #f1f1f1;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

.footer-bottom a {
  color: #6a11cb;
  text-decoration: none;
  font-weight: 600;
}

.site-footer {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  color: #333;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-left, .footer-right {
  flex: 1;
  min-width: 300px;
  margin-bottom: 20px;
}

.footer-logo {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.footer-logo span { color: #7d4edb; }

.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.footer-note {
  font-size: 13px;
  margin-top: 10px;
  color: #666;
  line-height: 1.6;
}

.footer-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}

.contact-box {
  background: #fff;
  padding: 12px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  border: 1px solid #eee;
  text-decoration: none;
  color: inherit;
  transition: .3s;
}

.contact-box:hover {
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
  transform: translateY(-3px);
}

.contact-box img { width: 28px; height: 28px; }

.contact-box strong { font-size: 14px; color: #000; }

.contact-box span { font-size: 13px; color: #444; }

.footer-bottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}

.footer-bottom span { color: #7d4edb; font-weight: 700; }

@media(max-width:768px) {
  .footer-container { flex-direction: column; }
  .footer-left, .footer-right { min-width: 100%; }
}


@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-left,
  .footer-right {
    width: 100%;
    margin: 0 0 20px;
  }

  .contact-box {
    width: 100%;
  }
}
