.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.pick-class-label {
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 23px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

#icons-row i.now-ui-icons {
  font-size: 30px;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example .img-src {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  min-height: 740px;
  height: 100%;
}

#notifications {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }
  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

#navbar .navbar {
  margin-bottom: 20px;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
  pointer-events: none;
}

.section-tabs {
  background: #EEEEEE;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download {
  padding-top: 130px;
}

.section-download .description {
  margin-bottom: 60px;
}

.section-download h4 {
  margin-bottom: 25px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a+a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

.brand .h1-seo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}

.brand .n-logo {
  max-width: 280px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.creative-tim-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-basic {
  padding-top: 0;
}

.section-images {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-navbars .navbar-collapse {
    display: none !important;
  }
}

/* =====================================================
   BERITA (News) Page Styles
   Consistent with home page design language:
   Primary: #11a39c (teal), Accent: #c9a96e (gold)
   Font: Montserrat, Background: warm cream gradients
   ===================================================== */

/* --- Hero Header --- */
.berita-hero {
  position: relative;
  height: 240px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-top: 0;
}

.berita-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.berita-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(17,72,68,0.75) 100%);
}

.berita-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 28px;
}

.berita-hero__title {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.berita-hero__subtitle {
  font-family: 'Montserrat', sans-serif;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
}

.berita-breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}

.berita-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.82rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: color 0.2s;
}

.berita-breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.berita-breadcrumb .breadcrumb-item.active {
  color: rgba(255,255,255,0.55);
  font-size: 0.82rem;
  font-family: 'Montserrat', sans-serif;
}

.berita-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.4);
}

/* --- Section --- */
.berita-section {
  background: linear-gradient(165deg, #faf8f4 0%, #f3ede5 100%);
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
}

.berita-section::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 340px;
  height: 340px;
  border: 2px solid rgba(17,163,156,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.berita-section::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(201,169,110,0.07);
  border-radius: 50%;
  pointer-events: none;
}

/* --- Ornament --- */
.berita-section__ornament-wrap {
  padding-top: 36px;
  margin-bottom: 28px;
}

.berita-section__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.berita-section__ornament .ornament-line {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #11a39c);
}

.berita-section__ornament .ornament-line:last-child {
  background: linear-gradient(90deg, #11a39c, transparent);
}

.berita-section__ornament .ornament-diamond {
  width: 10px;
  height: 10px;
  background: #11a39c;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* --- Filter Panel --- */
.berita-filters {
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 32px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
  border: 1px solid rgba(17,163,156,0.08);
  position: relative;
  z-index: 2;
}

.berita-filters__search {
  margin-bottom: 18px;
}

.berita-search {
  position: relative;
  max-width: 480px;
}

.berita-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #11a39c;
  font-size: 0.85rem;
  pointer-events: none;
}

.berita-search__field {
  padding-left: 42px !important;
  padding-right: 40px !important;
  border-radius: 10px !important;
  border: 1.5px solid #e8e3db !important;
  font-size: 0.88rem !important;
  font-family: 'Montserrat', sans-serif !important;
  height: 44px !important;
  box-shadow: none !important;
  background: #faf8f4 !important;
  transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

.berita-search__field:focus {
  border-color: #11a39c !important;
  background: #fff !important;
  outline: none !important;
}

.berita-search__field::placeholder {
  color: #a8a090;
}

.berita-search__clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #a8a090;
  font-size: 0.85rem;
  text-decoration: none;
  padding: 4px;
  transition: color 0.2s;
}

.berita-search__clear:hover {
  color: #e74c3c;
  text-decoration: none;
}

/* --- Filter Groups --- */
.berita-filters__row {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.berita-filters__group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.berita-filters__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8a7e6e;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-top: 7px;
  min-width: 110px;
  flex-shrink: 0;
}

.berita-filters__label i {
  color: #c9a96e;
  margin-right: 4px;
  font-size: 0.72rem;
}

.berita-filters__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}

.berita-pill {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #5a5347;
  background: #f5f1ea;
  border: 1px solid #e8e3db;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.berita-pill:hover {
  color: #11a39c;
  border-color: #11a39c;
  background: rgba(17,163,156,0.06);
  text-decoration: none;
}

.berita-pill--active {
  color: #fff;
  background: #11a39c;
  border-color: #11a39c;
}

.berita-pill--active:hover {
  color: #fff;
  background: #0e8e88;
  border-color: #0e8e88;
}

/* --- Province Select Dropdown --- */
.berita-filters__select-wrap {
  position: relative;
  display: inline-block;
  min-width: 200px;
}

.berita-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 36px 8px 14px;
  border-radius: 8px;
  border: 1.5px solid #e8e3db;
  background: #faf8f4;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #5a5347;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  outline: none;
}

