.elementor-kit-5{--e-global-color-primary:#042422;--e-global-color-secondary:#FF6700;--e-global-color-text:#2D2D2D;--e-global-color-accent:#68FFDD;--e-global-color-f799c6d:#FFFFFF;--e-global-color-c95a346:#F4F4F4;--e-global-color-253fc23:#BEBEBE;--e-global-color-e79cc1c:#686868;--e-global-color-f75ff3c:#0C0E0E;--e-global-color-8f510e1:#2D3030;--e-global-color-c7227cd:#181B1B;--e-global-color-c3934c3:#ECF4FF;--e-global-color-c21d5f3:#42A5A2;--e-global-color-09e500c:#275B57;--e-global-color-f9fdfdc:#BAD6FF;--e-global-color-365dc68:#50799C;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:0.3px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.3px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-db91e5e-font-family:"Poppins";--e-global-typography-db91e5e-font-size:127px;--e-global-typography-db91e5e-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================= */
/* RESET GALLERY STRUCTURE */
/* ============================= */

.elementor-widget-image-gallery .gallery {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  gap: 1px;
}

.elementor-widget-image-gallery .gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

/* IMPORTANT: Pastikan link cover full item */
.elementor-widget-image-gallery .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/* ============================= */
/* DESKTOP - 4 COLUMN */
/* ============================= */

@media (min-width: 1025px) {
  .elementor-widget-image-gallery .gallery-item {
    width: calc(25% - 0.75px) !important;
  }
}

/* ============================= */
/* TABLET - 4 COLUMN */
/* ============================= */

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-widget-image-gallery .gallery-item {
    width: calc(25% - 0.75px) !important;
  }
}

/* ============================= */
/* MOBILE - 2 COLUMN */
/* ============================= */

@media (max-width: 767px) {
  .elementor-widget-image-gallery .gallery-item {
    width: calc(50% - 0.5px) !important;
  }
}

/* ============================= */
/* IMAGE SETTINGS */
/* ============================= */

.elementor-widget-image-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* ============================= */
/* HOVER EFFECT (DESKTOP ONLY) */
/* ============================= */

.elementor-widget-image-gallery .gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.4s ease;
  pointer-events: none; /* IMPORTANT: allow click through */
}

@media (min-width: 1025px) {
  .elementor-widget-image-gallery .gallery-item:hover img {
    transform: scale(1.08);
  }

  .elementor-widget-image-gallery .gallery-item:hover::after {
    background: rgba(255,255,255,0.2);
  }
}

/* ============================= */
/* BLUR BACKGROUND WHEN LIGHTBOX OPEN */
/* ============================= */

.dialog-type-lightbox {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Optional: kurangkan opacity gelap supaya blur lebih jelas */
.dialog-type-lightbox .dialog-lightbox-widget {
  background: rgba(0,0,0,0.6) !important;
}/* End custom CSS */