/* @font-face {
    font-family: "Nunito", sans-serif;
    src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: "Nunito", sans-serif;
    src: url('fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "Nunito", sans-serif;
    src: url('fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "Nunito", sans-serif;
    src: url('fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "Nunito", sans-serif;
    src: url('fonts/CerebriSans-Light.woff2') format('woff2'),
        url('fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
:root {
  --alt-font: "Nunito", sans-serif;
  --primary-font: "Nunito", sans-serif;
  --base-color: #d4af37;
  --base-color-rgb: 212, 175, 55;
  --bs-primary: #5c4326;
  --bs-secondary: #5c4326;
  --bs-secondary-rgb: 92, 67, 38;
  --dark-gray: #252525;
  --very-light-gray: #eceff1;
  --yellow: #ff8500;
  --medium-gray: #7c898d;
  --solitude-blue: #f4f7f9;
  --gold: #5c4326;
  --gold-lt: #d4af6a;
  --border: rgba(212, 175, 55, 0.12);
  --gold-pale: #f1f0d1;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shadow-card: 0 8px 40px rgba(18, 22, 84, 0.1);
  --shadow-icon: 0 4px 16px rgba(18, 22, 84, 0.18);
  /* --shadow-sm: 0 2px 12px rgba(15, 32, 68, 0.07);
  --shadow-md: 0 8px 32px rgba(15, 32, 68, 0.12);
  --shadow-lg: 0 20px 60px rgba(15, 32, 68, 0.15); */
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.skiptranslate {
  /*display: none !important;*/
}

body {
  /*position: relative !important;*/
  /*top: 0px !important;*/
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 991px) {
    .navbar:has(.show), .navbar:has(.collapsing) {
        background-color: rgba(28, 28, 28, 0.8) !important;
        backdrop-filter: blur(10px);
        transition: background-color 0.3s ease;
    }
}
.breadcrumb {
  font-size: 16px;
}
.layanan-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.layanan-box:hover {
  border-color: var(--dark-gray); /* ubah ke warna sesuai tema */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.popular-post-sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* agar responsif */
  gap: 20px;
}

.popular-post-sidebar li {
  flex: 0 0 calc(25% - 15px); /* 4 kolom */
  display: flex;
  align-items: center;
}

.popular-post-sidebar img {
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}

.popular-post-sidebar img:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .popular-post-sidebar li {
    flex: 0 0 calc(33.333% - 15px); /* jadi 3 kolom */
  }
}

/* RESPONSIF: tablet portrait */
@media (max-width: 768px) {
  .popular-post-sidebar li {
    flex: 0 0 calc(50% - 15px); /* jadi 2 kolom */
  }
}

/* RESPONSIF: smartphone */
@media (max-width: 480px) {
  .popular-post-sidebar li {
    flex: 0 0 100%; /* jadi 1 kolom */
  }
}

#typing-text::after {
  content: "|";
  animation: blink 0.8s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  border-radius: 999px;
  padding: 7px 18px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .hero-badge {

        font-size: 1rem;
    }
}
.hero-badge.base {
  background: var(--gold-pale);
  color: var(--base-color);
}
.hero-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--white);
  animation: pulse 2s infinite;
}
.hero-badge.base .dot {
  background: var(--base-color);
}
.bg-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.45); */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.45) 100%
);
}
.language-switch {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.language-switch .lang-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    opacity: 0.7;
    padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .language-switch .lang-link {

        padding: 5px 10px !important;
    }
}
.language-switch .lang-link:hover,
.language-switch .lang-link.active {
    opacity: 1;
    color: var(--base-color);
    padding: 10px 20px;
}

.language-switch .separator {
    margin: 0 8px;
    color: rgba(255,255,255,0.5);
}

/* Prevent body pushed down */
body {
    top: 0 !important;
}

/* Hide Google Translate widget */
.goog-te-gadget,
.goog-te-gadget span,
.goog-logo-link {
    display: none !important;
}

/* Hide popup tooltip */
.goog-te-balloon-frame {
    display: none !important;
}

/* Hide highlighted text */
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* Hide translate iframe */
iframe.skiptranslate {
    display: none !important;
}
.bg-section .container {
  position: relative;
  z-index: 2;
}
.background-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/ornamen/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.4;
}
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.deskripsi-content ul {
  list-style-type: disc !important;
  list-style-position: outside !important;
  margin-left: 1.5rem !important;
  padding-left: 1.5rem !important;
  display: block !important;
}

/* pastikan <li> dianggap list item */
.deskripsi-content li {
  display: list-item !important;
  list-style-type: inherit !important;
}

