/* ============================================================
   WITTY — ABOUT.CSS
   Brand Colors: Navy #0d1b2a | Light Blue #d6e4f0
   ============================================================ */

:root {
  --navy: #0d1b2a;
  --navy-light: #1a2f45;
  --navy-mid: #162236;
  --sky: #d6e4f0;
  --sky-mid: #bcd5ea;
  --sky-dark: #a0c0d8;
  --accent: #2a6496;
  --white: #ffffff;
  --off-white: #f7fafc;
  --text-dark: #1a1a2e;
  --text-muted: #6b7280;
  --border-light: rgba(13, 27, 42, 0.09);
  --radius: 12px;
  --radius-lg: 18px;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-dark); background: var(--white); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 700; }
.section-pad { padding: 90px 0; }
.bg-light-witty { background: var(--off-white); }

/* ---- LABELS ---- */
.section-tag {
  display: inline-block;
  background: var(--sky);
  color: var(--navy);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  margin-bottom: 12px;
  border: 1px solid var(--sky-dark);
}
.section-tag-light {
  display: inline-block;
  background: rgba(214,228,240,0.12);
  color: var(--sky);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 50px;
  margin-bottom: 12px;
  border: 1px solid rgba(214,228,240,0.25);
}
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--navy); line-height: 1.25; margin-bottom: 16px; }
.section-title span { color: var(--accent); }
.section-subtitle { font-size: 1rem; color: var(--text-muted); max-width: 560px; margin: 0 auto; }
.section-desc { color: var(--text-muted); line-height: 1.78; margin-bottom: 14px; }
.text-white-75 { color: rgba(255,255,255,0.76); line-height: 1.75; }

/* ---- BUTTONS ---- */
.btn-primary-witty {
  background: var(--navy); color: var(--white);
  border: 1.5px solid var(--navy); padding: 11px 26px;
  border-radius: 8px; font-weight: 600; font-size: 0.9rem;
  text-decoration: none; display: inline-flex; align-items: center;
  transition: all 0.28s;
}
.btn-primary-witty:hover { background: var(--navy-light); color: var(--sky); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(13,27,42,0.22); }
.btn-outline-dark-witty {
  background: transparent; color: var(--navy);
  border: 1.5px solid var(--navy); padding: 11px 26px;
  border-radius: 8px; font-weight: 600; font-size: 0.9rem;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
  transition: all 0.28s;
}
.btn-outline-dark-witty:hover { background: var(--navy); color: var(--white); }
.btn-light-witty { background: var(--sky); color: var(--navy); border: 1.5px solid var(--sky-dark); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: all 0.28s; }
.btn-light-witty:hover { background: var(--sky-mid); color: var(--navy); }
.btn-whatsapp { background: #25d366; color: var(--white); border: none; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: all 0.28s; }
.btn-whatsapp:hover { background: #1ebe5d; color: var(--white); transform: translateY(-1px); }

/* ============================================================
   NAVBAR
   ============================================================ */
#mainNavbar {
  background: rgba(13,27,42,0.95);
  backdrop-filter: blur(10px);
  padding: 14px 0;
  transition: all 0.35s;
  z-index: 1000;
}
#mainNavbar.scrolled {
  background: var(--white);
  padding: 10px 0;
  box-shadow: 0 1px 0 var(--border-light), 0 4px 20px rgba(13,27,42,0.08);
}
.brand-text { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--white); line-height: 1.2; transition: color 0.3s; }
.brand-sub { font-size: 0.7rem; font-weight: 400; display: block; opacity: 0.8; font-family: var(--font-body); }
#mainNavbar.scrolled .brand-text { color: var(--navy); }
.nav-link { color: rgba(255,255,255,0.85) !important; font-size: 0.88rem; font-weight: 500; padding: 6px 10px !important; transition: color 0.25s; }
.nav-link.active { color: var(--sky) !important; }
#mainNavbar.scrolled .nav-link:hover,
#mainNavbar.scrolled .nav-link.active { color: var(--accent) !important; }
.navbar-toggler { border: 1.5px solid rgba(255,255,255,0.4); }
#mainNavbar.scrolled .navbar-toggler { border-color: var(--navy); }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
#mainNavbar.scrolled .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2813,27,42,0.85%29' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, var(--accent) 100%);
  min-height: 420px;
  display: flex; align-items: flex-end;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("https://images.unsplash.com/photo-1464207687429-7505649dae38?w=1400&q=80");
  background-size: cover; background-position: center;
  opacity: 0.12;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,27,42,0.88) 0%, rgba(13,27,42,0.6) 100%);
}
.page-hero-content {
  position: relative; z-index: 2;
  padding: 60px 0 70px;
}
.breadcrumb { background: none; padding: 0; margin-bottom: 16px; }
.breadcrumb-item a { color: var(--sky); text-decoration: none; font-size: 0.82rem; }
.breadcrumb-item.active { color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }
.page-hero-title { font-size: clamp(2rem, 5vw, 3.4rem); color: var(--white); line-height: 1.15; margin-bottom: 16px; }
.page-hero-title span { color: var(--sky); }
.page-hero-desc { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 560px; line-height: 1.7; }
.hero-shape {
  position: absolute; bottom: -1px; left: 0; right: 0;
  height: 60px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

/* ============================================================
   WHO WE ARE — IMAGES GRID
   ============================================================ */
.about-images-grid { position: relative; padding-bottom: 60px; padding-right: 40px; }
.img-main { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-light); }
.img-main img { width: 100%; height: 400px; object-fit: cover; display: block; }
.img-secondary {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 3px solid var(--white);
  box-shadow: 0 8px 32px rgba(13,27,42,0.15);
}
.img-secondary img { width: 100%; height: 180px; object-fit: cover; display: block; }
.founded-badge {
  position: absolute;
  top: 24px; left: -16px;
  background: var(--navy);
  color: var(--white);
  padding: 16px 20px;
  border-radius: var(--radius);
  text-align: center;
  border: 2px solid var(--sky-dark);
  box-shadow: 0 4px 16px rgba(13,27,42,0.2);
}
.badge-year { font-size: 1.8rem; font-weight: 800; font-family: var(--font-display); color: var(--sky); display: block; line-height: 1; }
.badge-label { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.75; }

