.elementor-1041 .elementor-element.elementor-element-764b5352 > .elementor-container{max-width:1440px;}.elementor-1041 .elementor-element.elementor-element-764b5352{padding:70px 10px 100px 10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1041 .elementor-element.elementor-element-5366fcf6{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;text-align:center;}.elementor-1041 .elementor-element.elementor-element-5366fcf6 .elementor-heading-title{font-size:35px;font-weight:700;text-transform:none;color:#030303;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1041 .elementor-element.elementor-element-cfe56c1 .gallery-item .gallery-caption{display:none;}.elementor-1041 .elementor-element.elementor-element-cfe56c1 .gallery-item{padding:0 5px 5px 0;}.elementor-1041 .elementor-element.elementor-element-cfe56c1 .gallery{margin:0 -5px -5px 0;}@media(max-width:1024px){.elementor-1041 .elementor-element.elementor-element-764b5352{padding:70px 20px 100px 20px;}.elementor-1041 .elementor-element.elementor-element-5366fcf6{text-align:center;}.elementor-1041 .elementor-element.elementor-element-5366fcf6 .elementor-heading-title{font-size:30px;line-height:50px;}}@media(max-width:767px){.elementor-1041 .elementor-element.elementor-element-764b5352{padding:30px 10px 100px 10px;}.elementor-1041 .elementor-element.elementor-element-5366fcf6{text-align:center;}.elementor-1041 .elementor-element.elementor-element-5366fcf6 .elementor-heading-title{line-height:35px;}}/* Start custom CSS for image-gallery, class: .elementor-element-cfe56c1 *//* Force Elementor / WP gallery jadi grid kemas */
.gallery-spacing-custom .gallery {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0px !important;
}

/* buang style default WP gallery */
.gallery-spacing-custom .gallery-item {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.gallery-spacing-custom .gallery-icon {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-spacing-custom .gallery-icon a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.gallery-spacing-custom .gallery-icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .gallery-spacing-custom .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .gallery-spacing-custom .gallery {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */