.hero-detail-wapper {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.space {
  height: 100px;
}


.detail-hero-section .breadcrubs {
  padding: 8px 0;
}

.detail-header-img,
.location-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* mobile-hero galary */
.mobile-hero-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-hero-right img {
  flex: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mobile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}


.detail-hero-section .modal-body {
  margin-top: 20px;
}

.detail-text h3 {
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}

.rate {
  display: flex;
  padding: 2px 4px;
  background: var(--gray-6);
  border-radius: 100px;
  gap: 6px;
}

.rate p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray-2);
}

.rate .seperation-line {
  margin: 0 4px;
}

.detail-text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}

.icon-circle {
  display: flex;
  align-items: center;
  background: var(--gray-6);
  border-radius: 100px;
  padding: 10px;
  max-height: 44px;
}

.icon-circle svg {
  stroke: var(--gray-1);
}

.main-icon-section {
  display: flex;
  gap: 12px;
}

.main-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  
}

.main-contact a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: var(--gray-1) !important;
}

.about-hotel {
  margin-top: 16px;
  max-width: 100%;
}

.about-hotel p {
  line-height: 1.6;
  font-weight: 500;
}

.about-amenities {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  align-items: center;
}



/* hero-image modal */
.detail-header-image-wrapper {
  position: relative;
}

.hero-detail-wapper .modal {
  backdrop-filter: blur(8px);
  background: #0000001A;
}

.hero-detail-wapper .rounded {
  border-radius: 12px !important;
}

.hero-detail-wapper .swiper-pagination {
  position: static !important;
  margin-top: 14px;
}

.image-overlay {
  position: absolute;
  inset: 0;
  /* fills the parent */
  background: #00000066;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.overlay-icon {
  background: linear-gradient(98.56deg, #D0B503 0%, #AD6102 108.86%);
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect (optional) */
.image-overlay:hover {
  background: #00000099;
}

/* .hero-detail-wapper .modal-content {
  margin-top: 30px;
} */

.modal-cross svg {
  position: absolute;
  top: -30px;
  left: 105%;
  width: 28%;
  height: 5%;
}

.modal-cross h4 {
  position: absolute;
  top: -30px;
  right: 105%;
  white-space: nowrap;
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
}

.more-cross {
  cursor: pointer;
}

.more-cross svg {
  position: absolute;
  top: -30px;
  left: 105%;
  width: 28%;
  height: 5%;
}

.more-cross h4 {
  position: absolute;
  top: -30px;
  right: 100%;
  white-space: nowrap;
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
}

.modal-more-img {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: var(--gray-1);
  gap: 8px;
  color: var(--white);
  font-size: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  max-width: 128px;
  cursor: pointer;
  white-space: nowrap;
}

.modal-more-img svg {
  max-width: 16px;
  max-height: 16px;
}

/* galary swiper */
.custom-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 0.6;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  transition: background-color 0.3s, transform 0.3s;
}

/* Active bullet in purple */
.custom-bullet-active {
  background-color: var(--primary-color);
  transform: scale(1.2);
  opacity: 1;
}

.image-index {
  position: absolute;
  bottom: 48px;
  right: 145px;
  background: var(--gray-1);
  color: var(--white);
  padding: 8px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  z-index: 5;
}

/* these are common css that will be removed  */



.more-pill {
  color: var(--blue-1);
  font-weight: 600;
}

.single-amenities-pill {
  white-space: nowrap;
  flex-shrink: 0;
  background-color: var(--gray-6);
  padding: 4px 12px;
  border-radius: 100px;
}

.single-amenities-pill {
  font-weight: 500;
  line-height: 1.5;
}
.amenities-container{
  max-width: 390px;
}
.map-container {
  position: relative;
  width: 100%;
  height: 260px; /* fixed height container */
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* fills container */
  border: 0;
}
/* Disabled state */



.feature-swiper-prev,
.feature-swiper-next {
  width: 40px;
  height: 40px;
  background-color: white;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s ease;
}

.feature-swiper-prev svg,
.feature-swiper-next svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary-color);
  stroke-width: 2;
}

