.hero {
      position: relative;
      width: 100%;
      height: 100vh;
      background: url('airport-taxi-bg.png') center/cover no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.55);
    }

    .content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }

    .badge {
      background: #b71c1c;
      color: #fff;
      padding: 8px 18px;
      border-radius: 25px;
      display: inline-block;
      margin-bottom: 20px;
      font-size: 15px;
      font-weight: bold;
    }

    h1 {
      font-size: 55px;
      font-weight: 800;
      margin: 0;
    }

    h2 {
      font-size: 22px;
      margin-top: 15px;
      margin-bottom: 10px;
      font-weight: 600;
    }

    p {
      font-size: 18px;
      margin-bottom: 30px;
      line-height: 1.5;
    }

    .buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .btn-red {
      background: #e53935;
      padding: 14px 28px;
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
    }

    .btn-yellow {
      background: #ffca28;
      padding: 14px 28px;
      color: #000;
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
    }
    
    .mk-airport-transfer {
  padding: 80px 16px;
  background: #f7f7f7;
}

.mk-airport-transfer__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.mk-airport-transfer__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111111;
  margin: 0;
}

.mk-airport-transfer__title span {
  display: inline-block;
}

.mk-airport-transfer__underline {
  width: 70px;
  height: 4px;
  background: #e63946; /* adjust to your brand red */
  margin: 18px auto 40px;
  border-radius: 999px;
}

.mk-airport-transfer__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 40px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  color: #444444;
}

.mk-airport-transfer__card p + p {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .mk-airport-transfer {
    padding: 60px 16px;
  }

  .mk-airport-transfer__title {
    font-size: 1.9rem;
  }

  .mk-airport-transfer__card {
    padding: 24px 20px;
  }
}
.airport-transfer-grid {
  padding: 60px 16px;
  text-align: center;
  background: #fafafa;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.section-header p {
  color: #555;
}

.underline {
  width: 70px;
  height: 4px;
  background: #e63946;
  margin: 14px auto 40px;
  border-radius: 5px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.card-header .icon {
  font-size: 22px;
  color: #e63946;
}

.card-header .price {
  color: #e63946;
  font-weight: 700;
}

.card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.distance {
  font-size: 0.9rem;
  color: #888;
  margin: 6px 0 10px;
}

.card ul {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.card ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

.card ul li:before {
  content: "✔";
  color: #e63946;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}



.bottom-note {
  margin-top: 24px;
  color: #666;
  font-size: 0.9rem;
}

.service-expertise {
  padding: 70px 16px;
  background: #fafafa;
}

.service-expertise__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.service-expertise h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.service-expertise__underline {
  width: 70px;
  height: 4px;
  background: #e63946;   /* match your brand accent */
  margin: 14px auto 40px;
  border-radius: 5px;
}

.service-expertise__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  text-align: left;
  height: auto !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.service-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 20px;
  background: rgba(230, 57, 70, 0.07);
  color: #e63946;
}

.service-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #222;
}

.service-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  .service-expertise {
    padding: 60px 16px;
  }

  .service-expertise h2 {
    font-size: 1.7rem;
  }
}
.pricing-transparency {
  padding: 70px 16px;
  background: #fbfbfb;
}

.pricing-transparency__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pricing-transparency h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.pricing-transparency__sub {
  margin: 0;
  color: #777;
  font-size: 0.95rem;
}

.pricing-transparency__underline {
  width: 70px;
  height: 4px;
  background: #e63946;
  margin: 14px auto 40px;
  border-radius: 5px;
}

/* Grid */
.pricing-transparency__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  align-items: stretch;
}

/* Cards */
.pricing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 22px 26px;
  text-align: left;
  border: 2px solid transparent;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.pricing-card--included {
  border-color: #f4b5b9;        /* soft red border */
}

.pricing-card--never {
  border-color: #f3e49b;        /* soft yellow border */
}

/* Header */
.pricing-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pricing-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 18px;
  background: rgba(230, 57, 70, 0.07);
  color: #e63946;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

/* List */
.pricing-card ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.95rem;
  color: #555;
}

.pricing-card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.pricing-card--included ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #e63946;
}

.pricing-card--never ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2c94c;  /* yellow bullet */
}

@media (max-width: 768px) {
  .pricing-transparency {
    padding: 60px 16px;
  }

  .pricing-transparency h2 {
    font-size: 1.7rem;
  }
}

