/* Single Listing Page */

.search-container {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #5B6C6B;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.search-wrap {
  width: 616px;
}

.single-listing-content-container {
  width: 100%;
  padding: 0px 150px 0 150px;
  margin: 20px auto;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #F4F4F4;
  /* border-top: 2px solid #5b6c6b; */
}

.listing-description {
  padding: 25px 0;
}

/* .slider-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.slider-img-wrap img {
  height: 100%;
  width: auto;
  object-fit: cover;
  max-width: 100%;
} */

.inner-listing-wrap {
  display: flex;
}

.maxCapacity {
  font-size: 13px !important;
  filter: opacity(0.7);
}

.single-listing-content-container hr {
  width: 100%;
  margin-bottom: 20px;
}

.listing-image-container {
  width: 70%;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.listingDescription {
  font-size: 12px;
  padding: 10px 0;
}

.listing-image-container .main-slider {
  width: 100%;
  max-width: 100%;
  height: 70vh;
  overflow: hidden;
  border-radius: 10px;
  background-color: #e5e5e5;
}

.profile-thumbnails img {
  transition: opacity 0.5s ease-in-out;
}

.listing-image-container .swiper-wrapper {
  display: flex;
}

.listing-image-container .swiper-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.listing-image-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  z-index: 1;
}

.thumb-slider {
  margin-top: 0;
  width: auto;
  display: flex;
  justify-content: center;
  /* overflow: hidden; */
}

.thumb-slider .swiper-wrapper {
  /* display: flex; */
  /* justify-content: left; */
  align-items: center;
  /* overflow: hidden; */
}

.thumb-slider .swiper-slide {
  /* width: auto; */
  /* Let Swiper manage width */
  max-width: 150px;
  /* Adjust thumbnail size */
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.thumb-slider .swiper-slide:last-child {
  margin-right: 0;
}

.thumb-slider .swiper-slide img {
  width: 150px;
  height: 90px !important;
  border-radius: 5px;
  object-fit: cover;
}

.thumb-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
  /* Slightly enlarges the active thumbnail */
}

.titleContainer {
  margin: 0;
  align-self: flex-start;
}

.nightText {
  font-size: 13px;
}

.listing-title {
  margin-bottom: 2px !important;
  font-family: 'Avenir-Medium';
  color: #575141;
}

.location-subHeading {
  color: #575141b4;
  font-size: 16px;
}

.extra-content-container {
  /* margin-top: 15px; */
  /* width: 30%; */
  /* font-size: 14px; */
  /* display: flex; */
  flex-direction: column;
  /* align-items: center; */
}

.listing-details-container {
  align-self: flex-start;
}

.rooms-container {
  display: flex;
  flex-direction: row;
  font-size: 15px;
}

.rooms-container p {
  margin-right: 10px;
}

.amenities-container {
  width: 100%;
  justify-content: left;
  display: flex;
  flex-direction: column;
  /* padding: 0px 150px 0 150px; */
  /* background-color: #F4F4F4; */
  /* padding: 15px 0; */
}

.amenities-container h2 {
  font-family: 'Avenir-Medium';
  padding-bottom: 15px;
}

.amenities-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-content: center;
  justify-content: left;
  align-items: center;
}

.individual-amenity-container {
  background-color: #ffffff;
  box-shadow: 0 3px 5px 0px rgb(0 0 0 / 8%);
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 12px;
  color: #5751419e;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease-in-out;
}

.individual-amenity-container:hover {
  background-color: #eaeaea;
}

.individual-amenity-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.individual-amenity-icon {
  width: 100%;
}

.individual-amenity-text {
  color: #575141;
  font-family: 'Avenir-Medium';
  margin: 0;
}

.related-section-container {
  padding: 0 138px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.related-section-container h3 {
  margin: 0;
  margin-left: 2px;
  margin-bottom: 35px;
  font-family: 'Avenir Black';
  color: #585343;
}

/* Calendar Custom Button Thingy */
.wpbc_cal_container {
  max-width: 100% !important;
  min-width: 100% !important;
}

.wpbc_ty__message {
  font-family: 'Avenir-Medium';
  color: #575141;
  margin: 20px 0 !important;
}

.bc-tandc-container label {
  font-weight: 300 !important;
  font-family: 'Avenir-Book' !important;
}

.wpbc_ty__container {
  font-family: 'Avenir-Book';
  color: #575141;
}

.calendar-container {
  width: 100%;
  height: 45px;
  display: flex;
  border-radius: 5px;
  margin-top: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  background-color: white;
}

.calendar-close-btn {
  position: absolute;
}

.calendar-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  border: 2px solid rgb(91 108 107);
  border-radius: 3px;
}

.calendar-container p {
  padding: 0;
  margin: 0;
}

