.elementor-kit-7{--e-global-color-primary:#81007F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#81007F;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-caff119-font-family:"Poppins";--e-global-typography-caff119-font-size:16px;--e-global-typography-caff119-font-weight:600;--e-global-typography-5ada8fe-font-family:"Poppins";--e-global-typography-5ada8fe-font-size:12px;--e-global-typography-5ada8fe-font-weight:600;--e-global-typography-ffa3c4e-font-family:"Poppins";--e-global-typography-ffa3c4e-font-size:26.7px;--e-global-typography-ffa3c4e-font-weight:500;--e-global-typography-d48e2eb-font-family:"Poppins";--e-global-typography-d48e2eb-font-size:26px;--e-global-typography-d48e2eb-font-weight:600;--e-global-typography-30ed3be-font-family:"Poppins";--e-global-typography-30ed3be-font-size:18px;--e-global-typography-30ed3be-font-weight:600;--e-global-typography-4be5682-font-family:"Poppins";--e-global-typography-4be5682-font-size:14px;--e-global-typography-4be5682-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:26px;--e-global-typography-secondary-font-size:22px;--e-global-typography-accent-font-size:18px;--e-global-typography-text-font-size:12px;--e-global-typography-caff119-font-size:16px;--e-global-typography-ffa3c4e-font-size:22px;--e-global-typography-d48e2eb-font-size:18px;--e-global-typography-30ed3be-font-size:18px;--e-global-typography-4be5682-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-accent-font-size:14px;--e-global-typography-text-font-size:10px;--e-global-typography-caff119-font-size:14px;--e-global-typography-ffa3c4e-font-size:18px;--e-global-typography-d48e2eb-font-size:16px;--e-global-typography-30ed3be-font-size:18px;--e-global-typography-4be5682-font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Batasi title H6 dalam Elementor Post widget agar maksimal 2 baris */
.elementor-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 0; /* maksimal 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  height: 2.8em; /* 1.4em x 2 = 2 baris */
}

/* Batasi excerpt H6 dalam Elementor Post widget agar maksimal 2 baris */
.elementor-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 0; /* maksimal 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  height: 6.7em; /* 1.4em x 2 = 2 baris */
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  font-family: inherit;
}

.elementor-pagination .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  border: 2px solid #81007F;
  border-radius: 5px;
  background-color: #fff;
  color: #81007F;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.elementor-pagination .page-numbers:hover {
  background-color: #81007F;
  color: #fff;
}

.elementor-pagination .page-numbers.current {
  background-color: #81007F;
  color: #fff;
  border-color: #81007F;
  pointer-events: none;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  font-weight: 500;
  color: #666;
  border-color: #ccc;
  background-color: #f9f9f9;
}

.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  background-color: #e0e0e0;
  color: #000;
}

/* Responsif untuk tablet */
@media (max-width: 1024px) {
  .elementor-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 13px;
  }
}

/* Responsif untuk mobile */
@media (max-width: 767px) {
  .eleme/* Container utama popup */
.jet-popup__container {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); /* transparansi 25% */
    background-color: transparent !important; /* transparan */
    position: relative;
    overflow: hidden;
}

/* Inner content (agar tidak menimpa background) */
.jet-popup__container-content {
    background-color: white; /* Jika butuh isi putih, atur di sini */
    border-radius: 10px;
    padding: 20px;
}

/* Tombol close */
.jet-popup__close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect tombol close */
.jet-popup__close-button:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

/* Ikon SVG di dalam tombol */
.jet-popup__close-button svg {
    width: 16px;
    height: 16px;
}

/* Opsional: Transisi lembut untuk popup */
.jet-popup__container-inner {
    transition: all 0.3s ease;
}
ntor-pagination {
    gap: 6px;
  }
  .elementor-pagination .page-numbers {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
  }
}

/* Container utama popup */
.jet-popup__container {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); /* transparansi 25% */
    background-color: transparent !important; /* transparan */
    position: relative;
    overflow: hidden;
}

/* Inner content (agar tidak menimpa background) */
.jet-popup__container-content {
    background-color: white; /* Jika butuh isi putih, atur di sini */
    border-radius: 10px;
    padding: 20px;
}

/* Tombol close hanya ikon X tanpa latar */
.jet-popup__close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: none !important;
    border: none !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Paksa isi ikon SVG jadi hitam */
.jet-popup__close-button svg,
.jet-popup__close-button svg path {
    fill: black !important;
    color: black !important;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

/* Hover effect */
.jet-popup__close-button:hover svg {
    transform: scale(1.2);
}


/* Opsional: Transisi lembut untuk popup */
.jet-popup__container-inner {
    transition: all 0.3s ease;
}

/* Sembunyikan judul gambar saat mengarahkan kursor */
img[title] {
  pointer-events: none;
}

#glt-translate-trigger {
    display: none !important;
}

.jet-listing-grid__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Untuk horizontal center */
  align-items: center;     /* Untuk vertical center (jika tinggi container ditentukan) */
  text-align: center;      /* Jika ingin isi item juga center */
}/* End custom CSS */