/* About page extensions — shared typography in page-premium.css */
@import url("page-premium.css");

/* --------------------------------------------------------------------------
   About-only sections
   -------------------------------------------------------------------------- */
.page-about .about-section {
  background-color: var(--np-bg) !important;
}

.page-about .about-section .bg-shape {
  opacity: 0.12;
  filter: sepia(0.5) saturate(1.2) hue-rotate(8deg);
}

.page-about .about-section .about-image-33 img {
  border: 1px solid var(--np-border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.page-about .about-section .about-wrapper .nav {
  border-right-color: rgba(200, 164, 77, 0.22);
}

.page-about .about-section .about-wrapper .nav .nav-item .nav-link {
  font-family: "Cinzel", serif;
  font-size: clamp(0.78rem, 1vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-color: rgba(200, 164, 77, 0.28);
  color: var(--np-text) !important;
}

.page-about .about-section .about-wrapper .nav .nav-item .nav-link.active {
  border-color: rgba(200, 164, 77, 0.5) !important;
  background: linear-gradient(135deg, var(--np-gold-light) 0%, var(--np-gold) 100%) !important;
  color: #1a0808 !important;
}

.page-about .about-section .about-wrapper .about-items .about-content p {
  color: var(--np-text-soft) !important;
  font-size: clamp(15px, 1.35vw, 16px);
}

.page-about .about-section .about-wrapper .about-items .about-content .list-items li span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--np-text) !important;
}

.page-about .about-section .about-wrapper .about-items .about-content .list-items svg path {
  fill: var(--np-gold) !important;
}

.page-about .about-section .about-wrapper .about-items .about-image img {
  border: 1px solid var(--np-border);
  border-radius: 16px;
}

.page-about .brand-section {
  background: transparent !important;
  opacity: 0.55;
}

.page-about .how-to-work-section,
.page-about .how-to-work-section.section-bg {
  background-color: var(--np-bg) !important;
}

.page-about .how-too-work-items .content h3 {
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--np-gold-light) !important;
}

.page-about .how-too-work-items .content p {
  color: var(--np-text-soft) !important;
  font-size: 14px;
  line-height: 1.65;
}

.page-about .how-too-work-items .icon img {
  filter: sepia(0.35) saturate(1.2) brightness(1.05);
}

.page-about .about-wrapper-4 .about-content > p {
  color: var(--np-text-soft) !important;
}

.page-about .skill-feature .progress {
  background: rgba(200, 164, 77, 0.12);
  border-radius: 999px;
  height: 8px;
}

.page-about .skill-feature .progress-bar {
  background: linear-gradient(90deg, var(--np-gold-dark), var(--np-gold-light)) !important;
}

.page-about .skill-feature .progress-value {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--np-gold-light);
}

.page-about .counter-section {
  background-color: var(--np-bg) !important;
}

.page-about .counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
  justify-items: center;
}

.page-about .counter-items {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 20px);
  width: 100%;
  max-width: 280px;
}

.page-about .counter-items .icon {
  flex-shrink: 0;
  width: clamp(64px, 7vw, 76px);
  height: clamp(64px, 7vw, 76px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px 200px 0 200px;
  background: linear-gradient(180deg, var(--np-gold-light) 0%, var(--np-gold) 100%) !important;
}

.page-about .counter-items .icon img {
  width: clamp(28px, 3.2vw, 34px);
  height: auto;
  object-fit: contain;
}

.page-about .counter-items .content {
  flex: 1;
  min-width: 0;
  border-left: 1px solid rgba(200, 164, 77, 0.35);
  padding-left: clamp(14px, 2vw, 20px);
}

.page-about .counter-items .content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--np-gold-light) !important;
  margin: 0 0 6px;
}

.page-about .counter-items .content h2 span {
  color: inherit !important;
}

.page-about .counter-items .content p {
  font-family: "Cinzel", serif;
  font-size: clamp(9px, 0.85vw, 10px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--np-gold) !important;
  margin: 0;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .page-about .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }
}

@media (max-width: 575px) {
  .page-about .counter-wrapper {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }

  .page-about .counter-items {
    max-width: none;
  }
}

.page-about .marquee-section,
.page-about .mycustom-marque,
.page-about .scrolling-wrap {
  background-color: var(--np-bg) !important;
}

.page-about .cmn-textslide {
  font-family: "Cinzel", serif;
  color: rgba(200, 164, 77, 0.35) !important;
  -webkit-text-stroke-color: rgba(200, 164, 77, 0.25);
}

@media (max-width: 767px) {
  .page-about .about-section .about-wrapper .nav {
    border-right: none;
    margin-bottom: 24px;
  }
}