/*  */
.choose-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 0;
  background: linear-gradient(#111827E5, #111827E5), url('../images/choose-us/choose-us-bg.jpg');
  background-size: cover;
  background-position: center;
}

.white-circle {
  background: var(--white);
  border-radius: 100px;
  padding: 20px;
}

.choose-body {
  display: flex;
  justify-content: center;
  color: var(--white);
}

.choose-part-one {
  display: flex;
}

.choose-part-two {
  display: flex;
}

.choose-us-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.choose-us-single h4 {
  font-weight: 600;
  text-align: center;
  max-width: 136px;
}



@media (max-width:1199px) {

  .detail-choose-us .dashed-line {
    display: none;
  }

  .choose-wrapper {
    padding: 36px;
  }

  .choose-wrapper {
    gap: 30px;
  }

  .choose-part-one,
  .choose-part-two {
    gap: 40px;
  }


  .choose-body {
    flex-direction: column;
    margin: 0 auto;
    gap: 28px;
  }

  .choose-us-single {
    width: 142px;
  }

  .choose-us-single h4 {
    max-width: 136px;
  }

  .rating-wrapper .dashed-line {
    display: flex;
    margin: 20px 0;
  }

  .listing-form .form-section::after {
    width: 100% !important;
  }

}


@media (max-width: 575px) {

  .choose-us-single h4 {
    font-size: 16px;
  }

  .choose-part-one {
    display: flex;
    flex-direction: column;
  }

  .choose-part-two {
    display: flex;
    flex-direction: column;
  }

  .choose-us-single h4 {
    max-width: 108px;
  }



  .choose-body {
    flex-direction: row;
    gap: 0;
  }

  .choose-us-single {
    width: 126px;
  }

}

.listing-choose-us {
  position: relative;
  overflow: hidden;
}

.listing-choose-us .choose-wrapper {
  background: none;
}

.listing-choose-us .choose-body {
  background: #F2F2F266;
  backdrop-filter: blur(10px);
  padding: 40px;
}

.listing-choose-us::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: url(../images/hotel-listing/choose-us/listing-chooseus.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  pointer-events: none;
}

.listing-choose-us .choose-wrapper {
  padding: 0 40px 40px 40px;
}

.listing-choose-us .choose-us-single h4 {
  color: var(--gray-1);
}

.listing-choose-us .dashed-line {
  border: 1px dashed var(--primary-color);
}

.listing-choose-us .choose-us-single h4 {
  max-width: 100%;
}

.listing-choose-us .easy {
  max-width: 100% !important;
}

.box-one {
  padding: 20px;
  border-right: 1px dashed var(--primary-color);
  border-bottom: 1px dashed var(--primary-color);
}

.box-two {
  padding: 20px;
  border-bottom: 1px dashed var(--primary-color);
}

.box-three {
  padding: 20px;
  border-right: 1px dashed var(--primary-color);
}

.box-four {
  padding: 20px;
}


@media (max-width: 767px) {



  .listing-choose-us .choose-us-section {
    backdrop-filter: none;
    background: none;
  }

  .listing-choose-us .choose-body {
    background: none;
    backdrop-filter: none;
  }

}


/*  */

@media (max-width: 575px) {

  .swiper-nav-buttons {
    display: none;
  }


  .feature-btn {
    max-height: 44px;
    font-size: 14px;
  }


}

@media (max-width: 390px) {

  .wishlist-circle {
    height: 30px;
    width: 30px;
    padding: 6px;
  }

}






/* common for pill ends here */

/* read more */

.clamp-text {
  position: relative;
  line-height: 1.5em;
  max-height: 3em;
  /* 2 lines */
  overflow: hidden;
  font-size: 16px;
}

.clamp-text.full {
  max-height: none;
}

.read-more-inline {
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}

/*  */

.detail-bar {
  display: flex;
  padding: 12px;
  background: var(--gray-6);
  border-radius: 12px;
  margin-top: 34px;
}

.bar-btn {
  border: none;
  color: var(--gray-2);
  padding: 12px 16px;
}

.bar-btn.active {
  background: var(--white) !important;
  color: #C49102 !important;
  border: none !important;
  outline: none !important;
}

