@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
  font-family: "DM Sans", sans-serif;
  color: #153c33b3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #153c33;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.py-custom-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-custom-100 {
  padding-top: 100px;
}

.pb-custom-100 {
  padding-bottom: 100px;
}

.pb-custom-25 {
  padding-bottom: 25px;
}

.pb-custom-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-eaf7f0 {
  background-color: #eaf7f0;
}

.overflow {
  background-image: url("../img/bg-over.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 99;
}

.overflow h2 {
  color: #fff;
}

.overflow::before {
  content: "";
  background-color: #199b4e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}

.container {
  max-width: 1200px;
}

.top-title {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.page-header {
  padding: 100px 0px;
  background-color: #eaf7f0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb-item.active {
  color: #153c33;
}

.breadcrumb-item a {
  color: #153c33;
  font-weight: 500;
}

.type-post {
  padding: 50px 0px;
}

.content-single-post .post-thumbnail {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}

.content-single-post .post-thumbnail img {
  width: 100%;
  height: auto;
}

.cta-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #199b4e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 300ms ease-in-out;
  font-weight: 700;
}

.cta-button:hover {
  color: #fff;
}

.btn-no-icon:hover {
  background-color: #fff;
  color: #153c33;
}

.btn-icon:hover {
  background-color: #153c33;
}

.btn-icon img {
  margin-left: 5px;
}

.button-text {
  padding: 8px 16px;
  border-radius: 0px;
  background: transparent;
  color: #153c33;
}

.button-text:hover {
  color: #153c33;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.company-experience {
  position: absolute;
  right: 10px;
  bottom: 40px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0px 0px 24px 0px #00000012;
  animation: expmoveobject 3s infinite linear alternate !important;
}

.company-experience h3,
.company-experience p {
  margin-bottom: 0px;
}

@keyframes expmoveobject {
  50% {
    right: 30px;
  }
}
/* 


/* START TOPBAR */
.topbar {
  background-color: #153c33;
  padding: 10px 0px;
}

.topbar .wrapper-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contianer-social {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0px !important;
  gap: 20px;
}

.contianer-social li {
  list-style: none;
  display: flex;
  align-items: center;
}

.contianer-social li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.contianer-social li img {
  margin-left: 12px;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
/* END TOPBAR */

/* START HEADER */
header {
  background-color: #fff;
}

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  background-color: #ffffff;
}

.navbar {
  flex-wrap: nowrap;
}

.wrapper-navbar-menu {
  flex: 1;
  text-align: center;
}

.wrapper-navbar-menu > ul {
  align-items: center;
  display: inline-flex;
}

.wrapper-navbar-menu ul .nav-item .nav-link {
  color: #153c33 !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-left: 16px;
  padding-right: 16px;
}

.wrapper-navbar-menu .dropdown-menu {
  border-style: none;
  background-color: #199b4e;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 220px;
  transition: all 0.3s ease-in-out;
  /* padding: 0px; */
}

.wrapper-navbar-menu .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.wrapper-navbar-menu .dropdown-menu .dropdown-item:focus,
.wrapper-navbar-menu .dropdown-menu .dropdown-item:hover {
  color: #153c33 !important;
  background-color: transparent;
  padding: 8px 20px 8px 23px !important;
}

.navbar-toggler {
  background-color: #153c33;
  padding: 10px;
  font-size: 12px;
}

.navbar-toggler-icon {
  background-image: url("../img/humburger\ menu.png");
}

#menu-secondary {
  display: none;
}

#menu-secondary .side-header-menu-2-mobile {
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

#menu-secondary .side-header-menu-2-mobile li {
  padding: 12px;
  width: 50%;
  text-align: center;
  background-color: #153c33;
  border: 1px solid #fff;
}
#menu-secondary .side-header-menu-2-mobile li a {
  color: #fff;
  display: inline-block;
}
/* END HEADER */

/* HERO */
.hero img {
  width: 100%;
}

.container-list-icon {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0px;
}

.container-list-icon li {
  display: flex;
  gap: 15px;
}

/* START INFORMATION */
.information {
  background-color: #153c33;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0px;
}

.information .container-list-icon li {
  width: 33.33%;
}

.information .container-list-icon li h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.information .container-list-icon li p {
  color: #fff;
  margin-bottom: 0px;
}
/* END INFORMATION */

/* START TENTANG KAMI */
.tentang-kami-img img {
  border-radius: 20px;
}

.tentang-kami-content .container-list-icon {
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #153c331a;
}

.tentang-kami-content .container-list-icon li {
  align-items: center;
  width: calc(50% - 15px);
}

.tentang-kami-content .container-list-icon li h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
/* END TENTANG KAMI */

/* START GALLERY */
.wrapper-content-gallery {
  display: flex;
  gap: 10px;
}

.wrapper-content-gallery .item-gallery {
  width: 25%;
}

