.elementor-kit-7{--e-global-color-primary:#7916B3;--e-global-color-secondary:#444444;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--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:"Inter";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-7107b8a-font-family:"Inter";background-color:#FFFFFF;}.elementor-kit-7 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);}@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 *//* ====== Grid Galeri 2 Kolom ====== */
.gal-grid{
  display:flex; flex-wrap:wrap;
  gap:24px;
}

/* Kartu galeri */
.gal-card{
  flex: 1 1 calc(50% - 12px);   /* dua kolom */
  background:#fff;
  border-radius:16px;
  box-shadow:0 12px 24px rgba(0,0,0,.08);
  overflow:hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gal-card:hover{
  transform: translateY(-4px);
  box-shadow:0 18px 32px rgba(0,0,0,.12);
}

/* Area gambar dengan rasio seragam */
.gal-image{
  position:relative;
  aspect-ratio: 16 / 9;         /* seragam tinggi gambar */
  overflow:hidden;
}
.gal-image img{
  width:100%; height:100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .4s ease;
}
.gal-card:hover .gal-image img{ transform: scale(1.05); }

/* Bar meta putih (judul & deskripsi) */
.gal-meta{
  padding:16px 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}
.gal-meta h3, .gal-meta h4{
  margin:0 0 4px;
  font-weight: 700;
  color:#111827;                /* abu tua */
  font-size: 18px;              /* sesuaikan di Elementor juga */
}
.gal-meta p{
  margin:0;
  color:#6B7280;                /* abu-abu */
  font-size:14px;
}

/* Responsif: 1 kolom pada tablet kecil & mobile */
@media (max-width: 991px){
  .gal-card{ flex-basis:100%; }
}/* End custom CSS */