/* ---------------------------------------------------
   SINGH LOGISTICS – SERVICES PAGE CSS (ADVANCED UI)
   Uses shared variables from theme.css
--------------------------------------------------- */

/* HERO */

.services-hero {
  position: relative;
  background:
    linear-gradient(135deg, #fa7a2a, #fa7a2a),
    url("https://source.unsplash.com/1600x600/?logistics,transport,truck") center/cover no-repeat;
  padding: 5rem 1rem 5.5rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  
}

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

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

.services-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.services-hero p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.03rem;
  opacity: 0.95;
}

/* Pill Nav */

.service-pill-nav {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,0.4);
  background: #fa7a2a;
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sl-text-light);
}

.service-pill-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #05a0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* MAIN WRAPPER */

/* MAIN WRAPPER – fixed overlap */
.services-wrapper {
  /* remove heavy overlap */
  margin-top: 0;              /* was -40px */
  
  /* give some space below hero */
  padding: 3.5rem 1.5rem 4rem;

  background: radial-gradient(circle at top, #05a0fa, transparent 999%);
  
}


/* TITLES */

.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--sl-text-soft);
  letter-spacing: 0.12em;
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  color: #ffffff;
}

.section-title::after {
  content: '';
  height: 3px;
  width: 90px;
  background: linear-gradient(90deg, var(--sl-primary), var(--sl-secondary));
  border-radius: 999px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}

.section-heading {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.section-subtext {
  max-width: 680px;
  margin: 0.25rem auto 0;
  color: var(--sl-text-soft);
  font-size: 0.95rem;
  color: #ffffff;
}

/* SERVICE CARDS */

.service-card {
  position: relative;
  background:
    radial-gradient(circle at top left, #fa7a2a, transparent 999%),
    radial-gradient(circle at bottom right, #fa7a2a
, transparent 60%),
    rgba(206, 166, 187, 0.92);
  border-radius: 1.5rem;
  padding: 1.9rem 1.9rem 1.8rem;
  height: 100%;
  border: 1px solid rgba(225, 140, 209, 0.85);
  box-shadow: 0 14px 40px rgba(225, 140, 209, 0.85);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(254, 195, 253, 0.9);
  box-shadow: 0 24px 70px rgba(255, 255, 255, 0.95);
}

.service-card:focus-visible {
  outline: 2px solid var(--sl-primary);
  outline-offset: 3px;
}

/* Ribbon */

.service-ribbon {
  position: absolute;
  top: 14px;
  right: 18px;
  background: linear-gradient(135deg, #05a0fa, #05a0fa);
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-weight: 600;
}

/* Icon */

.service-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(240, 231, 238, 0.9);
  border: 1px solid rgba(255, 234, 254, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

/* Text */

.service-tagline {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-text-soft);
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.service-card h3 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: #ffffff;
}

.service-card p {
  color: var(--sl-text-soft);
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #ffffff;
}

/* Tags */

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.service-tag {
  font-size: 0.72rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.5);
  background: #05a0fa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
}

/* DIVIDER */

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

/* PRICING */

.pricing-section {
  margin-top: 1rem;
}

.pricing-card {
  background:
    radial-gradient(circle at top left, rgba(234, 88, 12, 0.9), transparent 999%);
  border-radius: 1.5rem;
  padding: 1.9rem 1.8rem;
  border: 1px solid rgba(148,163,184,0.4);
  box-shadow: 0 16px 45px rgba(15,23,42,0.95);
}

.pricing-card-highlight {
  border-color: rgba(234, 88, 12, 0.9);
  box-shadow: 0 20px 60px rgba(15,23,42,0.95);
}

.pricing-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sl-text-soft);
  margin-bottom: 0.4rem;
}

.pricing-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.pricing-value {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin-bottom: 0.4rem;
}

.pricing-value .currency {
  font-size: 1.1rem;
}

.pricing-value .amount {
  font-size: 1.8rem;
  font-weight: 700;
}

.pricing-value .unit {
  font-size: 0.85rem;
  color: var(--sl-text-soft);
}

.pricing-note {
  font-size: 0.82rem;
  color: var(--sl-text-soft);
  margin-bottom: 0.75rem;
}

.pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.pricing-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  color: var(--sl-text-light);
}

.pricing-list li::before {
  content: "▹";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #38bdf8;
}

.btn-pricing {
  border-radius: 999px;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  background: linear-gradient(135deg, #0ea5e9, #05a0fa);
  color: #fff;
}

/* CTA BANNER */

.cta-banner {
  margin-top: 3rem;
  padding: 2rem 1.75rem;
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 0%),
    radial-gradient(circle at bottom right, rgba(239, 243, 242, 0.25), transparent 0%),
    rgba(243, 139, 4, 0.9);
  border: 1px solid rgba(253, 254, 255, 0.45);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  color: #fff;
}

.cta-banner h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.cta-banner p {
  margin: 0;
  color: var(--sl-text-soft);
  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: rgb(255, 255, 255);
}

.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;
}

/* MODALS */

.service-modal .modal-content {
  background:
    radial-gradient(circle at top left, rgba(232, 236, 242, 0.35), transparent 55%),
    rgba(224, 181, 238, 0.98);
  color: var(--sl-text-light);
  border-radius: 1.25rem;
  border: 1px solid rgba(225, 140, 209, 0.85)
}

.service-modal .modal-header {
  border-bottom-color: rrgba(225, 140, 209, 0.85);
}

.service-modal .modal-body ul {
  padding-left: 1.2rem;
}

.service-modal .modal-body li {
  margin-bottom: 0.4rem;
  color: var(--sl-text-light);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .services-wrapper {
    padding-inline: 1rem;
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-actions {
    margin-left: 0;
  }
}