.bar-btn.active:focus {
  outline: none;
  box-shadow: none;
}

.detail-hero-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.detail-right-top,
.detail-right-bottom {
  border: 1px solid #A3117033;
  background: #FFF8FD;
  padding: 16px;
  border-radius: 8px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.detail-right-bottom {
  background: none;
}

.detail-right-top h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02rem;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.detail-right-top span {
  font-weight: 600;
}

.detail-request-btn {
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 4px;
}
.detail-request-btn button{
  color: var(--white);
}

/* common */
.bar-details-section .dashed-line {
  display: flex !important;
  border: 1px dashed var(--gray-5);
  margin: 0;
}

/* comon end */
.detail-right-subbotton {
  display: flex;
  gap: 12px;
}

.detail-right-subbotton img {
  border-radius: 12px;
}

.detail-right-address {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.detail-right-address h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02rem;
}

.detail-right-address a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02rem;
}

.detail-right-subaddress p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: var(--gray-2);
}

.detail-right-bottom {
  gap: 16px;
}

.detail-rating {
  background: linear-gradient(98.56deg, #D0B503 0%, #AD6102 108.86%);
  position: relative;
  border-radius: 12px;
  padding: 7px 14px;
}

.detail-rating p {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  color: var(--white);
}



/* bar-details */
.bar-detail-wrapper {
  padding: 24px 0 0 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.detail-bar .btn:hover {
  border: none;
  background: var(--gray-6);
  color: var(--gray-2);
  border: none;
  outline: none !important;
}

.amenities-header h4,
.location-header h4,
.layout-header h4,
.rating-header h4,
.more-details-header h4 {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02rem;
}

.amenities-pills {
  display: flex;
  flex-wrap: wrap;
  /* Changed to allow wrapping */
  gap: 16px;
  padding-bottom: 4px;
  width: 100%;
}

.amenities-accordion .accordion-header,
.location-details .accordion-header,
.layout-details .accordion-header {
  margin-bottom: 16px;
}

.bar-details-section .custom-accordion {
  padding: 0;
}

.bar-details-section .accordion-item {
  margin-bottom: 0;
}

.location-pills {
  padding: 10px 8px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--gray-6);
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.location-pills span {
  font-weight: 600;
  margin-right: 4px;
}

.layout-header span {
  color: var(--primary-color);
}

.layout-header {
  background: #FFF8FD;
}

.layout-details {
  padding: 20px;
  background: #FFF8FD;
  border-radius: 20px;
}

.layout-subtext {
  display: flex;
  justify-content: space-between;
  background: #A311700F;
  padding: 4px 8px;
  width: 100%;
  gap: 30px;
  border-radius: 4px;
}

.layout-text {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.layout-text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}

.layout-subtext span {
  color: var(--primary-color);
  font-weight: 600;
}

.more-details-header span {
  color: var(--primary-color);
}



/* more */
.more-venues-details .swiper-wrapper-relative {
  padding: 16px 0 60px 0;
}

.more-venues-details .feature-card {
  border: 1px solid var(--gray-5);
}

.more-venues-details .feature-btn {
  background: var(--gray-5);
}

.more-venues-details .feature-btn:hover {
  color: var(--white);
  border: 1px solid var(--primary-color);
  background: var(--primary-dark);
}

.more-venues-details .feature-rating {
  top: 10px !important;
  left: 10px !important;
  bottom: auto !important;
  right: auto !important;
}

/* rating-section */
.rating-header-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.rating-header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}

.rating-header-buttons {
  display: flex;
  gap: 12px;
}

.btn-hotel {
  padding: 8px 18px;
  background: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--white);
}

.btn-venue {
  background: var(--gray-6);
  color: var(--gray-1);
}

.rating-sortby {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px;
}

.rating-sortby h6 {
  line-height: 20px;
  letter-spacing: 0;
}

.sortby-drop {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid var(--gray-5)
}

/* dropdown */
.rating-sortby {
  position: relative;
  font-family: Arial, sans-serif;
}

.sortby-drop {
  cursor: pointer;
}