/* kalau parent-nya flex atau grid, bullet bisa hilang — ini kunci fix-nya */
.deskripsi-content ul,
.deskripsi-content ol {
  display: block !important;
}
.sticky-desktop {
  position: sticky !important;
  top: 100px;
}

/* Non-sticky di mobile dan tablet */
@media (max-width: 991px) {
  .sticky-desktop {
    position: static !important;
    top: auto !important;
  }
}

#tab_five1 table,
#tab_five2 table,
#tab_five3 table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Header tabel */
#tab_five1 table thead tr,
#tab_five2 table thead tr,
#tab_five3 table thead tr {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

/* Border tiap sel */
#tab_five1 table th,
#tab_five1 table td,
#tab_five2 table th,
#tab_five2 table td,
#tab_five3 table th,
#tab_five3 table td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  vertical-align: middle;
}

/* Baris ganjil warna abu ringan */
#tab_five1 table tr:nth-child(even),
#tab_five2 table tr:nth-child(even),
#tab_five3 table tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover efek */
#tab_five1 table tr:hover,
#tab_five2 table tr:hover,
#tab_five3 table tr:hover {
  background-color: #f0f8ff;
}

/* Responsif di mobile */
@media (max-width: 768px) {
  #tab_five1 table,
  #tab_five2 table,
  #tab_five3 table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
/* Style umum untuk daftar di dalam tab */
#tab_five1 ul,
#tab_five2 ul,
#tab_five3 ul {
  list-style: none; /* hilangkan bullet default */
  padding-left: 0;
  margin: 15px 0;
}

/* Style tiap item list */
#tab_five1 ul li,
#tab_five2 ul li,
#tab_five3 ul li {
  position: relative;
  padding-left: 25px; /* ruang untuk bullet custom */
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Bullet custom berbentuk lingkaran kecil berwarna utama */
#tab_five1 ul li::before,
#tab_five2 ul li::before,
#tab_five3 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bs-primary, #007bff); /* pakai warna utama situs */
}

/* Bullet custom berbentuk lingkaran kecil berwarna utama */
#tab_five1 ul li::before,
#tab_five2 ul li::before,
#tab_five3 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 22px;
  line-height: 1;
  color: var(--bs-primary, #007bff); /* pakai warna utama situs */
}

/* Sub-list (ul dalam ul) dengan bullet lebih kecil dan warna abu */
#tab_five1 ul ul li::before,
#tab_five2 ul ul li::before,
#tab_five3 ul ul li::before {
  content: "–";
  color: #888;
  font-size: 18px;
}

/* Responsif spacing */
@media (max-width: 768px) {
  #tab_five1 ul li,
  #tab_five2 ul li,
  #tab_five3 ul li {
    font-size: 14px;
    padding-left: 20px;
  }
}

.bg-pattern {
  position: relative;
  z-index: 1;
}

.bg-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255); /* putih transparan 70% */
  background-image: url("../../../images/ornamen/demo-footer-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay; /* efek menyatu halus antara warna & pattern */
  opacity: 1; /* biar blend mode bekerja penuh */
  z-index: 0;
}

.bg-pattern > * {
  position: relative;
  z-index: 2;
}

.zoom-background-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.zoom-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  animation: 10s ease 0s infinite normal none running zoomInOut;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* zoom in */
  }
  100% {
    transform: scale(1); /* kembali ke ukuran normal */
  }
}

.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-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.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;
}

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

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

.text-kuning {
  color: #fdd663;
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}
.text-justify {
  text-align: justify;
}

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

.bg-kedua {
  background-color: var(--bs-secondary);
}
.bg-gradient-blue-ironstone-brown {
  background-image: linear-gradient(
    to right,
    #000000,
    /* hitam pekat di kiri */ #1e0008,
    /* transisi merah sangat gelap */ #4a0014,
    /* merah kehitaman */ #890020
  );
}

