/* about.css — styles for page-about.php
   style.css provides global resets, .bc breadcrumb, nav, footer, and
   the WhatsApp FAB. Everything specific to the about page is here.
   ------------------------------------------------------------------- */

/* ── Hero ─────────────────────────────────────────────────────────── */
.ab-hero {
  background: #1B2A4A;
  padding: 48px 26px 44px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ab-hpat {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,.007) 0, rgba(255,255,255,.007) 1px,
    transparent 1px, transparent 22px
  );
}
.ab-hgl {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #D4A017;
  opacity: .32;
}
.ab-hl {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.ab-hey {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.ab-heyb {
  width: 32px; height: 32px;
  background: rgba(212,160,23,.16);
  border: 1px solid rgba(212,160,23,.32);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
}
.ab-heyb i { font-size: 16px; color: #D4A017; }
.ab-heylbl {
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.38);
  letter-spacing: .12em; text-transform: uppercase;
}
.ab-hh1 {
  font-size: 30px; font-weight: 700;
  color: #fff; line-height: 1.25;
  margin-bottom: 12px; letter-spacing: .02em;
}
.ab-hh1 em { color: #D4A017; font-style: normal; }
.ab-hdesc {
  font-size: 12.5px;
  color: rgba(255,255,255,.48);
  line-height: 1.85;
  margin-bottom: 22px;
  max-width: 500px;
}
.ab-hbtns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ab-hbp {
  background: #D4A017; color: #0F1C35;
  border: none; border-radius: 6px;
  padding: 10px 20px; font-size: 12px; font-weight: 700;
  letter-spacing: .03em;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Montserrat', sans-serif;
}
.ab-hbp i { font-size: 13px; }
.ab-hbg {
  background: transparent; color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.22); border-radius: 6px;
  padding: 10px 16px; font-size: 11.5px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
}
.ab-hbg i { font-size: 13px; }
.ab-hsvg {
  position: relative; z-index: 2;
  width: 300px; flex-shrink: 0;
  opacity: .9;
}
.ab-hsvg svg { width: 100%; height: auto; }

/* ── Our Story section ───────────────────────────────────────────── */
.ab-story {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #F4F1EB;
}
.ab-stl {
  padding: 36px 32px;
  background: #fff;
  border-right: 1px solid #DDD8CE;
}
.ab-str {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ab-sbar {
  width: 28px; height: 3px;
  background: #D4A017; border-radius: 1px;
  margin-bottom: 8px;
}
.ab-stit {
  font-size: 20px; font-weight: 700;
  color: #1B2A4A; margin-bottom: 14px;
  letter-spacing: .02em;
}
.ab-stit em { color: #D4A017; font-style: normal; }
.ab-sp {
  font-size: 12.5px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 12px;
}

/* Milestones timeline */
.ab-smils {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ab-smil {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #EEE9E1;
  position: relative;
}
.ab-smil:last-child { border-bottom: none; }
.ab-smily {
  font-family: 'Cinzel', serif;
  font-size: 13px; font-weight: 700;
  color: #D4A017;
  min-width: 38px;
}
.ab-smilt {
  font-size: 11.5px;
  color: #555;
  font-weight: 500;
}

/* Right column: info cards */
.ab-scrd {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #DDD8CE;
  border-radius: 9px;
  padding: 13px 14px;
}
.ab-scrd-ico {
  width: 36px; height: 36px; border-radius: 7px;
  background: #FDF5E0;
  border: 1px solid rgba(212,160,23,.28);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ab-scrd-ico i { font-size: 17px; color: #D4A017; }
.ab-scrd-n {
  font-size: 9.5px; font-weight: 700;
  color: #9A9486; text-transform: uppercase;
  letter-spacing: .06em; margin-bottom: 3px;
}
.ab-scrd-v {
  font-size: 12px; font-weight: 500;
  color: #1B2A4A; line-height: 1.5;
}

/* Decorative SVG mountain card in right column */
.ab-smtn {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 2px;
}
.ab-smtn svg { display: block; width: 100%; height: auto; }
.ab-smtn span {
  position: absolute;
  bottom: 12px; left: 50%;
  transform: translateX(-50%);
  font-family: 'Cinzel', serif;
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,.5);
  letter-spacing: .1em; text-transform: uppercase;
  white-space: nowrap;
}

/* ── Stats band ──────────────────────────────────────────────────── */
.ab-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: #0F1C35;
  border-top: 3px solid rgba(212,160,23,.25);
  padding: 26px 24px;
}
.ab-stat {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 16px;
}
.ab-snum {
  font-family: 'Cinzel', serif;
  font-size: 22px; font-weight: 700;
  color: #D4A017;
}
.ab-slbl {
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,.45);
  letter-spacing: .08em; text-transform: uppercase;
}
.ab-std {
  width: 1px; height: 40px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}

/* ── Values section ──────────────────────────────────────────────── */
.ab-vals {
  padding: 48px 24px;
  background: #fff;
}
.ab-vals-hd {
  text-align: center;
  margin-bottom: 32px;
}
.ab-vtit {
  font-size: 22px; font-weight: 700;
  color: #1B2A4A; letter-spacing: .02em;
  margin-bottom: 6px;
}
.ab-vtit em { color: #D4A017; font-style: normal; }
.ab-vsub {
  font-size: 12px;
  color: #9A9486;
}
.ab-vgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.ab-vcard {
  background: #F4F1EB;
  border: 1px solid #DDD8CE;
  border-radius: 11px;
  padding: 22px 18px;
}
.ab-vico {
  width: 42px; height: 42px; border-radius: 9px;
  background: #FDF5E0;
  border: 1px solid rgba(212,160,23,.28);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 13px;
}
.ab-vico i { font-size: 20px; color: #D4A017; }
.ab-vtl {
  font-size: 13px; font-weight: 700;
  color: #1B2A4A;
  margin-bottom: 6px;
}
.ab-vdc {
  font-size: 11.5px;
  color: #666;
  line-height: 1.75;
}

/* ── Team section ────────────────────────────────────────────────── */
.ab-team {
  padding: 48px 24px;
  background: #F4F1EB;
}
.ab-team-hd {
  text-align: center;
  margin-bottom: 32px;
}
.ab-ttit {
  font-size: 22px; font-weight: 700;
  color: #1B2A4A; letter-spacing: .02em;
  margin-bottom: 6px;
}
.ab-ttit em { color: #D4A017; font-style: normal; }
.ab-tsub {
  font-size: 12px;
  color: #9A9486;
}
.ab-tgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.ab-tcard {
  background: #fff;
  border: 1px solid #DDD8CE;
  border-radius: 11px;
  padding: 22px 16px;
  text-align: center;
}
.ab-tav {
  width: 52px; height: 52px; border-radius: 50%;
  background: #1B2A4A;
  color: #D4A017;
  font-family: 'Cinzel', serif;
  font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.ab-tname {
  font-size: 13px; font-weight: 700;
  color: #1B2A4A;
  margin-bottom: 3px;
}
.ab-trole {
  font-size: 10px; font-weight: 600;
  color: #D4A017;
  text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: 10px;
}
.ab-tbio {
  font-size: 11px;
  color: #777;
  line-height: 1.75;
}

/* ── Testimonials section ────────────────────────────────────────── */
.ab-testi {
  padding: 48px 24px;
  background: #fff;
}
.ab-testi-hd {
  text-align: center;
  margin-bottom: 28px;
}
.ab-xtit {
  font-size: 22px; font-weight: 700;
  color: #1B2A4A; letter-spacing: .02em;
}
.ab-xtit em { color: #D4A017; font-style: normal; }
.ab-xgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.ab-xcard {
  background: #F4F1EB;
  border: 1px solid #DDD8CE;
  border-radius: 11px;
  padding: 20px 18px;
}
.ab-xstars { display: flex; gap: 2px; margin-bottom: 10px; }
.ab-xstars i { font-size: 13px; color: #D4A017; }
.ab-xtxt {
  font-size: 11.5px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}
.ab-xft {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ab-xav {
  width: 34px; height: 34px; border-radius: 50%;
  background: #1B2A4A; color: #D4A017;
  font-family: 'Cinzel', serif;
  font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ab-xname {
  font-size: 12px; font-weight: 700;
  color: #1B2A4A;
}
.ab-xmeta {
  font-size: 10.5px;
  color: #9A9486;
  margin-top: 1px;
}

/* ── CTA band ────────────────────────────────────────────────────── */
.ab-cta {
  background: #1B2A4A;
  padding: 52px 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ab-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(255,255,255,.005) 0, rgba(255,255,255,.005) 1px,
    transparent 1px, transparent 22px
  );
}
.ab-ctai { position: relative; z-index: 1; }
.ab-ctah {
  font-size: 24px; font-weight: 700;
  color: #fff; letter-spacing: .02em;
  margin-bottom: 10px;
}
.ab-ctah em { color: #D4A017; font-style: normal; }
.ab-ctap {
  font-size: 12.5px;
  color: rgba(255,255,255,.45);
  margin-bottom: 26px;
}
.ab-ctabtns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.ab-ctabp {
  background: #D4A017; color: #0F1C35;
  border-radius: 6px;
  padding: 12px 26px; font-size: 13px; font-weight: 700;
  letter-spacing: .03em;
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Montserrat', sans-serif;
}
.ab-ctabp i { font-size: 15px; }
.ab-ctabp:hover { background: #c08f12; }
.ab-ctabg {
  background: transparent; color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.25); border-radius: 6px;
  padding: 12px 22px; font-size: 12.5px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 7px;
}
.ab-ctabg i { font-size: 15px; }
.ab-ctabg:hover {
  border-color: rgba(255,255,255,.5);
  color: #fff;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .ab-vgrid { grid-template-columns: repeat(2, 1fr); }
  .ab-tgrid { grid-template-columns: repeat(2, 1fr); }
  .ab-xgrid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ab-hsvg  { display: none; }
  .ab-story { grid-template-columns: 1fr; }
  .ab-stl   { border-right: none; border-bottom: 1px solid #DDD8CE; }
  .ab-std   { display: none; }
  .ab-stats { gap: 8px; padding: 20px 16px; }
  .ab-hbtns { flex-direction: column; }
}

@media (max-width: 600px) {
  .ab-vgrid { grid-template-columns: 1fr; }
  .ab-tgrid { grid-template-columns: repeat(2, 1fr); }
  .ab-xgrid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .ab-tgrid { grid-template-columns: 1fr; }
  .ab-hero  { padding: 32px 18px 28px; }
  .ab-hh1   { font-size: 24px; }
  .ab-ctah  { font-size: 20px; }
}
