

body {
  font-family: 'Montserrat', sans-serif !important;
}


.text-ariston {
  color: #364c7d;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

/* header */
/* custom header */
.menu-container {
  min-height: 70px;
}
.menu-container .current .menu-title {
  background-color: #364c7d;
  color: #fff !important;
}

.menu-container .menu-title {
  max-height: 30px;
  border-top-right-radius: 20px;
  font-weight: 700 !important;
  font-size: 10pt !important;
}

.menu-item .sub-menu-trigger{
  top: 0 !important;
}

.menu-link {
  color: #364c7d;
  font-weight: 700 !important;
  font-size: 10pt !important;
  
}

.menu-link:hover {
  background-color: #364c7d;
  color: #fff !important;
}

.sub-menu-container {
  background-color: #364c7d !important;
}

.menu-container a {
  color: #364c7d !important;
}

.sub-menu-container .submenu {
  color: #fff !important;
}
.sub-menu-trigger {
  color: #364c7d !important;
}
/* end header */
.wa-launcher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
  font-family: sans-serif;
}

.whatsapp-text {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #000;
}

.whatsapp-float {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

.wa-widget {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 320px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index: 999;
  overflow: hidden;
  font-family: sans-serif;
}

.wa-header {
  background-color: #25d366;
  color: white;
  padding: 15px;
  font-size: 16px;
}

.wa-header p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #f0f0f0;
}

.wa-body {
  padding: 15px;
  background: #f9f9f9;
}

.wa-info {
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
}

.wa-contact {
  background: white;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.wa-contact:hover {
  transform: scale(1.02);
}

.wa-contact img {
  width: 40px;
  margin-right: 10px;
}

.wa-contact-info {
  flex: 1;
}

.wa-name {
  font-weight: bold;
  font-size: 14px;
}

.wa-role {
  font-size: 12px;
  color: #555;
}



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.img-services {
  width: 300px !important;
}

@media only screen and (max-width: 990px) {
  .footer-informasi {
    text-align: center;
  }

  .footer-informasi li a {
    margin: auto;
  }

  .jaminan-kwalitas-card svg {
    height: 50px !important;
  }
}
