@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
.price-button {
  background: linear-gradient(to right, #ff6600, #ff9900);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.price-section {
  text-align: right;
}

@media (min-width: 320px) {
  .feature-list-div {
    flex-wrap: wrap;
  }
}
.icon-class {
  color: #ff6e00;
  font-size: 20px;
}
.address-tag-p {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

/* Button to open popup (visible on mobile) */
.filter-btn {
  display: none;
  padding: 10px 20px;
  background-color: #ff6600;
  color: white;
  border: none;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
}

/* Sidebar filter */
.filter-sidebar {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  max-width: 300px;
  background-color: white;
}

.filter-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.filter-section {
  margin-top: 15px;
}

.filter-section h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.filter-section label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}

.range-slider {
  width: 100%;
  margin-top: 10px;
}

/* === Checkbox Styling === */
/* input[type="checkbox"] {
  accent-color: #ff6e00; 
} */

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(to right, #ff6e00 0%, lightgray 0%);
  outline: none;
  transition: background 0.3s;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff6e00;
  cursor: pointer;
  margin-top: -7px;
}

.range-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff6e00;
  border: none;
  cursor: pointer;
}

/* Popup Modal */
.filter-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.filter-popup-content {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 350px;
  border-radius: 10px;
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .filter-sidebar {
    display: none;
  }
  .filter-btn {
    display: inline-block;
  }
}

.li-main {
  cursor: pointer;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.card-main-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.div-rating {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #5a1a3c;
  font-weight: bold;
}
/* .product-img-div {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
} */
/* .product-img {
  width: 100%;
  height: auto;
  padding: 10px;
} */
.product_list {
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.feature-list-div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}
.feature-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.price-section-p {
  margin: 0 0 15px 0;
  /* font-size: 16px !important; */
  font-weight: bold;
  color: #5a1a3c !important;
}
.price-section-span {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.price-section-price {
  font-size: 20px;
}
.div-hr {
  width: 1px;
  background: #ccc;
  height: 50px;
}

.card-img-custom {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.card-body-equal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tag_responsive_ds_name,
.facility-text,
.address_tag,
.facility_tag,
.distance_tag {
  font-size: clamp(0.9rem, 1vw, 0.1rem);
}

.title-text {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.price-text {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
}
.text-muted {
  font-size: clamp(0.9rem, 1.5vw, 0.7rem);
}

.select-btn {
  border: none;
  white-space: nowrap;
  padding: 10px 18px;
  background: linear-gradient(0deg, #ff5500, #ff894e);
}
.select-btn:hover {
  background: linear-gradient(
    0deg,
    rgba(255, 85, 0, 1) 0%,
    rgba(255, 137, 78, 1) 100%
  );
}

.card-equal {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rating-star {
  color: #f9a825;
  /* Amber Yellow */
}

.price-text {
  color: #6b1e45;
  /* Dark maroon for price */
}

.title-text {
  color: #6b1e45;
  /* Hotel name */
}

.facility-icon {
  margin-right: 6px;
}

.facility-text {
  color: #ff6e00;
}

.select-btn {
  background-color: #ff7a30;
  /* Orange button */
  border: none;
}

.select-btn:hover {
  background-color: #ff6513;
}

p {
  margin-bottom: 0.5rem !important;
}
.cityDescription,
.cat-faqs,
.cat-tabular-info {
  width: 100%;
  float: left;
  height: auto;
  margin: 15px 0 0px 0;
  background-color: #f3f3f3;
}

.cat-faqs,
.cat-tabular-info {
  margin: 0;
  padding-top: 15px;
}

.categoryListingMainBox {
  width: 100%;
  float: left;
  height: auto;
  margin: 30px 0 60px 0;
}

@media (min-width: 768px) {
  .innerPageBannerBox {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 88px 0 0 0;
  }

  .product_list label {
    font-family: sfprodisplaysemibold;
    color: #191970;
    margin-right: 5px;
  }
}

.categoryListingMainBox .clistMainBox ul li {
  /* width: calc(100% - 15px); */
  width: 100%;
}

.categoryListingMainBox .clistMainBox ul li .cBookingBox .btnSelectRoom {
  top: -40px;
}

@media (max-width: 922px) {
  .ul-of-checkin {
    flex-wrap: wrap;
  }

  .categoryListingMainBox .clistMainBox ul li .cBookingBox .btnSelectRoom {
    top: -40px;
  }
}

#facility-mobile-second {
  display: block;
}

@media screen and (max-width: 1200px) {
  .categoryListingMainBox .clistMainBox ul li .cBookingBox ul {
    padding: 0 150px 0 0;
  }
}

@media screen and (max-width: 425px) {
  #facility-mobile-second {
    display: none;
  }
}

/* .categoryListingMainBox .clistMainBox ul li .cDetailsMainBox .cTitleBox {
		margin: 0 0 5px 0;
	} */

.categoryListingMainBox .clistMainBox ul li .cBookingBox {
  padding: 0 0 0 0;
}

/**added by deep for tag */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 230px;
  color: black;
  font-size: 12px;
  background: white;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  text-align: left;
  margin: 10px 0 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: white;
  padding: 5px;
  z-index: 1;
}

.tooltip-image {
  width: 100%;
  margin: 0 0 10px 0;
  height: 70px;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#top::before {
  top: 80%;
  left: 45%;
}

#bottom {
  top: 25px;
  left: -30%;
}

#bottom::before {
  top: -2%;
  left: 45%;
}

#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
  /* margin: 40px; */
  text-align: center;
  /* border: #999 1px solid; */
  padding: 5px 16px;
  border-radius: 20px;
  background: linear-gradient(83deg, #dd4b4d 0.82%, #ff8b41 98.51%);
  color: #f3f3f3;
  font-size: 14px;
}

/* Tooltip Hover Effect */
.hover-text:hover {
  /* display: block; */
  opacity: 1;
}

/* Button Hover Effect */
.hover-text:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.tag_responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  /* flex-direction: row-reverse; */
}

