.top-space-margin {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .top-space-margin {
    margin-top: 75px;
  }
}

.text-utama {
  color: var(--bs-primary);
}

.text-kedua {
  color: var(--bs-secondary);
}

.text-ketiga {
  color: var(--bs-third);
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}

.text-kamuflase h2 {
	font-size: 15px;
    margin-bottom: 10px;
    color: #9ca29efa;
}

.text-kamuflase p {
	font-size: 12px;
    color: #9ca29efa;
}

.bg-utama {
  background: var(--bs-primary);
}

.bg-abu {
  background: #F5F5F5;
}

.bg-kedua {
  background: var(--bs-secondary);
}

.bg-ketiga {
  background: var(--bs-third);
}

.bg-soft-utama{
  background-color: #caf4fa;
}

.bg-gradient-utama {
  background: linear-gradient(to right, var(--bs-secondary), var(--bs-primary), var(--bs-secondary));
}

.bg-putih {
  background: white;
}

.bg-hitam {
  background: black;
}

.bg-hitam-soft {
  background: var(--soft-black);
}

.bg-card-yellow {
  background: linear-gradient(rgb(254,243,228,.8), rgb(254,243,228,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-blue {
  background: linear-gradient(rgb(224,233,250,.8), rgb(224,233,250,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-red {
  background: linear-gradient(rgb(250,230,231,.8), rgb(250,230,231,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-ash {
  background: linear-gradient(rgb(240,240,248,.8), rgb(240,240,248,.8)), url('../../../images/card.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cta {
  background: linear-gradient(rgb(13,29,96,.8), rgb(13,29,96,.6)), url('../../../images/kota.png');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid black;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  color: black;
  background-color: #DDDDDD;
}

.fz-10 { font-size: 10px; }
.fz-11 { font-size: 11px; }
.fz-12 { font-size: 12px; }
.fz-14 { font-size: 14px; }
.fz-16 { font-size: 16px; }
.fz-17 { font-size: 17px; }
.fz-18 { font-size: 18px; }
.fz-20 { font-size: 20px; }
.fz-22 { font-size: 22px; }
.fz-24 { font-size: 24px; }
.fz-26 { font-size: 26px; }
.fz-28 { font-size: 28px; }
.fz-30 { font-size: 30px; }
.fz-32 { font-size: 32px; }
.fz-34 { font-size: 34px; }
.fz-35 { font-size: 35px; }

.fz-fasilitas {
  font-size: 14px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.f-anek {
  font-family: "Anek Tamil", sans-serif;
}

.rounded-cta {
  border-radius: 20px;
}

@media (max-width:768px) {
  .fz-fasilitas {
      font-size: 12px;
  }

  .rounded-cta {
    border-radius: 0px;
  }

  .lead {
    font-size: 14px;
    font-weight: 400;
  }
}

.widget-title {
  font-family: "Anek Tamil", sans-serif;
}

.sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  background-color: var(--bs-primary);
  padding: 6px 8px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(63, 120, 188, .2);
          box-shadow: 0 4px 20px 0 rgba(63, 120, 188, .2);
}
.sub-title img {
  width: 20px;
  height: 20px;
  /* color: white; */
  /* font-size: 16px; */
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sub-title {
    margin-bottom: 15px;
  }
}

/* =========================
  SECTION TITLE
========================= */
.start-title {
  border-left: 5px solid var(--bs-primary); 
  padding-left: 15px;
}
.section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.section-title h2 {
    margin: 0;
    padding: 0;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    /* color: var(--bs-primary); */
    white-space: nowrap;
}
.title-decoration {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
}
.title-decoration .line {
    display: block;
    width: 35px;
    height: 5px;
    background: var(--bs-primary);
}
.title-decoration .dots {
    display: block;
    color: var(--bs-primary);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
/* =========================
  CENTER - TITLE
========================= */
.section-title-center {
    justify-content: center;
}
/* =========================
  LEFT - TITLE
========================= */
.section-title-left {
    justify-content: flex-start;
}
@media (max-width: 576px) {
    .section-title {
        gap: 5px;
    }
    .title-decoration .line {
        width: 24px;
    }
    .section-title h2 {
        font-size: 12px;
    }
}

/* ===============================================
Card Proses
=============================================== */
/* ===== Sticky header (desktop only) ===== */
@media (min-width: 992px) {
  .proses-header-sticky {
    position: sticky;
    top: 100px; /* adjust based on your fixed navbar height */
  }
}

/* ===== Vertical timeline (both desktop & mobile) ===== */
.proses-timeline {
  position: relative;
}

.proses-step {
  display: flex;
  align-items: flex-start;
  text-align: left;
  position: relative;
  padding-bottom: 2rem;
}

.proses-step-last {
  padding-bottom: 0;
}

/* Dashed vertical connector between nodes */
.proses-step::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 31px; /* center of the 64px node */
  width: 2px;
  height: calc(100% - 64px);
  background: repeating-linear-gradient(
    to bottom,
    var(--bs-secondary) 0,
    var(--bs-secondary) 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 1;
}

.proses-step-last::before {
  display: none;
}

/* Number node */
.proses-node {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 3px solid var(--bs-secondary);
  box-shadow: 0 8px 20px rgba(20, 62, 14, 0.2);
  margin-right: 1.5rem;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}
.proses-step:hover .proses-node {
  transform: scale(1.08);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.proses-number {
  font-weight: 700;
  font-size: 20px;
  color: var(--bs-secondary);
  transition: color 0.3s ease;
}
.proses-step:hover .proses-number {
  color: #fff;
}

.proses-content {
  padding-top: 0.75rem;
}

/* Mobile fine-tuning */
@media (max-width: 991px) {
  .proses-node {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin-right: 1rem;
  }
  .proses-step::before {
    left: 27px;
    top: 56px;
    height: calc(100% - 56px);
  }
}

/* ===============================================
Card Galeri
=============================================== */

/* Container Link Item Gallery */
.gallery-item {
  display: block;
  text-decoration: none;
  outline: none;
  height: 100%;
}

/* Kotak Kecil Kiri & Kanan (Presisi Square 1:1) */
.gallery-img-wrapper.square {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f1f5f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.gallery-img-wrapper.square img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Gambar & Animation Zoom */
.gallery-img-wrapper picture,
.gallery-img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Hover Effects */
.gallery-item:hover .gallery-img-wrapper {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}

/* Overlay Lightbox Icon */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: #ffffff;
  font-size: 20px;
  transform: scale(0.6);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

/* ===============================================
Card Keunggulan
=============================================== */
.card-keunggulan-modern {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  border: 1.5px solid var(--bs-secondary);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Efek smooth */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-keunggulan-modern:hover {
  transform: translateY(-8px);
  /* Card naik ke atas */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  /* Shadow halus */
  border-color: transparent;
  background-color: rgb(255, 0, 0,.2);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: #e5e5e5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.card-keunggulan-modern:hover .icon-wrapper {
  background: var(--bs-primary);
  /* Berubah warna saat hover */
  /* transform: rotate(5deg); */
}

.icon-img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.card-keunggulan-modern:hover .icon-img {
  filter: brightness(0) invert(1);
  /* Ikon jadi putih jika wrapper jadi gelap */
}

.title-anim span {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(50%, var(--bs-primary)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, var(--bs-primary) 50%);
  -webkit-transition: background-position 0.75s cubic-bezier(0.29, 1.11, 0.74, 1.04);
  transition: background-position 0.75s cubic-bezier(0.29, 1.11, 0.74, 1.04);
  background-repeat: no-repeat;
  background-position: 200% 0;
  background-size: 200%;
}

.title-border-line span {
  background-position: 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.foot .shapes-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}

.foot .shapes-one img {
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .foot .shapes-one {
    display: none;
  }
}

.foot .shapes-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}

.foot .shapes-two img {
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .foot .shapes-two {
    display: none;
  }
}

.tj-choose-us-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--soft-black);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.tj-choose-us-section .choose-us-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.tj-choose-us-section .choose-us-bg .choose-images {
  position: absolute;
  left: -11%;
  top: 0;
  max-width: 320px;
  height: 800px;
  width: 100%;
  -webkit-mask-image: url(../../../images/cta-mask.svg);
          mask-image: url(../../../images/cta-mask.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  z-index: 1;
}
.tj-choose-us-section .choose-us-bg .choose-images img {
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-choose-us-section .choose-us-bg .choose-images {
    left: -6%;
  }
}
.tj-choose-us-section .choose-us-bg .choose-images-1 {
  position: absolute;
  left: -7%;
  top: 0;
  max-width: 320px;
  height: 800px;
  width: 100%;
  -webkit-mask-image: url(../../../images/cta-mask-2.svg);
          mask-image: url(../../../images/cta-mask-2.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--bs-primary);
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-choose-us-section .choose-us-bg .choose-images-1 {
    left: -1%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-choose-us-section .choose-us-bg .choose-images-1 {
    display: none;
  }
}
.tj-choose-us-section .choose-us-bg .images-shapes {
  position: absolute;
  left: -5px;
  top: 0px;
  width: 28%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 -50px, 0% 100%, 100% 100%);
          clip-path: polygon(0 -50px, 0% 100%, 100% 100%);
  background: var(--soft-black);
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-choose-us-section .choose-us-bg .images-shapes {
    width: 38%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-choose-us-section .choose-us-bg .images-shapes {
    width: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-choose-us-section .choose-us-bg .images-shapes {
    width: 58%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-choose-us-section .choose-us-bg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-choose-us-section .choose-us-bg {
    display: none;
  }
}
.tj-choose-us-section .tj-heading-area {
  margin-bottom: 60px;
}
.tj-choose-us-section .tj-heading-area .subs-title span {
  color: white;
}
.tj-choose-us-section .tj-heading-area .title {
  color: white;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-choose-us-section .tj-heading-area .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-choose-us-section .tj-heading-area .title {
    font-size: 38px;
  }
}
.tj-choose-us-section .choose-images {
  max-width: 800px;
  width: 100%;
}
.tj-choose-us-section .choose-images img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-choose-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-choose-us-section .tj-heading-area {
    margin-bottom: 40px;
  }
  .tj-choose-us-section .choose-images {
    margin-top: 50px;
  }
}

.choose-us-item .choose-us-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.choose-us-item .choose-us-list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 20px;
  top: 65%;
  border-left: 1px dashed white;
}
.choose-us-item .choose-us-list:last-child {
  margin-bottom: 0;
}
.choose-us-item .choose-us-list:last-child::before {
  display: none;
}
.choose-us-item .choose-us-list .list-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 40px;
  height: 55px;
  width: 100%;
  -webkit-mask-image: url(../images/shapes/vector-1.svg);
          mask-image: url(../images/shapes/vector-1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: white;
  z-index: 2;
}
.choose-us-item .choose-us-list .list-number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.choose-us-item .choose-us-list .list-number span {
  color: var(--bs-primary);
  line-height: 1;
  font-size: 24px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  position: relative;
  top: 3px;
}
.choose-us-item .choose-us-list .choose-us-text {
  max-width: 395px;
  width: 100%;
}
.choose-us-item .choose-us-list .choose-us-text .title {
  display: inline-block;
  color: white;
  font-weight: var(--tj-fw-bold);
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: white;
}
.choose-us-item .choose-us-list .choose-us-text .desc {
  color: white;
  letter-spacing: 0.32px;
}
.choose-us-item .choose-us-list .choose-us-text .desc p:last-child {
  margin-bottom: 0;
}
.choose-us-item .choose-us-list:hover .list-number::before {
  opacity: 1;
  visibility: visible;
}
.choose-us-item .choose-us-list:hover .list-number span {
  color: white;
}
.choose-us-item .choose-us-list:hover .choose-us-text .title {
  color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-us-item .choose-us-list {
    gap: 20px;
  }
  .choose-us-item .choose-us-list .choose-us-text {
    max-width: 100%;
  }
}

.contact-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-bg-shape {
    display: none;
  }
}

.card-layanan {
  border: 1px solid var(--bs-secondary);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0,0.75);
-webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0,0.75);
-moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0,0.75);
}

.card-layanan h3 {
  font-family: 'Anek Tamil', sans-serif;
  font-size: 17px;
}

.card-layanan:hover {
  box-shadow: 0 2px 10px rgba(201, 0, 0, 0.4);
  transform: scale(1.03);
}

.why-feature-card2 {
    width: 100%;
    border-radius: 20px;
    border: 2px dashed white;
    background: var(--bs-secondary);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.why-feature-card2 .box-icon {
    width: 64px;
    height: 64px;
    background: white;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.why-feature-card2 .box-icon i {
  font-size: 25px;
  color: var(--bs-primary);
}

.why-feature-card2 .box-icon img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: .3s;
    transition: .3s
}

.why-feature-card2 .box-title {
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    /*max-width: 220px*/
}

.why-feature-card2:hover {
    margin-top: 0;
    border: 1px solid white;
    background: white;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px)
}

.why-feature-card2:hover .box-icon {
    background: var(--bs-primary)
}

.why-feature-card2:hover .box-icon i {
  color: white;
}

.why-feature-card2:hover .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.why-feature-card2:hover .box-title {
    color: var(--bs-primary)
}

@media (max-width: 768px) {
    .why-feature-card2 {
        padding: 10px;
        border-radius: 10px;
        gap: 5px;
    }
  
    .why-feature-card2 .box-icon {
        width: 20px;
        height: 20px;
    }
    
    .why-feature-card2 .box-icon i {
        font-size: 12px;
    }
    
    .why-feature-card2 .box-title {
        font-size: 12px;
        font-weight: 400;
    }
}

.parallax-img {
    transform: translateY(0);
    transition: transform 0.2s linear;
    will-change: transform;
}

@media (max-width: 768px) {
    .parallax-img {
        transform: none !important;
    }
}

.underline {
  width: 50px;
  height: 3px;
  background: linear-gradient(45deg,#147C22 0,#35D54B 100%);
  margin-top: 10px;
  margin-bottom: 20px;
}

.judul-wisata {
  /* font-family: Bangers; */
  font-size: 25px;
  color: black;
}

@media (max-width: 768px) {
    .judul-wisata {
        font-size: 18px;
    }
}

.top-stop {
  scroll-margin: 60px;
}

.border-utama {
  --bs-border-opacity: 1;
  border-color: var(--bs-primary) !important;
}

.border-left-utama {
  border-left: 5px solid var(--bs-primary);
}

.border-left-kedua {
  border-left: 5px solid var(--bs-secondary);
}

.border-left-putih {
  border-left: 5px solid white;
}

.border-bottom-utama {
  border-color: var(--bs-primary) !important;
  border-radius: 10% 30%;
  border-bottom: 1px solid var(--bs-primary) !important;
}

.border-bottom-kedua {
  border-bottom: 1.5px solid var(--bs-secondary);
}

.scroll-top{
  scroll-margin: 70px;
}

.ornament-1 {
  position: absolute;
  right: auto;
  left: 20px;
  top: 250px;
  width: 200px;
}

.ornament-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .25;
}

@media only screen and (max-width: 600px) {
  .ornament-1 {
      position: absolute;
      right: 0;
      left: -50px;
      top: 0;
      bottom: -800px;
      width: 200px;
  }
}

.ornament-2 {
  position: absolute;
  right: -60px;
  left: auto;
  top: 0;
  width: 350px;
}

.ornament-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .25;
}

@media only screen and (max-width: 600px) {
  .ornament-2 {
      position: absolute;
      right: 20px;
      left: auto;
      bottom: 550px;
      width: 150px;
  }
}

.ornament-con-1 {
  position: absolute;
  right: auto;
  left: 300px;
  bottom: 0;
  width: 450px;
  z-index: -1;
}

.ornament-con-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .25;
}

@media only screen and (max-width: 600px) {
  .ornament-con-1 {
      position: absolute;
      right: 0;
      left: -50px;
      top: 0;
      bottom: -800px;
      width: 200px;
  }
}

.ornament-con-2 {
  position: absolute;
  right: 50px;
  left: auto;
  top: 0;
  width: 200px;
  z-index: -1;
}

.ornament-con-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .25;
}

@media only screen and (max-width: 600px) {
  .ornament-con-2 {
      position: absolute;
      right: 20px;
      left: auto;
      bottom: 550px;
      width: 150px;
  }
}

.card-product {
  background-color: var(--bs-third);
  color: white;
  border-radius: 15px;
  border: 1px solid var(--bs-secondary);
  padding: 20px;
  margin: 20px;
}

.card-product img {
  border: 2px solid var(--bs-secondary);
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.card-product h1 {
  color: black;
}

.card-product p {
  color: black;
}

.card-product ul {
  color: black;
}

.card-product:hover {
  background: linear-gradient(to right, rgba(20,124,34,.9), rgba(53,213,75,.8)), url('../../../images/bg-product.jpg');
  background-size: cover;
}

.card-product:hover img {
  border: 2px solid white;
}

.card-product:hover h1 {
  color: white;
}

.card-product:hover p {
  color: white;
}

.card-product:hover ul {
  color: white;
}

/* *********** Navbar Bottom Start *********** */
.navbar-bottom {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  /* backdrop-filter: blur(10px);  */
  /* border-top: 1px solid #ddd;  */
  /* box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);  */
  z-index: 99999;
}

.navbar-bottom ul {
  display: flex;
  justify-content: center;
  overflow-x: auto; 
  white-space: nowrap;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.navbar-bottom ul li {
  flex: 0 0 auto; 
}

.navbar-bottom ul li a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: var(--bs-primary); 
  font-size: 16px;
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
}

.navbar-bottom ul li a.active,
.navbar-bottom ul li a:hover {
  color: var(--bs-secondary);
  font-weight: 600;
  /* border-top: 3px solid var(--bs-secondary);  */
}

@media (max-width: 768px) {
  .navbar-bottom ul {
      justify-content: flex-start;
  }
}
/* *********** Navbar Bottom End *********** */

.scroll {
	display: block;
	height: 80px;
	overflow: auto;
	margin-bottom: 15px;
    /* direction: rtl;
    text-align: left; */
}

@media (max-width: 768px) {
    .scroll {
        height: 80px;
    }
}

.simplescroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.simplescroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}
.simplescroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--bs-secondary);
}
.simplescroll::-webkit-scrollbar-thumb:hover {
    background: var(--bs-secondary);
}
.simplescroll::-webkit-scrollbar-thumb:active {
    background: var(--bs-secondary);
}

.cta-container {
  background: var(--bs-primary);
  color: white;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-container .bg-image {
  position: absolute;
  filter: grayscale(1);
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cta-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(11, 10, 74, 0.9) 0%,
    rgba(11, 10, 74, 0.9) 50%,
    rgba(11, 10, 74, 0.5) 100%
  );
}

.cta-container .overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(11, 10, 74, 0.9) 0%,
    rgba(239, 172, 40, 0.9) 50%,
    rgba(11, 10, 74, 0.4) 100%
  );
}

.cta-container .content {
  position: relative;
  z-index: 2;
}

.cta-container h2 {
  font-weight: 600;
}

.cta-container p {
  font-size: 0.9rem;
}

.link-custom {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.link-custom .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
}

.divider-style1 {
  position: relative;
  /* max-width: var(--main-container); */
  margin-left: auto;
  margin-right: auto;
}
.divider-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--bs-secondary) 50%, rgba(255, 255, 255, 0) 100%);
}
.divider-style1 .divider-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: var(--bs-primary);
  background-color: var(--bs-secondary);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.banner-style2 {
  position: relative;
  /* margin-bottom: 30px; */
}
.banner-style2 .banner-img img {
  width: 100%;
}
.banner-style2 .banner-content {
  position: absolute;
  width: 100%;
  max-width: 280px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-style2 .banner-label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 3px;
}
.banner-style2 .banner-title {
  margin-bottom: 21px;
}
.banner-style2.layout2 .banner-content {
  right: auto;
  left: 10%;
}
.banner-style2.layout2 .vs-btn {
  background-color: white;
  color: var(--bs-primary);
}
.banner-style2.layout2 .vs-btn:hover {
  color: var(--bs-secondary);
}

