/** @format */

body {
  font-family: 'Poppins', sans-serif;
}

/* navbar */

.navbar {
  background-color: white;
  height: 80px;
  padding: 0.5rem;
}

.navbar-brand {
  color: #40513b;
  font-size: 25px;
  font-weight: 700;
  transition: 0.3s color;
}

.nav-link {
  font-size: 16px;
  color: #40513b;
  font-weight: 500;
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #40513b;
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #609966;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.nav-link:hover::before,
.nav-link.active::before {
  width: 100%;
  visibility: visible;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.login-button {
  color: #609966;
  text-decoration: none;
  font-weight: 700;
}

/* hero section */
.hero-section {
  background: url(/assets/img/klinik.png) no-repeat center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  height: 100vh; /* Tinggi penuh layar */
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

section {
  position: relative;
  z-index: 2; /* Section berikutnya di atas hero */
}
.hero-section .container {
  z-index: 1;
  position: relative;
 
  padding: 30px;
}

.caption {
  padding: 10px;
}

/* pengenalan */
.pengenalan-singkat {
  border-bottom: 3px solid #609966;
 
}
/* layanan */
.layanan {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.service .container {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.service-box {
  height: 100%;
  width: 250px;
  padding: 40px 20px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  background-color: #edf1d6;
}

.layanan-img {
  max-width: 85px;
  width: 100%;
}
.service-box:hover {
  background-color: #609966;
}

/* kritik saran */
.kritik-saran {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.mobile-box {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
/* kontak */
.kontak {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.info-box {
  color: #40513b;
  /* background: rgba(237, 241, 214, 0.2); */
  padding: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /* border-radius: 8px;
  height: auto; */
}

.footer {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
/* profil */
.profil {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.profil .container {
  z-index: 1;
  position: relative;
  padding: 30px;
}

.container .profil-singkat {
  background-color: #edf1d6;
  padding: 30px;
  border-radius: 5px;
  border-bottom: 3px solid #609966;
}

.visi-misi .container {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.vismis-box {
  background-color: #edf1d6;
  height: 100%;
  width: 250px;
  padding: 40px 20px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  border-bottom: 3px solid #609966;
}
.struktur-organisasi {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* dokter */
.dokter {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.dokter-box {
  border-radius: none;
  justify-content: center;
}

.dokter-box .card {
  border-radius: 0;
}

.card {
  border: none;
  background-color: white;
  border-radius: none;
}

.card img {
  border-radius: 0%;
  border: none;
}

.card-title {
  font-weight: 700;
  font-size: 25px;
  align-items: center;
}

.dokter.box .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.card-text {
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}

.card .card-title .card-text {
  padding: 25px;
}

/* login */
.login-img {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.login-content {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.login-button {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* poli umum */
.poli-umum {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

/* kontak */
.mapKlinik .kontakDetail {
  width: 100%;
  padding: 30px;
  background-color: rgba(237, 241, 214, 0.2);
  border-radius: 8px;
  border-bottom: 3px solid #609966;
}
