.hero {
  position: relative;
  background: url('../images/IMG_20250409_210358.jpg') center center/cover no-repeat;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.8))
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
}
.footer-logo {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.breadcrumb {
  background-color: transparent;
}
.card {
  border-color: #117f4b;
  color: black;
}
.profile {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.donate-section {
  background: url('../images/parralax.png') center center / cover no-repeat fixed;
  position: relative;
  color: white;
}
.donate-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.donate-content {
  position: relative;
  z-index: 1;
}
.card .btn-primary {
  background-color: #2ea76a;
  border: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: gray;
}
.pagination .page-link {
  background-color: #117f4b;
  color: white;
  border: none;
}
.pagination .page-link:hover {
  background-color: #2ea76a;
  color: white;
}
.contact-section {
  padding: 60px 0;
}
.form-container {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  color: black;
}
iframe {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  border: 0;
}
.card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 0.375rem; /* agar mengikuti radius Bootstrap */
  border-top-right-radius: 0.375rem;
}
.card-img-top {
  width: 100%;
  height: 200px; /* atau 250px sesuai kebutuhan */
  object-fit: cover;
}
.no-deco ,.no-deco a ,.no-deco li {
  color: #117f4b;
  text-decoration: none ;
}