.custom-sort-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  padding: 16px;
  z-index: 1000;
  display: none;
  width: 180px;
  left: -8px;
}

.custom-sort-dropdown label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  color: var(--gray-2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

.custom-sort-dropdown input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid #aaa;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease;
}

.custom-sort-dropdown input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-sort-dropdown input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Chevron rotation */
#sortChevron {
  transition: transform 0.3s ease;
}

#sortChevron.rotate {
  transform: rotate(180deg);
}

/* ratingleft */
.rating-left-top {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  gap: 20px;
  border-radius: 8px;
  padding: 12px 8px;
}

.wishlisted-icon {
  color: #F0B429;
  stroke: currentColor !important;
  fill: currentColor;
}

.rating-left-up {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.rating-left-top h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100;
  letter-spacing: -0.01rem;
  color: var(--gray-1);
}

.rating-left-top h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01rem;
  color: var(--gray-3);
  text-align: center;
}

.rating-left-top .dashed-line {
  margin: 0;
}

.single-rating {
  display: flex;
  gap: 4px;
  align-items: center;
}

.rating-bar {
  width: 100%;
  border: 4px solid var(--primary-color);
  border-radius: 4px;
}

.rating-bar-four {
  width: 65%;
}

.rating-bar-three {
  width: 50%;
}

.rating-bar-two {
  width: 30%;
}

.rating-bar-one {
  width: 10%;
}

.rating-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rating-right .gy-4 {
  --bs-gutter-y: 20px;
}

.rating-right .gx-4 {
  --bs-gutter-x: 20px;
}


.rating-card {
  display: flex;
  gap: 12px;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid var(--gray-5)
}

.rating-image {
  /* max-width: 60px; */
  max-height: 60px;
  overflow: hidden;
  border-radius: 1250px;
  min-width: 60px;
}

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

.wishlist-icon-gray {
  color: var(--gray-5);
}

.rating-card-texts p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--gray-2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-card-texts h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

.rating-card-texts span {
  margin-left: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #6B7280;
}

.rating-wrapper {
  padding: 24px 0 40px 0;
}

/* rating pagination */




@media (min-width:1399px) {
  .container .main-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .detail-hero-gallery .col-xl-5 {
    flex: 0 0 44%;
  }

  .detail-hero-gallery .col-xl-7 {
    flex: 0 0 56%;
  }

  .rating-image {
    max-width: 60px;
  }

}

@media (max-width:1399px) {
  .clamp-text {
    max-height: 5em;
  }
}

@media (max-width:1199px) {
  .container.nav-container {
    border-bottom: 1px solid var(--gray-5);
  }

  .modal-cross svg {
    left: 95%;
  }

  .modal-cross h4 {
    right: 95%;
  }

  .more-cross svg {
    left: 95%;
  }

  .more-cross h4 {
    right: 85%;
  }

  .image-index {
    right: 156px;
  }
}

