/* ===== FOOTER ===== */
.main-footer {
  background: #0d2b4c;
  color: #fff;
  padding-top: 50px;
}

/* Force equal spacing */
.footer-col {
  margin-bottom: 25px;
}

/* Titles */
.main-footer h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Text */
.main-footer p,
.main-footer li {
  font-size: 14px;
  line-height: 24px;
}

/* Links */
.main-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.main-footer a:hover {
  color: #ffc107;
}

/* Remove list bullets */
.main-footer ul {
  list-style: none;
  padding: 0;
}

/* Social icons */
.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #08213a;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.social-icons a:hover {
  background: #ffc107;
  color: #000;
}

/* ===== BOTTOM BAR ===== */
.footer-bottom {
  background: #071a2f;
  padding: 15px 0;
  margin-top: 30px;
}

/* PERFECT LEFT-RIGHT ALIGNMENT */
.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Highlight */
.brand {
  color: #ffc107;
  font-weight: bold;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

  .main-footer {
    text-align: center;
  }

  .footer-bottom-flex {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