/* ============================================================
   MISSION VISION VALUES
   ============================================================ */
.mvv-card {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  height: 100%;
  background: var(--white);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.mvv-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.mvv-card:hover { border-color: var(--sky-dark); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(13,27,42,0.08); }
.mvv-card:hover::after { transform: scaleX(1); }
.mvv-icon {
  width: 56px; height: 56px;
  background: var(--sky);
  border: 1px solid var(--sky-dark);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: var(--navy);
  margin-bottom: 20px;
}
.mvv-card h4 { font-size: 1.2rem; color: var(--navy); margin-bottom: 14px; }
.mvv-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.75; margin: 0; }
.values-list { list-style: none; padding: 0; margin: 0; }
.values-list li { display: flex; align-items: center; gap: 9px; color: var(--text-muted); font-size: 0.88rem; padding: 5px 0; border-bottom: 1px solid rgba(13,27,42,0.05); }
.values-list li i { color: var(--accent); font-size: 0.8rem; flex-shrink: 0; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-feature-list { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
.why-feature-item { display: flex; gap: 16px; align-items: flex-start; }
.why-feature-icon {
  width: 44px; height: 44px;
  background: var(--sky);
  border: 1px solid var(--sky-dark);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: var(--navy);
  flex-shrink: 0;
  transition: all 0.25s;
}
.why-feature-item:hover .why-feature-icon { background: var(--navy); color: var(--sky); border-color: var(--navy); }
.why-feature-item h6 { font-size: 0.95rem; color: var(--navy); margin-bottom: 4px; font-weight: 700; }
.why-feature-item p { color: var(--text-muted); font-size: 0.87rem; line-height: 1.65; margin: 0; }
.why-images-wrap { position: relative; padding-bottom: 80px; }
.why-img-main { width: 100%; border-radius: var(--radius-lg); height: 380px; object-fit: cover; border: 1px solid var(--border-light); }
.why-img-float {
  position: absolute;
  bottom: 0; left: 20px;
  width: 52%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 3px solid var(--white);
  box-shadow: 0 8px 32px rgba(13,27,42,0.18);
}
.why-img-float img { width: 100%; height: 170px; object-fit: cover; display: block; }

/* ============================================================
   STATS
   ============================================================ */
.stats-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 0; }
.stat-item {
  padding: 52px 24px;
  text-align: center;
  border-right: 1px solid rgba(214,228,240,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; color: var(--sky); font-family: var(--font-display); line-height: 1; }
.stat-plus { font-size: 1.8rem; font-weight: 700; color: var(--sky); }
.stat-label { color: rgba(255,255,255,0.6); margin-top: 8px; font-size: 0.88rem; font-weight: 500; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline { position: relative; padding: 20px 0; }
.timeline::before {
  content: "";
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--sky-dark), var(--navy));
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
  align-items: flex-start;
}
.timeline-item.left { flex-direction: row; }
.timeline-item.right { flex-direction: row-reverse; }
.timeline-item.left .timeline-content { margin-right: calc(50% + 36px); text-align: right; }
.timeline-item.right .timeline-content { margin-left: calc(50% + 36px); text-align: left; }
.timeline-content {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  flex: 1;
  transition: all 0.3s;
}
.timeline-content:hover { border-color: var(--sky-dark); box-shadow: 0 4px 20px rgba(13,27,42,0.08); }
.timeline-year {
  display: inline-block;
  background: var(--sky);
  color: var(--navy);
  font-size: 0.75rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 50px;
  margin-bottom: 8px;
  border: 1px solid var(--sky-dark);
}
.timeline-content h5 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.timeline-content p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.68; margin: 0; }
.timeline-dot {
  position: absolute;
  left: 50%; top: 28px;
  width: 14px; height: 14px;
  background: var(--navy);
  border: 3px solid var(--sky);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* ============================================================
   MEDIA CARDS (WHAT WE DO)
   ============================================================ */
.media-card {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  height: 100%;
  transition: all 0.3s;
}
.media-card:hover { border-color: var(--sky-dark); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(13,27,42,0.1); }
.media-img { position: relative; overflow: hidden; }
.media-img img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.4s; display: block; }
.media-card:hover .media-img img { transform: scale(1.04); }
.media-number {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--navy);
  color: var(--sky);
  font-size: 0.78rem; font-weight: 800;
  font-family: var(--font-display);
  padding: 4px 10px;
  border-radius: 6px;
}
.media-body { padding: 24px 22px; }
.media-body h5 { font-size: 1rem; color: var(--navy); margin-bottom: 10px; }
.media-body p { color: var(--text-muted); font-size: 0.87rem; line-height: 1.65; margin-bottom: 14px; }
.media-points { list-style: none; padding: 0; margin: 0; }
.media-points li {
  font-size: 0.82rem; color: var(--text-muted); padding: 4px 0;
  display: flex; align-items: center; gap: 8px;
  border-top: 1px solid rgba(13,27,42,0.05);
}
.media-points li::before { content: "→"; color: var(--accent); font-size: 0.75rem; }