.bg-putih {
  background-color: white;
}
.bg-dark-cta,
.bg-dark-cta:focus {
  background-color: #252840;
}
.bg-hitam {
  background-color: black;
}
.bg-gradient1 {
  background-image: linear-gradient(to right, #043b72, #2992d6);
}
.border-top-utama {
  border-top: 1.5px solid var(--bs-primary);
}
.border-bottom-utama {
  border-bottom: 3px solid var(--bs-primary);
}

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

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

.border-putih {
  border: 1px solid white;
}

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

.topbar-lang {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
}

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

.scroll {
  display: block;
  height: 185px;
  overflow: auto;
  margin-bottom: 10px;
}
.preview-box {
  display: flex;
  /*align-items: center;*/
  gap: 15px;
}

.preview-image {
  max-width: 100px;
  height: auto;
}

/* Mobile styles: gambar di atas, teks di bawah */
@media (max-width: 767.98px) {
  .preview-box {
    flex-direction: column;
    text-align: center;
  }

  .preview-image {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .deskripsi-content table td, .deskripsi-content table th {
        padding: 7px 6px !important;
        border: 1px solid #ddd;
        overflow-x: auto;
        font-size: 12px;
    }
}

.preview-container {
  /*border: 1px solid #000;*/
  padding: 5px;
  width: 400px; /* Bisa disesuaikan */
  /*font-family: */
}

.preview-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.preview-box {
  display: flex;
  flex-wrap: wrap; /* Penting agar teks pindah ke bawah jika tidak muat */
  /*border: 1px solid #999;*/
  padding: 5px;
  gap: 10px;
}

.preview-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  /*border: 1px solid #000;*/
  flex-shrink: 0; /* Jangan diperkecil saat menyempit */
}

.preview-text {
  font-size: 13px;
  /*line-height: 1.4;*/
  text-align: justify;
  flex: 1 1 155px;
}
.responsive-heading {
  font-size: 45px; /* contoh ukuran default, sesuaikan dengan desain aslinya */
}

@media (max-width: 767.98px) {
  .responsive-heading {
    font-size: 35px;
  }
}

.section-with-bg {
  position: relative;
  background-image: url("../../../images/background.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}
/* .nav-pills .nav-link {
        background-color: transparent;
        color: white;
    }

    .nav-pills .nav-link.active {
        background-color: #000000;
        color: white;
    } */
.section-with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.section-with-bg > .container {
  position: relative;
  z-index: 3;
}
.section-with-bg1 {
  position: relative;
  background-image: url("../../../images/background1.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.section-with-bg1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.section-with-bg1 > .container {
  position: relative;
  z-index: 3;
}
.icon-wrapper {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}
@media (max-width: 767.98px) {
  .icon-img {
    width: 80px;
    height: 80px;
  }
}
.responsive-title {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .responsive-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #about .ornamen-kiri {
    left: auto !important;
    right: 0 !important;
    transform: scaleX(-1); /* Mirror horizontal */
  }

  #about .ornamen-kanan {
    opacity: 0.2;
  }
}
.hover-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hover-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.custom-tour-card {
  transition: transform 0.3s ease-in-out;
  /* border-radius: 10px; */
  overflow: hidden;
}

.custom-tour-card:hover .tour-img {
  transform: scale(1.1);
}

.tour-img {
  transition: transform 0.5s ease;
  /*height: 250px;*/
  object-fit: cover;
  width: 100%;
}

.card-body {
  text-align: center;
}

.tour-divider {
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
}

/* .card-wrapper {
  position: relative;
  padding-top: 40px; 
}

.card-icon-float {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bs-primary); 
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.card-icon-float img {
  height: 80px;
  width: 80px;
  object-fit: contain;
} */

.p-cta {
  padding: 70px 60px;
}

@media (max-width: 768px) {
  .p-cta {
    padding: 60px 40px;
  }
}

.cta-container {
  background: var(--dark-gray);
  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(57, 149, 214, 0.9) 0%,
    rgba(57, 149, 214, 0.9) 50%,
    rgba(57, 149, 214, 0.5) 100%
  );
}

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

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

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

.fw-400 {
  font-family: "Nunito", sans-serif;
  font-weight: 400 !important;
}
.fw-300 {
  font-family: "Nunito", sans-serif;
  font-weight: 300 !important;
}
.fw-500 {
  font-family: "Nunito", sans-serif;
  font-weight: 500 !important;
}
.fw-600 {
  font-family: "Nunito", sans-serif;
  font-weight: 600 !important;
}
.fw-700 {
  font-family: "Nunito", sans-serif;
  font-weight: 700 !important;
}
.fw-800 {
  font-family: "Nunito", sans-serif;
  font-weight: 800 !important;
}
/* custom cursor */
.custom-cursor .circle-cursor-inner {
  background-color: var(--base-color-color);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
  background-color: var(--base-color-color);
}
.custom-cursor .circle-cursor-outer {
  border: 1px solid var(--base-color-color);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
h1 {
  line-height: 4.375rem;
}
h2 {
  line-height: 3.438rem;
}
h3 {
  line-height: 3rem;
}
h4 {
  line-height: 2.6rem;
}
h5 {
  line-height: 2rem;
}
h6 {
  line-height: 1.75rem;
}
/* header */
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-family: var(--primary-font);
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  align-self: unset !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--primary-font);
}
header .btn.btn-small {
  font-size: 14px;
}
header .btn.btn-small i {
  /* top:-2px; */
}
header .navbar-brand img {
  /*max-height: 60px;*/
      height: 60px;
    max-width: unset;
    max-height: unset;
    transition: max-height .2s;
}
@media (max-width: 767px) {
  header .navbar-brand img {
    max-height: 40px;
  }
  header .navbar-brand {
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link.active::before {
        display:none;
    }
}
.navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 8px;
    left: 50%;
    background-color: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
    transform: translateX(-50%);
}