.wrapper-content-gallery .item-gallery:nth-child(even) {
  padding-top: 70px;
}

.wrapper-content-gallery .item-gallery img {
  border-radius: 30px;
}

/* JENIS PENYAKIT */
.item-box-icon {
  border-radius: 20px;
  border: 2px solid #153c331a;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.item-box-icon .body-content-box-icon {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-box-icon .body-content-box-icon .box-icon-img {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaf7f0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.item-box-icon .body-content-box-icon .box-icon-img img {
  z-index: 1;
}

.btn-circle {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #153c33;
  border-radius: 50%;
}

.btn-circle img {
  width: 15px;
  height: 15px;
}

.container-box-icon .wrapper-box-icon .item-box-icon:hover,
.container-box-icon .wrapper-box-icon .item-box-icon:hover h5 {
  color: #fff;
}

.container-box-icon .wrapper-box-icon .item-box-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background-color: #199b4e;
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: -1;
}

.container-box-icon .wrapper-box-icon .item-box-icon:hover::before {
  top: 0;
}

.container-box-icon .wrapper-box-icon .item-box-icon .box-icon-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff !important;
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: 1;
}

.container-box-icon
  .wrapper-box-icon
  .item-box-icon:hover
  .box-icon-img::before {
  top: 0;
}

.container-box-image
  .wrapper-box-image
  .item-box-image
  .body-content-box-image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-box-image .wrapper-box-image .item-box-image .box-image img {
  aspect-ratio: 1/0.65;
  object-fit: cover;
  border-radius: 30px;
}

.container-box-image .wrapper-box-image .item-box-image .box-iamge-text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* KENAPA MEMILIH */
.kenapa-memilih-content .container-list-icon.no-title {
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #153c331a;
}

.kenapa-memilih-content .container-list-icon.no-title li {
  width: 100%;
}

.kenapa-memilih-content .container-list-icon li {
  align-items: center;
  width: 33.33%;
  gap: 10px;
}

.kenapa-memilih-content .container-list-icon li h5,
.kenapa-memilih-content .container-list-icon li p {
  margin-bottom: 0px;
}

/* APA YANG DIHARAPKAN */
.apa-yang-diharapkan .container-list-icon {
  gap: 0px;
}
.apa-yang-diharapkan .container-list-icon li {
  border-bottom: 2px solid #ffffff26;
  padding: 40px;
}
.apa-yang-diharapkan .container-list-icon li:last-child {
  border: none;
}
.apa-yang-diharapkan .content-left {
  border-radius: 30px 0px 0px 30px;
}

.apa-yang-diharapkan .content-right {
  border-radius: 0px 30px 30px 0px;
  background-color: #199b4e;
  color: #fff;
}

.apa-yang-diharapkan .content-right h5 {
  color: #ffff;
}

.list-icon-image img {
  border-radius: 10px;
}

/* GALLERY APOLLO */
.gallery-apollo .gallery-apollo-item {
  overflow: hidden;
  border-radius: 20px;
}

.gallery-apollo .gallery-apollo-item img {
  transition: all 300ms ease;
}

.gallery-apollo .gallery-apollo-item:hover img {
  transform: scale(1.1);
}

/* TESTIMONI */
.list-testi {
  height: 100%;
  border-radius: 10px;
}

.list-testi {
  background-color: #fff;
  height: 100%;
  border: 2px solid #153c331a;
  border-radius: 30px;
  padding: 30px;
}

.list-testi .profil-testi {
  display: flex;
  align-items: center;
}

.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;
}

.list-testi .profil-testi .name-profil p {
  margin-bottom: 0px;
}

.owl-theme .owl-dots {
  display: none;
}

/* SIDEBAR */
#sidebar .wrapper-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#sidebar .wrapper-sidebar .content-sidebar {
  padding: 30px;
  border: 2px solid #153c331a;
  border-radius: 30px;
}

#sidebar .sidebar-menu {
  padding-left: 20px;
}

#sidebar .sidebar-menu li a {
  display: block;
  padding: 7px 0px;
  color: #199b4e;
}

#sidebar .wrapper-sidebar .content-sidebar .container-list-icon li {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#sidebar .content-with-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* FOOTER */
footer {
  padding: 50px 0px 0px;
  background-color: #153c33;
  color: #fff;
}

.primary-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .below-footer {
  padding: 20px 0px;
  text-align: center;
  border-top: 1px solid #e6efed;
}

footer .below-footer p {
  margin-bottom: 0px;
}

.footer-item h4 {
  color: #fff;
}

.container-menu {
  padding: 0;
  list-style-type: none;
}

.container-menu li a {
  color: #fff;
  display: block;
  padding: 5px 0px;
}

.container-menu li a:hover {
  color: #199b4e;
}

.hfe-scroll-to-top-wrap {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 4px;
  content: "";
  outline: inherit;
  right: 30px;
  bottom: 30px;
  background-color: #153c33;
  box-shadow: 0px 0px 24px 0px #00000012;
}