/* ============================================================
   TEAM
   ============================================================ */
.team-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
}
.team-card:hover { border-color: var(--sky-dark); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(13,27,42,0.1); }
.team-avatar-wrap { background: var(--sky); padding: 36px 0 28px; }
.team-avatar {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto;
  border: 3px solid var(--white);
  box-shadow: 0 4px 16px rgba(13,27,42,0.2);
}
.team-avatar.design { background: var(--accent); }
.team-avatar.ops { background: #1a6b3c; }
.team-avatar.field { background: #7c3d0e; }
.team-info { padding: 24px; }
.team-info h5 { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.team-role { font-size: 0.75rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 12px; }
.team-info p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }
.team-socials { display: flex; gap: 8px; justify-content: center; }
.team-socials a {
  width: 34px; height: 34px;
  background: var(--sky);
  border: 1px solid var(--sky-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-size: 0.82rem;
  text-decoration: none;
  transition: all 0.25s;
}
.team-socials a:hover { background: var(--navy); color: var(--sky); border-color: var(--navy); }

/* ============================================================
   COVERAGE
   ============================================================ */
.coverage-about { background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy) 100%); padding: 90px 0; }
.coverage-zone-card {
  background: rgba(214,228,240,0.07);
  border: 1px solid rgba(214,228,240,0.14);
  border-radius: var(--radius);
  padding: 14px 16px;
  display: flex; gap: 12px; align-items: flex-start;
  transition: all 0.25s;
}
.coverage-zone-card:hover { background: rgba(214,228,240,0.12); border-color: rgba(214,228,240,0.25); }
.coverage-zone-card i { color: var(--sky); margin-top: 2px; flex-shrink: 0; }
.coverage-zone-card strong { display: block; color: var(--white); font-size: 0.88rem; }
.coverage-zone-card span { color: rgba(255,255,255,0.55); font-size: 0.78rem; }
.coverage-stat {
  background: rgba(214,228,240,0.07);
  border: 1px solid rgba(214,228,240,0.14);
  border-radius: var(--radius-lg);
  padding: 28px 16px;
  text-align: center;
  color: var(--white);
  transition: all 0.3s;
}
.coverage-stat:hover { background: rgba(214,228,240,0.12); border-color: rgba(214,228,240,0.28); }
.stat-icon { color: var(--sky); }
.coverage-stat h3 { font-size: 1.7rem; color: var(--sky); margin: 8px 0 4px; }
.coverage-stat p { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin: 0; }

/* ============================================================
   TESTIMONIALS MINI
   ============================================================ */
.testi-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  height: 100%;
  transition: all 0.3s;
}
.testi-card:hover { border-color: var(--sky-dark); box-shadow: 0 6px 24px rgba(13,27,42,0.08); transform: translateY(-3px); }
.testi-stars { color: #f59e0b; font-size: 0.82rem; margin-bottom: 14px; }
.testi-card > p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.72; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; gap: 12px; align-items: center; }
.testi-av {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--accent));
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.95rem; flex-shrink: 0;
}
.testi-author strong { display: block; font-size: 0.9rem; color: var(--navy); }
.testi-author span { display: block; font-size: 0.78rem; color: var(--text-muted); }

