
.footer {
  background-color: #bfcae0;
  font-family: Arial, sans-serif;
  color: #000000;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  padding-right : 15px;
  padding-bottom: 30px;
}

.footer-section {
  flex: 1 1 220px;
}

.footer-section h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.logo-icon {
  color: #1b0aff;
  font-weight: bold;
  margin-right: 5px;
}

.footer-section p,
.footer-section li {
  font-size: 0.9em;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li a {
  text-decoration: none;
  color: #000000;
}

.footer-section li a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 10px;
}

.icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.2em;
  background-color: #1b0aff;
  padding: 8px;
  border-radius: 50%;
}

.subscribe-form {
  display: flex;
  margin-top: 10px;
}

.subscribe-form input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 20px 0 0 20px;
  outline: none;
}

.subscribe-form button {
  background-color: #1b0aff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}

.footer-bottom {
  background-color: #1b0aff;
  color: #ffffff;
  text-align: center;
  font-size: 0.85em;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}


.footer-bottom a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
