.footer {
  background-color: #121212;
  color: white;
  padding: 40px 60px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1.5fr 2fr 2fr;
  gap: 40px;
}

.logo-circle {
  width: 60px;
  height: 60px;
  background: #362b2b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #121212;
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-links h3,
.footer-action h3,
.footer-subscribe h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-action p {
  font-size: 14px;
  line-height: 1.5;
}

.learn-more {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  border-bottom: 2px solid #68f0b3;
  padding-bottom: 2px;
}

.footer-subscribe input {
  padding: 8px;
  margin: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #68f0b3;
  color: white;
}

.footer-subscribe button {
  background-color: transparent;
  color: white;
  border: 1px solid #68f0b3;
  padding: 8px 20px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 20px;
}

.highlight {
  color: #68f0b3;
}

.footer-contact p {
  font-size: 14px;
  margin: 6px 0;
}

.social-icons a {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}
.footer a {
      color: #ccc;
      margin-right: 20px;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer {
      font-size: 0.9rem;
    
    }
    .footer .right {
      text-align: right;
    }
    .nav-link
    {
      color: #ffffff !important;
    }