/* Hover */
.navbar .navbar-nav .nav-link:hover::before {
    width: 100%;
    background-color: var(--base-color);
}

/* Active */
.navbar .navbar-nav .nav-link.active::before {
    width: 100%;
    background-color: var(--base-color);
}
.navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link.active::before {
    visibility: visible;
    width: 70%;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid var(--very-light-gray);
  padding: 10px 15px;
  font-size: 14px;
  color: var(--dark) !important;
  font-family: "Nunito", sans-serif;
}
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a:hover {
  background-color: var(--very-light-gray);
}
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a
  img {
  width: 40px;
  margin-right: 10px;
}
/* btn */
.btn-link i {
  top: 0px;
}
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
}
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: normal !important;
  text-transform: none;
  letter-spacing: normal;
}
.btn-yellow {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:hover {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:active {
  border-color: var(--yellow) !important;
}
.btn.btn-extra-large {
  font-size: 17px;
}
.btn.btn-large {
  font-size: 16px;
}
.btn.btn-medium {
  font-size: 15px;
}
.btn.with-rounded.btn-large > span {
  line-height: 34px;
}
.btn.with-rounded.btn-medium > span {
  line-height: 30px;
}
/* text color */
.text-emerald-green {
  color: #62cd54;
}
/* bg color */
.bg-orient-blue {
  background-color: #004211;
}
/* bg gradient color */
.bg-gradient-green-yellow-color {
  background: rgb(236, 171, 35);
  background: linear-gradient(
    306deg,
    rgba(236, 171, 35, 1) 0%,
    rgba(0, 83, 61, 1) 85%
  );
}
.bg-gradient-gray-light-dark-transparent {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(32, 35, 41, 1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    rgba(32, 35, 41, 1) 10%,
    transparent 50%
  );
}
/* homepage */
.contact-form-style-01 .btn.btn-large {
  padding: 13px 40px;
}
.terms-condition .box:before {
  top: 7px;
}
.terms-condition .box:after {
  top: 11px;
}
.contact-form-style-01 {
  margin-top: -100px;
}
/* page title */
.page-title-extra-small h1 {
  font-size: 18px;
  line-height: 22px;
}
.page-title-extra-small h2 {
  font-size: 4rem;
  line-height: 3.8rem;
}
/* team style */
.team-style-01 figure figcaption .social-icon a {
  margin: 0 5px;
}
/* text shadow */
.text-shadow-medium {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* border color */
.border-color-yellow {
  border-color: var(--yellow) !important;
}
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
  background: var(--dark-gray);
  color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
  color: var(--dark-gray);
}
/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title,
.progress-bar-style-03 .progress .progress-bar-percent {
  bottom: 10px;
}
.progress-bar-style-03 .progress {
  height: 6px;
}
/* tooltip */
.tooltip-inner {
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  color: var(--medium-gray);
  padding: 22px 35px;
  max-width: 260px;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--white) !important;
  border-width: 0 1.7em 1.7em !important;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--white) !important;
  border-width: 1.7em 1.7em 0 !important;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  margin-top: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^="top"] {
  margin-bottom: 15px !important;
}
.tooltip {
  opacity: 1 !important;
}
.tooltip .tooltip-arrow {
  width: 3.5em;
  height: 1.2em;
}
.bs-tooltip-start.tooltip .tooltip-arrow {
  width: 1.2em;
  height: 3.2em;
  margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^="left"] {
  margin-right: 15px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-width: 1em 0 1em 1em !important;
  border-left-color: var(--white) !important;
}
.bs-tooltip-end.tooltip .tooltip-arrow {
  width: 1.2em;
  height: 3.2em;
  margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^="right"] {
  margin-left: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-width: 1.7rem 1.7rem 1.7rem 0 !important;
  border-right-color: var(--white) !important;
}
.tooltip-title {
  font-weight: 600;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
  color: var(--dark-gray);
  letter-spacing: -0.5px;
}
/* top right bottom left */
.left-35px {
  left: 35px;
}
.bottom-35px {
  bottom: 35px;
}
/* footer */
footer .footer-logo img {
  max-height: 60px;
}
.footer-dark p,
.footer-dark .widget-text {
  color: var(--white);
  opacity: 0.8;
}
.footer-dark .elements-social .light li a {
  opacity: 1;
}
.footer-dark p a,
.footer-dark p a:hover {
  color: var(--white);
}
.footer-dark ul li a,
.footer-dark .widget-link {
  color: var(--white);
  opacity: 0.8;
}
.footer-dark ul li a:hover,
.footer-dark .widget-link:hover,
.footer-dark a:hover {
  opacity: 1;
  color: var(--white);
}
footer ul li {
  margin-bottom: 0;
}
.footer-dark .newsletter-style-02 input::placeholder {
  color: var(--white);
}
.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.4;
}
.footer-dark .newsletter-style-02 input::-moz-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.4;
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.4;
}
.is-touchable .cursor-page-inner {
  display: none !important;
}
/* media query responsive */
@media (max-width: 1300px) {
  .sticky-wrap.shadow-in {
    left: 18px;
  }
}
@media (max-width: 1250px) {
  .sticky-wrap.shadow-in {
    left: 2px;
  }
}
@media (max-width: 1199px) {
  header .btn.btn-rounded.btn-small {
    padding: 9px 18px;
  }
}
@media (max-width: 991px) {
  .contact-form-style-01 {
    margin-top: 0;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 18px 20px;
  }
  .elements-social .large-icon li {
    margin: 0 5px;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li
    a:hover {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .process-step-style-03 .progress-step-separator {
    display: block;
  }
}
@media (max-width: 575px) {
  .process-step-style-03 .progress-step-separator {
    display: none;
  }
}
.custom-overlay {
  position: relative;
}
.custom-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 50px 50px;
}
.opacity-custom {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--gold-pale);
  z-index: -1;
}
.custom-hover-scale {
  transition: 0.3s;
}
.custom-hover-scale:hover {
  transform: scale(0.98);
}
.custom-hover-scale .image {
  transition: 0.3s;
}
.custom-hover-scale:hover .image {
  transform: scale(1.05);
}
.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 8;
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky;
  }
}

