/* Add custom CSS styles below */ 
/* وصف الرحلة */
.trip-description {
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 25px;
}

/* السعر */
.trip-price {
  color: #0071bc;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
}

/* الأيقونات (المدة ونوع الرحلة) */
.trip-icons {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  align-items: center;
  justify-content: start;
}

.trip-icons div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f39c12;
  font-size: 16px;
  font-weight: 600;
}

.trip-icons i {
  font-size: 22px;
  color: #f39c12;
}