/* Footer Styling */
.site-footer {
  background-color: #0A242C;
  color: #fff;
  padding-top: 40px;
  margin-top: 50px;
  font-family: 'Segoe UI', sans-serif;
}

/* Quote Banner */
.quote-banner {
  background-color: #14317a;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.quote-banner h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.quote-banner p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ddd;
}

.quote-banner .quote-button {
  background: #020089;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s;
}

.quote-banner .quote-button:hover {
  background: #ed7105;
  color: #fff;
}

/* Footer Content */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 20px;
  gap: 30px;
}

.footer-content h3 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-content p,
.footer-content li {
  font-size: 15px;
  color: #ccc;
}

.footer-content ul {
  list-style: none;
  padding: 0;
}

.footer-content li {
  margin-bottom: 8px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #06161d;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  color: #aaa;
}
