.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

/* Navbar */
#logo {
  width: 115.18px;
  height: 57.59px;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-link {
  color: white;
}

/* Hero */
#bg {
  width: 100%; /* alternate is to use class="w-100" */
  height: 90vh;
  object-fit: cover;
  object-position: center;
}
.hero-container {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 100%);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.hero-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Text section positioned on the left */
.hero-text {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  max-width: 50%;
  padding: 8rem;
}
.hero-text1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  padding: 8rem;
}
@media (max-width: 768px) {
  .hero-overlay {
    width: 100%;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  }
  .hero-text {
    max-width: 100%;
    padding: 2rem;
  }
}

/* Pelayanan */
.pelayanan {
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  background-color: rgb(229, 229, 229);
}
.card-img-top {
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/* Portofolio */
.kegiatan {
  padding-top: 50px;
  text-align: center;
  background-color: #ffffff;
}

/* About */
.about {
  padding: 50px;
}
#about-logo {
  width: 100%;
  padding-bottom: 40px;
}

/* Footer */
.footer {
  background-color: #5a5656; /* dark gray background */
  color: #e6e6e6;
  font-size: 0.95rem;
}

.footer-logo {
  width: 80px;
  height: auto;
}