.berita-select:focus {
  border-color: #11a39c;
  background: #fff;
}

.berita-select:hover {
  border-color: #11a39c;
}

.berita-select option {
  padding: 8px;
}

.berita-select__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.65rem;
  color: #8a7e6e;
  pointer-events: none;
}

/* --- Filter Status --- */
.berita-filters__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f0ebe3;
}

.berita-filters__count {
  font-family: 'Montserrat', sans-serif;
  color: #8a7e6e;
  font-size: 0.82rem;
  margin: 0;
  font-weight: 500;
}

.berita-filters__count strong {
  color: #2c3e50;
}

.berita-filters__reset {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #c9a96e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}

.berita-filters__reset:hover {
  color: #b08d50;
  text-decoration: none;
}

/* --- Article List --- */
.berita-list {
  position: relative;
  z-index: 1;
}

/* --- Article Card (regular) --- */
.berita-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.berita-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.08);
}

/* Image */
.berita-card__image-link {
  display: block;
  text-decoration: none;
}

.berita-card__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  overflow: hidden;
  background: #f0ebe3;
}

.berita-card__image-wrapper--lg {
  padding-top: 50%;
}

.berita-card__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,0.15) 0%, transparent 100%);
  pointer-events: none;
}

.berita-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.berita-card:hover .berita-card__image {
  transform: scale(1.03);
}

@media (min-width: 768px) {
  .berita-card:not(.berita-card--featured) .berita-card__image-wrapper {
    border-radius: 12px 0 0 12px;
  }
}

/* Body */
.berita-card__body {
  padding: 22px 26px;
}

.berita-card__body--featured {
  padding: 26px 30px 28px;
}

.berita-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.berita-card__tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #11a39c;
  background: rgba(17,163,156,0.08);
  padding: 3px 10px;
  border-radius: 4px;
}

.berita-card__origin {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #c9a96e;
}

.berita-card__origin i {
  font-size: 0.65rem;
  margin-right: 2px;
}

.berita-card__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  color: #8a95a5;
  letter-spacing: 0.3px;
}

.berita-card__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px 0;
  color: #2c3e50;
  transition: color 0.25s;
}

.berita-card__title--lg {
  font-size: 1.4rem;
  line-height: 1.35;
  margin-bottom: 12px;
}

.berita-card__title a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.25s ease;
}

.berita-card__title a:hover {
  color: #11a39c;
}

.berita-card__excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  color: #3d4f5f;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

.berita-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #f0ebe3;
}

.berita-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.berita-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #11a39c, #0e8e88);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.berita-card__avatar::after {
  content: attr(data-initials);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}

.berita-card__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.berita-card__author-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: #4a5568;
  font-weight: 600;
}

.berita-card__readmore {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #11a39c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.25s ease, color 0.25s ease;
}

.berita-card__readmore:hover {
  color: #0e8e88;
  text-decoration: none;
  gap: 12px;
}

.berita-card__readmore i {
  font-size: 0.85rem;
  transition: transform 0.25s ease;
}

.berita-card__readmore:hover i {
  transform: translateX(3px);
}

/* --- Featured Card --- */
.berita-card--featured {
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border: 1px solid rgba(17,163,156,0.08);
}

.berita-card--featured:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,0.10);
}

/* --- Empty State --- */
.berita-empty {
  text-align: center;
  padding: 70px 20px;
}

.berita-empty__icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(17,163,156,0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.berita-empty__icon {
  font-size: 2rem;
  color: #11a39c;
  opacity: 0.5;
}

.berita-empty__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 8px;
}

.berita-empty__text {
  font-family: 'Montserrat', sans-serif;
  color: #8a7e6e;
  font-size: 0.88rem;
  margin-bottom: 22px;
}

.berita-empty__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #11a39c;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #11a39c;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.berita-empty__btn:hover {
  color: #fff;
  background: #11a39c;
  text-decoration: none;
}