@media (max-width:991px) {
  .space {
    display: none;
  }

  .modal-cross h4 {
    font-size: 22px;
  }

  .more-cross svg {
    top: -20px;
  }

  .more-cross h4 {
    top: -20px;
    font-size: 22px;
  }

  .image-index {
    right: 116px;
  }

  /* res */
  .modal-more-img svg {
    display: none;
  }

  .hero-detail-wapper {
    padding-top: 12px;
  }

  .detail-header-img {
    border-radius: 4px;
  }

  .detail-hero-gallery .gy-3,
  .hero-main-section .g-4 {
    --bs-gutter-y: 10px;
  }

  .detail-hero-gallery .gx-3 {
    --bs-gutter-x: 10px;
  }

  .hero-detail-wapper {
    gap: 0;
  }

  .detail-text h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .detail-text h4 {
    font-size: 14px;
    line-height: 1;
  }

  .icon-circle {
    max-height: 36px;
    max-width: 36px;
  }

  .main-contact {
    margin-top: 12px;
  }

  .main-contact svg,
  .main-contact img {
    max-height: 16px;
    max-width: 16px;
  }

  .mobile-location {
    margin-top: 4px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-location img {
    max-height: 16px;
    max-width: 16px;
  }

  .mobile-location p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02rem;
    white-space: nowrap;
  }

  .about-hotel {
    margin-top: 12px;
  }

  .about-hotel p {
    font-size: 14px;
  }

  .detail-right-top h3 {
    margin: 0;
    font-size: 14px;
    max-width: 160px;
    text-align: start;
  }

  .detail-right-top {
    flex-direction: row;
    justify-content: space-between;
  }


  .detail-request-btn {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1;
  }

  .detail-right-bottom {
    display: none;
  }

  .about-amenities {
    margin-top: 0;
  }

  .detail-hero-right {
    gap: 12px;
  }

  .about-amenities .feature-pills {
    margin-top: 12px;
  }

  .detail-bar {
    border-radius: 4px;
    margin-top: 24px;
    padding: 6px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }

  .bar-btn {
    padding: 4px 12px;
  }

  .clamp-text {
    font-size: 14px;
  }

  .bar-detail-wrapper {
    padding: 20px 0;
    gap: 20px;
  }

  .amenities-header h4,
  .location-header h4,
  .rating-header h4,
  .more-details-header h4 {
    font-size: 14px;
    line-height: 1;
  }

  .mobile-bar .amenities-pills {
    margin-top: 12px;
  }

  .amenities-pills {
    gap: 8px;
  }

  .mobile-map-view {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .location-img {
    min-height: 252px;
  }

  .layout-header {
    border-radius: 20px 20px 0 0;
    padding: 12px;
  }

  .layout-header h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
  }

  .mobile-layout {
    background: #A311700F;
    border-radius: 20px;
  }

  .layout-body {
    background: #FFF8FD;
  }

  .layout-option {
    background: white;
    margin-right: 12px !important;
    margin: 0 12px 0 12px;
  }

  .modal-more-img {
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    padding: 4px 6px;
  }

  .overlay-icon {
    max-width: 60px;
    max-height: 60px;
  }

  .overlay-icon img {
    max-width: 36px;
  }

  .swiper-wrapper-relative {
    padding: 20px 0 0 0;
  }

  .swiper-nav-buttons {
    display: none;
  }

  .listing-choose-us::before {
    width: 20%;
  }

  .white-circle {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .white-circle img {
    height: 28px;
    width: 28px;
  }

  .choose-us-single h4 {
    font-size: 18px;
    max-width: 124px;
  }


  .rating-sortby {
    display: none;
  }

  .rating-wrapper {
    padding: 0;
  }

  .btn-hotel {
    padding: 8px 10px;
  }

  .rating-left-top {
    flex-direction: row;
  }

  .rating-left-down {
    width: 100%;
  }

  .rating-left-up {
    justify-content: center;
  }

  .rating-left-up h2 {
    font-size: 24px;
  }

  .rating-left-top h5 {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .modal-cross svg {
    left: 85%;
  }

  .modal-cross h4 {
    font-size: 18px;
    right: 85%;
  }

  .more-cross svg {
    top: -20px;
    left: 85%;
  }

  .more-cross h4 {
    top: -20px;
    font-size: 18px;
    right: 85%;
  }
}

@media (max-width: 575px) {
  .modal-cross svg {
    top: -5px;
    left: 80%;
  }

  .modal-cross h4 {
    top: -5px;
    right: 80%;
  }

  .more-cross svg {
    top: -5px;
    left: 80%;
  }

  .more-cross h4 {
    top: -5px;
    right: 70%;
  }

  .image-index {
    right: 48px;
  }

  .overlay-icon {
    max-width: 54px;
    max-height: 54px;
  }

  .overlay-icon img {
    max-width: 32px;
  }

  .listing-choose-us .easy {
    max-width: 106px !important;
  }
}

@media (max-width: 390px) {
  .mobile-map {
    display: none;
  }

  .amenities-header h4,
  .location-header h4,
  .rating-header h4 .more-details-header h4 {
    font-size: 14px;
  }

  .modal-cross h4 {
    top: -2%;
    right: 75%;
    font-size: 16px;
  }

  .more-cross h4 {
    top: -2%;
    right: 67%;
    font-size: 16px;
  }
}