@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-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: 0.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: 0;
}

#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: 0.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: 0.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 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: 0.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: 0.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) 0.3s,
    opacity ease-in 0.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: 0.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;
}
.fs-14.text-dark-gray ul {
  list-style: none;
  margin: 0.5rem 0;
  padding-left: 0px;
  /*background: #f7f3ec;*/
  border-radius: 8px;
}

.fs-14.text-dark-gray ul li {
  position: relative;
  padding-left: 44px;
  margin: 8px 0;
  line-height: 1.4;
}

.fs-14.text-dark-gray ul li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  color: #e3c059;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  font-size: 14px;
}

/* Floating WA */
.cbh-phone {
  display: block;
  position: fixed;
      right: -15px;
    bottom: -18px;
  visibility: hidden;
  background-color: transparent;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(../../../images/ornamen/whats.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #2ecb71;
}

/* Hanya Float Button yang tampil di mobile */
@media (max-width: 768px) {
  .mobile-float-btn {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    font-weight: 600;
    text-align: center;
  }

  .mobile-float-btn a {
    flex: 1;
    padding: 14px 0;
    color: #003366; /* teks navy */
    font-size: 16px;
    text-decoration: none;
  }

  .btn-call {
    background: var(--base-color-color); /* kuning */
    color: #fff !important;
  }

  .btn-wa {
    background: #25d366; /* hijau WA */
    color: #fff !important;
  }

  .mobile-float-btn i {
    margin-right: 6px;
  }
}
/* Custom Underline judul footer */
.custom-underline {
  color: #fff !important; /* teks putih */
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  position: relative;
  padding-bottom: 4px; /* jarak ke garis */
}

.custom-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%; /* bisa diubah: 100% jika mau full */
  height: 2px;
  background: var(--base-color-color);
}

.deskripsi-box ul {
  margin: 0;
  padding-left: 18px;
}

.deskripsi-box ul li {
  margin-bottom: 5px;
}

/* Jika list lebih dari 5 item, otomatis tinggi melebihi batas → scroll aktif */
.deskripsi-box {
  max-height: 250px; /* kira-kira tinggi 5 item */
  overflow-y: auto;
}
#topbar .topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 12px;
}
.label-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 16px;
  border: 1px solid var(--gold-lt);
  border-radius: 999px;
  background: var(--gold-pale);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .label-pill {
      font-size: 1rem;
    }
}
.keunggulan-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), var(--bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.keunggulan-bg {
  position: relative;
  z-index: 1;
}

.keunggulan-bg::before {
  z-index: -1;
}
.keunggulan-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}
.truncate-4-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.truncate-3-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.testi-card {
  background: rgba(227, 192, 89, 0.05);
  border: 1px solid rgba(184, 150, 62, 0.1);
  border-radius: 16px;
  padding: 28px 26px;
  height: 100%;
  transition:
    background var(--transition),
    transform var(--transition);
}
.testi-card:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-4px);
  transition: all var(--transition);
}
.testi-stars {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.testi-text {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.75;
  margin-bottom: 1.2rem;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-disp);
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}
.testi-name {
  font-weight: 600;
  color: var(--dark-gray);
  font-size: 0.9rem;
}
.testi-role {
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.45);
}
.img-custom {
  width: 70%;
}