/* ============================================================
   CTA
   ============================================================ */
.about-cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--accent) 100%); padding: 80px 0; text-align: center; }
.cta-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--white); margin-bottom: 14px; }
.cta-title span { color: var(--sky); }
.cta-desc { color: rgba(255,255,255,0.72); font-size: 1.05rem; margin-bottom: 36px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer-section { background: var(--navy); }
.footer-top { padding: 60px 0 36px; border-bottom: 1px solid rgba(214,228,240,0.1); }
.footer-bottom { padding: 18px 0; }
.footer-bottom p { color: rgba(255,255,255,0.42); font-size: 0.82rem; }
.footer-brand { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--white); line-height: 1.25; }
.footer-brand small { font-size: 0.72rem; font-family: var(--font-body); font-weight: 400; opacity: 0.65; }
.footer-desc { color: rgba(255,255,255,0.5); font-size: 0.87rem; line-height: 1.7; }
.footer-heading { color: var(--sky); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; font-family: var(--font-body); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.52); text-decoration: none; font-size: 0.87rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--sky); }
.footer-contact-list { list-style: none; padding: 0; }
.footer-contact-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-contact-list li i { color: var(--sky); width: 16px; font-size: 0.88rem; }
.footer-contact-list a { color: rgba(255,255,255,0.62); text-decoration: none; font-size: 0.87rem; transition: color 0.2s; }
.footer-contact-list a:hover { color: var(--sky); }
.social-links { display: flex; gap: 10px; }
.social-link {
  width: 38px; height: 38px;
  background: rgba(214,228,240,0.08);
  border: 1px solid rgba(214,228,240,0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--sky); text-decoration: none; font-size: 0.88rem;
  transition: all 0.25s;
}
.social-link:hover { background: var(--sky); color: var(--navy); border-color: var(--sky); }

/* ============================================================
   FLOATING
   ============================================================ */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px;
  width: 54px; height: 54px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1.4rem; text-decoration: none;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4); z-index: 999;
  animation: wp-pulse 2.5s ease-in-out infinite;
  transition: transform 0.3s;
}
.whatsapp-float:hover { color: var(--white); transform: scale(1.1); }
@keyframes wp-pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 4px 28px rgba(37,211,102,0.65); }
}
.back-to-top {
  position: fixed; bottom: 92px; right: 28px;
  width: 42px; height: 42px; background: var(--navy);
  border: 1px solid rgba(214,228,240,0.2); border-radius: 50%;
  color: var(--sky); font-size: 0.88rem; cursor: pointer;
  opacity: 0; transform: translateY(10px); transition: all 0.3s; z-index: 998;
}
.back-to-top.show { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: var(--navy-light); border-color: var(--sky); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .section-pad { padding: 64px 0; }
  .timeline::before { left: 20px; }
  .timeline-item { flex-direction: column !important; padding-left: 50px; }
  .timeline-item.left .timeline-content,
  .timeline-item.right .timeline-content { margin: 0; text-align: left; }
  .timeline-dot { left: 20px; top: 28px; }
  .about-images-grid { padding-right: 0; padding-bottom: 40px; }
  .img-secondary { width: 50%; }
  .why-images-wrap { padding-bottom: 60px; }
  .why-img-float { width: 50%; }
  #mainNavbar .navbar-collapse { background: var(--navy); padding: 16px; border-radius: var(--radius); margin-top: 10px; }
}
@media (max-width: 767px) {
  .page-hero { min-height: 340px; }
  .page-hero-content { padding: 48px 0 60px; }
  .img-main img { height: 300px; }
  .img-secondary { display: none; }
  .founded-badge { left: 0; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(214,228,240,0.1); }
  .stat-item:last-child { border-bottom: none; }
  .why-img-float { display: none; }
  .why-img-main { height: 280px; }
}
