body.bpb-heritage-theme {
  --sp-bg: #ffffff;
  --sp-surface: #ffffff;
  --sp-surface-alt: #f5f2ef;
  --sp-ink: #1a1614;
  --sp-muted: #6b6460;
  --sp-primary: #be2228;
  --sp-primary-contrast: #ffffff;
  --sp-secondary: #c9a84c;
  --sp-line: #e8e4e0;
  --sp-dark: #0f0c0c;
  --sp-dark-text: #ffffff;
  --sp-hero-overlay: rgba(46, 12, 14, 0.82);
  --sp-hero-text: #ffffff;
  --sp-hero-muted: #eee4df;
  --sp-radius: 8px;
  --sp-card-shadow: 0 18px 45px rgba(47, 25, 25, 0.1);
  --sp-button-shadow: 0 8px 24px rgba(139, 26, 30, 0.22);
  --sp-font: "Inter", system-ui, sans-serif;
  --sp-display: "Playfair Display", Georgia, serif;
}

.bpb-skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  background: #be2228;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.bpb-skip-link:focus {
  top: 12px;
  color: #ffffff;
}

#navbar .nav-brand {
  flex: 0 0 auto;
}

#navbar .nav-brand img {
  width: auto;
  max-width: 255px;
}

#bpb-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  cursor: pointer;
}

#bpb-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #8b1a1e;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#bpb-nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#bpb-nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

#bpb-nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

#bpb-mobile-menu {
  position: fixed;
  inset: 64px 0 auto;
  z-index: 199;
  display: none;
  max-height: calc(100vh - 64px);
  padding: 18px 24px 28px;
  overflow-y: auto;
  background: #ffffff;
  border-bottom: 4px solid #be2228;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}

#bpb-mobile-menu.open {
  display: flex;
  flex-direction: column;
}

#bpb-mobile-menu a {
  padding: 13px 4px;
  border-bottom: 1px solid #eee8e3;
  color: #3d3535;
  font-size: 14px;
  font-weight: 600;
}

#bpb-mobile-menu .bpb-mobile-cta {
  margin-top: 14px;
  padding: 13px 18px;
  background: #be2228;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}

.bpb-heritage-theme .tag-gold {
  background: rgba(201, 168, 76, 0.12);
  color: #9a7b1a;
}

.bpb-empty {
  padding: 32px;
  background: #f5f2ef;
  border: 1px dashed #d9d0ca;
  color: #6b6460;
  text-align: center;
}

.partner-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-logo-item a {
  display: block;
  color: inherit;
  text-align: center;
}

.partner-logo-item a > span {
  display: block;
  max-width: 100px;
  margin-top: 8px;
  color: var(--gray-500);
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.bpb-database-client-section {
  margin-top: 48px;
}

.bpb-carousel {
  position: relative;
}

.bpb-carousel-track {
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.bpb-carousel-track::-webkit-scrollbar {
  display: none;
}

.partner-scroll.bpb-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 2px 32px 14px;
  overflow-x: auto;
}

.ojk-scroll.bpb-carousel-track {
  padding-right: 32px;
  padding-left: 32px;
}

.bpb-carousel .partner-logo-item {
  flex: 0 0 100px;
  scroll-snap-align: start;
}

.bpb-carousel .partner-logo-item > span,
.bpb-carousel .partner-logo-item > a {
  width: 100px;
}

.bpb-carousel .ojk-chip {
  scroll-snap-align: start;
}

.bpb-carousel-control {
  position: absolute;
  top: 2px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 60px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #be2228;
  cursor: pointer;
  font-size: 18px;
  text-shadow: 0 0 6px #ffffff, 0 0 12px #ffffff;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.ojk-section:not(.bpb-database-client-section) .bpb-carousel-control {
  height: 74px;
}

.bpb-carousel-prev {
  left: 0;
}

.bpb-carousel-next {
  right: 0;
}

.bpb-carousel-control:hover:not(:disabled) {
  background: transparent;
  color: #7f1117;
  opacity: 1;
}

.bpb-carousel-control:disabled {
  opacity: 0.32;
  cursor: default;
}

.bpb-carousel-control[hidden] {
  display: none !important;
}

.bpb-gallery-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -14px 0 30px;
}