@media (max-width: 768px) {
  .img-custom {
    width: 100%;
  }
}
.header-responsive {
  margin-top: 0px !important;
}

@media (max-width: 991px) {
  .header-responsive {
    /*margin-top: 70px !important;*/
  }
}
.alt-logo {
    max-height: 60px !important;
}
.layanan-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .layanan-hero {
    grid-template-columns: 1fr;
  }
}

/* Gambar tidak terpotong */
.layanan-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(1, 60, 127, 0.12);
  background: #f4f7fb;
  width: 100%;
}
.layanan-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Info Kanan */
.layanan-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.layanan-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.badge-kategori {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 20px;
  background: var(--utama);
  color: #fff;
}

.badge-views {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 13px;
  border-radius: 20px;
  background: var(--gold-pale);
  color: var(--gold);
  border: 1px solid var(--gold-lt);
}

.layanan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  color: var(--gold);
}
.layanan-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.layanan-meta i {
  color: var(--utama);
}

.layanan-judul {
  font-size: 26px;
  font-weight: 700;
  color: #0d1f35;
  line-height: 1.35;
  margin: 0;
}

.layanan-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #4a5f75;
  margin: 0;
}

/* â”€â”€ Tombol Aksi â”€â”€ */
.layanan-actions {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
  margin-top: 4px;
}

.btn-pesan {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  background: var(--gold-pale);
  color: var(--gold);
  border: 1px solid var(--gold-lt);
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.18s,
    transform 0.12s;
}
.btn-pesan:hover {
  background: transparent;
  border: 1px solid var(--gold-lt);
  color: var(--gold);
  transform: translateY(-2px);
}
.btn-pesan:active {
  transform: scale(0.97);
}

.btn-telpon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold-lt);
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.12s;
}
.btn-telpon:hover {
  background: var(--gold-pale);
  color: var(--gold);
  transform: translateY(-2px);
}
.btn-telpon:active {
  transform: scale(0.97);
}

/* â”€â”€ Divider & Share â”€â”€ */
.layanan-divider {
  border: none;
  border-top: 1px solid rgba(1, 60, 127, 0.1);
  margin: 0 0 28px;
}

.share-wrap {
  margin-bottom: 28px;
}
.share-label {
  font-size: 12px;
  font-weight: 700;
  color: #9aabb8;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #555;
  text-decoration: none;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.share-btn:hover {
  background: #f4f4f4;
  border-color: rgba(0, 0, 0, 0.18);
}
.share-btn.fb {
  color: #1877f2;
}
.share-btn.wa {
  color: #25d366;
}
.share-btn.tg {
  color: #229ed9;
}
.share-btn.tw {
  color: #1da1f2;
}
.share-btn.ms {
  color: #0084ff;
}

/* â”€â”€ Populer Layanan â”€â”€ */
.populer-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d1f35;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--utama);
  display: inline-block;
}
.populer-section-title span {
  color: var(--utama);
}

.populer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 16px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

@media (max-width: 768px) {
  .populer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .populer-grid {
    grid-template-columns: 1fr;
  }
}

.populer-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(1, 60, 127, 0.1);
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.18s,
    transform 0.18s;
}
.populer-card:hover {
  box-shadow: 0 8px 28px rgba(1, 60, 127, 0.13);
  transform: translateY(-3px);
}

.populer-card-img-wrap {
  position: relative;
}
.populer-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  background: #f4f7fb;
}

.populer-rank {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--utama);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 1.6;
}

.populer-card-body {
  padding: 12px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.populer-card-meta {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color: var(--gold);
  font-style: italic;
}
.populer-card-meta i {
  color: var(--utama);
  opacity: 0.7;
}

.populer-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #0d1f35;
  line-height: 1.4;
  margin: 0;
}
/* Area deskripsi */
.deskripsi-content {
  color: #000;
  line-height: 1.8;
  font-size: 16px;
}

