.footer-wave-divider {
  width: 100vw;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 3;
}
.footer-wave-divider svg {
  display: block;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 60px;
  min-height: 40px;
  max-height: 100px;
}


.footer-pro {
  background: #162139; /* Deep, rich navy blue */
  color: #fff;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  position: relative;
  margin: 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.6rem 1.2rem 1.6rem;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 210px;
  min-width: 190px;
  margin-bottom: 1.5rem;
}

.footer-logo {
  width: 92px;
  height: auto;
  margin-bottom: 0.7rem;
  border-radius: 16px;
  /* background: #fff; */
  box-shadow: 0 2px 12px #dde7fa24;
}

.footer-col h4 {
  font-family: 'Merriweather', serif;
  color: #fff;
  margin-bottom: 1.1rem;
  font-size: 1.18rem;
  letter-spacing: 0.5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.52rem;
}

.footer-col ul li a {
  color: #f3f5fc;
  text-decoration: none;
  transition: color 0.18s;
  font-size: 1.05rem;
}

.footer-col ul li a:hover {
  color: #fed149;
  text-decoration: underline wavy;
}

.footer-contact p, .footer-contact i {
  font-size: 1.03rem;
  color: #f3f5fc;
  margin-bottom: 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-social-icons {
  display: flex;
  gap: 1.1rem;
}

.footer-social-icons a {
  color: #f3f5fc;
  font-size: 1.37rem;
  transition: color 0.19s, transform 0.19s;
}

.footer-social-icons a:hover {
  color: #fed149;
  transform: scale(1.15) rotate(-7deg);
}

.footer-bottom {
  background: #101728; /* Almost black */
  color: #d4e3fc;
  text-align: center;
  padding: 1.2rem 0 1.5rem 0;
  font-size: 1.05rem;
  border-radius: 0 0 2rem 2rem;
  border-top: 2px solid #253056;
  margin-top: 1.2rem;
  letter-spacing: 0.02em;
}

.footer-bottom a {
  color: #fed149;
  text-decoration: underline dotted;
  margin: 0 0.2rem;
}

@media (max-width: 800px) {
  .footer-container {
    flex-direction: column;
    gap: 1.3rem;
    padding: 1.5rem 0.8rem 0.9rem 0.8rem;
    align-items: flex-start;
  }
  .footer-col { min-width: 98vw; }
}
