.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-9 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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* =============================== INTERACTIVE CONTAINER – HOVER =============================== */ .interactive-container { position: relative; overflow: hidden; } /* Semua image di dalam container */ .interactive-container img { transition: transform 0.6s ease, filter 0.6s ease; transform: scale(1); } /* Overlay gelap */ .interactive-container::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0); transition: background 0.6s ease; pointer-events: none; z-index: 2; } /* HOVER AREA */ .interactive-container:hover img { transform: scale(1.08) translateY(-6px); filter: brightness(1.05); } .interactive-container:hover::after { background: rgba(0, 0, 0, 0.25); } /* Akhir Dari Hover */ /* =============================== GALLERY IMAGE BASE =============================== */ .gallery-img-large, .gallery-img-small-top, .gallery-img-small-bottom { position: relative; overflow: hidden; } .gallery-img-large img, .gallery-img-small-top img, .gallery-img-small-bottom img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, filter 0.6s ease; } /* =============================== BORDER RADIUS (SEPERTI FOTO) =============================== */ /* Gambar besar: rounded semua */ .gallery-img-large { border-radius: 17px; } /* Stack atas */ .gallery-img-small-top { border-radius: 17px; } /* Stack bawah */ .gallery-img-small-bottom { border-radius: 17px; } /* =============================== HOVER EFFECT (OPSIONAL, HALUS) =============================== */ .gallery-img-large:hover img, .gallery-img-small-top:hover img, .gallery-img-small-bottom:hover img { transform: scale(1.08); filter: brightness(0.95); } /* =============================== MOdal foto home =============================== */ .image-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 9999; align-items: center; justify-content: center; } .image-modal img { max-width: 90%; max-height: 90%; border-radius: 12px; } .close-modal { position: absolute; top: 20px; right: 30px; font-size: 40px; color: #fff; cursor: pointer; } 
/* =============================== Akhir MOdal foto home =============================== */
.img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  transition: transform 0.45s ease;
}

.img-wrap:hover {
  transform: scale(1.04);
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 1;
}

.img-wrap:hover img {
  transform: scale(1.12);
}
.img-wrap::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -60%;
  width: 50%;
  height: 220%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  transition: all 0.8s ease;
  z-index: 2;
  pointer-events: none;
}

.img-wrap:hover::before {
  top: 120%;
  left: 120%;
}
.img-wrap::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 42px;
  color: #ffffff;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 3;
  pointer-events: none;
}

.img-wrap:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 768px) {
  .img-wrap:hover {
    transform: none;
  }

  .img-wrap:hover img {
    transform: none;
  }

  .img-wrap::before,
  .img-wrap::after {
    display: none;
  }
}

.stats-section {
  background: #000;
}/* End custom CSS */