@media (max-width: 1199px) {
  .banner-style2 .banner-content {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .banner-style2 .banner-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .banner-style2 .banner-label {
    font-size: 12px;
  }
  .banner-style2 .banner-content {
    max-width: 180px;
  }
  .banner-style2 .vs-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 344px) {
    .banner-style2 .banner-content {
        max-width: 165px !important;
    }
}

@media (min-width: 345px) and (max-width: 360px) {
    .banner-style2 .banner-content {
        max-width: 170px !important;
    }
}

@media (min-width: 362px) and (max-width: 390px) {
    .banner-style2 .banner-content {
        max-width: 180px !important;
    }
}

@media (min-width: 391px) and (max-width: 430px) {
    .banner-style2 .banner-content {
        max-width: 200px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .banner-style2 .banner-content {
        max-width: 250px !important;
    }
}

@media (min-width: 1282px) and (max-width: 1920px) {
    .banner-style2 .banner-content {
        max-width: 280px !important;
    }
}

@media (max-width: 768px) {
  .w-50 {
    width: 45% !important;
  }
}

.mega-hover {
  position: relative;
  overflow: hidden;
}
.mega-hover img {
  transition: all 2s ease;
  transform: scale(1);
}
.mega-hover:after, .mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.mega-hover:before {
  top: -10%;
  right: 51%;
  bottom: -10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after {
  top: 50%;
  right: -10%;
  bottom: 50%;
  left: -10%;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover img {
  transform: scale(1.05);
}

/*** List Check Start ***/
.list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.list-checked>li {
  position: relative;
  padding: 19px 0;
  padding-left: 2.25rem;
}

.list-checked>li+li,
.list-order>li+li {
  margin-top: 0;
}

.list-checked>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(22, 59, 222, .1);
  color: var(--bs-primary);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}
.list-checked.lokasi {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}
.list-checked.lokasi li span {
  padding: 0 0 5px 0;
  /* border-bottom: 3px solid var(--bs-primary); */
}
.list-checked.lokasi>li::before {
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(179, 179, 179, .3);
  color: red;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.border-bawah {
  border-bottom: 2px var(--bs-primary) solid;
  display: inline;
}

.wdt-20 {
  width: 20% !important;
}

@media (max-width: 768px) {
  .list-checked.lokasi {
    gap: 20px;
  }
  .list-checked.lokasi>li::before {
    position: absolute;
  }
  .wdt-20 {
    width: 50% !important;
  }
}

.list-checked.centang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.list-checked.silang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: .75rem;
  border-radius: 50%;
  background-color: rgb(220, 53, 75, .3);
  color: rgb(220, 53, 75);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.v-light:not(.no-light) .link-custom .link-text {
  color: #000;
}
.link-custom .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: exclusion;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}
.v-light:not(.no-light) .link-custom .link-circle {
  background-color: #e6e6e6;
  z-index: 0;
}
.link-custom .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.link-custom:hover {
  padding-left: 40px;
}

.link-custom:hover .link-text {
  color: #fff;
}
.link-custom:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom:hover .link-circle {
  width: 100%;
}
.link-custom:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom.scroll-down i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.link-custom.scroll-down:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom.scroll-down:hover .link-circle i {
  -webkit-transform: translateX(-9px) translateY(2px) rotate(90deg);
  -ms-transform: translateX(-9px) translateY(2px) rotate(90deg);
  transform: translateX(-9px) translateY(2px) rotate(90deg);
}

.link-custom-red {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #e61b33;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.link-custom-red .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 4;
  color: #e61b33;
}
.link-custom-red .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, .1);
  /*mix-blend-mode: color-dodge;*/
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}
.link-custom-red .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 15px;
  color: #e61b33;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.link-custom-red:hover {
  padding-left: 40px;
}

