*{
  font-family: Montserrat, sans-serif !important;
}
h2,
h3 {
  line-height: 1 !important;
}
.footer {
  background: linear-gradient(to bottom, #0d3b66, #092a4e);
  color: white;
  position: relative;
  text-align: center;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
}
.footer-diving-info {
  text-align: center;
}
.footer-diving-info h4{
  padding-bottom: 5px;
  font-size: 1.5rem;
/*   margin-bottom: 15px;
 */  color: #fff;
}
.footer-diving-info h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
}
.footer-diving-info p {
  font-size: 1rem;
  margin: 5px 0;
  opacity: 0.9;
  color: #ffffff;
}
.footer-links h3 {
  font-size: 1.8rem;
  /* margin-bottom: 15px; */
  color: #fff;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin: 8px 0;
}
.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #00d2ff;
}
.footer-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* background-image: url("../images/white_wave.png"); */
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 0px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 40px;
  }
  .footer-brand,
  .footer-diving-info,
  .footer-links {
    margin-bottom: 30px;
  }
}