/* Heading */
.deskripsi-content h1,
.deskripsi-content h2,
.deskripsi-content h3,
.deskripsi-content h4,
.deskripsi-content h5 {
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.deskripsi-content h1 {
  font-size: 36px;
}

.deskripsi-content h2 {
  font-size: 30px;
}

.deskripsi-content h3 {
  font-size: 26px;
}

.deskripsi-content h4 {
  font-size: 22px;
}

.deskripsi-content h5 {
  font-size: 18px;
}

/* Table */
.deskripsi-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 10px;
  font-size: 15px;
}

/* Header tabel */
.deskripsi-content table thead:first-child {
  background: #000;
  color: #fff;
}

/* Isi tabel */
.deskripsi-content table td,
.deskripsi-content table th {
  padding: 14px 16px;
  border: 1px solid #ddd;
}

/* Zebra table */
.deskripsi-content table tr:nth-child(even):not(:first-child) {
  background: #f8f8f8;
}

/* Responsive */
@media (max-width: 768px) {
  .deskripsi-content {
    font-size: 15px;
  }

  .deskripsi-content h1 {
    font-size: 30px;
  }

  .deskripsi-content h2 {
    font-size: 26px;
  }

  .deskripsi-content h3 {
    font-size: 22px;
  }

  .deskripsi-content h4 {
    font-size: 20px;
  }

  .deskripsi-content h5 {
    font-size: 17px;
  }

  .deskripsi-content table {
    font-size: 14px;
  }
}
.cta-wrapper {
  background: #fbf8eb;
  /* padding: 80px 24px; */
  position: relative;
  overflow: hidden;
}

.cta-wrapper::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(18, 22, 84, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.cta-wrapper::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(247, 168, 0, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch; /* penting */
}

.cta-right {
  display: flex;
}

.map-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.map-iframe-wrap {
  flex: 1; /* 🔥 ini kunci */
  min-height: 300px; /* optional biar ga terlalu kecil */
  background: var(--base-color-pale);
  position: relative;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-pale);
  color: var(--base-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.cta-eyebrow span {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
}

.cta-heading {
  /*font-family: "DM Serif Display", serif;*/
  font-size: 42px;
  line-height: 1.15;
  color: var(--base-color);
  margin-bottom: 16px;
  font-weight: 500;
}
.cta-heading em {
  font-style: italic;
  color: var(--accent);
}

.cta-desc {
  font-size: 15px;
  color: var(--dark-gray);
  line-height: 1.75;
  margin-bottom: 36px;
}

/* CONTACT CARDS */
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  text-decoration: none;
  transition:
    box-shadow 0.22s,
    border-color 0.22s,
    transform 0.18s;
  cursor: pointer;
}
.contact-card:hover {
  box-shadow: var(--shadow-card);
  border-color: rgba(18, 22, 84, 0.28);
  transform: translateY(-2px);
}

.contact-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--base-color-xlight);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--base-color);
  transition: background 0.2s;
}
.contact-card:hover .contact-card-icon {
  background: var(--base-color);
  color: var(--white);
}

.contact-card-body {
  flex: 1;
}
.contact-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark-gray);
  margin-bottom: 3px;
}
.contact-card-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}
a.contact-card .contact-card-value {
  color: var(--base-color);
}

.contact-card-arrow {
  font-size: 13px;
  color: var(--dark-gray);
  transition:
    color 0.2s,
    transform 0.18s;
}
.contact-card:hover .contact-card-arrow {
  color: var(--base-color);
  transform: translateX(3px);
}

/* SOCIAL ROW */
.social-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.social-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark-gray);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.social-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: var(--white);
  font-size: 13px;
  font-weight: 600;
  color: var(--base-color);
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.social-pill:hover {
  background: var(--base-color);
  color: var(--white);
  border-color: var(--base-color);
}

/* RIGHT SIDE — MAP CARD */
.cta-right {
}

.map-card {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.map-card-header {
  background: var(--base-color);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-card-header-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
}
.map-card-header-badge {
  background: var(--accent);
  color: #3d2800;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
}

.map-iframe-wrap {
  width: 100%;
  height: 73vh;
  background: var(--base-color-pale);
  position: relative;
}
.map-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.map-card-footer {
  padding: 18px 24px;
  border-top: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.map-address {
  font-size: 13px;
  color: var(--dark-gray);
  line-height: 1.55;
  flex: 1;
}
.map-address strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 2px;
}
.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 100px;
  background: var(--base-color);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.15s;
  flex-shrink: 0;
}
.map-btn:hover {
  background: var(--bs-white);
  transform: translateY(-1px);
  color: var(--base-color);
  border: 1px solid var(--base-color);
}