.link-custom-red:hover .link-text {
  color: #fff !important;
}
.link-custom-red:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}
.link-custom-red:hover .link-circle {
  width: 100%;
  background: #e61b33;
}
.link-custom-red:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
  color: #fff;
}

.contact-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
}

.floating-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 2px solid #ddd;
    text-align: center;
    padding: 10px 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.footer-buttons {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    /* gap: 10px; */
    /* flex-wrap: wrap; */
}

.with-ts {
  width: fit-content;
}
.with-ts
  .text-shadow {
  position: absolute;
  right: -200px;
  color: black;
  opacity: 0.05;
  font-size: 100px;
  z-index: -1;
  top: -50px;
}
@media (max-width: 767.98px) {
  .with-ts
    .text-shadow {
    position: absolute;
    right: -75px;
    color: black;
    opacity: 0.05;
    font-size: 65px;
    z-index: -1;
    top: -25px;
  }
}
.catalogue-or-1 {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 200px;
}
.catalogue-or-2 {
  position: absolute;
  top: -100px;
  right: 0;
  height: 200px;
}
.catalogue-or-3 {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
.catalogue-or-4 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .catalogue-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    height: 100px;
  }
  .catalogue-or-2 {
    position: absolute;
    bottom: 100px;
    top: -50px;
    opacity: 0.25;
    height: 100px;
  }
}
.product-or-1 {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: 200px;
}
.product-or-2 {
  position: absolute;
  top: -100px;
  left: 0;
  height: 200px;
}
.product-or-3 {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
.product-or-4 {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .product-or-1 {
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0.25;
    height: 100px;
  }
  .product-or-2 {
    position: absolute;
    top: -50px;
    left: 0;
    opacity: 0.25;
    height: 100px;
  }
}
.profile-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}
.profile-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}
.profile-or-3 {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 250px;
  opacity: 0.02;
  z-index: 1;
}
.profile-or-4 {
  position: absolute;
  bottom: 50px;
  left: -100px;
  width: 250px;
  opacity: 0.02;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .profile-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .profile-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .profile-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }
  .profile-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}
.katalog-item
  .katalog-img {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0
    0.25rem
    0.75rem
    rgba(
      30,
      34,
      40,
      0.15
    );
}
.katalog-item
  .katalog-img
  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    black,
    transparent
  );
  opacity: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-img
  .overlay {
  opacity: 0;
}
.katalog-item
  .katalog-img
  img {
  aspect-ratio: 3 /
    4;
  object-fit: cover;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-img
  img {
  aspect-ratio: 1 /
    1;
}
.katalog-item
  .katalog-desc {
  opacity: 0;
  height: 0;
  transition: all
    0.5s
    ease;
}
.katalog-item:hover
  .katalog-desc {
  opacity: 1;  
}
@media (max-width: 767.98px) {
  .katalog-item:hover .katalog-desc {
    height: fit-content;
  }
}
.katalog-item
  .katalog-desc
  .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.katalog-item
  .katalog-desc
  .title
  a {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
}
.katalog-item
  .katalog-desc
  .product-info {
  text-align: center;
}
.katalog-item
  .katalog-desc
  .link {
  color: var(
    --bs-primary
  );
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.products-tab {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.custom-testimoni {
  background: linear-gradient(
    -45deg,
    transparent,
    #ebebeb,
    transparent
  );
  box-shadow: none;
}
.testimoni-line {
  background: linear-gradient(
    90deg,
    #ebebeb,
    transparent
  );
  height: 3px;
  margin-top: 15px;
}
.contact-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}
.contact-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}
.contact-or-3 {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 250px;
  opacity: 0.02;
  z-index: 0;
}
.contact-or-4 {
  position: absolute;
  bottom: 175px;
  left: -100px;
  width: 350px;
  opacity: 0.02;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .contact-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .contact-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }
  .contact-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }
  .contact-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}