/* --- Pagination --- */
.berita-pagination {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.berita-pagination .page-item .page-link {
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  margin: 0 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #5a5347;
  border-color: #e8e3db;
  background: #fff;
  transition: all 0.2s ease;
}

.berita-pagination .page-item .page-link:hover {
  color: #11a39c;
  border-color: #11a39c;
  background: rgba(17,163,156,0.04);
}

.berita-pagination .page-item.active .page-link {
  background: #11a39c;
  border-color: #11a39c;
  color: #fff;
}

.berita-pagination .page-item.disabled .page-link {
  color: #c4bdb2;
  background: #f5f1ea;
  border-color: #e8e3db;
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
  .berita-filters__group {
    flex-direction: column;
    gap: 8px;
  }

  .berita-filters__label {
    padding-top: 0;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .berita-hero {
    height: 190px;
  }

  .berita-hero__title {
    font-size: 1.6rem;
  }

  .berita-hero__subtitle {
    font-size: 0.85rem;
  }

  .berita-section {
    padding-bottom: 100px;
  }

  .berita-section__ornament-wrap {
    padding-top: 24px;
    margin-bottom: 20px;
  }

  .berita-filters {
    padding: 18px 16px;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .berita-search {
    max-width: 100%;
  }

  .berita-filters__pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .berita-filters__pills::-webkit-scrollbar {
    display: none;
  }

  .berita-filters__status {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .berita-card {
    margin-bottom: 18px;
  }

  .berita-card__body {
    padding: 16px 18px;
  }

  .berita-card__body--featured {
    padding: 18px 20px 22px;
  }

  .berita-card__image-wrapper {
    border-radius: 12px 12px 0 0 !important;
    padding-top: 56.25%;
  }

  .berita-card__image-wrapper--lg {
    padding-top: 56.25%;
  }

  .berita-card__title {
    font-size: 1rem;
  }

  .berita-card__title--lg {
    font-size: 1.15rem;
  }

  .berita-card__excerpt {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .berita-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .berita-card__readmore {
    align-self: flex-end;
  }

  .berita-pagination .page-item .page-link {
    min-width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }
}

/* =====================================================
   BERITA DETAIL (Article Detail) Page Styles
   Extends the berita listing page design language
   ===================================================== */

/* --- Hero modifier for detail page --- */
.berita-hero--detail {
  height: 280px;
}

.berita-hero--detail .berita-hero__title {
  font-size: 1.8rem;
  max-width: 800px;
}

.berita-hero--detail .berita-hero__subtitle {
  max-width: 700px;
  margin-top: 6px;
}

/* --- Detail Section Wrapper --- */
.berita-detail {
  background: linear-gradient(165deg, #faf8f4 0%, #f3ede5 100%);
  padding: 0 0 70px;
  position: relative;
  overflow: hidden;
}

.berita-detail::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 340px;
  height: 340px;
  border: 2px solid rgba(17,163,156,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.berita-detail::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(201,169,110,0.07);
  border-radius: 50%;
  pointer-events: none;
}

/* --- Meta Row --- */
.berita-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* --- Featured Image --- */
.berita-detail__image {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.berita-detail__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Article Content Typography --- */
.berita-detail__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #3d4f5f;
  line-height: 1.85;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.berita-detail__content p {
  margin-bottom: 18px;
  font-weight: 500;
}

.berita-detail__content h2,
.berita-detail__content h3,
.berita-detail__content h4 {
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.berita-detail__content h2 {
  font-size: 1.4rem;
}

.berita-detail__content h3 {
  font-size: 1.2rem;
}

.berita-detail__content h4 {
  font-size: 1.05rem;
}

.berita-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}

.berita-detail__content blockquote {
  border-left: 4px solid #11a39c;
  margin: 24px 0;
  padding: 16px 24px;
  background: rgba(17,163,156,0.04);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #4a5568;
}

.berita-detail__content ul,
.berita-detail__content ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.berita-detail__content li {
  margin-bottom: 6px;
}

.berita-detail__content a {
  color: #11a39c;
  text-decoration: underline;
  text-decoration-color: rgba(17,163,156,0.3);
  transition: text-decoration-color 0.2s;
}

.berita-detail__content a:hover {
  text-decoration-color: #11a39c;
}

.berita-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.88rem;
}

.berita-detail__content table th,
.berita-detail__content table td {
  padding: 10px 14px;
  border: 1px solid #e8e3db;
  text-align: left;
}

.berita-detail__content table th {
  background: #f5f1ea;
  font-weight: 700;
  color: #2c3e50;
}

/* --- Share Button --- */
.berita-detail__share-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  position: relative;
}

.berita-detail__share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #11a39c;
  background: transparent;
  border: 2px solid #11a39c;
  border-radius: 8px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.berita-detail__share:hover {
  color: #fff;
  background: #11a39c;
}

.berita-detail__share i {
  font-size: 0.85rem;
}

.berita-detail__share-popup {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #11a39c;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.berita-detail__share-popup--visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Author Box --- */
.berita-detail__author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid #e8e3db;
  margin-bottom: 24px;
}

.berita-card__avatar--lg {
  width: 44px;
  height: 44px;
}

.berita-card__avatar--lg::after {
  font-size: 0.72rem;
}

.berita-detail__author-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.berita-detail__author-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a7e6e;
}

.berita-detail__author-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #2c3e50;
}

.berita-detail__author-origin {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c9a96e;
}

.berita-detail__author-origin i {
  font-size: 0.65rem;
  margin-right: 2px;
}

/* --- Back Link --- */
.berita-detail__back-wrap {
  padding-top: 8px;
}

.berita-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #11a39c;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.berita-detail__back:hover {
  color: #0e8e88;
  text-decoration: none;
  gap: 12px;
}

.berita-detail__back i {
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.berita-detail__back:hover i {
  transform: translateX(-3px);
}

/* --- Berita Detail Mobile Responsive --- */
@media (max-width: 767px) {
  .berita-hero--detail {
    height: 220px;
  }

  .berita-hero--detail .berita-hero__title {
    font-size: 1.3rem;
  }

  .berita-hero--detail .berita-hero__subtitle {
    font-size: 0.82rem;
  }

  .berita-detail {
    padding-bottom: 100px;
  }

  .berita-detail__image {
    margin-bottom: 24px;
    border-radius: 10px;
  }

  .berita-detail__content {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .berita-detail__content h2 {
    font-size: 1.2rem;
  }

  .berita-detail__content h3 {
    font-size: 1.05rem;
  }

  .berita-detail__content blockquote {
    padding: 12px 16px;
    margin: 18px 0;
  }
}

/* =====================================================
   EVENT DETAIL Page Styles
   Matches berita-detail design language:
   Primary: #11a39c (teal), Accent: #c9a96e (gold)
   Font: Montserrat, Background: warm cream gradients
   ===================================================== */

/* --- Section Wrapper --- */
.event-detail {
  background: linear-gradient(165deg, #faf8f4 0%, #f3ede5 100%);
  padding: 0 0 70px;
  position: relative;
  overflow: hidden;
}

.event-detail::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 340px;
  height: 340px;
  border: 2px solid rgba(17,163,156,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.event-detail::after {
  content: '';
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(201,169,110,0.07);
  border-radius: 50%;
  pointer-events: none;
}

/* --- Poster Image --- */
.event-detail__poster {
  text-align: center;
  margin-bottom: 32px;
}

.event-detail__poster img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* --- Info Grid --- */
.event-detail__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}

.event-detail__info-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.event-detail__info-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(17,163,156,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.event-detail__info-icon i {
  font-size: 1.15rem;
  color: #11a39c;
}

.event-detail__info-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.event-detail__info-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a7e6e;
}

.event-detail__info-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.4;
}

/* --- Status Badge --- */
.event-detail__badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: capitalize;
}

.event-detail__badge--umum {
  background: rgba(17,163,156,0.12);
  color: #11a39c;
}

.event-detail__badge--khusus {
  background: rgba(201,169,110,0.15);
  color: #b8923e;
}

/* --- Google Maps --- */
.event-detail__map-section {
  margin-bottom: 36px;
}

.event-detail__map-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a7e6e;
  margin-bottom: 12px;
}

.event-detail__map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e3db;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}

.event-detail__map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* --- Content (reuses berita-detail__content typography) --- */
.event-detail__section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px;
}

