body {
  margin: 0;
  background: #f5f5f5;
  font-family: 'Segoe UI', sans-serif;
}

.custom-footer {
  background-color: #1d1f1f;
  color: #fff;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  position: relative;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 2.5rem 1rem;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.footer-column {
  flex: 1 1 180px;
  margin: 1rem 0;
}

.footer-column h4 {
  color: #00fca8;
  margin-bottom: 0.75rem;
}

.footer-column a {
  display: block;
  color: #ccc;
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-column a:hover {
  color: #00fca8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  padding-top: 1rem;
}

.footer-brand {
  font-size: 1rem;
  font-weight: bold;
}

.footer-socials a {
  color: #ccc;
  margin-left: 1rem;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #00fca8;
}
