@import "./sec-1-about-hero.css";

@import "./sec-2-about-continuum.css";

@import "./sec-3-about-regional.css";

@import "./sec-4-about-services.css";

@import "./sec-5-about-why.css";

@import "./sec-6-about-engagements.css";

@import "./sec-7-about-bench.css";

@import "./sec-8-about-journey.css";

@import "../home/sec-10-contact.css";

.about-placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 80px 20px 40px;
  box-sizing: border-box;
}

.about-placeholder-tag {
  font-family: Aptos, var(--font-brand);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  opacity: 0.8;
}

.about-placeholder-title {
  font-family: Aptos, var(--font-brand);
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}

.about-placeholder-desc {
  font-family: Aptos, var(--font-brand);
  font-size: 20px;
  font-weight: 400;
  max-width: 680px;
  line-height: 1.5;
  opacity: 0.9;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button:single-button,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment,
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(1, 27, 127, 0.3);
  border-radius: 4px;
  transition: background 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(1, 27, 127, 0.7);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.sec-about-1::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
}

.sec-about-1::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.75);
}
