/* AB ADD your CSS for TAXI here only *//* /assets/css/book-taxi-ab.css */

.taxi-page {
  width: 100%;
  background: #ffffff;
  font-family: "Inter", "Arial", sans-serif;
  overflow-x: hidden;
}

.taxi-container {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}

/* HERO */

.taxi-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.taxi-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.taxi-hero-overlay {
  position: absolute;
  inset: 0;
  height: 560px;
  background: linear-gradient(
    90deg,
    rgba(3, 10, 25, 0.92) 0%,
    rgba(3, 10, 25, 0.72) 38%,
    rgba(3, 10, 25, 0.28) 100%
  );
  z-index: 2;
}

.taxi-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
  padding-bottom: 80px;
}

.taxi-hero-text h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2px;
}

.taxi-hero-text p {
  margin-top: 28px;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
}

/* BOOKING CARD */

.taxi-booking-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.taxi-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.taxi-input-group {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 0 12px;
}

.taxi-input-group input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  color: #222;
  font-size: 13px;
}

.taxi-input-group input::placeholder {
  color: #9b9b9b;
}

.taxi-icon {
  color: #777;
  font-size: 14px;
  flex: 0 0 auto;
}

.taxi-label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
  color: #202020;
}

.taxi-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.taxi-stepper {
  height: 44px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  overflow: hidden;
}

.taxi-stepper button {
  height: 100%;
  border: none;
  background: transparent;
  color: #555;
  font-size: 17px;
  cursor: pointer;
}

.taxi-count {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.taxi-form-row select {
  width: 100%;
  height: 44px;
  border: 1px solid #e3e3e3;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 0 12px;
  color: #777;
  font-size: 13px;
  outline: none;
}

.taxi-submit {
  width: 100%;
  height: 52px;
  margin-top: 4px;
  border: none;
  border-radius: 8px;
  background: #12c4b1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.taxi-submit:hover {
  background: #0fad9c;
  transform: translateY(-1px);
}

.taxi-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 10px;
  border-radius: 999px;
  background: #f5f7f7;
}

.taxi-note span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dffbf7;
  color: #12b7a5;
  font-size: 13px;
  flex: 0 0 auto;
}

.taxi-note p {
  margin: 0;
  color: #8a8a8a;
  font-size: 11px;
  line-height: 1.4;
}

/* SERVICES */

.taxi-services {
  position: relative;
  z-index: 4;
  margin-top: -150px;
  padding-bottom: 70px;
}

.taxi-services-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.taxi-service-item {
  min-width: 0;
}

.taxi-service-item img {
  width: 100%;
  height: 170px;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.taxi-service-body {
  padding-top: 22px;
}

.taxi-service-body h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.taxi-service-body p {
  margin: 0;
  min-height: 48px;
  color: #526071;
  font-size: 13px;
  line-height: 1.55;
}

.taxi-service-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.taxi-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 42px;
  border-radius: 5px;
  background: #004056;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: background 0.25s ease, transform 0.25s ease;
}

.taxi-book-btn:hover {
  background: #002f40;
  transform: translateY(-1px);
}

.taxi-learn-link {
  color: #667085;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.taxi-learn-link span {
  margin-left: 8px;
}

/* TABLET */

@media (max-width: 991px) {
  .taxi-hero {
    min-height: auto;
    padding: 90px 0 190px;
  }

  .taxi-hero-img,
  .taxi-hero-overlay {
    height: 100%;
  }

  .taxi-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 0;
  }

  .taxi-booking-card {
    max-width: 520px;
  }

  .taxi-services {
    margin-top: -130px;
  }

  .taxi-services-card {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 650px;
    margin: 0 auto;
  }

  .taxi-service-item img {
    height: 230px;
  }

  .taxi-service-body p {
    min-height: auto;
  }
}

/* MOBILE */

@media (max-width: 575px) {
  .taxi-container {
    width: min(100% - 28px, 1160px);
  }

  .taxi-hero {
    padding: 72px 0 170px;
  }

  .taxi-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(3, 10, 25, 0.9) 0%,
      rgba(3, 10, 25, 0.76) 55%,
      rgba(3, 10, 25, 0.95) 100%
    );
  }

  .taxi-hero-text h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .taxi-hero-text p {
    margin-top: 18px;
    font-size: 17px;
  }

  .taxi-booking-card {
    padding: 16px;
    border-radius: 12px;
  }

  .taxi-form-row {
    grid-template-columns: 1fr;
  }

  .taxi-services {
    margin-top: -120px;
    padding-bottom: 45px;
  }

  .taxi-services-card {
    padding: 18px;
    gap: 28px;
  }

  .taxi-service-item img {
    height: 190px;
  }

  .taxi-service-actions {
    gap: 16px;
  }
}