/* Homepage Custom Layout */

.site-main.homepage-custom {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.homepage-custom {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.homepage-custom>section:first-child {
  margin-top: 0 !important;
  padding-top: var(--spacing-xxl) !important;
}

.homepage-custom .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--heading-color);
}

/* spacing antar sections */
.homepage-custom section {
  position: relative;
  width: 100% !important;
  max-width: 100vw !important;
}

.homepage-custom section:not(.hero-section):not(.photo-hero-section) {
  /* default section padding sudah ada di .section-spacing class */
}

/* override astra default kalau conflict */
.homepage-custom .entry-content {
  margin: 0;
}

.homepage-custom .ast-container {
  max-width: 100%;
  padding: 0;
}