@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  background-color: #efe9e5;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

p,
ol,
ul {
  font-size: 14px;
}

main {
  max-width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  padding-bottom: 0px;
  background: #fff !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: brown;
}

/* Hero */
.hero {
  margin: 6px 0px;
  position: relative;
}

.content {
  background-color: #fff;
  padding: 15px 0px;
}

.content h2 {
  font-size: 20px;
  margin: 15px 0px;
  font-weight: 900;
}

.content p,
li {
  margin-bottom: 10px;
}

.content ol,
li {
  line-height: 1.7em;
}

.content .card {
  border: none;
  background-color: unset;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  height: 100%;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  transition: all 300ms ease;
}

.content .card:hover {
  background-color: #efe9e5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.content .card .card-body {
  padding: 0px;
}

.content .card img {
  border-radius: 10px;
}

.content .card h5 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0px;
  /* padding: 10px 0px; */
  /* margin-bottom: 10px; */
  /* position: relative; */
}

/* .content .card h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 60px;
  height: 1px;
  background-color: brown;
} */

/* Layanan 2 */

/* .layanan2 {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  margin: 20px 0px;
}

.layanan2 .title h2 {
  font-size: 20px;
}

.layanan2 .title a {
  text-decoration: none;
  border-radius: 15px;
  color: brown;
  font-size: 20px;
}

.layanan2 .ctp {
  text-decoration: none;
  height: 100%;
  padding: 10px;
  background-color: brown;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

.layanan2 .ctp img {
  width: 60px;
  height: 60px;
}

.layanan2 .ctp h5 {
  font-size: 16px;
  margin: 15px 0px;
} */

/* Chat Fitur */
.wrapper-profil-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  gap: 15px;
  background-color: #dbcfc7;
  color: #000;
  font-weight: 600;
}
.wrapper-profil-chat .profil-dktr {
  position: relative;
}

.wrapper-profil-chat img {
  width: 60px;
  height: 60px;
}

.wrapper-profil-chat span {
  font-size: 20px;
}

.chat {
  background-image: url("../img/bg.jpg");
  padding: 20px 0px 100px 0px;
}

.chat .jam {
  color: #333;
  text-align: center;
  font-size: 24px;
}

.content-text-chat {
  margin: 10px 10px 5px 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px 5px 5px 5px;
  position: relative;
}

.content-text-chat span {
  position: absolute;
  border-width: 0.5rem 0.5rem 1rem 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -8px;
  transform: rotateZ(0deg);
}

.content-text-chat a {
  text-decoration: none;
  color: #000;
}

.content-text-chat a:hover {
  text-decoration: underline;
}

.hidden {
  visibility: hidden;
}

/* Button Kirim Chat */
.tombol-chat {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  max-width: 41rem;
  padding: 0px;
}

.wrapper-tombol-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.83em 0% 0.7em;
  background-color: #fff;
}

.form {
  width: 80%;
}

.form input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
}

.form a {
  text-decoration: none;
}

.button a {
  color: #fff;
  text-decoration: none;
}

.button a:hover {
  border-bottom: 1px solid #fff;
}

.button .btn {
  background-color: brown;
}

.icon,
.button {
  padding: 8px;
}

@media screen and (min-width: 576px) {
  .content-text-chat {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .wrapper-profil-chat span {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .content-text-chat {
    width: 90%;
    margin-left: 15px;
    font-size: 14px;
  }

  .layanan2 .ctp img {
    width: 50px;
    height: 50px;
  }
  .layanan2 .ctp h5 {
    font-size: 14px;
  }

  .wrapper-profil-chat {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 320px) {
  .layanan2 .ctp img {
    width: 30px;
    height: 30px;
  }
  .layanan2 .ctp h5,
  .layanan2 .title a {
    font-size: 12px;
  }

  .layanan2 .title h2 {
    font-size: 18px;
  }
}
