/* =====================  Favourite Destinations Styles Start Here ===================== */

/* Style the header section */
.favourite-destination-header h6 {
  color: #d4af37;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  margin: 0;
}

.favourite-destination-header .kaushan-style {
    font-family: 'Kaushan Script', cursive;
}

/* ===========================
flight listing page styles
=========================== */

.filter-searchBar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-searchBar-body .searchBar-single {
  border-radius: 8px;
}

.btn.full-width,
.w-100 {
  width: 100%;
}

.range-box {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flights-list {
  transition: box-shadow 0.2s ease;
}

.flights-list:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link {
  border-radius: 20px;
  padding: 6px 16px;
  margin: 0 4px;
}

.nav-pills .nav-link.active {
  background-color: #d4af37;
}

/* =====================  Favourite Destinations Styles End Here ===================== */


/* ======================================= Top Hotels & Resorts Styles Start Here ========================================= */

/* -------- Section Heading -------- */
.top-hotels-resorts-header h5 {
  color: #d4af37;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-bottom: 6px;
  font-family: 'Kaushan Script', cursive;
}

.top-hotels-resorts-header h2 {
  font-weight: 500;
  margin-bottom: 0;
}

.hotel-card {
  background: #fff;
}

.hotel-card img {
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

.amenities span {
  font-size: 13px;
  color: var(--secondary-color);
  margin-right: 10px;
}

.info-bar {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 14px;
  color: #333;
}

.discount-badge {
  background: rgba(255, 101, 1, 0.1);
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
}

.rating {
  background: #d4af37;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  min-width: 38px;
  text-align: center;
}


/* Outer container to position arrows */
.swiper-wrapper-container {
  position: relative !important;
  width: 100%;
  /* space for arrows on sides */
}

.swiper {
  padding: 2rem 0;
}

/* .swiper-slide .card:hover {
  transform: translateY(-4px);
} */

/* .swiper-slide .card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
} */

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
  margin-left: -70px !important;
  margin-right: -70px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 45px !important;
  height: 45px !important;
  z-index: 10 !important;
  opacity: 0.9 !important;
  transition: all 0.3s ease !important;
  gap: 10.18px !important;
  transform: rotate(0deg) !important;
  opacity: 1 !important;
  border-radius: 15px !important;
  padding: 12px !important;
  background-color: #d4af37 !important;
  color: #fff !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  background-color: #e35600;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/* Pagination Dots */
.swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #d4af37;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .swiper-wrapper-container {
    padding: 0 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 992px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* ======================================= Top Hotels & Resorts Styles End Here ========================================= */


/* =========================  Flight Popular Destination Swiper Layout & Styling Start Here ========================= */

.favourite-destination-header h6 {
  color: var(--kucu-primary, #d4af37);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.favourite-destination-header h2 {
  font-weight: 500;
  margin-bottom: 0;
}

/* Outer container to position arrows */
.swiper-wrapper-container {
  position: relative;
  width: 100%;
  /* space for arrows on sides */
}

.swiper {
  padding: 2rem 0;
}
/* 
.swiper-slide .card {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
} */

/* .swiper-slide .card:hover {
  transform: translateY(-4px);
} */

/* .swiper-slide .card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
} */

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
  margin-left: -70px;
  margin-right: -70px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: 10;
  opacity: 0.9;
  transition: all 0.3s ease;
  gap: 10.18px;
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 15px;
  padding: 12px;
  background-color: #d4af37;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  background-color: #e35600;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/* Pagination Dots */
.swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #d4af37;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .swiper-wrapper-container {
    padding: 0 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 992px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* =========================  Flight Popular Destination Swiper Layout & Styling End Here ========================= */

/* =============================== Flights Hotels Packages Promo Cards Hotels Style Start Here ===============================*/
.promo-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.promo-text {
  flex: 1 1 50%;
  background-color: #0051a4;
  /* Deep blue tone */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo-text h4 {
  font-size: 1.4rem;
  color: var(--white);
}

.promo-text p {
  line-height: 1.5;
  color: #f8f9fa;
}

.promo-image {
  flex: 1 1 50%;
  background-color: #000;
}

.promo-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Orange Button */
.btn-orange {
  background-color: #d4af37;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
  width: auto;
  align-self: flex-start;
}

.btn-orange:hover {
  background-color: #e35600;
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .promo-card {
    flex-direction: column;
  }

  .promo-text {
    border-radius: 0;
  }

  .promo-image img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .btn-orange {
    align-self: flex-start;
  }
}

/* =============================== Flights Hotels Packages Promo Cards Hotels Style End Here ===============================*/