.calendar-left {
  padding-left: 10px;
  width: 70%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 13px;
  font-family: 'Avenir-Medium';
}

.calendar-right {
  width: 30%;
  border-left: 2px solid rgba(0, 0, 0, 0.461);
  padding: 5px;
}

.calendar-right-image-wrap {
  background-color: #5B6C6B;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  width: 100%;
}

.calendar-right-image-wrap:hover {
  background-color: #333d3d;
}

.calendar-right-image-wrap img {
  width: 21px;
}

.calendar-hidden-wrap {
  z-index: 2;
  display: none;
  position: absolute;
  transform: translate(-14px, -251px);
  background-color: #ffffff;
  border-radius: 10px;
}

.bookFormWrapper {
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 10px 20px 3px 20px;
}

.description-container {
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
}

.listing-price {
  font-size: 18px;
}

.wpbc__row {
  gap: 20px !important;
}

.wpbc_container_booking_form {
  width: 100% !important;
  margin: 0 !important;
}

.wpbc__field {
  padding: 0 !important;
  flex: 1 1 0 !important;
}

.wpbc__field select {
  transform: translateX(0px);
}

/* Booking Form Stuff */
.bc-input-field {
  width: 100%;
  height: 42px !important;
  font-size: 12px !important;
}

.bc-select-field {
  width: 100% !important;
  height: 30px !important;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.371) !important;
}

.bc-input-field-details {
  width: 100% !important;
  height: 40px !important;
  font-size: 12px !important;
}

.bc-tandc-container label {
  font-size: 12px !important;
}

.bc-tandc-container span {
  display: flex !important;
  justify-content: left !important;
}

.wpbc_button_light {
  border: none !important;
  background-color: #5B6C6B !important;
  color: white !important;
  font-family: 'Avenir-Black' !important;
}

.wpbc_button_light:hover {
  background-color: #5b6c6bad !important;
  color: white !important;
}

.bookFormWrapper input {
  border: 2px solid #5B6C6B !important;
  background-color: white;
}

.bookFormWrapper select {
  border: 2px solid #5B6C6B !important;
  background-color: white;
}

.bookFormWrapper textarea {
  border: 2px solid #5B6C6B !important;
  background-color: white;
}

.bc-tandc-container input {
  background-color: transparent !important;
  border: none !important;
}

.wpbc__field p {
  padding: 0 !important;
  margin: 0 !important;
}

.wpbc_wrap_text {
  display: flex !important;
  justify-content: center !important;
}

.wpdev-form-control-wrap {
  display: flex !important;
  justify-content: center !important;
}