.bpb-gallery-shortcuts a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #ded7d1;
  border-radius: 4px;
  color: #8b1a1e;
  font-size: 0.78rem;
  font-weight: 700;
}

.bpb-gallery-shortcuts a:hover {
  border-color: #be2228;
  color: #be2228;
}

.bpb-governance-section {
  position: relative;
  background: #ffffff;
}

.bpb-shareholders-section {
  background: #f5f2ef;
}

.bpb-governance-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-bottom: 44px;
}

.bpb-governance-header .section-title {
  margin-bottom: 14px;
}

.bpb-governance-header .section-sub {
  max-width: 680px;
}

.bpb-governance-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  background: rgba(190, 34, 40, 0.04);
  border: 1px solid rgba(190, 34, 40, 0.22);
  border-radius: 50%;
  color: #8b1a1e;
}

.bpb-governance-count strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
}

.bpb-governance-count span {
  margin-top: 6px;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bpb-governance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 270px));
  justify-content: center;
  gap: 22px;
}

.bpb-governance-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4ddd7;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(47, 25, 25, 0.07);
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bpb-governance-card:hover {
  transform: translateY(-4px);
  border-color: rgba(190, 34, 40, 0.58);
  box-shadow: 0 20px 44px rgba(47, 25, 25, 0.13);
}

.bpb-governance-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #e9e3dd, #f8f5f2);
}

.bpb-shareholder-card .bpb-governance-photo {
  aspect-ratio: 4 / 3;
}

.bpb-governance-photo img {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(45, 25, 24, 0.08);
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.bpb-governance-card:hover .bpb-governance-photo img {
  transform: scale(1.015);
}

.bpb-governance-number,
.bpb-governance-view {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  color: #8b1a1e;
  backdrop-filter: blur(7px);
}

.bpb-governance-number {
  top: 22px;
  left: 22px;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  border-radius: 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.bpb-governance-view {
  right: 22px;
  bottom: 22px;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bpb-governance-card:hover .bpb-governance-view,
.bpb-governance-card:focus-visible .bpb-governance-view {
  opacity: 1;
  transform: translateY(0);
}

.bpb-governance-body {
  min-height: 108px;
  padding: 20px 21px 23px;
  border-top: 1px solid #eee9e4;
}

.bpb-governance-body span {
  display: block;
  margin-bottom: 7px;
  color: #be2228;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bpb-governance-body h3 {
  margin: 0;
  color: #1a1614;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.35;
}

.galeri-filter {
  font-family: var(--font-sans);
}

.galeri-item[hidden] {
  display: none !important;
}

#lightbox-close {
  background: transparent;
  border: 0;
  line-height: 1;
}

.galeri-filter:focus-visible,
.bpb-carousel-control:focus-visible,
.bpb-carousel-track:focus-visible,
.bpb-governance-card:focus-visible,
#bpb-nav-toggle:focus-visible,
#chat-fab:focus-visible,
#chat-close:focus-visible,
#chat-send:focus-visible,
#lightbox-close:focus-visible,
.quick-btn:focus-visible {
  outline: 3px solid #e8c97a;
  outline-offset: 3px;
}

.bpb-testimonials {
  background: #ffffff;
}

.bpb-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bpb-testimonial-card {
  min-height: 295px;
  padding: 30px;
  background: #f9f6f3;
  border-top: 4px solid #c9a84c;
  box-shadow: 0 14px 38px rgba(56, 34, 32, 0.08);
}

.bpb-testimonial-quote {
  margin-bottom: 12px;
  color: #c9a84c;
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 0.8;
}

.bpb-testimonial-content {
  min-height: 115px;
  color: #6b6460;
  font-size: 0.9rem;
  line-height: 1.75;
}

.bpb-testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e3ddd7;
}

.bpb-testimonial-person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.bpb-testimonial-person span {
  display: flex;
  flex-direction: column;
  color: #1a1614;
  font-size: 0.82rem;
  font-weight: 700;
}

.bpb-testimonial-person small {
  margin-top: 2px;
  color: #8b817c;
  font-size: 0.7rem;
  font-weight: 400;
}

.bpb-insights {
  background: #f5f2ef;
}

.bpb-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bpb-insight-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8e4e0;
  border-radius: 4px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bpb-insight-card:hover {
  box-shadow: 0 18px 42px rgba(54, 31, 28, 0.12);
  transform: translateY(-5px);
}

.bpb-insight-photo {
  display: block;
  height: 215px;
  overflow: hidden;
}

.bpb-insight-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bpb-insight-card:hover img {
  transform: scale(1.035);
}

.bpb-insight-body {
  padding: 24px;
}

.bpb-insight-date {
  color: #be2228;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bpb-insight-body h3 {
  margin: 10px 0 12px;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.3;
}

.bpb-insight-body h3 a {
  color: #1a1614;
}

.bpb-insight-body p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #6b6460;
  font-size: 0.82rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bpb-page-hero {
  background-position: center 38%;
}

.bpb-commitment-inner {
  position: relative;
  z-index: 1;
}

.bpb-commitment-inner .label-gold {
  margin-bottom: 20px;
  text-align: center;
}

.bpb-email-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bpb-page-hero::before {
  background: rgba(67, 12, 15, 0.86) !important;
}

.bpb-page-hero .sp-kicker {
  color: #e8c97a;
}

.bpb-inner #main {
  background: #ffffff;
}

