@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Mulish", serif;
  color: #767676;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1e21;
  font-weight: 700;
}

.text-color {
  color: #00839a;
}

header {
  background-color: #fff;
}

main {
  max-width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

/* Hero */
.hero {
  margin: 6px 0px 0px 0px;
}

/* Content Post */
.content-post {
  background-color: #fff;
}

.content-post h2 {
  font-size: 26px;
  margin: 0px 0px 15px 0px;
  font-weight: 900;
}

.content-post ol,
li {
  line-height: 1.7em;
}

.content-post p {
  margin-bottom: 10px;
}

.btn-1d7871 {
  background-color: #ff7100;
  color: #fff;
  border-color: #ff7100;
}

.content-box .box-desc h4 {
  margin: 15px 0;
}

.content-box {
  height: 100%;
  transition: all 600ms ease;
}

.box-icon {
  text-align: center;
  border: 3px solid #f6f6f6;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.box-icon:hover {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
  transform: translateY(-10px);
}

.box-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00839a;
  width: 0;
  height: 4px;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.box-icon:hover::after {
  width: 100%;
  opacity: 1;
}

.box-icon img {
  width: 80px;
  height: 80px;
}

.box-service {
  background-color: #fff;
  height: 100%;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  border-radius: 7px;
  overflow: hidden;
  transition: all 600ms ease;
}

.box-service .box-desc {
  padding: 15px;
  position: relative;
}

.box-service .box-img {
  overflow: hidden;
  position: relative;
}

.box-service .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #00839a;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.box-service .icon img {
  width: 25px;
  height: 25px;
}

.box-service:hover .icon {
  opacity: 1;
  transform: rotateY(180deg);
}

.box-service .box-desc h4 {
  margin-top: 0px;
}

.cta-button {
  text-align: center;
  text-decoration: none;
  background-color: #00839a;
  border: 1px solid #00839a;
  color: #fff;
  padding: 8px 24px;
  border-radius: 3px;
  display: inline-block;
  transition: all 300ms ease-in-out;
  font-weight: 700;
}

.cta-button:hover {
  background-color: #046179;
  color: #fff;
}

section {
  padding: 30px 0px;
}

nav .nav-tabs {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  flex-wrap: nowrap;
}

nav .nav-tabs button {
  width: 20%;
}

.nav-tabs .nav-link {
  padding: 10px;
  border-width: 5px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-color: #eee;
  transition: all 300ms ease;
  color: #a9a9aa;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  border-color: #ff7100;
  color: #181818;
  font-weight: 700;
}

.tab-content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tab-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.accordion-item {
  border-color: #00839a;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.05);
}

.accordion-item h2 {
  margin-bottom: 0px;
}

.accordion b {
  color: #181818;
}

.accordion-button:not(.collapsed) {
  background-color: #00839a;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon\ angle\ bottom.png);
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

.list-testi {
  height: 100%;
  border-radius: 10px;
}

.list-testi .deskripsi-testi {
  background-color: #fff;
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-radius: 10px;
  padding: 20px;
  font-style: italic;
}

.list-testi .profil-testi {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.list-testi .profil-testi .img-profil img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.list-testi .profil-testi .name-profil {
  margin-left: 15px;
}

.list-testi .profil-testi .name-profil .title {
  font-weight: 700;
  color: #0e092d;
}

.owl-theme .owl-dots {
  display: none;
}

.solusi img {
  border-radius: 10px;
}

/* POP UP */
.hide {
  display: none;
  visibility: hidden;
}

.popbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000000;
}

.pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -125px;
  z-index: 2;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
}

.popcontent {
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.popbox-close-button {
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  top: -14px;
  right: -14px;
  background-color: #fff;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 34px;
  font-weight: lighter;
  padding: 0;
}

.popcontent img {
  width: 100%;
  height: 100%;
  display: block;
}

.flowbox {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 840px) {
  .pop-content {
    width: 70%;
    height: auto;
    top: 20%;
    margin: 0 0 0 -35%;
  }

  .popcontent img {
    height: auto;
  }
}

/* Chat Fitur */
.wrapper-profil-chat {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wrapper-profil-chat .profil-dktr {
  position: relative;
}

.container-profil-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.wrapper-profil-chat .profil-dktr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00e092;
  animation: myAnim 2s ease 0s infinite normal forwards;
}

@keyframes myAnim {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.wrapper-profil-chat img {
  width: 60px;
  height: 60px;
}

.wrapper-profil-chat span {
  font-size: 24px;
  font-weight: 700;
  color: #181118;
}

.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 0px;
  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 a {
  text-decoration: none;
}

.button a {
  color: #fff;
  text-decoration: none;
}

.button a:hover {
  border-bottom: 1px solid #fff;
}

.wrapper-tombol-chat .icon,
.button {
  padding: 8px;
}

@media screen and (min-width: 576px) {
  .content-text-chat {
    width: 80%;
  }
  .content-box .box-desc h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .wrapper-profil-chat {
    padding: 10px;
  }
  .wrapper-profil-chat span {
    font-size: 18px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .mb-24 {
    margin-bottom: 24px;
  }

  nav .nav-tabs {
    overflow-x: scroll;
  }
  nav .nav-tabs button {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .content-text-chat {
    width: 90%;
    margin-left: 15px;
  }
}