.event-detail__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #3d4f5f;
  line-height: 1.85;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.event-detail__content p {
  margin-bottom: 18px;
  font-weight: 500;
}

.event-detail__content h2,
.event-detail__content h3,
.event-detail__content h4 {
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.event-detail__content h2 { font-size: 1.4rem; }
.event-detail__content h3 { font-size: 1.2rem; }
.event-detail__content h4 { font-size: 1.05rem; }

.event-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}

.event-detail__content blockquote {
  border-left: 4px solid #11a39c;
  margin: 24px 0;
  padding: 16px 24px;
  background: rgba(17,163,156,0.04);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #4a5568;
}

.event-detail__content ul,
.event-detail__content ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.event-detail__content li {
  margin-bottom: 6px;
}

.event-detail__content a {
  color: #11a39c;
  text-decoration: underline;
  text-decoration-color: rgba(17,163,156,0.3);
  transition: text-decoration-color 0.2s;
}

.event-detail__content a:hover {
  text-decoration-color: #11a39c;
}

.event-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.88rem;
}

.event-detail__content table th,
.event-detail__content table td {
  padding: 10px 14px;
  border: 1px solid #e8e3db;
  text-align: left;
}

.event-detail__content table th {
  background: #f5f1ea;
  font-weight: 700;
  color: #2c3e50;
}

