/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*.slides {
  height: auto;
}

.swiper-wrapper {
  position: relative;
}
*/
.swiper-slide-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: none;
}

.page-title {
  position: relative;
  overflow: hidden;
}

.page-title-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* gelap lembut */
  z-index: 1;
}

.page-title .container {
  z-index: 2;
}

/* List: rapikan konten Quill (list, spacing) */
.list-content ol,
.list-content ul {
  padding-left: 1.25rem;
  margin: 0 0 1rem 0;
}

.list-content li {
  margin: 0.25rem 0;
}

/* Quill menyimpan bullet sebagai <ol><li data-list="bullet"> */
.list-content ol > li[data-list="bullet"] {
  list-style-type: disc;
}

.list-content ol > li[data-list="ordered"] {
  list-style-type: decimal;
}

.list-content .ql-ui {
  display: none;
}

/* Headings & paragraphs inside pendaftaran tabs */
.list-content h1,
.list-content h2,
.list-content h3,
.list-content h4,
.list-content h5,
.list-content h6 {
  margin: 1rem 0 0.5rem 0;
  font-weight: 600;
  color: #2b2b2b;
}

.list-content p {
  margin: 0 0 0.75rem 0;
}
