#rent-car-logo {
    width: 25vw;
    display: block;
    margin-top: -4.5vh;
    position: absolute;
    right: 2vw;
}

.booking-confirmation-banner {
    background-color: #e6f9ec;
    color: #1c7c43;
    border: 1px solid #b2e2c5;
    border-left: 5px solid #28a745;
    padding: 20px;
    margin: 20px auto;
    max-width: 750px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    animation: fadeIn 0.6s ease-in-out;
}

.booking-confirmation-banner ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.booking-confirmation-banner ul li {
    margin-bottom: 6px;
}

#car-title-main {
    font-size: 1.1em;
    font-weight: bold;
}

.swiper-container {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Dots */
.swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #ff4444;
  opacity: 1;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

/* Pagination bullets */
.swiper-pagination-bullet {
  background-color: white !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .swiper-container {
    height: 500px;
  }

  #rent-car-logo {
      width: 10vw;
      display: block;
      margin-top: -4.5vh;
      position: absolute;
      right: 2vw;
  }

    .swiper-container {
      width: 100%;
      height: 550px;
      position: relative;
      overflow: hidden;
    }
}