@media screen and (max-width: 425px) {
  /* .tag_responsive {
			display: block;
		} */

  #bottom {
    top: 25px;
    left: -3%;
  }
}

@media screen and (max-width: 1200px) {
  .tag_responsive {
    flex-direction: column-reverse;
  }

  /* .tag_responsive_ds_name {
    display: contents;
  } */
  .cancellation-badge {
    margin-bottom: 10px;
  }
}

/*added by Deep On 14-05-2025 */
@media screen and (max-width: 999px) {
  .single-div {
    display: block !important;
  }
}

@media screen and (max-width: 700px) and (min-width: 479px) {
  .categoryListingMainBox .clistMainBox ul li .cDetailsMainBox {
    width: 70% !important;
  }
}

.single-div {
  display: flex;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 430px;
}

@media (max-width: 568px) {
  .cDetailsMainBox {
    padding: 10px !important;
  }
  .cDetailsBox {
    flex-direction: column;
    align-items: stretch !important;
  }
  .product_list label {
    font-size: 0.7rem;
  }
  .price-section {
    display: flex;
    justify-content: space-between;
  }
  .price-button {
    height: 45px;
  }
  .categoryListingMainBox .clistMainBox ul li .cDetailsMainBox .cDetailsBox p {
    font-size: 12px;
  }
  .categoryListingMainBox .clistMainBox ul li .cBookingBox ul {
    padding: 0 !important ;
  }
  .div-hr {
    display: none;
  }
  .address-tag-p {
    font-size: 12px !important;
    color: #999;
    margin-bottom: 5px;
  }
  .icon-class {
    font-size: 12px !important;
  }
  .feature-list-ul li {
    font-size: 12px !important;
  }
  .feature-list-div {
    gap: 0 !important;
  }
  .price-section-p {
    font-size: 12px !important;
  }
  .price-section-price {
    font-size: 12px !important;
  }
}
.disabled-bhavan {
  background-color: lightgray;
  opacity: 0.6;
}

.card:hover {
  border: 2px solid #ff7733 !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 240, 232, 1) 100%
  );
}
.cancellation-badge {
  background: linear-gradient(135deg, #198754, #157347);
  animation: pulse 2s infinite;
  color: white;
  font-size: 0.8rem !important;
  font-weight: 500;
}
.truncate-tag {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}
@media (max-width: 991px) {
  .truncate {
    width: 250px;
  }
  .hover-text {
    font-size: 10px;
  }
  .cancellation-badge {
    font-size: 0.6rem;
  }
}
