/* ------------------------------ */
/*   SINGH LOGISTICS – ABOUT CSS  */
/* ------------------------------ */

:root {
  /* Pink-theme tokens aligned with services/gallery */
  --sl-primary: #fa7a2a; /* main pink */
  --sl-secondary: #fa7a2a; /* soft pink */
  --sl-dark: #0b1120;
  --sl-light: #fdf2f8;
  --sl-accent: #22c55e;
}

body {
  background: radial-gradient(circle at top left, #ffffff 0, #ffffff 40%, #ffffff 100%);
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------------------- */
/*         HERO           */
/* ---------------------- */

.hero {
  position: relative;
  background:
    /* pink overlay + logistics image */
    linear-gradient(135deg, #fa7a2a, #fa7a2a),
    url('https://source.unsplash.com/1600x600/?logistics,truck,highway') center center/cover no-repeat;
  color: white;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 10px 25px rgba(0,0,0,0.7);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, (#fa7a2a), transparent 55%);
  pointer-events: none;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero .lead {
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0.75rem auto 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.75);
  border: 1px solid rgba(248, 187, 248, 0.5);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-badge span.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.35);
}

.hero-stats {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.hero-stat {
  min-width: 130px;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: #05a0fa;
  border: 1px solid #fa7a2a;
  backdrop-filter: blur(10px);
}

.hero-stat h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.hero-stat p {
  margin: 0;
  font-size: 0.8rem;
  color: #cbd5f5;
}

/* ---------------------- */
/*    CONTENT WRAPPER     */
/* ---------------------- */

.content-wrapper {
  background: radial-gradient(circle at top, #05a0fa, transparent 100%) #05a0fa;
  border-radius: 32px 32px 0 0;
  margin-top: -40px;
  padding: 3rem 1rem 4rem;
  box-shadow: 0 -20px 40px rgba(15,23,42,0.9);
}

@media (min-width: 768px) {
  .content-wrapper {
    padding-inline: 3rem;
  }
}

.section-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sl-primary), var(--sl-secondary));
}

.section-heading {
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
}

.section-subtext {
  color: #ffffff;
  font-size: 0.98rem;
}

/* ---------------------- */
/*    CARD + HIGHLIGHTS   */
/* ---------------------- */

.card-gradient {
  height: 100%;
  border-radius: 1.25rem;
  border: 1px solid rgba(248, 187, 248, 0.5);
  background:
    radial-gradient(circle at top left,#fa7a2a, transparent 999%),
    rgba(15,23,42,0.96);
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card-gradient:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 114, 182, 0.9);
  box-shadow: 0 15px 40px rgba(247, 247, 247, 0.9);
}

.badge-pill {
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #05a0fa;
  border: 1px solid rgba(248, 187, 248, 0.55);
  color: #ffffff;
}

.why-list {
  list-style: none;
  padding-left: 0;
}

.why-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.96rem;
  color: #ffffff;
}

.why-list li::before {
  content: "▹";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.9rem;
  background: linear-gradient(135deg, #fa7a2a, #fa7a2a);
  -webkit-background-clip: text;
  color: transparent;
}

/* ---------------------- */
/*       TIMELINE         */
/* ---------------------- */

.timeline {
  position: relative;
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--sl-primary), var(--sl-secondary));
  opacity: 0.9;
}

.timeline .row {
  position: relative;
  margin-bottom: 1.4rem;
}

.timeline .row::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #020617;
  border-radius: 999px;
  position: absolute;
  left: -2px;
  top: 3px;
  border: 3px solid #f472b6;
  box-shadow: 0 0 0 4px rgba(244, 114, 182, 0.25);
}

.timeline .year {
  font-weight: 600;
  color: #ffffff;
}

.timeline .detail {
  color: #ffffff;
  font-size: 0.96rem;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148,163,184,0.35), transparent);
  margin-block: 2.5rem;
}

/* ---------------------- */
/*     RESPONSIVE FIX     */
/* ---------------------- */

@media (max-width: 767px) {
  .hero-stats {
    gap: 1rem;
  }
  .content-wrapper {
    margin-top: -30px;
    padding-inline: 1.25rem;
  }
}
