.main-footer {
  background-color: #f8f9fa; /* Light grey background from your image */
  padding: 60px 0 20px 0;
  font-family: "Segoe UI", Arial, sans-serif;
  border-top: 1px solid #e0e0e0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}

/* Brand styling */
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 60px;
  margin-right: 15px;
}

.logo-text h3 {
  margin: 0;
  color: #4a90e2;
  font-size: 18px;
}

.brand-description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  max-width: 300px;
}

.brand-description a {
  color: #4a90e2;
  text-decoration: none;
  font-weight: 600;
}

/* Column Headings */
.footer-col h4 {
  color: #4a90e2;
  margin-bottom: 20px;
  position: relative;
}

/* Lists */
.footer-links,
.contact-details {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #4a90e2;
  padding-left: 5px;
}

/* Contact Icons */
.contact-details li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.contact-details i {
  color: #4a90e2;
  margin-right: 12px;
  margin-top: 4px;
  width: 20px;
}

/* License Info */
.license-info {
  text-align: right;
  font-size: 14px;
}

.license-info p {
  margin-bottom: 10px;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

.footer-bottom span {
  color: #4a90e2;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: left;
  }

  .footer-col {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  .license-info {
    text-align: left;
  }
}
