/* package page  */

/* section 1 */
.pp-s1 {
  display: flex;
  min-height: 100vh;
  background-image: url("../resources/images/Packages section/bg img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper {
  width: 100%; /* Make sure the Swiper uses full width of its container */
  height: auto; /* Allow height to adjust based on content */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .swiper-slide {
    max-width: 300px;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }
}

.package-card-container {
  display: flex; /* Ensure items are laid out horizontally */
  flex-wrap: nowrap; /* Prevent wrapping for a smooth slide effect */
}

.pp-s1-swb {
  border-radius: 500px; /* Makes navigation buttons circular */
  width: 60px; /* Default size for the buttons */
  height: 60px; /* Default size for the buttons */
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.pp-s1-swb::after {
  width: 80% !important;
  height: 80% !important;
}

/* Adjust button sizes for smaller screens */
@media (max-width: 768px) {
  .pp-s1-swb {
    width: 32px;
    height: 32px;
    border-style: none;
  }
}

/* Center pagination on small screens */
.swiper-pagination {
  bottom: 10px; /* Adjust spacing from the bottom */
  text-align: center; /* Center pagination */
}

@media (max-width: 576px) {
  .pp-s1-swb {
    position: absolute !important;
  }

  .cey-swiper-next-btn {
    right: -32px;
  }

  .cey-swiper-prev-btn {
    left: -32px;
  }

  .swiper-pagination {
    font-size: 12px; /* Smaller font size for pagination bullets */
  }
}



.pp-s2 {
  display: flex;
  min-height: 5vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* section 2 */

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