/* --- Terms & Conditions --- */
.event-detail__tnc {
  margin-bottom: 36px;
  border-left: 4px solid #11a39c;
  background: #fff;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  overflow: hidden;
}

.event-detail__tnc-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2c3e50;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.event-detail__tnc-toggle:hover {
  color: #11a39c;
}

.event-detail__tnc-toggle i {
  font-size: 0.75rem;
  color: #11a39c;
  transition: transform 0.3s ease;
}

.event-detail__tnc--open .event-detail__tnc-toggle i {
  transform: rotate(180deg);
}

.event-detail__tnc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 20px;
}

.event-detail__tnc--open .event-detail__tnc-body {
  max-height: 2000px;
  padding: 0 20px 20px;
}

.event-detail__tnc-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  color: #3d4f5f;
  line-height: 1.75;
  margin-bottom: 12px;
}

/* --- Share Button --- */
.event-detail__share-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  position: relative;
}

.event-detail__share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #11a39c;
  background: transparent;
  border: 2px solid #11a39c;
  border-radius: 8px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.event-detail__share:hover {
  color: #fff;
  background: #11a39c;
}

.event-detail__share i {
  font-size: 0.85rem;
}

.event-detail__share-popup {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #11a39c;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.event-detail__share-popup--visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Back Link --- */
.event-detail__back-wrap {
  padding-top: 8px;
}

.event-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #11a39c;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.event-detail__back:hover {
  color: #0e8e88;
  text-decoration: none;
  gap: 12px;
}

.event-detail__back i {
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.event-detail__back:hover i {
  transform: translateX(-3px);
}

/* --- Event Detail Mobile Responsive --- */
@media (max-width: 767px) {
  .event-detail {
    padding-bottom: 100px;
  }

  .event-detail__poster img {
    max-width: 100%;
    border-radius: 10px;
  }

  .event-detail__info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .event-detail__info-card {
    padding: 14px 16px;
  }

  .event-detail__map iframe {
    height: 220px;
  }

  .event-detail__content {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .event-detail__content h2 { font-size: 1.2rem; }
  .event-detail__content h3 { font-size: 1.05rem; }

  .event-detail__content blockquote {
    padding: 12px 16px;
    margin: 18px 0;
  }
}

/* =====================================================
   EVENT LISTING Page Styles
   Card-based listing for /events
   ===================================================== */

.event-listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.event-listing__card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.event-listing__card:hover {
  box-shadow: 0 6px 28px rgba(0,0,0,0.10);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.event-listing__image-wrap {
  flex-shrink: 0;
  width: 220px;
  aspect-ratio: 1;
  overflow: hidden;
}

.event-listing__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.event-listing__card:hover .event-listing__image {
  transform: scale(1.05);
}

.event-listing__body {
  flex: 1;
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-listing__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.event-listing__scope {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #8a7e6e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-listing__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.35;
}

.event-listing__card:hover .event-listing__title {
  color: #11a39c;
}

.event-listing__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.event-listing__info-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #5a6b7a;
}

.event-listing__info-item i {
  color: #11a39c;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  font-size: 0.75rem;
}

.event-listing__excerpt {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: #6b7c8a;
  line-height: 1.6;
  margin: 0;
}

.event-listing__readmore {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #11a39c;
  margin-top: auto;
  transition: gap 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.event-listing__card:hover .event-listing__readmore {
  gap: 10px;
}

.event-listing__readmore i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.event-listing__card:hover .event-listing__readmore i {
  transform: translateX(3px);
}

/* --- Event Listing Mobile --- */
@media (max-width: 767px) {
  .event-listing__card {
    flex-direction: column;
  }

  .event-listing__image-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    min-height: auto;
    position: relative;
  }

  .event-listing__image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .event-listing__body {
    padding: 18px 20px;
  }

  .event-listing__title {
    font-size: 1.05rem;
  }

  .berita-section {
    padding-bottom: 100px;
  }
}