
/* ========== Footer Styles ========== */

.site-footer {
  background-color: #156082;
  color: #ffffff;
  padding: 40px 20px 20px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.footer-logo-section {
  flex: 1 1 250px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 320px;
}

.footer-partner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 18px;
}

.footer-partner-label {
  font-size: 0.85rem;
  color: #FFA94D;
  margin: 0 0 8px 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-partner-link {
  display: inline-flex;
}

.footer-partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 16px;
}

.footer-partner-logo {
  height: 24px;
  max-width: 190px;
  width: auto;
  display: block;
}

.footer-partner-logo--ontime {
  max-width: 210px;
}

.footer-links,
.footer-contact,
.footer-legal {
  flex: 1 1 200px;
}

.footer-links h4,
.footer-contact h4,
.footer-legal h4 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #FFA94D;
}

.footer-links ul,
.footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li,
.footer-legal ul li {
  margin-bottom: 8px;
}

.footer-links ul li a,
.footer-legal ul li a,
.footer-contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover,
.footer-legal ul li a:hover,
.footer-contact a:hover {
  color: #FFA94D;
}

.footer-contact p {
  margin: 6px 0;
  font-size: 0.95rem;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-partner {
    align-items: center;
    margin-top: 14px;
  }

  .footer-partner-list {
    justify-content: center;
  }

  .footer-partner-badge {
    padding: 6px 14px;
  }

  .footer-partner-logo {
    height: 22px;
    max-width: 170px;
  }

  .footer-partner-logo--ontime {
    max-width: 190px;
  }

  .footer-logo-section,
  .footer-links,
  .footer-contact,
  .footer-legal {
    flex: 1 1 100%;
  }
}
