@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: #4d6581;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e0931;
  font-weight: 700;
}

span {
  font-weight: 700;
}

header {
  background-color: #fff;
}

main {
  max-width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

/* Hero */
.hero {
  margin: 6px 0px 0px 0px;
  position: relative;
  display: block;
}

/* Content Post */
.content-post {
  background-color: #fff;
}

.content-post h2 {
  font-size: 26px;
  margin: 0px 0px 15px 0px;
}

.content-post ol,
li {
  line-height: 1.7em;
}

.content-post p {
  margin-bottom: 10px;
}

.btn-1d7871 {
  background-color: #054e8c;
  color: #fff;
  border-color: #054e8c;
}

.content-box .box-desc h4 {
  margin: 15px 0;
  font-weight: 500;
}

.content-box {
  background-color: #fff;
  height: 100%;
}

.box-icon-bg {
  border-radius: 7px;
  padding: 20px;
}

.box-icon-bg .box-img {
  width: 100px;
  height: 100px;
  background: rgba(73, 154, 250, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.box-icon-bg .box-img::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  background-color: #054e8c;
  border-radius: 50%;
  transition: 0.4s;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: 1;
}

.box-icon-bg:hover .box-img::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.box-icon-bg .box-img img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 9;
}

.box-icon-bg:hover .box-img img {
  filter: brightness(0) invert(1);
}

.box-service .box-desc {
  padding: 50px 15px 15px;
  box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
  background-color: #fff;
  position: relative;
}

.box-service .box-desc .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 75px;
  border-radius: 35px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.2);
  position: absolute;
  right: 25px;
  top: 0;
}

.box-service .box-desc .icon img {
  width: 35px;
  height: 35px;
}

.box-service .box-img {
  overflow: hidden;
}

.box-service .box-img img {
  transition: all 300ms ease;
}

.box-service:hover .box-img img {
  transform: scale(1.1);
}

.box-service .box-desc h4 {
  margin-top: 0px;
}

.wrapper-row-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.kapan-harus-konsultasi .wrapper-row-box .box-left {
  background: url("../img/mengapa\ penting\ atasi_1_11zon.jpg");
}

.wrapper-row-box .box-left {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
}

.wrapper-row-box .box-right {
  width: 100%;
  padding: 12px;
}

.box-bg-shadow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}

.box-icon-grup {
  padding: 15px;
  border-bottom: 3px solid #054e8c;
  box-shadow: 0px 10px 60px 0px rgba(73, 154, 250, 0.1);
}

.box-icon-grup .box-img img {
  width: 60px;
  height: 60px;
}

.cta-button {
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #054e8c;
  color: #054e8c;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  transition: all 300ms ease-in-out;
  font-weight: 700;
}

section {
  padding: 30px 0px;
}

.bg-f3f5f8 {
  background-color: #f3f5f8;
}

.list-testi {
  background-color: #fff;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
}

.list-testi .deskripsi-testi {
  width: 90%;
  font-weight: bold;
}

.list-testi .rofil-testi {
  width: 10%;
}

.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: #212627;
}

.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: 768px) {
  .box-icon-bg {
    min-height: 460px !important;
  }
}

@media screen and (min-width: 576px) {
  .content-text-chat {
    width: 80%;
  }
  .content-box .box-desc h4 {
    font-size: 18px;
  }

  .list-button {
    width: 50%;
  }

  .wrapper-row-box .box-left,
  .wrapper-row-box .box-right {
    width: 50%;
  }
}

@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;
  }

  .wrapper-row-box .box-left {
    min-height: 300px;
  }
  .wrapper-row-box .box-right {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 480px) {
  .content-text-chat {
    width: 90%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 360px) {
  .list-testi {
    gap: 15px;
    align-items: start;
  }
}