.produk-item {
  position: relative;
}
.produk-item
  .produk-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.produk-item
  .produk-img
  img {
  aspect-ratio: 1 /
    1;
  object-fit: cover;
  transform: scale(
    1
  );
  opacity: 1;
  transition: all
    1s
    ease;
}
.produk-item
  .produk-img
  .fade-on-hover {
  opacity: 1;
  position: relative;
  transition: opacity
    0.3s
    ease;
}
.produk-item:hover
  .produk-img
  .fade-on-hover {
  opacity: 0;
}
.produk-item:hover
  .produk-img
  img {
  aspect-ratio: 1 /
    1;
  object-fit: cover;
  transform: scale(
    1.1
  );
}
.produk-item
  .produk-img
  .second-thumbs-product {
  position: absolute;
  inset: 0;
}
.produk-item
  .produk-img
  .overlay-produk-btn {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(
    0,
    0,
    0,
    0.75
  );
  color: white;
  text-align: center;
  padding: 7.5px;
  border-radius: 7.5px;
  font-weight: bold;
  transform: translateY(
    50px
  );
  opacity: 0;
  transition: all
    0.5s
    ease;
}
.produk-item:hover
  .produk-img
  .overlay-produk-btn {
  transform: translateY(
    0
  );
  opacity: 1;
}
.produk-item.sold-item .produk-img .overlay-sold {
  position: absolute;
  z-index: 99;
  inset: 0;
  background: rgba( 0, 0, 0, 0.5 );
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.produk-item.sold-item
  .produk-desc {
  opacity: 0.25;
}
.produk-item
  .produk-desc
  .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}
.produk-item
  .produk-desc
  .title
  a {
  color: black !important;
  font-weight: 500;
  font-size: 16px;
}
.produk-item
  .produk-desc
  .title
  a:hover {
  text-decoration: underline;
}
.produk-item
  .produk-desc
  .product-info {
  text-align: center;
}
.produk-item
  .produk-desc
  .product-info
  .discount {
  opacity: 0.75;
  text-decoration: line-through;
  margin-right: 5px;
}
.catalog-info-count {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.1
    );
}
.catalog-info-count
  p {
  margin: 0;
  font-style: italic;
  color: rgba(
    0,
    0,
    0,
    0.3
  );
}
.testi-quote-up {
  position: absolute;
  top: -15px;
  left: -25px;
  height: 30px;
  z-index: 3;
}
.testi-quote-down {
  position: absolute;
  bottom: -15px;
  right: -45px;
  height: 50px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .testi-quote-up {
    top: -15px;
    left: -10px;
    height: 30px;
    z-index: 3;
  }
  .testi-quote-down {
    bottom: 20px;
    right: -10px;
    height: 40px;
    z-index: 3;
  }
}
.keunggulan-item {
  display: flex;
  gap: 15px;
  align-items: start;
  padding: 20px;
  position: relative;
}
.keunggulan-item::after {
  content: "";
  position: absolute;
  min-width: 1px;
  top: 15%;
  bottom: 15%;
  right: -0.5px;
  background: rgba(
    0,
    0,
    0,
    0.1
  );
}
.keunggulan-item::before {
  content: "";
  position: absolute;
  min-height: 1px;
  top: -0.5px;
  right: 15%;
  left: 15%;
  background: rgba(
    0,
    0,
    0,
    0.1
  );
}
@media (min-width: 992px) {
  .keunggulan-container:nth-child(
      1
    )
    .keunggulan-item::before,
  .keunggulan-container:nth-child(
      2
    )
    .keunggulan-item::before {
    display: none;
  }
  .keunggulan-container:nth-child(
      even
    )
    .keunggulan-item::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .keunggulan-container:nth-child(
      1
    )
    .keunggulan-item::before {
    display: none;
  }
  .keunggulan-container
    .keunggulan-item::after {
    display: none;
  }
  .keunggulan-container
    .keunggulan-item {
    padding: 20px
      0px;
  }
}
.keunggulan-item
  .keunggulan-img
  img {
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}
.keunggulan-item
  .keunggulan-desc
  .desc {
  margin: 0;
}
.layanan-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: 1px
    solid
    rgba(
      0,
      0,
      0,
      0.1
    );
  display: flex;
  flex-direction: column;
}
.layanan-item::after {
  content: "";
  position: absolute;
  height: 5px;
  background: var(
    --bs-primary
  );
  bottom: 0;
  left: 20%;
  right: 20%;
}
.layanan-item
  .layanan-img {
  position: relative;
}
.layanan-item
  .layanan-img
  img {
  aspect-ratio: 2 /
    1.5;
  object-fit: cover;
}
.layanan-item
  .layanan-img
  .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(
      255,
      255,
      255,
      0.75
    ),
    transparent
  );
}
.layanan-item
  .layanan-desc {
  flex-grow: 1;
  padding: 20px;
}
.layanan-item
  .layanan-desc
  .title {
  font-size: 15px;
}
.latest-product-slider-container {
  background: #f5f5f5;
  padding: 20px;
}
.slider-latest-product
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  margin: 20px
    0;
}
.slider-latest-product
  .swiper-scrollbar-drag {
  background: var(
    --bs-primary
  );
}
.hover-text-dark:hover {
  color: black !important;
}
.contact-card-wrap {
    border-radius: 15px;
    /* background: white; */
    /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.07); */
}

.contact-card-wrap .contact-card {
  margin-bottom: 25px;
  background-color: #e5e5e5;
  padding: 30px 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-card-wrap .contact-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--bs-primary);
}
.contact-card-wrap .contact-card:last-child {
  margin-bottom: 0;
}
.contact-card-wrap .contact-card .contact-icon {
  width: 65px;
  height: 65px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
.contact-card-wrap .contact-card .contact-icon i {
  color: var(--bs-primary);
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  transition: all ease .5s;
}
.contact-card-wrap .contact-card .contact-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  position: relative;
  top: -3px;
}
.contact-card-wrap .contact-card:hover {
  transform: translateY(-5px);
  transition: all ease .5s;
}

.contact-card-wrap .contact-card:hover h3{
    color: var(--bs-primary);
}

.contact-card-wrap .contact-card:hover .contact-icon {
  background-color: var(--bs-primary) !important;
}
.contact-card-wrap .contact-card:hover .contact-icon img {
  filter: brightness(0) invert(1);
}
.contact-card-wrap .contact-card:hover .contact-icon i {
  color: white;
}

