:root {
  --main-color: rgb(61, 123, 120);
}
.carousel-indicators [data-bs-target] {
  background-color: #bbb; /* abu-abu */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
  bottom: 0px;
}

/* Warna dot aktif */
.carousel-indicators .active {
  background-color: rgb(23, 145, 123);
}

.company-name {
  font-size: 1.1rem;
  color: rgb(23, 145, 123);
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header img {
  max-width: 100%;
}

.navbar-custom {
  background-color: rgb(23, 145, 123);
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

/* Ukuran normal */
.navbar-custom .nav-link {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  font-size: 1rem;
}

/* RESPONSIF DI HP: menu mengecil */
@media (max-width: 768px) {
  .navbar-custom .nav-link {
    font-size: 13px;
    padding: 0.3rem 0.4rem;
  }

  .navbar-custom .btn {
    font-size: 13px;
    padding: 0.3rem 0.75rem;
  }

  .navbar-custom {
    padding: 1rem 1rem !important;
  }

  .nav.flex-wrap {
    justify-content: center;
    gap: 0.5rem;
  }

  .navbar-custom .btn {
    margin-top: 0.5rem;
  }
}

/* hero here */
.hero-section {
  background: #ffffff;
  padding: 60px 20px;
  min-height: 90vh;
}

.subtitle {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(61, 133, 120);
  font-weight: 600;
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #222;
}

.hero-title .highlight {
  color: rgb(61, 133, 120);
}

.hero-desc {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.btn-primary {
  background-color: rgb(61, 133, 120);
  border-color: rgb(61, 133, 120);
}

.btn-primary:hover {
  background-color: #347a6e;
  border-color: #347a6e;
}

.hero-section {
  min-height: 10vh;
  background: white;
  padding: 60px 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 20px;
}

.hero-section h1 {
  font-size: 2.5rem;
}

.hero-section p {
  font-size: 1.1rem;
}
.custom-hero-img {
  max-height: 400px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.8rem;
  }

  .hero-section p {
    font-size: 0.95rem;
  }
}

/* about Us */
.section-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.custom-curved-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.bg-lightgreen {
  background: #347a6e;
  padding: 20px;
  border-radius: 20px;
}

/*our service*/
.service-heading-wrapper-left {
  background-color: rgb(61, 133, 120); /* Warna hijau logo */
  border-bottom-right-radius: 60px;
  padding: 1rem 2rem;
  max-width: 600px; /* Bisa disesuaikan */
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.service-heading-wrapper small {
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.service-heading-wrapper h2 {
  margin-top: 0.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-item .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.service-item .img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.btn-outline-primary {
  border-color: rgb(61, 123, 120);
  color: rgb(61, 123, 120);
}

.btn-outline-primary:hover {
  background-color: rgb(61, 123, 120);
  color: white;
}

.custom-hero-img2 {
  max-height: 400px;
  border-top-right-radius: 85px;
  border-bottom-left-radius: 85px;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .service-heading-wrapper {
    border-radius: 30px;
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
  }
}
.accordion-button {
  font-weight: 600;
}
.accordion-body ul {
  padding-left: 1rem;
}
