html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  min-height: max(884px, 100dvh);
}

.bg-custom-blue {
  background-color: #0077c8;
}

.text-custom-pink {
  color: #e8488a;
}

.bg-custom-pink {
  background-color: #e8488a;
}

.border-custom-pink {
  border-color: #e8488a;
}

.header-bg {
  background-size: cover;
  background-position: center;
}

.active-link {
  border-bottom: 2px solid #e8488a;
  color: #e8488a;
  font-weight: bold;
}

.inactive-link {
  color: #4a5568;
}

.logo {
  width: 100px;
  height: auto;
}

.logodown {
  width: 200px;
  height: auto;
}

/* Floating CTA WhatsApp style */
.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  background-color: #e8488a;
  color: white;
  padding: 12px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(2, 6, 23, 0.18);
}

#header-bg {
  background-image: url('../images/connect-banner.png');
  background-size: cover;
  background-position: center;
}

.header-bg-youth {
  background-image: url('../images/Youth-Banner.png');
  background-size: cover;
  background-position: center;
}

