:root {
  --orange: #ff6a2b;
  /* primary orange */
  --orange-soft: #ffdacf;
  --pink-soft: #ffd7dd;
  --lavender-soft: #f3e9ff;
  --muted: #888;
  --dark-hero-overlay: rgba(9, 9, 9, 0.55);
}

/* Body */
body {
  font-family: 'Poppins', sans-serif;
  color: #222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Navbar */
.navbar {
  padding: 12px 0;
}

.navbar-brand {
  letter-spacing: 1px;
  color: #111;
}

.logo-dot {
  color: var(--orange);
  font-size: 18px;
  margin-right: 6px;
}

/* HERO */
.hero {
  position: relative;
  background-image: url("./img/header-banner.png");
  background-position: center;
  background-size: cover;
  padding: 80px 0 60px;
  overflow: hidden;
}

/* .hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,0.55), rgba(0,0,0,0.45));
  z-index:0;
} */

.hero .hero-title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(26px, 3.5vw, 40px);
  z-index: 2;
  position: relative;
  margin-bottom: 12px;
}

.hero .hero-sub {
  color: rgba(255, 255, 255, 0.9);
  max-width: 520px;
  margin-bottom: 20px;
  z-index: 2;
}

/* hero form */
.hero-form {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0.82));
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(11, 11, 11, 0.35);
}

.hero-form .form-control,
.hero-form .form-select {
  background: #ffffff2b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 15px 10px;
}

.hero-form .form-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.btn-cta,
.btn-cta:focus {
  background: var(--orange);
  border: none;
  color: #fff;
}

/* DELIVERY OPTIONS */
.section-heading {
  font-weight: 700;
  font-size: 22px;
  color: #222;
}

.option-card {
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  position: relative;
  min-height: 260px;
}

.option-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: transform .45s ease;
}

.option-card:hover .option-img {
  transform: scale(1.05);
}

.option-text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #fff;
}

/* HOW IT WORKS */
.bg-light {
  background: #fafafa;
}

.step img {
  filter: none;
}

.step h6 {
  font-size: 14px;
}

.step p {
  font-size: 13px;
  color: var(--muted);
}

/* FEATURES (colored blocks) */
.feature {
  border: none;
  box-shadow: none;
  position: relative;
}

.feature.peach {
  background: #FFDDCB;
}

.feature.pink {
  background: #FFD7D8;
}

.feature.lavender {
  background: #F8F2FF;
}

/* .img-phone {
  max-width: 180px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  position: absolute;
  bottom: 0px;
} */

.feature {
  position: relative;
  overflow: hidden;
}

/* Base image styling */
.img-phone {
  max-width: 220px;
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  transform: translateX(-50%);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}



/* Responsive adjustments */
@media (max-width: 767px) {
  .img-phone {
    position: static;
    transform: none;
    margin: 20px auto 0;
    display: block;
    max-width: 140px;
  }

  .feature {
    padding-bottom: 20px;
  }
}

/* BOOKING CTA */
.bg-verylight {
  background: #fafafa;
}

.truck-img {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

.text-orange {
  color: #ff6a2b;
}

/* TESTIMONIAL & STATS */
.testimonial {
  border-radius: 12px;
}

.stat-num {
  font-size: 28px;
  font-weight: 300;
  /* color: var(--orange); */
  color: #2e2b2a;
}

/* APP CTA (dark) */
.bg-dark {
  background: #111;
}

.app-cta {
  background: linear-gradient(180deg, #1b1b1b, #0f0f0f);
  border-radius: 12px;
}

.app-person {
  max-width: 50%;
  bottom: -25px;
  position: relative;
}

/* FOOTER */
.footer {
  background: #fff;
  color: #222;
}

.footer .logo-dot {
  color: var(--orange);
  font-size: 16px;
}

/* small screens */
@media (max-width: 991px) {
  .hero {
    padding: 60px 0;
  }

  .hero-form {
    margin-top: 18px;
  }

  .img-phone {
    max-width: 140px;
    margin: 0 auto;
  }
}

/* very small screens */
@media (max-width: 575px) {
  .hero {
    padding: 40px 0;
  }

  .hero .hero-title {
    font-size: 22px;
  }

  .option-card {
    min-height: 200px;
  }

  .option-text h5 {
    font-size: 14px;
  }

  .img-phone {
    display: none;
  }
}

.logo-img {
  width: 130px;
  height: auto;
}

.responsive-logo {
  max-width: 100%;
  height: auto;
}

.footer-link {
  text-decoration: none;
  color: #222;
}

.stats-row .col-6,
.stats-row .col-md-3 {
  position: relative;
}

.stats-row .col-6:not(:last-child)::after,
.stats-row .col-md-3:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 80%;
  border-right: 1px dotted #333;
}

@media (max-width: 767px) {
  .stats-row .col-6:not(:last-child)::after {
    display: none;
  }
}


/* Step line layout */
.steps-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto 50px;
  max-width: 1000px;
  padding: 0 40px;
}

.steps-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #ccc, #ccc 6px, transparent 6px, transparent 12px);
  z-index: 0;
}

.step {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.step span {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

/* Step detail section */
.row.text-center.g-4.mt-4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.row.text-center.g-4.mt-4 .col-md-3 {
  flex: 1;
  min-width: 200px;
  margin-bottom: 25px;
}

.row.text-center.g-4.mt-4 img {
  display: block;
  margin: 0 auto 10px auto;
}

.row.text-center.g-4.mt-4 h6 {
  font-weight: 600;
  font-size: 16px;
}

.row.text-center.g-4.mt-4 p {
  font-size: 14px;
  color: #666;
  max-width: 230px;
  margin: 0 auto;
}

/* Responsive Fixes */
@media (max-width: 767px) {
  .steps-line {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .steps-line::before {
    display: none; /* Hide dotted line */
  }

  .step {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .step span {
    font-size: 15px;
  }

  .row.text-center.g-4.mt-4 {
    flex-direction: column;
    align-items: center;
  }

  .row.text-center.g-4.mt-4 .col-md-3 {
    width: 100%;
    max-width: 280px;
  }
}



.step-number-mobile {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

/* Optional styling for spacing */
@media (max-width: 767px) {
  .step-number-mobile {
    margin-bottom: 8px;
  }
}


.hero-form {
  background: rgba(0, 0, 0, 0.6); /* translucent black background */
  color: #fff;
}

/* Input and select styling */
.hero-form .form-control,
.hero-form .form-select {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  height: 49px; /* consistent height */
  font-size: 14px;
  border-radius: 8px;
}

/* Placeholder text visible on dark bg */
.hero-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* Dropdown options visible */
.hero-form .form-select option {
  background-color: #222;
  color: #fff;
}

/* Label styling */
.hero-form .form-label {
  color: #fff;
  font-weight: 500;
}

/* Button style */
.btn-cta {
  background-color: #ff6b00;
  border: none;
  color: #fff;
  font-weight: 600;
  height: 48px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: #ff812b;
}

