.custom-footer {
  background: linear-gradient(90deg, #002244cc 0%, #003366cc 100%);
  color: white;
  padding: 2.5rem 0 1.2rem 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  border-top: 1.5px solid #234;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.footer-col {
  flex: 1 1 260px;
  min-width: 220px;
  margin-bottom: 1.2rem;
}
.footer-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
  color: #fff;
}
.footer-col h3.italic {
  font-style: italic;
}
.footer-col ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.footer-col ul li {
  margin-bottom: 0.5rem;
}
.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #ffcc33;
}
.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.newsletter-form input[type="email"] {
  flex: 1 1 120px;
  padding: 0.6rem 0.9rem;
  border-radius: 6px 0 0 6px;
  border: none;
  font-size: 1rem;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
.newsletter-form button {
  background: #ffcc33;
  color: #222;
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Montserrat', sans-serif;
}
.newsletter-form button:hover {
  background: #ffd966;
}
.footer-bottom {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 1.2rem;
  font-size: 0.98rem;
  color: #e0e0e0;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 900px) {
  .footer-bottom {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