/* RESPONSIVE */
@media (max-width: 720px) {
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .cta-heading {
    font-size: 30px;
  }
  .cta-wrapper {
    /* padding: 56px 20px; */
  }
}
.padding-custom {
  padding: 0px 70px 0px 70px;
}

/* RESPONSIVE */
@media (max-width: 720px) {
  .padding-custom {
    padding: 0;
  }
}
/* Grid 2 kolom */
.sertifikat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Card */
.sertifikat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.sertifikat-item:hover {
  transform: translateY(-4px);
}

/* Gambar */

.sertifikat-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
}

/* Konten */
.sertifikat-content {
  flex: 1;
}

.sertifikat-content .fs-18 {
  line-height: 1.4;
}

.sertifikat-content .fs-14 {
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .sertifikat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .sertifikat-item {
    flex-direction: column;
    text-align: center;
  }

  .sertifikat-image {
    width: 100%;
    min-width: 100%;
  }

  .sertifikat-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  #shapo-widget-c9b6a9db709cdb57b4de {
    margin-bottom: -3rem !important;
  }
}

#shapo-widget-c9b6a9db709cdb57b4de {
  margin-bottom: -2rem;
}.hero-btn .btn span{
    white-space: nowrap;
}
.navbar.menu-open {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(28, 28, 28, 0.8) !important;
}
#navbarNav .nav-link {
        text-transform: uppercase;
    }
    @media (max-width: 991.98px) {
    .glass-effect,
    .navbar {
        overflow: visible !important;
    }
}
@media (max-width: 991.98px) {

    #navbarNav .nav-item {
        position: relative;
        width: 100%;
    }

    #navbarNav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 15%;
        width: 70%;
        height: 1px;
        background: rgba(255,255,255,.3);
    }

    #navbarNav .nav-item:last-child::after {
        display: none;
    }

    #navbarNav .nav-link {
        display: block;
        text-align: center;
        padding: 15px 0 !important;
        text-transform: uppercase;
    }
}

.mobile-mb-8 {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .mobile-mb-8 {
        margin-bottom: 8% !important; /* setara mb-8 */
    }
    .bg-navbar{
        background-color: transparent !important;
    }
}
/* Base - transparent */
/* ── Base ── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background-color: transparent;
  padding: 16px 0;
  transition: border-bottom 0.3s ease, box-shadow 0.3s ease;
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
}

.site-nav__brand img {
  height: 40px;
  width: auto;
  display: block;
}

/* ── Right side: lang + toggler ── */
.site-nav__right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav__lang {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}
.site-nav__lang a { color: inherit; text-decoration: none; }
.site-nav__lang span { opacity: 0.4; }

/* ── Hamburger ── */
.site-nav__toggler {
  width: 36px; height: 36px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  background: transparent; border: none;
  cursor: pointer; padding: 4px;
  border-radius: 6px;
}
.site-nav__toggler span {
  display: block;
  width: 30px; height: 1.5px;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.site-nav__toggler[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.site-nav__toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0; transform: scaleX(0);
}
.site-nav__toggler[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ── Drawer ── */
.site-nav__drawer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease,
              visibility 0s linear 0.2s;
}

.site-nav__drawer.is-open {
  max-height: 320px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease,
              visibility 0s linear 0s;
}
.site-nav__drawer ul {
  list-style: none;
  margin: 0; padding: 8px 0 16px;
}
.site-nav__drawer ul li a {
  display: block;
  padding: 11px 24px 16px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all 0.2s;
  text-align: center;
  text-transform:uppercase;
}
.site-nav__drawer ul li a {
  display: block;
  padding: 11px 24px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
}

.site-nav__drawer ul li a::after {
  content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s ease;
}

.site-nav__drawer ul li a:hover::after,
.site-nav__drawer ul li a.active::after {
  background-color: var(--base-color);
}

.site-nav__drawer ul li a:hover,
.site-nav__drawer ul li a.active {
  color: var(--base-color);
}

/* ── State: menu open (mobile only) ── */
@media (max-width: 991px) {
  .site-nav:has(.is-open) {
    background-color: rgba(28, 28, 28, 0.8) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.3s ease;
  }
}

.site-nav.is-sticky {
  background-color: rgba(28, 28, 28, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.lang-link {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

.lang-link.active {
    color: var(--base-color);
}
/* Navbar normal (sebelum sticky) */
.navbar.bg-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

/* Saat sticky */
.sticky .navbar.bg-navbar,
header.sticky .navbar.bg-navbar,
.navbar.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Hanya desktop */
@media (max-width: 991.98px) {
    .navbar.bg-navbar {
        padding-top: inherit;
        padding-bottom: inherit;
    }
}


.site-nav.scrolled {
    padding: 5px 0 !important;
}