/* Bread Crums */
.breadcrumb {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.breadcrumb-wrap {}

.breadcrumb a {
  color: #5B6C6B;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.thumbWrapper {
  width: 100%;
  overflow: hidden;
  padding: 30px 10px 30px 10px;
}

/* MOBILE */
@media only screen and (max-width: 768px) {
  /* Single Listing Page */
  .listing-description {
    padding: 25px 0;
  }

  .search-container {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #5B6C6B;
    padding-bottom: 30px;
    background-color: #ffffff;
  }

  .maxCapacity {
    font-size: 10px !important;
    filter: opacity(0.7);
  }

  .search-wrap {
    width: 616px;
  }

  .single-listing-content-container {
    width: 100%;
    padding: 25px 25px;
    margin: 75px auto;
  }

  .inner-listing-wrap {
    display: flex;
    flex-direction: column;
  }

  .single-listing-content-container hr {
    width: 100%;
    margin-bottom: 20px;
  }

  .listing-image-container {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .listing-image-container .main-slider {
    width: 100%;
    max-width: 100%;
    height: 35vh;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e5e5e5;
  }

  .listing-image-container .swiper-wrapper {
    display: flex;
  }

  .listing-image-container .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .listing-image-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }

  .thumb-slider {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: left;
    overflow: hidden;
  }

  .thumb-slider .swiper-wrapper {
    /* display: flex; */
    justify-content: left;
    align-items: center;
    width: 120px;
    height: 65px;
    /* overflow: hidden; */
  }

  .thumb-slider .swiper-slide {
    /* width: auto; */
    /* Let Swiper manage width */
    max-width: 100%;
    /* Adjust thumbnail size */
    height: auto;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s, transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }

  .thumb-slider .swiper-slide:last-child {
    margin-right: 0;
  }

  .thumb-slider .swiper-slide img {
    width: 150px;
    /* height: 90px !important; */
    border-radius: 5px;
    object-fit: cover;
  }

  .thumb-slider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.05);
    /* Slightly enlarges the active thumbnail */
    object-fit: cover;
  }

  .titleContainer {
    margin: 0;
    align-self: flex-start;
  }

  .nightText {
    font-size: 13px;
  }

  .listing-title {
    margin-bottom: 2px !important;
    font-family: 'Avenir-Medium';
    color: #575141;
  }

  .location-subHeading {
    color: #575141b4;
    font-size: 16px;
  }

  .extra-content-container {
    margin-top: 40px;
    /* margin-top: 15px; */
    /* width: 30%; */
    /* font-size: 14px; */
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
  }

  .listing-details-container {
    align-self: flex-start;
  }

  .rooms-container {
    display: flex;
    flex-direction: row;
    font-size: 15px;
  }

  .rooms-container p {
    margin-right: 10px;
  }

  .amenities-container {
    width: 100%;
    justify-content: left;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }

  .amenities-container h2 {
    font-family: 'Avenir-Medium';
    font-size: 18px;
    padding-bottom: 15px;
    text-align: center;
  }

  .amenities-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }

  .individual-amenity-container {
    font-size: 11px;
    color: #5751419e;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
  }

  .individual-amenity-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .individual-amenity-icon {
    width: 100%;
  }

  .individual-amenity-text {
    color: #575141;
    font-family: 'Avenir-Medium';
    margin: 0;
  }

  .related-section-container {
    padding: 0 25px;
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .related-section-container h3 {
    margin: 0;
    margin-left: 2px;
    margin-bottom: 35px;
    font-family: 'Avenir Black';
    color: #585343;
    font-size: 20px;
    text-align: center;
  }

  /* Calendar Custom Button Thingy */
  .calendar-container {
    width: 100%;
    height: 45px;
    display: flex;
    border-radius: 5px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
    background-color: white;
  }

  .calendar-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid rgb(91 108 107);
    border-radius: 3px;
  }

  .calendar-container p {
    padding: 0;
    margin: 0;
  }

  .calendar-left {
    padding-left: 10px;
    width: 70%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 13px;
    font-family: 'Avenir-Medium';
  }

  .calendar-right {
    width: 30%;
    border-left: 2px solid rgba(0, 0, 0, 0.461);
    padding: 5px;
  }

  .calendar-right-image-wrap {
    background-color: #5B6C6B;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    width: 100%;
  }

  .calendar-right-image-wrap:hover {
    background-color: #333d3d;
  }

  .calendar-right-image-wrap img {
    width: 21px;
  }

  .calendar-hidden-wrap {
    z-index: 2;
    display: none;
    position: absolute;
    transform: translate(-24px, -255px);
    background-color: #ffffff;
    border-radius: 10px;
  }

  .bookFormWrapper {
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 10px;
    padding: 10px 20px 3px 20px;
  }

  .description-container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }

  .listing-price {
    font-size: 18px;
  }

  .wpbc__row {
    gap: 20px !important;
  }

  .wpbc_container_booking_form {
    width: 100% !important;
    margin: 0 !important;
  }

  .wpbc__field {
    padding: 0 !important;
    flex: 1 1 0 !important;
  }

  .wpbc__field select {
    transform: translateX(0px);
  }

  /* Booking Form Stuff */
  .bc-input-field {
    width: 100%;
    height: 42px !important;
    font-size: 12px !important;
  }

  .bc-select-field {
    width: 100% !important;
    height: 30px !important;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.371) !important;
  }

  .bc-input-field-details {
    width: 100% !important;
    height: 40px !important;
    font-size: 12px !important;
  }

  .bc-tandc-container label {
    font-size: 12px !important;
  }

  .bc-tandc-container span {
    display: flex !important;
    justify-content: left !important;
  }

  .wpbc_button_light {
    border: none !important;
    background-color: #5B6C6B !important;
    color: white !important;
    font-family: 'Avenir-Black' !important;
  }

  .wpbc_button_light:hover {
    background-color: #5b6c6bad !important;
    color: white !important;
  }

  .bookFormWrapper input {
    border: 2px solid #5B6C6B !important;
    background-color: white;
  }

  .bookFormWrapper select {
    border: 2px solid #5B6C6B !important;
    background-color: white;
  }

  .bookFormWrapper textarea {
    border: 2px solid #5B6C6B !important;
    background-color: white;
  }

  .bc-tandc-container input {
    background-color: transparent !important;
    border: none !important;
  }

  .wpbc__field p {
    padding: 0 !important;
    margin: 0 !important;
  }

  .wpbc_wrap_text {
    display: flex !important;
    justify-content: center !important;
  }

  .wpdev-form-control-wrap {
    display: flex !important;
    justify-content: center !important;
  }

  /* Bread Crums */
  .breadcrumb {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .breadcrumb-wrap {}

  .breadcrumb a {
    color: #5B6C6B;
    text-decoration: none;
  }

  .breadcrumb a:hover {
    text-decoration: underline;
  }

  .thumbWrapper {
    width: 100%;
    overflow: hidden;
    padding: 10px 5px;
  }
}