@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;600;700&display=swap");

body div {
  /* outline: 1px solid red; */
  /* overflow-x: hidden; */
}

.no-style {
  all: unset;
}

.p-5px {
  padding: 5px !important;
}

.ps-10px {
  padding-left: 10px !important;
}

.p-10px {
  padding: 10px !important;
}

.br-10 {
  border-radius: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.d-block-sm {
  display: none;
}

.d-none-lg {
  display: none;
}

.text-align-left {
  text-align: left;
}

.btn-hotel-card {
  border-radius: 7px !important;
  background: var(--color-dodgerblue) !important;
  color: #fff;
  font-family: Outfit;
  font-size: var(--font-size-sm-xs) !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-color: var(--color-dodgerblue) !important;
  padding: 10px 20px !important;
}

li.page-item.cursor-pointer.active a {
  background: var(--color-dodgerblue) !important;
}

.btn-rounded {
  border-radius: 20px;
  background: var(--color-dodgerblue);
}

button.btn.btn-outline.btn-primary.btn-carousel-home.btn-carousel-next,
button.btn.btn-outline.btn-primary.btn-carousel.btn-carousel-next {
  background: var(--color-dodgerblue);
  border-radius: 100%;
  height: 60px;
  width: 60px;
  padding: 15px;
}

button.btn.btn-carousel-home.btn-outline.btn-outline-dark.btn-carousel-prev,
button.btn.btn-carousel.btn-outline.btn-outline-dark.btn-carousel-prev {
  background: transparent;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  padding: 15px;
}

button.btn.btn-outline.btn-primary.btn-carousel-home.btn-carousel-next span,
button.btn.btn-outline.btn-primary.btn-carousel.btn-carousel-next span {
  color: #fff;
  font-size: 34px;
}

button.btn.btn-carousel-home.btn-outline.btn-outline-dark.btn-carousel-prev
  span,
button.btn.btn-carousel.btn-outline.btn-outline-dark.btn-carousel-prev span {
  color: var(--color-dimgray);
  font-size: 34px;
}

.btn-outline {
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 30px;
}

.btn-hero-search {
  border-radius: 20px;
  background: var(--color-dodgerblue);
  padding: 24px 54px;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

section {
  padding: 0px 70px;
  margin-top: 70px;
}

h3 {
  font-size: var(--font-section-heading);
  line-height: 40px;
  font-weight: 700;
  font-family: var(--font-dm-sans);
}

h2.text-sub-heading {
  font-size: var(--font-section-heading);
  line-height: 40px;
  font-weight: 700;
  font-family: var(--font-dm-sans);
}

p {
  color: var(--color-dimgray);
  font-family: var(--font-dm-sans);
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.btn-carousel {
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

.slide.selected .rectangle-parent2 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.about-hotel-features {
  margin-top: 57px;
}

.about-hotel-features h4 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.about-hotel-features p.number-blue {
  color: #3685fb;
  text-align: center;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.about-image-group {
  margin-left: 330px;
}

.trending-destinations {
  margin-top: 140px;
}

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: initial !important;
}

.search-results-header h2 {
  color: #111827;
  font-family: Outfit;
  font-size: var(--font-header);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  text-transform: capitalize;
}

h1.hotel-detail-page-heading {
  font-size: var(--font-section-heading);
  line-height: 40px;
  font-weight: 700;
  font-family: var(--font-dm-sans);
}

h2.hotel-detail-page-sub-heading {
  color: #111827;
  font-family: Outfit;
  font-size: var(--font-card-header);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.trending-destination-image {
  border-radius: 100%;
  aspect-ratio: 1;
}

.search-results-header h1 {
  color: #111827;
  font-family: Outfit;
  font-size: var(--font-header);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.search-results-header h3 {
  color: #000;
  font-family: Outfit;
  font-size: var(--font-card-header-xl);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.search-results-header p {
  color: #6b7280;
  font-family: Poppins;
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 30px;
}

.footer .row {
  padding: 0 200px 0 200px !important;
}

.footer h6 {
  color: #fff;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 13.32px; /* 83.25% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.search-results-header .filter-buttons {
  margin-bottom: 60px;
}

.city-or-region input {
  all: unset;
  font-size: var(--font-size-base);
  font-weight: 500;
  font-family: var(--font-dm-sans);
  color: var(--color-black);
}

.city-or-region input:focus {
  all: unset;
}

.search-dropdown span {
  font-size: var(--font-size-base);
  font-weight: 500;
  font-family: var(--font-dm-sans);
  color: var(--color-black);
}

.recommended-places {
  background: #f1f6ff;
  position: relative;
}

.recommended-places h3 {
  padding-top: 70px;
}

img.recommended-places-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  margin-bottom: 10px;
}

.container-no-overflow {
  overflow: hidden;
}

.card-container {
  margin-top: 60px;
  margin-bottom: 110px;
}

.square-card {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}

.square-card img {
  border-radius: 20px;
  height: 220px;
  width: 220px;
}

.square-card .card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.square-card .card-footer h4 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: var(--font-subheader);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}

.square-card .card-footer p {
  color: #4b5563;
  font-family: Poppins;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.btn-filter {
  border-radius: 9999px !important;
  border: 1px solid #d1d5db;
  padding: 10px 25px !important;
}

.btn-filter.btn-active {
  border-radius: 9999px;
  border: 1px solid #3685fb !important;
  background: rgba(54, 133, 251, 0.08) !important;
}

.trending-destination-card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hotel-count-badge {
  border-radius: 38px;
  border: 1px solid #3685fb;
  background: #ded7d1;
  padding: 10px;
  font-size: var(--font-card-header);
  color: #3685fb;
  margin-top: -20px;
  text-align: center;
}

.trending-destination-card h6 {
  font-size: var(--font-card-header-xl);
  color: #000;
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.recommended-places-slider .carousel .slider-wrapper {
  overflow: visible !important;
}

.hotel-display-card {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  box-shadow: 0px 0px 22.016px 0px rgba(0, 0, 0, 0.07);
}

.hotel-display-card .contents {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hotel-display-card .contents p {
  color: #6b7280;
  font-family: "DM Sans";
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.hotel-display-card .hotel-image {
  height: auto;
  width: 100%;
}

.hotel-display-card h2 {
  color: #002248;
  font-family: Outfit;
  font-size: var(--font-card-header);
  font-style: normal;
  font-weight: 600;
}

.hotel-display-card .facilities {
  opacity: 0.5;
  font-size: var(--font-size-sm-xs);
  color: #000;
}

.hotel-display-card .from-text {
  color: #585c63;
  font-family: Outfit;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
}

.hotel-display-card .price {
  color: #44d7b6;
  font-family: Outfit;
  font-size: var(--font-card-header);
  font-style: normal;
  font-weight: 600;
}

.hotel-display-card .rating-text {
  color: #000;
  font-family: Outfit;
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hotel-detail-card-footer {
  flex-wrap: no-wrap;
  gap: 10px;
}

.hotel-display-card .line {
  height: 1px;
  width: 100%;
  background: #eaeaea;
  margin: 10px 0;
}

.hotel-display-card .more-link {
  all: unset;
  color: #002248;
  font-family: Outfit;
  font-size: 15.411px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-size-sm-xs);
  text-transform: capitalize;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offer-container .offer-main-image {
  width: 100%;
  height: 260px;
}

.offer-container .offer-text {
  position: absolute;
  top: 25%;
  z-index: 9;
  padding: 20px;
  /* margin: auto; */
}

.offer-container .offer-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.offer-container .offer-text span {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: var(--font-size-sm) !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px; /* 125% */
}

.offer-container .offer-text h5 {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: var(--font-card-header);
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.offer-container .offer-text h6 {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.owl-offer-section .offer-bg {
  display: block;
  width: inherit !important;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-links a {
  text-decoration: none;
  color: #b3b3b3;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.footer-bottom p,
.copyright-2024 {
  color: #b3b3b3;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 160px;
}

.footer-bottom-section {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 200px;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-section .social-links {
  display: flex;
  margin-left: 20px;
}

.footer-bottom-section .social-links img {
  margin-left: 20px;
  height: 20px;
  width: 20px;
}

.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
  animation-delay: -0.5s;
}

button.btn.btn-outline-primary.me-2.me-3 {
  border-radius: 999px;
}

.btn-outline-dark:hover {
  background: #0d6efd;
  border-color: #0d6efd;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.hotel-detail-page .hotel-address p {
  color: #7f7462;
  font-size: var(--font-size-sm);
}

.hotel-detail-page .save-link {
  color: #dc3545;
}

.btn-booking {
  padding: 10px 25px;
  border-radius: 10px;
  background: #3685fb;
}

.image-gallery .image-container {
  padding: 0px;
}

.image-gallery .main-image {
  border-radius: 30px 0px 0px 30px;
}

.image-gallery .second-image {
  border-radius: 0px 30px 0px 0px;
}

.image-gallery .last-image {
  border-radius: 0px 0px 30px 0px;
  filter: brightness(0.5);
  cursor: pointer;
}

.image-gallery .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.image-group-hotel {
  display: flex;
  grid-column: 1/ 2;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  width: 49%;
  padding-left: 10px;
  justify-content: space-between;
  align-content: stretch;
}
.image-group-hotel img {
  padding: 0;
  max-width: 50%;
}

.btn-carousel-prev {
  position: absolute;
  top: -100px;
  right: 85px;
}

.btn-carousel-next {
  position: absolute;
  top: -100px;
  right: 15px;
}

.pagination a.page-link {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.detail-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  margin-bottom: 8px;
}

.detail-card h4 {
  color: #111827;
  font-family: Outfit;
  font-size: var(--font-card-header);
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  margin: 0;
}

.detail-card p {
  color: #4b5563;
  font-family: Outfit !important;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin: 0;
}

.card-line {
  height: 1px;
  width: 25%;
  background: #e5e7eb;
  color: #e5e7eb;
}

.pricing-card {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.pricing-card h1 {
  font-size: var(--font-card-header-xl);
  color: #111827;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 120% */
}

.pricing-card h1 small {
  color: #6b7280;
  font-family: "DM Sans";
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pricing-card .star-rating {
  color: #111827;
  font-family: "DM Sans";
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.pricing-card .star-rating .light {
  color: #6b7280;
}

.pricing-card .card-table {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.pricing-card .card-table-row {
  padding: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.pricing-card .card-table-row.border-bottom {
  border-bottom: 1px solid #e5e7eb;
}

.pricing-card .card-table-row .text h5 {
  color: #111827;
  font-family: "DM Sans";
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.pricing-card .card-table-row .text span {
  color: #9ca3af;
  font-family: "DM Sans";
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
}

.hotel-facilities .col-4 {
  padding: 20px;
}

.hotel-facilities img {
  height: 24px;
  width: 24px;
  position: relative;
  object-fit: cover;
  opacity: 0.5;
}

.hotel-facilities span {
  color: #374151;
  font-family: Poppins;
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 10px;
  text-transform: capitalize;
}

.comment-form {
  position: relative !important;
  width: 100%;
}
.comment-form input {
  all: unset;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  padding: 15px;
  position: relative;
  width: 95%;
}

.comment-form button.button-icon {
  position: absolute;
  right: -5px;
  top: 2px;
}

.comment-form button.button-icon img {
  height: 35px;
  width: 35px;
}

.comments-area .main-image {
  border-radius: 17px;
}

.author-detail {
  display: flex;
  /* gap: 15px; */
  flex-wrap: wrap;
  width: 100%;
}

.author-detail h6 {
  color: #111827;
  font-family: "DM Sans";
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.author-detail span {
  color: #111827;
  text-align: right;
  font-family: "DM Sans";
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.author-detail small {
  color: #111827;
  text-align: right;
  font-family: "DM Sans";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.author-detail .avatar {
  width: 40px;
  height: 100%;
  border-radius: 100%;
  margin-right: 10px;
}

.author-detail .star-icon {
  height: 10px;
  width: 10px;
  margin-right: 5px;
}

.comments-wrapper {
  max-height: 890px;
  overflow-y: scroll;
  display: flex;
  /* display: grid; */
  /* column-gap: 10px; */
  /* row-gap: 10px; */
  flex-wrap: wrap;
  gap: 10px;
}

.photos-grid {
  max-height: 890px;
  overflow-y: scroll;
  display: grid;
  column-gap: 10px;
  row-gap: 10px;

  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
}

.photos-grid::-webkit-scrollbar {
  opacity: 0;
}

.comments-wrapper::-webkit-scrollbar {
  opacity: 0;
}

.hotel-rules h6 {
  color: #262626;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.hotel-rules span {
  color: #262626;
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.hotel-rules p {
  color: var(--font-size-sm);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.hotel-rules img {
  height: 18px;
  width: 18px;
}

.places-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 700px;
  max-width: 95%;
}
.places-card {
  width: 33.3%;
  margin: 5px;
  /* border-radius: 8px; */
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 8px;
}

.places-card img {
  border-radius: 18px;
}

.places-card span {
  color: #000;
  font-family: Outfit;
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.location-text {
  color: #969ba1 !important;
  font-family: Outfit;
  font-size: var(--font-size-sm-xs);
  font-style: normal;
  font-weight: 400;
}

.places-card .title-link {
  color: #3685fb;
  font-family: Outfit;
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.places-card .read-more-link {
  color: #3685fb;
  font-size: var(--font-size-sm-xs);
  font-weight: 400;
  text-decoration: none;
}

.places-card p {
  font-size: var(--font-size-sm-xs);
  line-height: 18px !important;
}

.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* .listing-page-carousel .owl-item.active {
  width: 250px !important;
} */

.hidden-menu-card {
  position: absolute;
  display: flex;
  height: 100vh;
  /* border-radius: 6px; */
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(165, 163, 174, 0.45);
  flex-direction: column;
  width: 50%;
  /* right: 0; */
  top: 0;
  left: 0;
  right: 0;
  /* margin: auto; */
  /* margin-top: 70px; */
  padding: 20px;
  /* margin: 30px; */
  animation: slideRight 0.5s ease;
}

.hidden-menu-card a {
  color: #000;
  font-size: 14px;
  font-family: Outfit;
  padding: 15px 0px;
}

button.btn-menu-close {
  all: unset;
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

@keyframes slideRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

.hotel-detail-image-col {
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}

.sticky-map-container {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0; /* Adjust if necessary, depending on your header's height */
  z-index: 10; /* Ensure the map stays on top of other content */
}

.hide-mobile {
  width: 100%;
}

.hide-desktop {
  width: 100%;
  display: none;
}

.btn-hotel-detail-card {
  all: unset;
  position: absolute;
  background: #fff;
  height: 20px;
  width: 20px;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-hotel-detail-card span {
  font-size: 24px;
  color: #4e4e4e;
}

.btn-hotel-detail-card-prev {
  top: 50%;
  left: 10px;
}
.btn-hotel-detail-card-next {
  top: 50%;
  right: 10px;
}

.hotel-detail-star {
  position: absolute;
  border-radius: 8px;
  padding: 3px 5px;
  display: flex;
  top: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 22.016px 0px rgba(0, 0, 0, 0.07);
  margin: 10px;
}

.listing-page-carousel {
  height: 100%;
  width: 100%;
}

.listing-page-carousel .owl-stage-outer {
  height: 100%;
}

.listing-page-carousel .owl-stage {
  height: 100%;
  display: flex;
}

.image-container-details-card {
  /* Make the container the same size as the OwlCarousel item */
  width: 100%;
  height: 100%;
  /* This will make the img inside it fill the entire container */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensuring no part of the image spills out */
}

.image-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-page-carousel .owl-item.active {
  max-width: 1%;
}

.filter-buttons {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

button.btn.btn-outline-primary.me-3.btn-filter {
  font-size: 12px;
  padding: 5px 10px !important;
}

.btn-filter.btn-active:hover {
  color: #0d6efd;
}

.hotel-policy-table tr {
  border-bottom: 1px solid #e5e7eb;
}

.hotel-policy-table tr:last-child {
  border-bottom: none;
}

.hotel-policy-table td.table-header {
  padding: 0 40px 0 0;
  width: 30%;
}

.hotel-policy-table td.table-content {
  width: 80%;
  padding: 20px 0;
}

.hotel-policy-table td.table-content-first {
  width: 80%;
  padding-top: 0;
}

.image-gallery img {
  object-fit: cover;
}

.square-card img {
  object-fit: contain;
}

.page-availability-button {
  margin-top: 3rem;
}

.book-now-container {
  align-items: flex-end;
}

#search-bar-location-search {
  width: unset !important;
}