.parallax-section {
  position: relative;
  background: url('https://hejorganic.id/image/catalog/btheme/organic-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.parallax-section .overlay {
  position: absolute;
  inset: 0; /* full cover */
  background: rgba(31,41,55,0.55); /* semi transparan pakai tone fg */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.parallax-section .title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.parallax-section .subtitle {
  color: var(--ring);
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.parallax-section .subtitle {
  color: #dedede;
}

.parallax-section.section .subtitle {
  color: #dedede;
}
