.header-bg {
  background: linear-gradient(to right, #0099ff, #004080);
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.svg {
  display: block;
  width: 100%;
  height: auto;
}

.wave-shape-bottom {
  position: relative;
  width: 100vw;
  height: 100px; /* Adjust for wave depth */
  margin-top: -5px; /* Pull wave up to overlap smoothly */
  line-height: 0;
  z-index: 2;
}

.wave-shape-bottom svg {
  display: block;
  width: 100vw;           /* Viewport width */
  height: auto;
  transform: rotate(180deg);
}

.fill-white {
  fill: #ffffff;
}

.icon-box {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.bg-wave {
  background: linear-gradient(to right, #0066cc, #003366);
}

.card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.hero-small {
  height: 50vh;
  background: linear-gradient(to bottom right, #0077cc, #004e92);
  position: relative;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

@media (max-width: 768px) {
  .hero-small {
    text-align: center;
    padding: 2rem 1rem;
  }
  .hero-small h1 {
    font-size: 2rem;
  }
  .hero-small p {
    font-size: 1rem;
  }
}
