/* ============ ABOUT PAGE STYLES ============ */

/* HERO */
.about-hero {
  background: linear-gradient(135deg, #ff7a18 0%, #0472c0 55%, #0ca1ba 100%);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.tag-1 {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-hero-content h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 14px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-content h1 span {
  color: #ffe3c4;
}

.about-hero-content p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.95;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 13px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-btn.primary {
  background: #fff;
  color: #0472c0;
}

.hero-btn.ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* STATS */
.about-stats {
  padding: 45px 20px;
  background: #fdfbf8;
}

.about-stats-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 26px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.stat-box svg {
  margin-bottom: 12px;
}

.stat-box.orange svg { color: #ff7a18; }
.stat-box.blue svg   { color: #0472c0; }
.stat-box.green svg  { color: #28a745; }
.stat-box.violet svg { color: #8b5cf6; }

.stat-box h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 4px;
}

.stat-box p {
  font-size: 13px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

/* SECTION HEAD */
.section-head.center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 35px;
}

.section-head .tag {
  display: inline-block;
  background: rgba(4, 114, 192, 0.08);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.section-head h2 {
  font-size: 30px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 10px;
}

.section-head p {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
}

.verify-link {
  display: inline-block;
  margin-top: 12px;
  color: #0472c0;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
}

.verify-link:hover {
  color: #ff7a18;
}

/* COMPANY REGISTRATION */
.company-section {
  padding: 55px 20px;
  background: #f5f0e8;
}

.company-container {
  max-width: 900px;
  margin: 0 auto;
}

.company-details-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.detail-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s ease;
}

.detail-row:hover {
  background: #fdfbf8;
}

.detail-row:last-of-type {
  border-bottom: none;
}

.highlight-row {
  background: rgba(255, 122, 24, 0.05);
}

.detail-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #0472c0;
}

.detail-value {
  font-size: 14.5px;
  color: #374151;
  font-weight: 500;
}

.detail-value b {
  display: block;
  font-size: 16px;
  color: #111827;
  margin-bottom: 3px;
}

.detail-value small {
  color: #6b7280;
  font-weight: 400;
  font-size: 13px;
}

.detail-value.mono {
  font-family: 'Courier New', monospace;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111827;
}

.mca-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 22px 28px;
  background: #fdfbf8;
  border-top: 1px solid #f3f4f6;
}

.mca-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
}

.mca-badge.verified {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #34d399;
}

.mca-badge.act {
  background: rgba(4, 114, 192, 0.07);
  color: #0472c0;
  border: 1px solid rgba(4, 114, 192, 0.3);
}

.mca-badge.active {
  background: rgba(255, 122, 24, 0.08);
  color: #ea580c;
  border: 1px solid rgba(255, 122, 24, 0.35);
}

/* MISSION / VISION / OBJECTIVE */
.purpose-section {
  padding: 55px 20px;
  background: #fdfbf8;
}

.purpose-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.purpose-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px 26px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.purpose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.purpose-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 20px;
}

