/* -------------------------------------------
   SINGH LOGISTICS – HOME PAGE (PINK THEME)
------------------------------------------- */

.home-page {
  padding-bottom: 3rem;
}

/* HERO */

.home-hero {
  position: relative;
  padding: 6rem 1rem 4.5rem;
  color: #fffcfa;
  text-align: center;
  background:rgba(234, 88, 12, 0.9);
  overflow: hidden;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(248,250,252,0.2), transparent 55%),
    radial-gradient(circle at bottom right, rgba(236,72,153,0.5), transparent 60%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.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.7);
  border: 1px solid rgba(254, 202, 232, 0.7);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 1rem;
}

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

.home-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.home-hero h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.hero-lead {
  max-width: 730px;
  margin: 0 auto 1.6rem;
  font-size: 1rem;
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.btn-hero-primary {
  border-radius: 999px;
  padding: 0.65rem 1.6rem;
  background: rgba(208, 74, 1, 0.9);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 12px 30px rgba(234, 88, 12, 0.9);
}

.btn-hero-outline {
  border-radius: 999px;
  padding: 0.65rem 1.5rem;
  border: 1px solid #05a0fa;
  background: #05a0fa;
  color: #f9fafb;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Hero stats */

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.stat-pill {
  min-width: 150px;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: #05a0fa;
  border: 1px solid rgba(250, 232, 255, 0.6);
  backdrop-filter: blur(12px);
  text-align: left;
}

.stat-pill .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.stat-pill .value {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}

.stat-pill .hint {
  font-size: 0.78rem;
  opacity: 0.85;
}

/* MAIN SHELL */

.home-shell {
  margin-top: -30px;
  padding: 2.75rem 1.1rem 3.5rem;
  border-radius: 32px 32px 0 0;
  background:
    radial-gradient(circle at top, #05a0fa, transparent 50%),
     #05a0fa;
  box-shadow: 0 -18px 40px  #05a0fa;
}

/* Sections */

.section-block {
  margin-bottom: 3rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #ffffff;
}

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

.section-text {
  color: #ffffff;
  font-size: 0.96rem;
}

.highlight-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.highlight-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.45rem;
  color: #feffff;
  font-size: 0.95rem;
}

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

/* Glassy side panel */

.glassy-panel {
  border-radius: 1.5rem;
  padding: 1.8rem 1.6rem;
  background:
    radial-gradient(circle at top left, rgba(234, 88, 12, 0.9), transparent 200%),
    rgba(234, 88, 12, 0.9);
  border: 1px solid rgba(248, 187, 248, 0.55);
  box-shadow: 0 14px 40px rgba(15,23,42,0.9);
}

.panel-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.panel-list {
  list-style: none;
  padding-left: 1.1rem;
  margin-bottom: 1rem;
}

.panel-list li {
  color: #ffffff;
  margin-bottom: 0.4rem;
  font-size: 0.94rem;
}

.btn-panel-link {
  font-size: 0.88rem;
  text-decoration: none;
  border-radius: 15px;
  padding: 0.45rem 1.2rem;
  background: #05a0fa;
  border: 1px solid #84cefa;
  color: #ffffff;
}

/* Service preview cards */

.service-card {
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(234, 88, 12, 0.9), transparent 999%),
    rgba(15,23,42,0.95);
  border: 1px solid rgba(248, 187, 248, 0.6);
  padding: 1.65rem 1.35rem 1.4rem;
  color: #ffffff;
  height: 100%;
  box-shadow: 0 14px 38px rgba(15,23,42,0.9);
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  background: rgba(248, 250, 252, 0.15);
  border: 1px solid rgba(254, 202, 232, 0.75);
}

.service-icon .emoji {
  font-size: 1.4rem;
}

.service-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.service-card p {
  font-size: 0.93rem;
  color: #d1d5db;
  margin-bottom: 0.7rem;
}

.service-points {
  list-style: none;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.service-points li {
  margin-bottom: 0.25rem;
}

/* mini gallery */

.mini-gallery .mini-img {
  border-radius: 1.2rem;
  overflow: hidden;
  background: rgba(15,23,42,0.95);
  border: 1px solid rgba(148,163,184,0.45);
  height: 100%;
}

.mini-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-gallery-text {
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #e5e7eb;
  font-size: 0.94rem;
}

.btn-mini-gallery {
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  border: none;
  background: linear-gradient(135deg, rgba(234, 88, 12, 0.9), rgba(234, 88, 12, 0.9));
  color: #fff;
  font-size: 0.85rem;
}

/* section link */

.link-more {
  font-size: 0.9rem;
  color: #fffdfe;
  text-decoration: none;
}

/* CTA BAND */

.cta-band {
  margin-top: 1rem;
  padding: 1.8rem 1.6rem;
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top left, rgba(234, 88, 12, 0.9), transparent 100%),
    rgba(234, 88, 12, 0.9);
  border: 1px solid rgba(248, 187, 248, 0.75);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
}

.cta-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.cta-text p {
  margin: 0;
  font-size: 0.95rem;
}

.cta-actions {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-cta-primary {
  border-radius: 999px;
  padding: 0.55rem 1.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  background: linear-gradient(135deg,#05a0fa, #05a0fa);
  color: #fff;
}

.btn-cta-outline {
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #05a0fa;
  background: #05a0fa;
  color: #fdfdff;
}

/* Responsive */

@media (max-width: 768px) {
  .home-shell {
    padding-inline: 1rem;
  }
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-actions {
    margin-left: 0;
  }
}
