.nav-link{
    text-decoration: none;
    padding: 1.6rem 3.2rem;
    font-size: 1.6rem;
    color:#fff;
    background-color: #ef233c;
    border-radius: 1rem;
}

.services-card-drop-taxi h3{
   font-size:2rem;
   padding: 2rem;
}

.services-card-drop-taxi p{
       font-size: 1.8rem;
      padding: 2rem;
      padding-bottom: 5rem;
}

.services-cards-drop-taxi {
  display: grid;
  grid-template-columns: 40rem 40rem;
align-items: center;
justify-content: center;
  width: 120rem;
 transform: translateX(15%);
  gap:2rem;
  padding: 20px; 
}

.services-card-drop-taxi{
    width: 30rem;

  background-color:#fde9ec;
  border-radius: 8px; 
  padding: 20px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  text-align: center; 
}

@media(max-width:1200px)
{
    .services-cards-drop-taxi {
width: 90rem;
  grid-template-columns: 30rem 30rem;
   transform: translateX(5%);
}

}

@media(max-width:800px)
{
    .services-cards-drop-taxi {
width: 70rem;
  grid-template-columns: 30rem 30rem;
   transform: translateX(5%);
}

}

@media(max-width:700px)
{
    .services-cards-drop-taxi {
width:60rem;
  grid-template-columns: 30rem 30rem;
   transform: translateX(5%);
}

}


@media(max-width:600px)
{
    .services-cards-drop-taxi {
width:50rem;
  grid-template-columns: 30rem 30rem;
   transform: translateX(5%);
}

}

@media(max-width:550px)
{
    .services-cards-drop-taxi {
width:100%;
  grid-template-columns: 30rem;
   transform: translateX(5%);
}

}



.cta-button {
  background-color: #ef233c;
  color: white;
  padding:1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size:1.8rem;
margin-left: 15rem;
}

.cta-button:hover {
  background-color: #fff;
}

.plan-price-starting{
  font-size:10rem !important;
  padding: 1.4rem !important;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
              url(../car-rental.jpg) no-repeat center center / cover;
  z-index: 0;
}