.purpose-card.orange .purpose-icon { background: linear-gradient(135deg, #ff7a18, #ff9d4d); }
.purpose-card.blue .purpose-icon   { background: linear-gradient(135deg, #0472c0, #1fa2ff); }
.purpose-card.green .purpose-icon  { background: linear-gradient(135deg, #28a745, #48c964); }

.purpose-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 10px;
}

.purpose-card p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

/* VALUES */
.values-section {
  padding: 55px 20px;
  background: #fff;
}

.values-container {
  max-width: 1200px;
  margin: 0 auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  background: #fdfbf8;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 26px 22px;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 16px;
}

.value-icon.orange { background: linear-gradient(135deg, #ff7a18, #ff9d4d); }
.value-icon.blue   { background: linear-gradient(135deg, #0472c0, #1fa2ff); }
.value-icon.violet { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }
.value-icon.green  { background: linear-gradient(135deg, #28a745, #48c964); }

.value-card h3 {
  font-size: 16.5px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: #6b7280;
  margin: 0;
}

/* LEADERSHIP TEAM */
.team-section {
  padding: 55px 20px;
  background: #fdfbf8;
}

.team-container {
  max-width: 1000px;
  margin: 0 auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
}

.team-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.avatar.lg {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 0 auto 16px;
}

.avatar.lg.orange { background: linear-gradient(135deg, #ff7a18, #ff9d4d); }
.avatar.lg.blue   { background: linear-gradient(135deg, #0472c0, #1fa2ff); }

.team-card h3 {
  font-size: 19px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 4px;
}

.team-card .role {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #0472c0;
  background: rgba(4, 114, 192, 0.08);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.team-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 14px;
}

.team-card .din {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.5px;
  color: #6b7280;
  border: 1px dashed #d1d5db;
  padding: 5px 14px;
  border-radius: 8px;
}

/* JOURNEY TIMELINE */
.journey-section {
  padding: 60px 20px;
  background: #fdfbf8;
}

.journey-container {
  max-width: 720px;
  margin: 0 auto;
}

.timeline {
  position: relative;
  margin-top: 10px;
}

/* vertical gradient line */
.timeline::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #ff7a18 0%, #0472c0 50%, #28a745 100%);
}

.timeline-item {
  position: relative;
  padding: 0 0 28px 68px;
  background: transparent !important;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/* dot on the line */
.timeline-dot {
  position: absolute;
  left: 13px;
  top: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid #ff7a18;
  box-shadow: 0 0 0 5px rgba(255, 122, 24, 0.18);
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.15);
}

.timeline-item.blue .timeline-dot {
  border-color: #0472c0;
  box-shadow: 0 0 0 5px rgba(4, 114, 192, 0.18);
}

.timeline-item.green .timeline-dot {
  border-color: #28a745;
  box-shadow: 0 0 0 5px rgba(40, 167, 69, 0.18);
}

/* white card + coloured left accent */
.timeline-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 5px solid #ff7a18;
  border-radius: 16px;
  padding: 22px 26px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-item:hover .timeline-card {
  transform: translateY(-3px) translateX(3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.timeline-item.blue .timeline-card {
  border-left-color: #0472c0;
}

.timeline-item.green .timeline-card {
  border-left-color: #28a745;
}

.timeline-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.timeline-head h3 {
  font-size: 17px;
  font-weight: 800;
  color: #1f2937;
  margin: 0;
}

/* date pill */
.timeline-date {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  white-space: nowrap;
  color: #ea580c;
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.12), rgba(255, 157, 77, 0.2));
  border: 1px solid rgba(255, 122, 24, 0.35);
}

.timeline-item.blue .timeline-date {
  color: #0472c0;
  background: linear-gradient(135deg, rgba(4, 114, 192, 0.1), rgba(31, 162, 255, 0.16));
  border-color: rgba(4, 114, 192, 0.35);
}

.timeline-item.green .timeline-date {
  color: #15803d;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.12), rgba(72, 201, 100, 0.2));
  border-color: rgba(40, 167, 69, 0.35);
}

.timeline-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
}

/* TRUST BANNER */
.trust-section {
  background: linear-gradient(135deg, #0472c0, #0ca1ba);
  padding: 55px 20px;
  text-align: center;
  color: #fff;
}

.trust-container {
  max-width: 1100px;
  margin: 0 auto;
}

.trust-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.trust-section > .trust-container > p {
  font-size: 15px;
  opacity: 0.92;
  margin-bottom: 32px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.trust-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 22px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  backdrop-filter: blur(4px);
}

.trust-item svg {
  flex-shrink: 0;
  color: #ffe3c4;
}

.trust-item b {
  display: block;
  font-size: 14.5px;
  text-align: left;
}

.trust-item small {
  display: block;
  font-size: 12px;
  opacity: 0.85;
  text-align: left;
}

.trust-contact {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: #0472c0;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.trust-contact-btn.static {
  cursor: default;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.trust-contact-btn:not(.static):hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ============ WHAT WE DO (10 FEATURES) ============ */
.what-we-do-section {
  padding: 60px 20px;
  background: #fdfbf8;
}

.what-we-do-container {
  max-width: 1200px;
  margin: 0 auto;
}

.features-grid-10 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.feature-item-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.28s ease;
  display: flex;
  flex-direction: column;
}

.feature-item-card:hover {
  transform: translateY(-4px);
  border-color: #0472c0;
  box-shadow: 0 10px 24px rgba(4, 114, 192, 0.1);
}

.feature-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.feature-icon-badge.orange { background: #fff3e0; color: #ff7a18; }
.feature-icon-badge.blue   { background: #e0f2fe; color: #0472c0; }
.feature-icon-badge.green  { background: #dcfce7; color: #16a34a; }
.feature-icon-badge.teal   { background: #ccfbf1; color: #0d9488; }
.feature-icon-badge.violet { background: #f3e8ff; color: #7c3aed; }
.feature-icon-badge.rose   { background: #ffe4e6; color: #e11d48; }

.feature-item-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px 0;
}

.feature-item-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
}

.feature-disclaimer-note {
  margin-top: 30px;
  background: #f8fafc;
  border-left: 4px solid #0472c0;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 14px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ============ MISSION HIGHLIGHT ============ */
.mission-highlight-card {
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.08) 0%, rgba(4, 114, 192, 0.08) 100%);
  border: 1.5px solid rgba(4, 114, 192, 0.25);
  border-radius: 16px;
  padding: 36px 30px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 30px;
}

.mission-highlight-card blockquote {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.45;
  margin: 0 0 14px 0;
}

.mission-highlight-card p {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ============ PASSENGER PERSONAS (BUILT FOR BETTER TRAVEL) ============ */
.passengers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 35px;
}

.passenger-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.28s ease;
}

.passenger-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.passenger-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: inline-block;
}

.passenger-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}

.passenger-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* ============ OUR APPROACH (SIMPLE, USEFUL, BETTER) ============ */
.approach-section {
  padding: 60px 20px;
  background: #f8fafc;
}

.approach-container {
  max-width: 1100px;
  margin: 0 auto;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.approach-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.28s ease;
}

.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.approach-card.simple { border-top: 4px solid #ff7a18; }
.approach-card.useful { border-top: 4px solid #0472c0; }
.approach-card.better { border-top: 4px solid #16a34a; }

.approach-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.approach-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.approach-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* ============ INDEPENDENCE & DISCLAIMER CALLOUT ============ */
.independence-section {
  padding: 50px 20px;
  background: #fff;
}

.independence-container {
  max-width: 900px;
  margin: 0 auto;
}

.independence-card {
  background: #fffdfa;
  border: 1.5px solid #fed7aa;
  border-radius: 16px;
  padding: 30px 28px;
  box-shadow: 0 4px 14px rgba(255, 122, 24, 0.06);
}

.independence-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.independence-header svg {
  color: #ff7a18;
  flex-shrink: 0;
}

.independence-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: #9a3412;
  margin: 0;
}

.independence-card p {
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 12px;
}

.independence-links {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.independence-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: #0472c0;
  text-decoration: none;
  background: #eff6ff;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #bfdbfe;
  transition: all 0.2s ease;
}

.independence-link:hover {
  background: #0472c0;
  color: #fff;
}

/* ============ THANK YOU BANNER ============ */
.thankyou-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #0472c0 0%, #0ca1ba 50%, #ff7a18 100%);
  color: #fff;
  text-align: center;
}

.thankyou-container {
  max-width: 800px;
  margin: 0 auto;
}

.thankyou-section h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.thankyou-section p {
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.95;
  margin-bottom: 24px;
}

.thankyou-tagline {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* ACTIVE NAV LINK */
.nav-menu a.active {
  color: #ff7c00;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-stats-grid,
  .values-grid,
  .trust-grid,
  .passengers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 20px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    padding: 55px 20px;
  }

  .about-hero-content h1 {
    font-size: 27px;
  }

  .about-hero-content p {
    font-size: 15px;
  }

  .section-head h2 {
    font-size: 24px;
  }

  .features-grid-10 {
    grid-template-columns: 1fr;
  }

  .passengers-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 18px;
  }

  .timeline-item {
    padding-left: 52px;
  }

  .timeline-dot {
    left: 7px;
    top: 18px;
  }

  .timeline-card {
    padding: 16px 18px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-contact {
    flex-direction: column;
    align-items: center;
  }

  .thankyou-section h2 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .about-stats-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }
}

