.elementor-11386 .elementor-element.elementor-element-9be82c9{--display:flex;}body.elementor-page-11386:not(.elementor-motion-effects-element-type-background), body.elementor-page-11386 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-724d573 */.vip-cars-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: "Gilroy", Arial, sans-serif;
}

.vip-car-card {
  display: grid;
  grid-template-columns: 120px 1fr auto auto;
  align-items: center;
  gap: 20px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 16px;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

.vip-car-img {
  width: 120px;
  height: 120px;
  border-radius: 14px;
  overflow: hidden;
  background: #222;
}

.vip-car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vip-car-info h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
   font-family: "Gilroy-bold", Arial, sans-serif;
}

.vip-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
   font-family: "Gilroy-light", Arial, sans-serif;
}

.vip-features span {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 14px;
  color: #e5e5e5;
}

.vip-features i {
  color: #E2C469;
  margin-right: 5px;
}

.vip-price {
  font-size: 26px;
  font-weight: 800;
  color: #E2C469;
  white-space: nowrap;
   font-family: "Gilroy-bold", Arial, sans-serif;
}

.vip-btn {
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #C9A84E, #E2C469);
  color: #111;
  padding: 13px 24px;
  border-radius: 40px;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.3s;
   font-family: "Gilroy-bold", Arial, sans-serif;
}

.vip-btn:hover {
  transform: translateY(-2px);
}

.vip-btn.selected {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
}

.vip-btn.selected i {
  margin-right: 6px;
}

/* Mobil */
@media (max-width: 768px) {
  .vip-car-card {
    grid-template-columns: 90px 1fr;
    gap: 14px;
  }

  .vip-car-img {
    width: 90px;
    height: 90px;
  }

  .vip-car-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .vip-features {
    gap: 6px;
  }

  .vip-features span {
    font-size: 12px;
    padding: 6px 9px;
  }

  .vip-price {
    grid-column: 1 / 2;
    font-size: 22px;
  }

  .vip-btn {
    grid-column: 2 / 3;
    padding: 11px 18px;
    font-size: 14px;
  }
}/* End custom CSS */