@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  background-color: #f2f2f2;
}

main {
  padding-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}

.intro {
  margin: 1em auto;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  display: none;
}

.content-macam h1,
.content-profil-company .title-company,
.content--keuntungan .title-keuntungan,
.title-lokasi {
  font-size: 20px;
  margin: 10px 0px;
  color: #013a65;
}

span {
  font-weight: bold;
}

.content-penyakit,
.content-profil-company,
.content--keuntungan,
.content--btn--konsul,
.lokasi {
  padding: 20px 0px;
  margin: 10px 0px;
}

.content-penyakit,
.lokasi {
  background-color: #e3f2e7;
}

.content-penyakit .card {
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
.content-penyakit .card h3 {
  font-size: 18px;
  margin: 15px 0px 0px 0px;
  color: #45474b;
  font-weight: bold;
}

.transition-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.transition-icon img {
  width: 60px;
  height: 60px;
  transition: color 0.2s, opacity 0.5s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.transition-icon img:nth-child(2) {
  transform: translate(-40%);
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.content-penyakit .card:hover img:first-child {
  transform: translate(40%);
  opacity: 0;
}

.content-penyakit .card:hover img:nth-child(2) {
  transform: translateY(0%);
  opacity: 1;
}

.content--company .wrapper--content {
  background-color: #134b70;
}

.content-profil-company {
  background-color: #fff;
}

.content-profil-company .desc {
  font-size: 14px;
  color: #013a65;
  font-weight: 500;
}

.content--keuntungan {
  background-color: #f1f7fc;
}

.content--keuntungan .card-title {
  font-size: 16px;
  color: #45474b;
  font-weight: bold;
}

.content--keuntungan .card-text {
  font-size: 14px;
}

.content--btn--konsul {
  background-color: #fff;
}

.lokasi .gambar-map {
  position: relative;
  overflow: hidden;
}

.lokasi .gambar-map:hover .desc-map {
  transform: translate(0);
}

.lokasi .desc-map {
  width: 500px;
  padding: 15px;
  max-width: 100%;
  background-color: #ffffffe7;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  color: #013a65;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translate(-95%);
  transition: all 1s ease;
}

.lokasi .desc-map .icon {
  width: 10%;
}

.lokasi .desc-map .text {
  width: 90%;
  text-align: left;
}

.chat-fitur {
  max-width: 650px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  z-index: 9999;
}

.chat-fitur .overplow {
  background-color: #fff;
  text-align: center;
}

.chat-fitur .title-chat {
  margin-bottom: 15px;
  font-weight: bold;
}

.chat-fitur .wrapper-content {
  gap: 5px;
}

.chat-fitur .wrapper-icon {
  width: 100%;
}

.chat-fitur .icon {
  background-color: #0557bc;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
}

.chat-fitur .wrapper-icon .btn2 {
  background-color: #00b86f;
}

.chat-fitur .icon .icon-teks {
  margin: 0px;
}

@media screen and (min-width: 576px) {
  .content--keuntungan .card-body {
    height: 220px;
    max-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .chat-fitur .wrapper-content {
    gap: 0;
  }
}

@media screen and (max-width: 576px) {
  .chat-fitur .icon .icon-teks {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .lokasi .desc-map {
    position: unset;
    transform: translate(0);
  }

  .lokasi .desc-map .icon {
    width: 30%;
  }

  .lokasi .desc-map .text {
    width: 70%;
    font-size: 14px;
  }
}


.content-body img{
   max-width:100%; 
   height: auto !important;
}