.contact-box {
  background-color: #EBF0F1;
  padding: 60px 60px 64px;
}
.contact-box .form-group input {
  height: 60px;
}
.contact-box .form-group textarea {
  height: 180px;
}
.contact-btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
	display: flex;
	gap: 10px;
}
.button-33 {
	background-color: #39B54A;
	border-radius: 30px;
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}
.button-33:hover {
	box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
	  rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
	  rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
	  rgba(57, 181, 74, 0.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
	color: white;
}

.qlwapp-button.btn-wa {
  bottom: 60px !important;
}

@font-face {
    font-family: 'qlwapp-whatsapp';
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal
  }
  
  .qlwapp-phone{
      top:auto;
      margin-bottom:0px !important;
  }
  
  .qlwapp-phone .qlwapp-toggle{
      background: black !important;
      /*border:1px solid white;*/
  }
  
  .qlwapp-whatsapp-icon {
    font-family: 'qlwapp-whatsapp' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  .qlwapp-whatsapp-icon:before {
    content: "\e900"
  }
  
  #qlwapp {
    pointer-events: none;
    box-sizing: border-box
  }
  
  @media(min-width:430px) {
    #qlwapp {
        width: 430px
    }
  }
  
  #qlwapp * {
    box-sizing: border-box
  }
  
  #qlwapp.qlwapp-js-ready {
    display: block
  }
  
  #qlwapp.qlwapp-hide,
  #qlwapp.qlwapp-desktop.mobile,
  #qlwapp.qlwapp-mobile.desktop {
    display: none
  }
  
  #qlwapp .qlwapp-readonly,
  #qlwapp.qlwapp-readonly {
    pointer-events: none !important;
    opacity: .5 !important
  }
  
  #qlwapp .qlwapp-disabled,
  #qlwapp.qlwapp-disabled {
    display: none;
    visibility: hidden
  }
  
  #qlwapp.qlwapp-middle-left,
  #qlwapp.qlwapp-bottom-left,
  #qlwapp.qlwapp-middle-right,
  #qlwapp.qlwapp-bottom-right {
    position: fixed;
    z-index: 9999999
  }
  
  #qlwapp.qlwapp-middle-left,
  #qlwapp.qlwapp-bottom-left {
    right: auto;
    left: 0
  }
  
  #qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-time,
  #qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-time {
    left: 0;
    right: auto
  }
  
  #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,
  #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,
  #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,
  #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,
  #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,
  #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
    margin-left: 0;
  }
  
  #qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,
  #qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
    right: auto;
    left: 60px
  }
  
  #qlwapp.qlwapp-middle-left .qlwapp-box:before,
  #qlwapp.qlwapp-bottom-left .qlwapp-box:before {
    right: auto;
    left: 20px
  }
  
  #qlwapp.qlwapp-middle-right,
  #qlwapp.qlwapp-bottom-right {
    left: auto;
    right: 0
  }
  
  #qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-time,
  #qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-time {
    left: auto;
    right: 0
  }
  
  #qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,
  #qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,
  #qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,
  #qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,
  #qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,
  #qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
    margin-right: 20px
  }
  
  #qlwapp.qlwapp-middle-left,
  #qlwapp.qlwapp-middle-right {
    top: 40%;
    bottom: auto
  }
  
  #qlwapp.qlwapp-middle-left .qlwapp-developer,
  #qlwapp.qlwapp-middle-right .qlwapp-developer {
    padding: 0 24px
  }
  
  #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle {
    margin-left: -48px;
    padding-left: 60px
  }
  
  #qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
  #qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle {
    margin-right: -48px;
    padding-right: 60px
  }
  
  #qlwapp.qlwapp-bottom-left,
  #qlwapp.qlwapp-bottom-right {
    top: auto;
    bottom: 30px;
  }
  
  #qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
    border-radius: 50%
  }
  
  #qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    border-radius: 0 25px 25px 0;
  }
  
  @media(min-width:430px) {
    #qlwapp.qlwapp-rounded .qlwapp-box {
        border-radius: 8px
    }
  }
  
  #qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,
  #qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message {
    border-radius: 4px
  }
  
  #qlwapp p:last-child {
    margin: 0
  }
  
  #qlwapp time {
    opacity: .8;
    font-style: italic;
    font-size: 10px
  }
  
  #qlwapp .qlwapp-no-contacts {
    display: flex;
    height: 134px;
    justify-content: center;
    align-items: center
  }
  
  #qlwapp .qlwapp-container {
    display: flex;
    flex-direction: column
  }
  
  #qlwapp .qlwapp-clearfix:before,
  #qlwapp .qlwapp-clearfix:after {
    content: '';
    display: block;
    clear: both
  }
  
  #qlwapp .qlwapp-previous,
  #qlwapp .qlwapp-close {
    display: block;
    opacity: .8;
    font-style: unset;
    font-size: 24px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    z-index: 1
  }
  
  #qlwapp .qlwapp-previous {
    width: 16px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    margin-right: auto
  }
  
  #qlwapp .qlwapp-developer {
    font-size: 8px;
    top: -20px;
    position: relative
  }
  
  #qlwapp .qlwapp-developer,
  #qlwapp .qlwapp-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
  }
  
  #qlwapp .qlwapp-toggle {
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    /*margin-top: 24px;*/
    /*margin-bottom: 24px;*/
    position: relative;
    text-decoration: none
  }
  
  #qlwapp .qlwapp-toggle,
  #qlwapp .qlwapp-toggle:active,
  #qlwapp .qlwapp-toggle:focus,
  #qlwapp .qlwapp-toggle:hover {
    outline: 0;
    text-decoration: none
  }
  
  #qlwapp .qlwapp-toggle .qlwapp-time {
    position: absolute;
    bottom: -2em;
    color: initial;
    font-size: 10px;
    display: inline-block;
    top: auto;
    width: 120px
  }
  
  #qlwapp .qlwapp-avatar .qlwapp-avatar-container {
    overflow: hidden;
    border-radius: 50%;
    width: inherit;
    height: inherit
  }
  
  #qlwapp .qlwapp-avatar .qlwapp-avatar-container img {
    width: 100%;
    height: auto
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle {
    width: 60px;
    height: 60px
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
    position: absolute;
    display: block;
    pointer-events: none;
    font-size: 24px
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
    position: absolute;
    right: 60px;
    height: 60px;
    margin: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    white-space: pre
  }
  
  #qlwapp.qlwapp-button .qlwapp-toggle {
    height: 40px;
    white-space: nowrap;
    padding: 12px 24px
  }
  
  #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
    margin: 0 12px 0 0
  }
  
  #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close {
    display: none
  }
  
  #qlwapp .qlwapp-box {
    pointer-events: all;
    padding-bottom: 56px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.5)
  }
  
  @media(min-width:430px) {
    #qlwapp .qlwapp-box {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
        margin-top: 24px;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 12px
    }
  
    #qlwapp .qlwapp-box:before {
        content: '';
        position: absolute;
        bottom: -6px;
        right: 24px;
        width: 13px;
        height: 13px;
        transform: rotate(45deg)
    }
  
    #qlwapp .qlwapp-box .qlwapp-header {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }
  
    #qlwapp .qlwapp-box .qlwapp-footer,
    #qlwapp .qlwapp-box .qlwapp-response {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit
    }
  }
  
  #qlwapp .qlwapp-box .qlwapp-header {
    position: relative;
    overflow: hidden
  }
  
  #qlwapp .qlwapp-box .qlwapp-header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 0, rgba(0, 0, 0, 0.3) 100%)
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
    position: absolute;
    top: 12px;
    right: 12px
  }
  
  @media(min-width:430px) {
    #qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
        position: absolute;
        top: 7px;
        right: 7px;
        font-size: 16px
    }
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-description {
    position: relative
  }
  
  #qlwapp .qlwapp-box .qlwapp-description,
  #qlwapp .qlwapp-box .qlwapp-contact {
    padding: 24px 36px;
    height: 100%
  }
  
  #qlwapp .qlwapp-box .qlwapp-description p,
  #qlwapp .qlwapp-box .qlwapp-description h3 {
    color: inherit;
    font-family: inherit;
    margin: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-description h3 {
    margin: 0 0 .25em 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center
  }
  
  #qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous {
    position: relative;
    left: -16px
  }
  
  #qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous > i {
    line-height: 36px
  }
  
  #qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar {
    width: 42px;
    height: 42px
  }
  
  #qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,
  #qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name {
    color: inherit
  }
  
  #qlwapp .qlwapp-box .qlwapp-account {
    color: inherit;
    padding: 16px 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-decoration: none
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:only-of-type {
    padding-top: 36px;
    padding-bottom: 36px
  }
  
  #qlwapp .qlwapp-box .qlwapp-info {
    padding: 0 16px
  }
  
  #qlwapp .qlwapp-box .qlwapp-avatar {
    position: relative;
    width: 62px;
    height: 62px
  }
  
  #qlwapp .qlwapp-box .qlwapp-avatar:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 2px;
    right: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAXgklEQVR4Ad2aCXhV9Zn/scv/P/N02mfmmc50anWqdUHUouwLYSFhCQlhIYEkLEnYF1SkoriXKkWxLo+2OlintopOq9UiewJJSEJCErKHsBAWCIshYSFAWO5y7zvf833uub78nnNvEhaxc9oP7295f+/vPd/znuXmsZ2I3Eh+AO4FkWAe+D3IAlWgDtSD4+AI2AMKwQrwEkgC3cGtV7y/X2j9bAdsG7kRoj0ApoOPwWHglqs7zoGt4AUwCvzw/6KAt4JnQC7wyvU9joAPQRz47t+7gBHgU3BKbsyxAzwGbvl7E7ArWCffnOMkWAD++Zsu4O3gXeCTb+axB6R8EwW8CTwK6uUqDq/fJxd9F6XJc0aOXqqXAxfqZN+FA3Lo4hFpcB2XZm+zuP1uuQZHOuj0TRHwDrBeruA47joh287tkM+OrZKlB96UZ2oXyy92PSNzdyyQ6TXzZPK2hyRt2xyZuu1hmbF9vjy8c6Es3L1IFu1dKv916H3JOVkAkQ/JBe9FuYLjLHjkRgs4EjQA8avM/MqaxzFXg2SeyJGl+9+kSBOrZ0pS1VQZXzWd7UnVsySlerakQrg0Mtdqg9kYn0WfCVUzrDVgGn3mQ/TlRz+R8jNV4vK1uUI/Av9yIwScBnxKNmK3TPV2Ne+RPxz+iKKNq5wsyTh5CGWLdBXMoaiJlVMkqXKqPF37omw4kS1nPefMS6p7Zj8f/9z5dQq4lBubledQc7XNe+X1g++wssbhJCdVzZLU6jkB5gbbaQYcUz5psIRt1d/GMViuYSWPrUiTeTufki8a1soF3wXhYSjmB/gH2ANyEP92u94C3gSW+UUlYBvjaHA1yjuH/sAqG4uKg7XFUszWVo8bY87tFFpHIOQMCvnozqcl92SBUX5+ctn//IA/G6XP9RTwbaoVwA+YiKHippObZWbNfEnACUysmikpVbMpYAgLwoxXKapb2VYkV06DkJPllf1vybFLDepp46cJikc43gi6ot+uFbRJwBe5SaiNRfgJ8tuD71nCIfHpuF1nK2YpZpuWmH3tn6L8w8d0JqE8VWbV/EK2NpWrYgzmT6s4Au66lgIm6w1MrKMR32mL9iyVMWUpMrFyZjDxiQr2Kwnb2sfsc8zyNcbVfPg5rDV9Eivwtq+cISsb7K8uJZzQakpgfgjahaM14g2A44Vw4u09v1/m1Dwu8bjKEI9MoNVgzGjThm2HjxFunOvNOBA1uWK6dZH5ReDz+4IiivP5rQA3XU0F/iucDoYTb9e5WplS/bAklKUFkp3BqwxrMBPjnP/Kr4JW+ygwb/Rpnf3NuXB+zG9U6UR5p+59LWIonrwaAf8cTrz95+soXnx5GsSY0QLTJTnQtu3Vrmk5jukPKu32dBkJEd879KHw8IcU0QV6XomAY8OJd9rdJA/VLJTRpSl2Qn93JFVMkxGlE+Tz+lUtVWGRz+f7DmhnEqo0fwB2OYrnF/6g//We17l5cjkSKZ8mpAKwD9g25zim0P7GOgOHtQpjjLGIsbexF8bGlU3B42eyFJwqbknE2X4IZhBSwGfDVd8fDn0ssVuTJREJtMSYslSJ2zpe4ooJiS9NY/KJ14WppDV+OseUyjly9GJ9OBEbwA9NrZzE+xE4HUq8sqYq3rZjy6YwiXEWZZrgGMWaV/GUfH54tWyoz5aM+ixZcWStPFz5pIwumQSfaSHXJhL2ac15WO0La7a1jzOJNvCJKxkvz+9+WTx+TzgRf+ODRhonAX8TSrxmz3mZu+0JGVkykaU/1gTJ2O3hRcny2q635bzngphHw4VGSSmZI2NKU+lrMs45bqsZ12ofWNWO3Zok6xo2BgX0EVsDtl3gznAC3gwC33w+U0D57MtVMqw4UcaW4rkBxpZODrQB2gSJxBQlyYvbXxUJrHO6GO/v+5h+WEvwHGI8xmWf7QBsG33urfY3maxQa/jMU37qPEbhrphS+YiccZ/96q3sA5cL+Wo4ARdiQUB5n/i42CfWccp1WlIq5nKTeGwIgknp/oitE2Va6Tw5danJUTxbwMPNR2VMYSqqMI3rHClR8Q0SuM5uE91X88CcM9vKDitKlA8Pf6Jy90lAE1vML9H+vpOA34bDbryahahF1vHBoU9kaNE4iS9JkzEgaEsvb0cXjJPs+rywbzT76i7Z8QarkDHsmGb8UJS2zneM9jVRuduMRAFMKp8jDZeOC46ADtQEWthF5Z/m9BKJ8mEWgtHZRvysPkmreEhGFE/AJqlBRm9VbRDLl8bT4va6TQFNOF94vISCc31o7Hljb2D2wRgQZr05xzWm7+DCBPn06ErmqAvKbiP/dCcBl9HBwDrWN2Qx6ChsRphsCmwKrN3GxlsS+GzT4oUT0OV1ydzyhRJblMz1Ohas2kNh7w/sOW11bnrchHspH733cBTClMp50uQ+wwIyBQTWe6K9FvA7oMoQj7ev1++VhdtfkOiixODmI4NM0m2Jzh8nhY0l4QU0RFy+/1OJyh9tnOCkr/YpDozBcj9iCsJ5Iz9jPdfpPuPZeyk4zoLJPb4lWIUmyH+yFrCHD4dT9dWc2YkHaxJu34kASQC0A5awPdy6vQvT5Mvz9W0SsPHCCUkumsHbH3EUdmxjLzVnjjn7me2W18NSwFf2/DacgH/SAs4KcfvyWRBVMIaixRUBWA3GSQxuw+TiGXLGdbZlAQ0Rf7v7v1GF8cI9uI/C2Ic+GuVn2xFFpo+9Dtbw174j6EfLx0pi6XR8TZy2b2OTo8j/+7aA7zncvnz7PF6zyHq2YbMJZHjAmgwrTJLEounSdOlMmwVce2SjRG4ebceGnch2sK+IM+ZUXoafczu8n+6Pl+jCRKlu2h6qCn3I/16I5/t/aO8yJql648XjEr91MsUZXjiBIDDseIm1LIAFEySmMFli88fL/rMH2yzg0h1vSWQ+BQzGB4wbWwjQJvZ+dh6Yty19uS5gbfS4BdfYbe7BGPYa2GCsgcjpo0OfmQIq/DHtUGk/QafZ6fbddXaPRG9JgoDJEkO4AduEbfY5PiB3pKw/mtmmZ2BRY5kM25zIi6Tjxqr47Ks50w97G7loP2LnreI5Wu2DizpGntq++PJb2Kut/zkI6Otov0C8hoCZDbkyIH+UDNvCk4Ml7NNqMN8vb6S8tvOdVn/G1J07LPEFk/GMjed6jblPjLEXrTlXaFi2DR9zXBWIEZN5zah4TPhdqz5jlJCfWxXYlx2FLeC7Bz6QvnkjhFUIYMMyqCBBJhXNkXPu5nAicu7kpVMypfhR6b95lI6t2q2nTesLwsfQDMpPkKSSmXLWfU4Ekni9XhSZhY8WOhW2w4siwcfBAErA53csZVUNLUhskWjLbkmUPpuGy4Yvc0IKKH7h8cK2V6VXTgwTbTm+sU/r0bmBtq0bnD+Wz078bmfeFA4iUi9aX3U7/DOXyhIlIBbMr36OAg4pGKdIFNp8NabonzdKZpc8zosRUkQcy2o/kF6bYpioETssat+2+3Gs9UBAfl7VNO0UHNRHA0FrLQGfMif8gc+YuZVPUkAECjDOuW0QkT1cNtXnhxXw9KUmSSyYTsGHhIxNa2LMh/PlvNlv5Xr2ef4lJyu0gJoDloC/NCcwRjur4gnpmztCBiFQkM12O4GgD9i2fbhpcsFMOe8+H1bEgoZiiB0nUZvjsc6Iq2KiDfTeHDPyUvPKEq43c+a4eU5qnH2ef8Hx4lACHrIEfNacsF8msyFgRK51ggkgntZsm1AM2J7ZMbJ42+vCwx9axLd2vifds4aGi6dI0O1WM6hVfvGOY31y4yDg1lAC1rXDfTzfSUCxbuGKJ6V3znCJzIsPDzYyxwZuHiM9MofJ2sOZYV8oHp9Hnq74tXTPjmYc4BgTfWPe9B0TPi+2w2DGBQMRMwIVWHaqOpSA+ywBU9kx4Euk6nnpiQc9Al0RETlxEpMzXuovNIa9lc+6zknqloctEbGOiX8j6J87mqLWnt1HPRx02mHdwkMcBcSxZOeb0g0nNQCBguSZ7TAgiW64PReULWrxrXy0uZ7PTcsf64BTPG1J4EKNkK6ZQ3ix++eOCsyNcfLnOG146NcXcWMLJsrxiyfs70CTUlSgt5snhID/U/c36ZI1RPrnjGJiuCLAbGsLbF811mXjYFm2+4MWP67rzx+TyYXzpPPGQdJPxe5H60yvTbEyKi9Vfl+7XB4ueUr6ZA6XrrgIENX24XqdO2I7526M98Y3bWLRDLwML4jf679cI4/H+h7c2A7/3IkBl9eDQaAFLD5RzpdB35yR0g/CEKudq9pAt4HyJzyZ7huiZcPRnJZE5K+YZytekq4bhlAcey9zP8AT7Js5UqpPbg++rGpO7cL6lyUyO1464UL02RSn1lo2dDyT7tnDZHrpY4GXqlc8wPhaecsS8Afo1CtlYT0s2f1n66yrwST6bqIwNuiPMPq0BkEfXoj+maOkuLGsJRF5rKhbJ0OyE+XBjVG8AEZsjnXKGCSfHVwdjKePA2cPySs1v5Oo7AR5YEMkxTZyb5HOmYPlJTzGcFA8j8cDLGtXoG9iO4hmkWFNKvghfc7VLKO3TJYeWcMkApv2ARFhCDvP59RQiDJO9jTtCy8itRD+aeyx0kWsRlQTRIgLxuuYMVBerHb8TGJfC/nStrdkYFY8hVQxWqQLnquZx/ICAlIX8SqNIGA3W8BnDQGpsnW8tOMtqwpYhSSbVnqzrdgUihGc7w3QxvNtiMTlTGrV3w3tY0tDCV5Ev5KeG2IpQof0vjK/5DlxeV2tjQEh61iRvfGMRDUyfxLifHplD7fuKl4A8YkpHtreZgh4sy3gGE4YWMf6L7OYNDYCw024kXM/znkNxh5ENcXmTJTdTXvDCmBW066mPfJi1et8RuLTx1zbGiEh/PPcX+fWK5CrPpfOqL60rY+Iy+PiM9DUBprlQMCbbAF/jMGThhPfPA3nj8vQvCTplhktvbKszWKlJ+iVBdgHsCY9Lew5+iswbp1EVFaCFDWUqdswrJDmoeZbL+JzFS/j9o9kTgGYZ8/g+TA/uT9jgHxw4FPBoTXRAi7gfx+IBsHgqlBV+NquZXIfAmKTID2C7Ri0ae2+QvsDY6wTPm+6pw+T5Xv/qkW5LtgXYGbhAtxRUcKc7NwNumcOYwHU4llt374mEK8fBUTHZr6DIzcuO1HFZxcCgxjSQ1kNx7JAK/26bBwq968bIIur3uD3lqrGa4r9IojPncoLp3PSICdW3zPVLzEPPOucqq8G4v1/U8AfgSbTGQH4Rp5dulDuSx9AEW26KfSYwsnfoR0tHdb1lYTcaVLYUHpdqtE6tuMbsWvGUOmK/fT+mm4bo1Ghg6T4eDkFDHH7/sYSzxCQrAhVhTnHtuDZESVdUTHYRMFNMR5NIdhW47SGPzHHkfzP0wfKg+ui5PmKV2TX6T2C45pUpH08Xb4EF6qfnScxc7s3vZ/MLXuKRaOrT3ERwt0TFNDtcWv6W05uhyoUBJxZ8jg26E+Bum4AG4fCAvRxK2pL9DzbRp/WZgMtHxXt10VIj/QYWVT5quw8XSuijysU7+O9n/NR0Rn76r01na3vzQ2DpeREpfHscwutm9W3geIFBXR7NN+B41YtYKDNgJUna+TBjChu0gVCdA6Atok5H8Z/iNAacw/iNrp7bR/plh4tqfmPyKq6DOvD3hBTWhKOf8R4rQYvwbX9GVPvbXI3LtzCysXmrWu+PAZdJiAEMnAPBlSbGLfyku1vyj14XuFqkU4ZAcs+yNDWxHmuk2EVuGCDuN89a/rK4MxEWVi6WPKOFcmx840S7nDjhZFbXyhJebPknrV9KZ4ZW4HHR6REZI2UunNHWCy2Bm63G+D8YVF9+RDtu0YFuk2+BTIAF1mBAm0G3nfmAK/WA+lREG+wwRBagzb6QbQQ8/enD2RVdljbT3qnx8m0LY/Jst0fyhd16bLxaJ5kgpWo1Hd3L5exuTOkw5p+EL9fS3vyIt21ro98fmit4FDC6fNn9fWwhVMvEa8To4wAgBUouccK5d71/SHgIGw8WIhq6/4DRI0TY10628Z605dtOxbsIFZMe1TWHWt6yV2r+8jdqyMs2L5zdS++LODnvK+R88/W9MSt++vAc0+Jp4RE9S03xQt8SPs0xOP1PsKFBtbxdu2fmDQEbD0ZrfGLor1qMtq0D88lrfhRaXadF5/HZ54zgagnIdbtIQT0aggWpJtB8CbmCyVpy2zcRhHSEYl8bay/5jEp3p1re8vgTUlSbz1PfeIkHvF5ffN9Pn87BxwF/A+8ts+ZQcQrcvDsYbwAhsp9+Bz4+fooEKmsE1EGkaQj0OuJ2Q+/1tw/9LzdTw+0AxfkzjW9pW/maNnZVBtWPOixEZX2LdCutRU40CEQN8k4miN3YOP71w8ETIgWOPbhp+cI2+aYOW6sDUf4HJzj3766pwzIipftp3eL+EOLhzuxESL91BRN43T7vhlKwAXlL8htq3rgg3QgqpDYbSRm9INtwDlgrlNrTJz8ibkPrQn9HPYdID9d1U1G5KXxr+0tiOeCQLEUqg0Cfg8LD5rBfHj+XXJdkmE5E1n6djKaezlGq+ZhnX2B3Ufb8MccUHOGv7ku1Lxazzf2rRDvF+W/kjOXzoa7bQnESaFIbRTwPiz2AeP558dv0718ltyDbzCe4FoSbHcA7TH3M3xC3LqyG650d/aVT8usI8aa/i2vUe0OwBzHXcM+viD4LBePP6x4+BJ5gQJdgYAzHQKy1N+tXS63rOwCofoHuXtNhPxsVU8I1lVuh+24fpDEb54uv9v9R3l5++9we0VSzPZr+lJgrPnauAfwYiK3sfkzpexEdfDPU+Erz/ua9d+Nt1pABAyCz5QNbrfLUcCHSp6RW77oIrdBKFgm1jl9qMTlpspzVa9Idn2+7D9TF/QH/IvKo2W/pIA/wRp86PLEUMW0ZA2wx9g2oa/2AdYY0HMUjmOsuFuQ36DsJPn04Gq55HaFv2Vdwdt2iSVe2wRUzz8EOeJymc8/v9Q3N8iD64fwio7OmypPVi6RPx/4gr8bXUiOgvmAF/9XX+/oc7zkeJXMK32OFXnzik5y28oeFBVC2KDfMtqXVrXvXN0neGGH56bIH/d9Yn0cq6pz2UIRV1A8jOOAGPMpXhsF1D/fohDHr4MDbO5jZX2w769SeXJ78I1M0bx+9btRV66L4GJoIVmRy2o/xAmmyk9Xdpebv+jMW/yO1b3lLuunGERtHx763LUmgoLhsYHK7sw4D6wfLE9ULJb0o5vkgusi8/NBOJwLoHi2WGrMZeV/3O/zRVO4KxPQY7PUhYAUD9Y+eYyhqrzBCqNgLpUELPtKsMuSpQW2kH6Ri+6Lkn+sWN7e/SeZtOUR6Zo+jJVEUVd0lh+jSq1b/icruqCqutKqcTx38SWwNlIis8bK05Uvy19xmx44c8i+E5gv8lGVRrGCeTEngHMu8vt9D1C0qxUQwmzUAtptWjsBigSUpQ/9VLKEcYyLYV8Qz1dVHHhE1JzcJdlf5sv7e/8iL1a/IY+W/lJmFi+UGcVPyKytT8rCiiXy2o535W9162RrY4XsbToo5y41Mw5BHO5hiMZ+IAcSuGXxyHoVQn3PEuHqBPR6LG5DzHO2MIRtbKhE4Jj24Rx9QqP8GYcE1/Ck/R6rbMQWVT1TFT5j3GNXmo6n28754lGVCYH6UCRw1QJ6UX0gOXiyenN90u6WROLfzBpxZT9GRX/kwkVuQVBTTIW+5YBDDI61AeS03fo41iJdMwFx4m+0IRldPedRvVsQaIHP5++Gjf/N3hxCdkXSf4GfG8iNgcLtQT5Tkdc/UZxrLSA2+EcIUdtKwZrgXw5x3sbiGGx0e6jN4UML7sOaV9Ue1x3sdQZ7pmPvkVq46yVgB2zqC5GIF/PFEOP3cJ6MwLeYG7UsINo+tv8BxKJi30HMkusg2jHE/Rv2eAI5/KfO53oLOMcQ7ABO/l1MpiFQRzPwVQho0gU+qdhvKcjE3odxt593upgGrsCdsA3rl4P5iDUc+/67zuHrFPB9JLE6INj94Hs60HUU0OT74DbQEfQE/RAjMsBA9CNAZ9Ae/Ah829z3Rgj4v+tgYwWlsH1vAAAAAElFTkSuQmCC);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 4
  }
  
  #qlwapp .qlwapp-box .qlwapp-time,
  #qlwapp .qlwapp-box .qlwapp-label,
  #qlwapp .qlwapp-box .qlwapp-offline-text {
    font-size: 12px;
    line-height: 1.5em;
    opacity: .6;
    display: block
  }
  
  #qlwapp .qlwapp-box .qlwapp-time {
    font-size: 11px;
    font-style: italic
  }
  
  #qlwapp .qlwapp-box .qlwapp-name {
    display: block;
    font-weight: bold;
    line-height: 1.5em
  }
  
  #qlwapp .qlwapp-box .qlwapp-body {
    overflow-x: hidden;
    overflow-y: auto
  }
  
  #qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel {
    max-height: 470px;
    min-height: 134px
  }
  
  #qlwapp .qlwapp-box .qlwapp-chat {
    display: flex;
    flex-direction: column;
    overflow: hidden
  }
  
  #qlwapp .qlwapp-box .qlwapp-user,
  #qlwapp .qlwapp-box .qlwapp-message {
    padding: 16px 24px;
    margin: 36px;
    position: relative;
    word-wrap: break-word;
    width: calc(100% - 36px*2)
  }
  
  #qlwapp .qlwapp-box .qlwapp-user:before,
  #qlwapp .qlwapp-box .qlwapp-message:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 24px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg)
  }
  
  #qlwapp .qlwapp-box .qlwapp-user {
    width: auto;
    max-width: 75%;
    align-self: flex-start;
    justify-self: flex-end;
    margin-top: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-user:before {
    top: auto;
    bottom: -6px;
    left: 24px
  }
  
  #qlwapp .qlwapp-box .qlwapp-padding {
    padding-bottom: 56px
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer,
  #qlwapp .qlwapp-box .qlwapp-response {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer,
  #qlwapp .qlwapp-box .qlwapp-response,
  #qlwapp .qlwapp-box .qlwapp-footer pre,
  #qlwapp .qlwapp-box .qlwapp-response pre,
  #qlwapp .qlwapp-box .qlwapp-footer textarea,
  #qlwapp .qlwapp-box .qlwapp-response textarea {
    max-height: 160px
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer pre,
  #qlwapp .qlwapp-box .qlwapp-response pre,
  #qlwapp .qlwapp-box .qlwapp-footer textarea,
  #qlwapp .qlwapp-box .qlwapp-response textarea {
    color: inherit;
    background-color: inherit
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer:before,
  #qlwapp .qlwapp-box .qlwapp-response:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 59px;
    top: -59px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    left: 0;
    right: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 12px 36px
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer p {
    padding: 0;
    font-size: inherit
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer p:last-child {
    margin-bottom: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-response,
  #qlwapp .qlwapp-box .qlwapp-response pre,
  #qlwapp .qlwapp-box .qlwapp-response textarea,
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
    min-height: 56px
  }
  
  #qlwapp .qlwapp-box .qlwapp-response pre,
  #qlwapp .qlwapp-box .qlwapp-response textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 0;
    padding: 18px 88px 18px 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: inherit;
    margin: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-response pre {
    visibility: hidden
  }
  
  #qlwapp .qlwapp-box .qlwapp-response textarea {
    position: absolute;
    bottom: 0;
    left: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-response textarea:focus {
    outline: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
    position: absolute;
    top: 0;
    right: 21px;
    display: flex;
    align-items: center
  }
  
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i {
    display: none
  }
  
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i.qlwf-emoji {
    display: block
  }
  
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i {
    opacity: .4
  }
  
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i,
  #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
    cursor: pointer;
    margin: 0 0 0 10px;
    display: inherit;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none
  }
  
  #qlwapp .qlwapp-previous,
  #qlwapp .qlwapp-close,
  #qlwapp .qlwapp-toggle,
  #qlwapp .qlwapp-box .qlwapp-header,
  #qlwapp .qlwapp-box .qlwapp-contact,
  #qlwapp .qlwapp-box .qlwapp-user {
    color: #fff
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
    color: #36b848
  }
  
  #qlwapp .qlwapp-box,
  #qlwapp .qlwapp-box:before {
    background-color: #fff
  }
  
  #qlwapp .qlwapp-box .qlwapp-account {
    background-color: #fff
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:not(:first-child) {
    border-top: 1px solid #f5f5f5
  }
  
  #qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container {
    background-color: #eee
  }
  
  #qlwapp .qlwapp-box .qlwapp-message,
  #qlwapp .qlwapp-box .qlwapp-message:before {
    background-color: #eee
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer,
  #qlwapp .qlwapp-box .qlwapp-response {
    color: #303030;
    background-color: #fff;
    border-top: 1px solid #e6e6e6
  }
  
  #qlwapp .qlwapp-toggle,
  #qlwapp .qlwapp-box .qlwapp-header,
  #qlwapp .qlwapp-box .qlwapp-user,
  #qlwapp .qlwapp-box .qlwapp-user:before {
    background-color:#36b848
  }
  
  #qlwapp {
    display: none
  }
  
  #qlwapp.qlwapp-show .qlwapp-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    display: block
  }
  
  #qlwapp.qlwapp-transition .qlwapp-box {
    visibility: visible;
    display: block
  }
  
  #qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon {
    transform: scale(0, 0);
    opacity: 0
  }
  
  #qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close {
    transform: scale(1, 1);
    opacity: 1
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
    transform: scale(0, 0);
    opacity: 0
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon {
    transform: scale(1, 1);
    opacity: 1
  }
  
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
  #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-in
  }
  
  #qlwapp .qlwapp-box {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 300ms ease-in
  }
  
  @media(min-width:430px) {
    #qlwapp .qlwapp-box {
        transform: translateY(50px) scale(0.9)
    }
  }
  
  #qlwapp .qlwapp-box .qlwapp-carousel {
    display: flex;
    width: 200%;
    height: 100%
  }
  
  #qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide {
    width: 50%;
    transition: max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms, transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms, opacity 500ms ease-in 500ms;
    height: 100%;
    overflow: hidden
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide {
    max-height: 300px
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
    opacity: 0;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s, opacity ease-in .3s
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
    transform: translateX(56px)
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
    transform: scale(0.5)
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-name {
    transition-delay: 800ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
    transition-delay: 850ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
    transition-delay: 900ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-footer,
  #qlwapp .qlwapp-box .qlwapp-response,
  #qlwapp .qlwapp-box .qlwapp-previous,
  #qlwapp .qlwapp-box .qlwapp-message,
  #qlwapp .qlwapp-box .qlwapp-user {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms, opacity ease-in 200ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-response,
  #qlwapp .qlwapp-box .qlwapp-previous,
  #qlwapp .qlwapp-box .qlwapp-user {
    opacity: 0
  }
  
  #qlwapp .qlwapp-box .qlwapp-response {
    pointer-events: none
  }
  
  #qlwapp .qlwapp-box .qlwapp-previous {
    transform: translateX(56px)
  }
  
  #qlwapp .qlwapp-box .qlwapp-user {
    transform: translateY(56px)
  }
  
  #qlwapp .qlwapp-box .qlwapp-close {
    transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  
  #qlwapp .qlwapp-box .qlwapp-description {
    transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)
  }
  
  #qlwapp .qlwapp-box .qlwapp-account {
    transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms ease-in
  }
  
  #qlwapp .qlwapp-box .qlwapp-previous {
    transition-delay: 800ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-message {
    transition-delay: 900ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-close,
  #qlwapp .qlwapp-box .qlwapp-description {
    transition-delay: 900ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-user {
    transition-delay: 200ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6) {
    transition-delay: 600ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5) {
    transition-delay: 500ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4) {
    transition-delay: 400ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3) {
    transition-delay: 300ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2) {
    transition-delay: 200ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1) {
    transition-delay: 100ms
  }
  
  #qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message {
    opacity: 0;
    transform: translateY(-56px)
  }
  
  #qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover {
    background-color: #fafafa
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
    transform: translateX(-100%)
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel {
    overflow: hidden;
    max-height: 134px !important;
    min-height: 122px
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-close {
    transition-delay: 0ms
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-close,
  #qlwapp .qlwapp-box.response .qlwapp-footer,
  #qlwapp .qlwapp-box.response .qlwapp-description,
  #qlwapp .qlwapp-box.response .qlwapp-account {
    opacity: 0
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-account {
    transform: translateY(-33.333%);
    border-top-color: transparent !important
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-user {
    display: block
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-message,
  #qlwapp .qlwapp-box.response .qlwapp-previous,
  #qlwapp .qlwapp-box.response .qlwapp-response {
    opacity: 1
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-response {
    pointer-events: all
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-message,
  #qlwapp .qlwapp-box.response .qlwapp-previous {
    transform: translate(0)
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide {
    max-height: 84px
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
    opacity: 1
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
    opacity: .5
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
    transform: translateX(0)
  }
  
  #qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
    transform: scale(1)
  }
  
  #qlwapp .qlwapp-box.response.opening .qlwapp-footer,
  #qlwapp .qlwapp-box.response.opening .qlwapp-response,
  #qlwapp .qlwapp-box.response.opening .qlwapp-close,
  #qlwapp .qlwapp-box.response.opening .qlwapp-previous,
  #qlwapp .qlwapp-box.response.opening .qlwapp-description,
  #qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,
  #qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label {
    visibility: visible
  }
  
  #qlwapp .qlwapp-box.texting .qlwapp-body {
    overflow-y: auto
  }
  
  #qlwapp .qlwapp-box.texting .qlwapp-user {
    opacity: 1;
    transform: translate(0)
  }
  
  #qlwapp .qlwapp-box.closing .qlwapp-previous {
    transition-delay: 0ms;
    transform: translateX(-24px);
    opacity: 0;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms, opacity ease-out 200ms
  }
  
  #qlwapp .qlwapp-box.closing .qlwapp-description {
    opacity: 0
  }
  
  body.rtl #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
    margin: 0 0 0 12px
  }
  
  body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
    right: auto;
    left: 21px;
    flex-direction: row-reverse
  }
  
  body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
    transform: rotate(180deg)
  }
  
  body.rtl #qlwapp .qlwapp-box .qlwapp-response pre,
  body.rtl #qlwapp .qlwapp-box .qlwapp-response textarea {
    padding: 18px 36px 18px 88px
  }
  
  body.rtl #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
    transform: translateX(100%)
  }
  
  body.rtl #qlwapp .qlwapp-box .qlwapp-contact {
    flex-direction: row-reverse
  }