/* SHARE */

.share {
  width: 76px;
  position: fixed;
  left: 0px;
  top: 45%;
  margin-top: -135px;
  z-index: 100;
}

.share ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 76px;
  position: relative;
}

.share ul li {
  display: block;
  width: 76px;
  height: 70px;
  position: absolute;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  overflow: hidden;
}

.share ul li.li02 {
  width: 220px;
  right: -144px;
  top: 74px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.share ul li.li02 a {
  width: 76px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.share ul li.li02 a .tel {
  display: block;
  float: left;
  width: 76px;
}

.share ul li.li02 a em {
  display: block;
  float: right;
  width: 0;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.share ul li.li02:hover {
  left: 0;
}

.share ul li.li02:hover a {
  width: 220px;
}

.share ul li.li02:hover a em {
  width: 135px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.share ul li.li01 {
  top: 0;
}

.share ul li.li03 {
  top: 148px;
}

.share ul li.li04 {
  top: 222px;
}

.share ul li a {
  display: block;
  width: 76px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #25d366;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.share ul li a i {
  display: block;
  width: 100%;
  height: 40px;
}

.share ul li a i.i01 {
  background-position: 0 -100px;
}

.share ul li a i.i02 {
  background-image: url("../img/icn-tlpn.png");
  background-repeat: no-repeat;
  background-position: center;
}

.share ul li a i.i03 {
  background-image: url("../img/icn-wa.png");
  background-repeat: no-repeat;
  background-position: center;
}

.share ul li a i.i04 {
  height: 70px;
  background-position: 0 -250px;
}

.share ul li a span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}

.share ul li a img {
  display: none;
  width: 100%;
  height: auto;
  border: 1px solid #dbdbdb;
  position: absolute;
  left: -80px;
  top: 0px;
}

.share ul li a:hover {
  background: #25d366;
  border-color: #25d366;
}

.share ul li a:hover span {
  color: #fff;
}

.share ul li a.top i {
  top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.share ul li a.top:hover i {
  left: 25px;
  top: 0;
}

.container-button-whatsApp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999;
}

.container-button-whatsApp .button-wa {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  position: relative;
  width: auto;
  height: auto;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
}

.container-button-whatsApp .button-wa .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  inset-inline-end: -5px;
  transition: all 0.3s;
}

.container-button-whatsApp .button-wa .button-text {
  padding: 8px 16px 8px 16px;
  border-end-end-radius: 50px;
  border-start-end-radius: 50px;
  clip-path: inset(0 0 0 100%);
  background-color: #25d366;
  transition: all 0.3s;
}

.container-button-whatsApp .button-wa:hover .icon {
  inset-inline-start: -40px;
}

.container-button-whatsApp .button-wa:hover .button-text {
  clip-path: inset(0 0 0 0);
}

@media screen and (min-width: 767px) {
  .row.no-gutters > * {
    padding-right: 0px;
    padding-left: 0px;
  }
  .apa-yang-diharapkan .content-right .container-list-icon li {
    flex-direction: row-reverse;
    text-align: right;
  }
  .type-post {
    padding: 100px 0px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
  .wrapper-navbar-menu {
    padding: 20px 0px;
  }
  .navbar-collapse .cta-button {
    display: none;
  }
  .wrapper-navbar-menu > ul {
    display: inline;
  }
  .wrapper-navbar-menu ul li {
    text-align: left;
  }

  .wrapper-navbar-menu .dropdown-menu {
    width: 100%;
    border-radius: 0px;
  }

  .wrapper-navbar-menu ul .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #menu-secondary {
    display: block;
  }

  .container-button-whatsApp .button-wa .icon {
    inset-inline-start: -40px;
  }
  .container-button-whatsApp .button-wa .button-text {
    clip-path: inset(0 0 0 0);
  }
}

@media screen and (max-width: 767px) {
  .topbar {
    display: none;
  }

  .container-list-icon li {
    width: 100% !important;
  }
  .container-list-icon {
    flex-direction: column;
  }
  .wrapper-content-gallery {
    flex-direction: column;
  }
  .wrapper-content-gallery .item-gallery {
    padding-top: 0px !important;
  }
  .wrapper-content-gallery .item-gallery,
  .wrapper-content-gallery .item-gallery img {
    width: 100%;
  }
  .py-custom-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .apa-yang-diharapkan .container-list-icon li {
    padding: 20px 15px 20px 15px;
  }
  .apa-yang-diharapkan .content-left {
    border-radius: 30px 30px 0px 0px;
  }
  .apa-yang-diharapkan .content-right {
    border-radius: 0px 0px 30px 30px;
  }
  #sidebar .wrapper-sidebar {
    flex-direction: column-reverse;
  }
  #sidebar .wrapper-sidebar .content-sidebar {
    padding: 20px;
  }
}
