/**
 * MSE + Bultax frontend overrides
 */

/* CMS rich text inside Bultax sections */
.about-story-content,
.service-details-page__content,
.blog-details__content,
.project-details__content,
.legal-content {
  line-height: 1.7;
}

.about-story-content img,
.service-details-page__content img,
.blog-details__content img,
.project-details__content img {
  max-width: 100%;
  height: auto;
}

/* Laravel / Bultax pagination */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.pagination .page-item .page-link,
.pagination > li > a,
.pagination > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.pagination .page-item.active .page-link,
.pagination > .active > span,
.pagination > .active > a {
  background: var(--bultax-base, #d9281d);
  border-color: var(--bultax-base, #d9281d);
  color: #fff;
}

.post-pagination {
  margin-top: 40px;
}

.post-pagination a,
.post-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #F5F2EF;
  color: var(--bultax-base, #D9281D);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.post-pagination a i,
.post-pagination span i {
  font-size: 14px;
  line-height: 1;
}

.post-pagination li.active a,
.post-pagination li.active span {
  color: #fff;
  background-color: var(--bultax-base, #D9281D);
}

.post-pagination li.disabled span {
  opacity: 0.4;
  cursor: default;
}

.post-pagination li:last-child a,
.post-pagination li:last-child span {
  width: 50px;
  height: 50px;
  background-color: #F5F2EF;
}

.post-pagination li:last-child a:hover {
  color: #fff;
  background-color: var(--bultax-base, #D9281D);
}

.post-pagination li.active:last-child a,
.post-pagination li.active:last-child span {
  color: #fff;
  background-color: var(--bultax-base, #D9281D);
}

/* Kill default Tailwind pagination SVGs if a page still uses them */
.flex.justify-between svg,
nav[aria-label="Pagination Navigation"] svg {
  width: 16px !important;
  height: 16px !important;
}

/* Soft fallback if CMS still stores old icon class names */
[class*="pbmit-base-icon-"],
[class*="pbmit-colza-icon"] {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
  font-weight: 900;
}

/* Product category label helper */
.product__item__category {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

.product__item__text {
  margin: 8px 0 14px;
  font-size: 14px;
}

/* ---- Content width / scale for ~1400px viewports ---- */
:root {
  --mse-content-max: 1320px;
  --mse-header-max: 1600px;
}

@media (min-width: 1200px) {
  .container {
    max-width: var(--mse-content-max) !important;
  }
}

.main-header .container,
.mse-topbar .container {
  max-width: var(--mse-header-max, 1600px);
}

.main-header__inner {
  max-width: 100% !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hero: cinematic dark overlay (matches design mockup) */
.mse-hero {
  position: relative;
  min-height: 620px !important;
  height: 78vh !important;
  max-height: 860px !important;
  background: #0e0e0e !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mse-hero-slider__wrapper {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: auto !important;
}

.mse-hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.mse-hero__overlay {
  width: 100% !important;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 10, 0.82) 0%,
    rgba(10, 10, 10, 0.55) 42%,
    rgba(10, 10, 10, 0.28) 70%,
    rgba(10, 10, 10, 0.18) 100%
  ) !important;
}

.mse-hero__container {
  max-width: var(--mse-content-max) !important;
}

.mse-hero__content {
  max-width: 620px !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.mse-hero__tag {
  color: var(--bultax-base, #D9281D) !important;
  font-size: 13px !important;
  letter-spacing: 1.6px !important;
  margin-bottom: 18px !important;
}

.mse-hero__tag::before {
  width: 28px !important;
  height: 2px !important;
  border-radius: 0 !important;
  background: var(--bultax-base, #D9281D) !important;
}

.mse-hero__title {
  color: #fff !important;
  font-size: 46px !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.mse-hero__desc {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  margin-bottom: 28px !important;
  max-width: 520px !important;
  font-weight: 400 !important;
}

.mse-hero__btn {
  padding: 15px 30px !important;
  font-size: 13px !important;
  border-radius: 8px !important;
}

.mse-hero__btn--outline {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
}

.mse-hero__btn--outline:hover {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
}

@media (min-width: 1400px) {
  .mse-hero__title {
    font-size: 52px !important;
  }
}

@media (max-width: 991px) {
  .mse-hero {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
  }

  .mse-hero-slider__wrapper {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
  }

  .mse-hero-slide {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: calc(100svh - 74px);
    opacity: 0;
    pointer-events: none;
  }

  .mse-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mse-hero-slide:not(.active) {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    overflow: hidden;
  }

  .mse-hero__bg,
  .mse-hero__overlay {
    position: absolute !important;
    inset: 0 !important;
  }

  .mse-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 8, 8, 0.88) 0%,
      rgba(8, 8, 8, 0.78) 50%,
      rgba(8, 8, 8, 0.72) 100%
    ) !important;
  }

  .mse-hero__container {
    position: relative !important;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: calc(100svh - 74px);
    padding: 28px 16px 88px !important;
  }

  .mse-hero__content {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: left;
  }

  .mse-hero__title {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .mse-hero__tag {
    font-size: 11px !important;
    letter-spacing: 1px !important;
    margin-bottom: 12px !important;
  }

  .mse-hero__desc {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }

  .mse-hero__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .mse-hero__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* Hide prev/next on mobile — dots are enough */
  .mse-hero-slider__controls {
    display: none !important;
  }

  .mse-hero-slider__indicators {
    bottom: 18px !important;
  }

  .mse-hero-slider__counter {
    bottom: 16px !important;
    right: 16px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  .mse-hero-slide.active,
  .mse-hero__container {
    min-height: calc(100svh - 70px);
  }

  .mse-hero__title {
    font-size: 24px !important;
  }
}


.footer-widget__logo img,
.mobile-nav__content .logo-box img,
.header-right-sidebar__logo-box img {
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ========== MSE header (mockup layout) ========== */
.mse-topbar {
  padding: 14px 0 !important;
  background: #111 !important;
}

.mse-topbar::after {
  display: none !important;
}

.mse-topbar .topbar-one__info {
  gap: 0 !important;
}

.mse-topbar .topbar-one__info__item + .topbar-one__info__item {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.mse-topbar .topbar-one__info__link {
  font-size: 14px !important;
  font-weight: 400;
}

.mse-topbar .topbar-one__info__icon {
  font-size: 14px;
}

.mse-topbar .topbar-one__social span {
  font-size: 14px !important;
}

.mse-topbar .topbar-one__social a {
  width: 32px !important;
  height: 32px !important;
  font-size: 12px !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.mse-topbar .topbar-one__social a:hover {
  background: var(--bultax-base, #D9281D);
  border-color: var(--bultax-base, #D9281D) !important;
}

.mse-header {
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

.mse-header .main-header__shape,
.mse-header .main-header__btn-popup {
  display: none !important;
}

.mse-header__inner {
  display: flex !important;
  align-items: center !important;
  gap: 0;
  min-height: 88px;
  padding: 8px 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mse-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.mse-header__logo-img {
  display: block;
  width: auto !important;
  max-width: 72px;
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.mse-header__brand-text {
  display: none;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
  min-width: 0;
}

.mse-header__brand-name {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.mse-header__brand-sub {
  display: none;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48vw;
}

.mse-header__divider {
  display: none;
  width: 1px;
  height: 40px;
  margin: 0 22px;
  background: #e8e8e8;
  flex-shrink: 0;
}

.mse-header__nav {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
}

.mse-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 12px;
}

.mse-header__search {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #111 !important;
  font-size: 18px;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease;
}

.mse-header__search:hover {
  background: var(--bultax-base, #D9281D);
  color: #fff !important;
}

.mse-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 10px;
  background: var(--bultax-base, #D9281D);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.2s ease;
}

.mse-header__cta i {
  font-size: 14px;
  line-height: 1;
}

.mse-header__cta:hover {
  background: #b71c15;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .mse-header__divider {
    display: block;
  }

  .mse-header .main-menu .main-menu__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
    padding: 0;
  }

  .mse-header .main-menu .main-menu__list > li {
    padding: 0 !important;
    margin: 0 !important;
  }

  .mse-header .main-menu .main-menu__list > li + li {
    margin-left: 0 !important;
  }

  .mse-header .main-menu .main-menu__list > li > a {
    position: relative;
    font-size: 16px !important;
    font-weight: 600;
    color: #222 !important;
    padding: 12px 14px !important;
    white-space: nowrap;
    text-shadow: none !important;
  }

  .mse-header .main-menu .main-menu__list > li > a::before,
  .mse-header .main-menu .main-menu__list > li > a::after {
    display: none !important;
  }

  .mse-header .main-menu .main-menu__list > li.current > a,
  .mse-header .main-menu .main-menu__list > li:hover > a {
    color: var(--bultax-base, #D9281D) !important;
  }

  .mse-header .main-menu .main-menu__list > li.current > a::after,
  .mse-header .main-menu .main-menu__list > li:hover > a::after {
    content: "";
    display: block !important;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    width: auto;
    height: 3px;
    background: var(--bultax-base, #D9281D);
    transform: none;
  }

  .mse-header .main-menu .main-menu__list > li.dropdown > a i {
    font-size: 11px;
    margin-left: 5px;
  }

  .mse-header .main-header__btn {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .mse-header__inner {
    min-height: 82px;
    padding: 6px 0 !important;
  }

  .mse-header__divider {
    margin: 0 16px;
    height: 36px;
  }

  .mse-header .main-menu .main-menu__list > li > a {
    padding: 11px 10px !important;
    font-size: 14px !important;
  }

  .mse-header__search {
    width: 44px;
    height: 44px;
  }

  .mse-header__cta {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .mse-header__inner {
    border-radius: 0 !important;
    padding: 10px 0 !important;
    min-height: 74px;
    gap: 12px;
  }

  .mse-header__brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }

  .mse-header__brand-text {
    display: flex !important;
  }

  .mse-header__brand-sub {
    display: block !important;
  }

  .mse-header__nav,
  .mse-header__divider,
  .mse-header__cta,
  .mse-header__search {
    display: none !important;
  }

  .mse-header__logo-img {
    max-height: 46px;
    max-width: 52px;
  }

  .mse-header__actions {
    margin-left: 0;
    padding-left: 0;
  }
}

/* Sticky clone — full-bleed clean bar (no floating card) */
.sticky-header--cloned.mse-header,
.mse-header.sticky-header--cloned {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-110%);
  visibility: hidden;
  transition: transform 0.35s ease, visibility 0.35s ease;
}

.sticky-header--cloned.mse-header.active,
.mse-header.sticky-header--cloned.active {
  transform: translateY(0) !important;
  visibility: visible !important;
}

.sticky-header--cloned.mse-header .container,
.mse-header.sticky-header--cloned .container {
  max-width: var(--mse-header-max, 1600px);
}

.sticky-header--cloned.mse-header .mse-header__inner,
.mse-header.sticky-header--cloned .mse-header__inner {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 78px;
  padding: 6px 0 !important;
}

.sticky-header--cloned.mse-header .mse-header__logo-img,
.mse-header.sticky-header--cloned .mse-header__logo-img {
  max-height: 48px;
  max-width: 60px;
}


/* Hero slider prev/next — clean SVG arrows */
.mse-hero-slider__controls {
  padding: 0 28px !important;
}

.mse-hero-slider__prev,
.mse-hero-slider__next {
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease !important;
}

.mse-hero-slider__icon {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  color: inherit !important;
  fill: currentColor;
  flex-shrink: 0;
}

.mse-hero-slider__prev:hover,
.mse-hero-slider__next:hover {
  background: var(--bultax-base, #D9281D) !important;
  border-color: var(--bultax-base, #D9281D) !important;
  color: #fff !important;
  transform: scale(1.06) !important;
}

.mse-hero-slider__prev:hover .mse-hero-slider__icon,
.mse-hero-slider__next:hover .mse-hero-slider__icon {
  color: #fff !important;
}

.mse-hero-slider__indicator {
  width: 10px !important;
  height: 10px !important;
  background: rgba(255, 255, 255, 0.35) !important;
  border: 0 !important;
}

.mse-hero-slider__indicator.active {
  background: #fff !important;
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .mse-hero-slider__prev,
  .mse-hero-slider__next {
    width: 44px !important;
    height: 44px !important;
  }

  .mse-hero-slider__icon {
    width: 18px !important;
    height: 18px !important;
  }

  .mse-hero-slider__controls {
    padding: 0 14px !important;
  }
}

/* Social circles: keep icons centered and visible */
.topbar-one__social a i,
.footer-widget__social a i,
.mobile-nav__social a i {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
}

.topbar-one__social a {
  font-size: 12px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.topbar-one__social a:hover {
  color: #fff;
}

/* Long address on topbar */
.topbar-one__info__item--address .topbar-one__info__link {
  display: inline-block;
  max-width: min(52vw, 640px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .topbar-one__info__item--address {
    display: none;
  }
}

/* ------------------------------------------------------------------ */
/* Service cards — equal height, tidy title/image framing             */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* Services section — dark photo background + readable overlay        */
/* ------------------------------------------------------------------ */
.mse-services.service-one,
.service-one.mse-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0e0e0e;
}

.mse-services > .container,
.mse-services > .service-one__shape-two {
  position: relative;
  z-index: 2;
}

.mse-services .service-one__bg {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: none !important;
}

.mse-services .service-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 8, 0.88) 0%,
    rgba(8, 8, 8, 0.84) 45%,
    rgba(8, 8, 8, 0.9) 100%
  );
  z-index: 1;
}

.mse-services .sec-title__title {
  color: #fff !important;
}

.mse-services .sec-title__tagline {
  color: var(--bultax-base, #D9281D) !important;
}

.mse-services .service-one__carousel-nav button {
  width: 54px !important;
  height: 54px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.mse-services .service-one__carousel-nav button svg {
  display: block;
  width: 20px;
  height: 20px;
}

.mse-services .service-one__carousel-nav button:hover {
  background: var(--bultax-base, #D9281D) !important;
  border-color: var(--bultax-base, #D9281D) !important;
  color: #fff !important;
}

.service-one__carousel.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.service-one__carousel.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.service-one__carousel .item {
  display: flex;
  width: 100%;
  height: 100%;
}

.service-one__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.service-one__item__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 40px 18px 12px;
}

.service-one__item__title {
  min-height: 2.4em;
  font-size: clamp(18px, 1.35vw, 22px);
  padding: 0 6px;
  margin-bottom: 12px;
}

.service-one__item__text {
  max-width: 290px;
  min-height: 4.8em;
  margin-bottom: 18px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.service-one__item .icon {
  margin-bottom: -42px;
  flex-shrink: 0;
}

.service-one__item__thumb {
  height: 210px;
  flex-shrink: 0;
}

.service-one__item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.service-one__item__btn {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  display: flex;
  justify-content: center;
}

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

  .service-one__item__content {
    padding: 36px 16px 12px;
  }
}

/* ------------------------------------------------------------------ */
/* Projects page — year tabs (beta.mse.co.id ProjectList style)       */
/* ------------------------------------------------------------------ */
.project-year-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 4px 0 8px;
}

.project-year-tabs__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 6px 14px;
  border: 1px solid rgba(14, 14, 14, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.project-year-tabs__item:hover {
  border-color: var(--bultax-base, #d9281d);
  color: var(--bultax-base, #d9281d);
}

.project-year-tabs__item.is-active {
  background: var(--bultax-base, #d9281d);
  border-color: var(--bultax-base, #d9281d);
  color: #fff;
}

.project-year-tabs__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 11px;
  font-weight: 700;
}

.project-year-tabs__item.is-active .project-year-tabs__count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.project-card__hover__meta {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.85;
}

/* ------------------------------------------------------------------ */
/* Homepage map + red contact CTA (mse.co.id style)                   */
/* ------------------------------------------------------------------ */
.mse-home-map {
  position: relative;
  z-index: 1;
}

.mse-home-map iframe {
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}

.contact-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.main-footer__cta__inner.contact-cta__inner .main-footer__cta__content,
.main-footer__cta__inner.contact-cta__inner .contact-cta__content {
  width: auto;
  flex: 1 1 420px;
}

.contact-cta__content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 420px;
}

.contact-cta__icon {
  width: 88px;
  height: 88px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 34px;
}

.contact-cta__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.25;
  font-weight: 700;
}

.contact-cta__info {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.contact-cta__info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.contact-cta__info-item:hover {
  color: #fff;
  opacity: 0.9;
}

.contact-cta__info-item i {
  font-size: 18px;
}

.contact-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.contact-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-cta__btn--wa {
  background: #111;
  color: #fff;
  border: 2px solid #111;
}

.contact-cta__btn--wa:hover {
  background: #000;
  color: #fff;
}

.contact-cta__btn--email {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.contact-cta__btn--email:hover {
  background: #fff;
  color: var(--bultax-base, #d9281d);
}

@media (max-width: 991px) {
  .google-map__two {
    margin-bottom: 0;
  }

  .google-map__two .map__two,
  .google-map iframe {
    height: 280px;
  }

  .main-footer__cta,
  .main-footer--two .main-footer__cta {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .main-footer--two .main-footer__cta::after {
    display: none;
  }

  .main-footer__cta__inner,
  .main-footer__cta__inner.contact-cta__inner {
    margin-top: 0 !important;
    align-items: stretch;
    gap: 18px;
    padding: 22px 20px;
  }

  .contact-cta__content,
  .main-footer__cta__inner.contact-cta__inner .contact-cta__content {
    width: 100%;
    flex: 1 1 auto;
    align-items: flex-start;
  }

  .contact-cta__buttons {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .google-map__two .map__two,
  .google-map iframe {
    height: 240px;
  }

  .main-footer__cta__inner,
  .main-footer__cta__inner.contact-cta__inner {
    padding: 20px 16px 22px;
  }

  .contact-cta__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .contact-cta__icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .contact-cta__title,
  .main-footer__cta__inner .main-footer__cta__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
  }

  .contact-cta__info {
    display: none;
  }

  .contact-cta__buttons {
    flex-direction: column;
    padding-right: 72px;
  }

  .contact-cta__btn {
    width: 100%;
    min-height: 46px;
  }
}

/* Kill GSAP "gate/curtain" image reveals site-wide */
.bw-img-anim-left,
.bw-img-anim-right {
  clip-path: none !important;
  -webkit-clip-path: none !important;
}

/* ---- About + Stats layout fixes ---- */

.about-one {
  overflow: visible;
  padding-bottom: 48px;
}

.about-one__thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
}

.about-one__thumb__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-one__thumb__item-small {
  bottom: 16px;
  right: 0;
  z-index: 2;
  max-width: 38%;
}

.about-one__thumb__item-small img {
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
  border-width: 8px;
}

.about-one__thumb__funfact {
  position: absolute;
  left: 18px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(280px, calc(100% - 200px));
  pointer-events: none;
}

.about-one__thumb__funfact__count {
  flex-shrink: 0;
  font-size: 34px;
  padding: 18px 14px;
  padding-right: 8px;
}

.about-one__thumb__funfact__count::after {
  height: 54px;
  right: -14px;
  width: 18px;
}

.about-one__thumb__funfact__text {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
  white-space: normal;
  max-width: 110px;
}

@media (max-width: 991px) {
  .about-one__thumb__funfact {
    max-width: calc(100% - 160px);
    bottom: 20px;
    left: 12px;
    gap: 10px;
  }

  .about-one__thumb__funfact__count {
    font-size: 28px;
    padding: 14px 10px;
  }

  .about-one__thumb__funfact__text {
    font-size: 15px;
    max-width: 90px;
  }

  .about-one__thumb__item-small img {
    max-width: 140px;
  }
}

@media (max-width: 575px) {
  .about-one__thumb__item-small {
    bottom: 12px;
    max-width: 34%;
  }

  .about-one__thumb__item-small img {
    max-width: 110px;
    border-width: 6px;
  }

  .about-one__thumb__funfact {
    max-width: calc(100% - 120px);
    bottom: 12px;
    left: 8px;
  }

  .about-one__thumb__funfact__count {
    font-size: 22px;
    padding: 10px 8px;
  }

  .about-one__thumb__funfact__count::after {
    display: none;
  }

  .about-one__thumb__funfact__text {
    font-size: 13px;
    max-width: 72px;
  }
}

/* Stats: 5 equal columns (template default is 4) */
.mse-stats {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.mse-stats__list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  width: 100%;
}

.mse-stats__item {
  flex: none !important;
  max-width: none !important;
  width: auto !important;
  min-width: 0;
  border: 1px solid #dddddd !important;
  border-left: none !important;
}

.mse-stats__item:first-child {
  border-left: 1px solid #dddddd !important;
}

.mse-stats__item + .mse-stats__item {
  border-left: none !important;
}

.mse-stats .funfact-card {
  height: 100%;
  padding: 28px 12px 32px;
}

.mse-stats .funfact-card__count {
  font-size: 30px;
  color: var(--bultax-base, #d9281d);
}

.mse-stats .funfact-card__text {
  font-size: 14px;
  line-height: 1.3;
  padding: 0 4px;
}

@media (max-width: 1199px) {
  .mse-stats__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mse-stats__item {
    border: 1px solid #dddddd !important;
  }

  .mse-stats__item:nth-child(3n + 1) {
    border-left: 1px solid #dddddd !important;
  }
}

@media (max-width: 767px) {
  .mse-stats__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mse-stats__item {
    border: 1px solid #dddddd !important;
  }
}

@media (max-width: 480px) {
  .mse-stats__list {
    grid-template-columns: 1fr;
  }
}

/* ---- Testimonials: keep quote/title readable ---- */
.testimonials-one {
  background-color: #0e0e0e;
}

.testimonials-one__bg {
  z-index: 0 !important;
}

.testimonials-one__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(14, 14, 14, 0.92) !important;
  pointer-events: none;
}

.testimonials-one > .container {
  position: relative;
  z-index: 2;
}

.testimonials-one__thumb {
  z-index: 1;
}

.testimonials-one .sec-title__title,
.testimonials-one .sec-title__tagline,
.testimonials-one .testimonials-card__text,
.testimonials-one .testimonials-card__author__name,
.testimonials-one .testimonials-card__author__deg {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.testimonials-one .sec-title__tagline {
  color: var(--bultax-base, #d9281d) !important;
}

.testimonials-one .testimonials-card,
.testimonials-one .testimonials-one__carousel,
.testimonials-one .testimonials-one__carousel .item {
  opacity: 1 !important;
  visibility: visible !important;
}

.testimonials-one .testimonials-card__text {
  font-size: 17px !important;
  line-height: 1.7 !important;
  text-transform: none !important;
}

.main-footer__copyright {
  line-height: 1.4;
}

.main-footer__copyright a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-footer__copyright a:hover {
  color: #fff;
}

/* ---- Footer: less cramped on tablet/mobile ---- */
.footer-widget__open-day-label {
  display: block;
}

.footer-widget__open-day-value {
  display: block;
  white-space: pre-line;
}

@media (max-width: 991px) {
  .main-footer__top {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .main-footer__top .row.gutter-y-30 {
    --bs-gutter-y: 36px;
  }

  .footer-widget__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
  }

  .footer-widget__text {
    width: 100%;
    max-width: 100%;
  }

  .footer-widget--links-two {
    margin-left: 0;
  }

  .footer-widget--links li > a,
  .footer-widget--links-two li > a {
    position: relative;
    z-index: 1;
    padding-left: 14px;
    background-image: none;
    min-height: 28px;
    line-height: 1.45;
  }

  .footer-widget--links li > a::after,
  .footer-widget--links-two li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 1.5px;
    transform: translateY(-50%);
    background-color: #fff;
  }

  .footer-widget__links li + li,
  .footer-widget__links-two li + li {
    margin-top: 12px;
  }

  .footer-widget__open-day li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .footer-widget__open-day li span:first-child,
  .footer-widget__open-day-label {
    max-width: none;
    width: auto;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
  }

  .footer-widget__open-day li span:last-child,
  .footer-widget__open-day-value {
    color: #fff;
    line-height: 1.55;
  }

  .footer-widget__open-day li + li {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .main-footer__bottom .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-footer__bottom__inner {
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 16px 24px;
    text-align: center;
  }

  .main-footer__bottom__inner::before,
  .main-footer__bottom__inner::after {
    display: none;
  }

  .main-footer__copyright {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
  }

  .main-footer__bottom__links {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px 16px;
  }

  .main-footer__bottom__links li > a {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    padding: 4px 2px;
  }
}

@media (max-width: 575px) {
  .main-footer__top {
    padding-top: 36px;
    padding-bottom: 32px;
  }

  .main-footer__bottom__inner {
    padding: 20px 16px 96px;
  }

  .main-footer__bottom__links {
    padding-right: 0;
  }
}