.bpb-inner #about,
.bpb-inner #services,
.bpb-inner #testimonials,
.bpb-inner #careers,
.bpb-inner #products,
.bpb-inner #portfolio,
.bpb-inner #clients,
.bpb-inner #faq,
.bpb-inner #contact,
.bpb-inner #blogs {
  max-width: 100%;
}

.bpb-inner .section-header h3 {
  color: #1a1614;
  font-family: var(--font-serif);
}

.bpb-inner .section-header p,
.bpb-inner #about p,
.bpb-inner #services p,
.bpb-inner #blogs p,
.bpb-inner #contact p {
  color: #6b6460;
}

.bpb-inner #services .box,
.bpb-inner .card,
.bpb-inner #faq #faq-list li {
  border-radius: 4px;
}

.bpb-inner #services .box {
  border-top: 4px solid #c9a84c;
}

.bpb-inner footer p,
.bpb-inner footer li,
.bpb-inner footer a {
  color: rgba(255, 255, 255, 0.42);
}

#chat-fab > i {
  color: #ffffff;
  font-size: 24px;
}

#chat-header {
  position: relative;
  padding-right: 48px;
}

#chat-header-avatar {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
}

#chat-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

#chat-send i {
  color: #ffffff;
  font-size: 14px;
}

.msg-bubble a {
  color: #be2228;
  font-weight: 700;
}

@media (max-width: 1240px) {
  #navbar {
    padding: 0 30px;
  }

  #navbar .nav-menu > li > a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 0.8rem;
  }

  #navbar .nav-cta {
    padding-right: 14px;
    padding-left: 14px;
  }

}

@media (max-width: 900px) {
  #bpb-nav-toggle {
    display: block;
  }

  .bpb-testimonial-grid,
  .bpb-insight-grid {
    grid-template-columns: 1fr;
  }

  .bpb-governance-header {
    gap: 28px;
  }
}

@media (max-width: 600px) {
  #navbar .nav-brand img {
    max-width: 205px;
    height: 44px;
  }

  .hero-bg {
    grid-template-columns: 1fr 1fr;
  }

  .hero-bg-col:nth-child(3) {
    display: none;
  }

  .bpb-testimonial-card {
    min-height: 0;
  }

  .bpb-insight-photo {
    height: 190px;
  }

  .bpb-governance-grid {
    grid-template-columns: minmax(0, 340px);
  }

  .bpb-governance-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bpb-governance-count {
    width: 76px;
    height: 76px;
  }
}
