/* Desktop Only (Hide on mobile) */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Icons can be replaced with actual icons or SVG */
.icon {
  font-size: 12px;
}


/* Responsive behavior */
@media (max-width: 768px) {

  .hero-section .hero-content {
        padding:  0px 0;
    }


    .desktop-only {
    display: none!important;
  }

  .mobile-only {
    display: block;
  }


  .srpFilters {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .srpFilters__filter {
    flex: 0 0 auto;
  }

.content.margin-class {
    margin-top: 0px;
}
.d-flex1 {
    display: contents;
}

  .gallery-container {
    /* border: 2px solid red; */
    border-radius: 10px;
    padding: 10px;
    max-width: 100%;
}

  .search-header-part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Push content below it so it's not hidden */
body {
  padding-top: 86px; /* Adjust height based on actual header size */
}


.content {
    padding-top: 0px;
    padding-bottom: 60px;
}

.modal-content {
    margin-top: 158px;
}


.tag-badge {
      font-size: 0.7rem;
      padding: 2px 6px;
      border-radius: 12px;
      font-weight: 500;
    }
    .popular {
      background-color: #fce4ec;
      color: #d81b60;
    }
    .trending {
      background-color: #e3f2fd;
      color: #1565c0;
    }
    .hotel-card {
      border-bottom: 1px solid #ddd;
        padding: 12px 15px;
        width: 100%;
    }
    .hotel-title {
      font-weight: 600;
    }
    .hotel-desc {
      font-size: 0.9rem;
      color: #666;
    }
    .price-text {
      font-weight: 500;
      color: #333;
    }
    .show-hotels-btn {
      background-color: #007bff;
      color: white;
      font-weight: 600;
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 4px;
    }


    .filter-sidebar {
  font-family: sans-serif;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
}

/* 6/8/2025 */

.search-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7px 7px 7px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-family: sans-serif;
    background: #ffffff;
    margin-bottom: 1px;
}

.listingFiltersV2 {
    padding: 0px;
    background-color: #fff;
    overflow-x: auto;
    margin-bottom: 6px;
}








/* ye mobile ke liye he     5/aug-2025 */


.srpFilters {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.srpFilters::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
  
 

.srpFilters__filter button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

/* Active/Selected Filters */
.srpFilters__filter.active button {
  background-color: #e6f0ff;
  color: #007bff;
  border: 1px solid #007bff;
}

/* On hover */
.srpFilters__filter button:hover {
  background-color: #f1f1f1;
}


/* Container */
.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 14px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-family: sans-serif;
    background: #ffffff;
    margin-bottom: 0px;
}

}



/* Back Button */
.back-button {
  text-decoration: none;
  font-size: 18px;
  color: black;
  padding: 4px;
}

/* Location & Date Info */
/* .search-info {
  display: flex;
  flex-direction: column;
} */

.location {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.details {
    font-size: 10px;
    color: #555;
    font-weight: 600;
    margin: 2px 0 0 0;
}

/* Edit Button */
.edit-button {
 font-size: 14px;
    color: #007bff;
    cursor: pointer;
    margin-left: 74px;
}

/* Currency Selector */
.currency-selector {
  font-size: 14px;
  color: #007bff;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.arrow {
  font-size: 10px;
}



.filter-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.subtext {
  font-size: 12px;
  color: #666;
  margin: 4px 0 12px 0;
}

.chip-group, .price-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.chip {
  background: #f4f4f4;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
}

.slider-range {
  width: 100%;
  margin: 10px 0 20px;
  accent-color: #2196f3;
}

.toggle-section .toggle-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 12px 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.round {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
}

.slider.round:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .4s;
}

.switch input:checked + .slider.round {
  background-color: #2196f3;
}

.switch input:checked + .slider.round:before {
  transform: translateX(16px);
}

/* Search box */


.search-location {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.search-location input {
  border: none;
  outline: none;
  flex: 1;
}

.search-icon {
  font-size: 14px;
  margin-left: 6px;
}

/* Checkbox Group */
.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
}

.tag {
  background: #eee;
  font-size: 10px;
  color: #666;
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 6px;
}

.tag.trending {
  background-color: #fdd835;
}

/* View Button */
.view-btn {
  background-color: #ccc;
  color: #555;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
}


.filter-section {
    border-bottom: 1px solid #bdb7b7;
    margin-top: 18px;
    padding-bottom: 16px;
}

.search-left {
    align-items: center;
    background-color: #fafafa;
    border: 1px solid #e9e6e6;
    border-radius: 4px;
    display: flex
;
    height: 44px;
    padding: 0 10px;
    width: 87%;
}




/* Tablets (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rangeInput {
    width: 56px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 10px;
    outline: none;
    transition: border-color 0.2s;
}

  .thumbnail-row img, .view-all {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.view-all {
      font-size: 9px;
}

.edit-button {
            font-size: 14px;
        color: #007bff;
        cursor: pointer;
        position: absolute;
        left: 71%;
}

   .makeFlex.row span {
    font-size: 10px;
    font-weight: 500;
    color: #333;
}
.card .card-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111827;
}
.font12.grayText {
    font-size: 10px;
    color: #666;
    white-space: nowrap;
    margin-left: auto;
}
.checkmarkOuter label {
    font-size: 10px;
}
.checkmarkOuter input[type="checkbox"] {
    /* appearance: none; */
    width: 11px;
    height: 15px;
    margin-right: 10px;
  }
  .accordion.accordion-list .accordion-item .accordion-header .accordion-button {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}
.btnRangeGo {
    background-color: #007bff;
    border: none;
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
p.text-primary.mb-2 {
    font-size: 11px;
}
li.hotel-data-list {
    font-size: 12px;
}
}


/*  Standard Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .makeFlex.row span {
    font-size: 10px;
    font-weight: 500;
    color: #333;
}
.card .card-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111827;
}
.checkmarkOuter label {
    font-size: 10px;
}
.checkmarkOuter input[type="checkbox"] {
    /* appearance: none; */
    width: 11px;
    height: 15px;
    margin-right: 10px;
  }
    .accordion.accordion-list .accordion-item .accordion-header .accordion-button {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}
.btnRangeGo {
    background-color: #007bff;
    border: none;
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
p.text-primary.mb-2 {
    font-size: 11px;
}
li.hotel-data-list {
    font-size: 12px;
}
.text-warning-1 {
    color: #8b572a !important;
    opacity: 1;
    font-size: 10px;
}
}


@media (min-width: 1025px) and (max-width: 1280px) {

  

   .makeFlex.row span {
    font-size: 10px;
    font-weight: 500;
    color: #333;
}
.card .card-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111827;
}
.font12.grayText {
    font-size: 10px;
    color: #666;
    white-space: nowrap;
    margin-left: auto;
}
.checkmarkOuter label {
    font-size: 10px;
}
.checkmarkOuter input[type="checkbox"] {
    /* appearance: none; */
    width: 11px;
    height: 15px;
    margin-right: 10px;
  }
    .accordion.accordion-list .accordion-item .accordion-header .accordion-button {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}
.btnRangeGo {
    background-color: #007bff;
    border: none;
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
p.text-primary.mb-2 {
    font-size: 11px;
}
li.hotel-data-list {
    font-size: 12px;
}
.text-warning-1 {
    color: #8b572a !important;
    opacity: 1;
    font-size: 10px;
}
span.text-success.fw-bold.price-detail1 {
    font-size: 12px;
}
.price-detail2.mb-2 {
    font-size: 8px;
}
 .price-detail6 {
    font-size: 9px;
}

p.text-muted.price-detail5 {
    font-size: 10px;
    margin-bottom: 10px;
}
.view-all {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 9px;
}
.incls__text {
    font-size: 12px;
    color: #333;
}
}



/*   Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {

   .makeFlex.row span {
    font-size: 10px;
    font-weight: 500;
    color: #333;
}
.card .card-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111827;
}
.checkmarkOuter label {
    font-size: 10px;
}
.checkmarkOuter input[type="checkbox"] {
    /* appearance: none; */
    width: 11px;
    height: 15px;
    margin-right: 10px;}

    .accordion.accordion-list .accordion-item .accordion-header .accordion-button {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}
.btnRangeGo {
    background-color: #007bff;
    border: none;
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
 p.text-primary.mb-2 {
    font-size: 11px;
}
li.hotel-data-list {
    font-size: 12px;
}
.text-warning-1 {
    color: #8b572a !important;
    opacity: 1;
    font-size: 10px;
}
}


/*   Large Mobile Phones (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {

     .makeFlex.row span {
    font-size: 10px;
    font-weight: 500;
    color: #333;
}
.card .card-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111827;
}
.checkmarkOuter label {
    font-size: 10px;
}
  .checkmarkOuter input[type="checkbox"] {
    /* appearance: none; */
    width: 11px;
    height: 15px;
    margin-right: 10px;
  
  }
  .btnRangeGo {
    background-color: #007bff;
    border: none;
    padding: 4px 9px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

p.text-primary.mb-2 {
    font-size: 11px;
}
li.hotel-data-list {
    font-size: 12px;
}

}


/* iPad Air Portrait (vertical) */
@media screen and (min-width: 800px) and (max-width: 850px) and (orientation: portrait) {

    .desktop-only {
    display: none!important;
  }
  .mobile-only {
    display: block;
  }

  

  .srpFilters {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .srpFilters__filter {
    flex: 0 0 auto;
  }

.content.margin-class {
    margin-top: 0px;
}
.d-flex1 {
    display: contents;
}

  .gallery-container {
    /* border: 2px solid red; */
    border-radius: 10px;
    padding: 10px;
    max-width: 100%;
}

  .search-header-part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Push content below it so it's not hidden */
body {
  padding-top: 86px; /* Adjust height based on actual header size */
}


.content {
    padding-top: 0px;
    padding-bottom: 60px;
}

.modal-content {
    margin-top: 158px;
}


.tag-badge {
      font-size: 0.7rem;
      padding: 2px 6px;
      border-radius: 12px;
      font-weight: 500;
    }
    .popular {
      background-color: #fce4ec;
      color: #d81b60;
    }
    .trending {
      background-color: #e3f2fd;
      color: #1565c0;
    }
    .hotel-card {
      border-bottom: 1px solid #ddd;
        padding: 12px 15px;
        width: 100%;
    }
    .hotel-title {
      font-weight: 600;
    }
    .hotel-desc {
      font-size: 0.9rem;
      color: #666;
    }
    .price-text {
      font-weight: 500;
      color: #333;
    }
    .show-hotels-btn {
      background-color: #007bff;
      color: white;
      font-weight: 600;
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 4px;
    }


    .filter-sidebar {
  font-family: sans-serif;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
}

/* 6/8/2025 */

.search-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7px 7px 7px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-family: sans-serif;
    background: #ffffff;
    margin-bottom: 1px;
}

.listingFiltersV2 {
    padding: 0px;
    background-color: #fff;
    overflow-x: auto;
    margin-bottom: 6px;
}

/* ye mobile ke liye he     5/aug-2025 */


.srpFilters {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.srpFilters::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
  
 

.srpFilters__filter button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

/* Active/Selected Filters */
.srpFilters__filter.active button {
  background-color: #e6f0ff;
  color: #007bff;
  border: 1px solid #007bff;
}

/* On hover */
.srpFilters__filter button:hover {
  background-color: #f1f1f1;
}


/* Container */
.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 14px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-family: sans-serif;
    background: #ffffff;
    margin-bottom: 0px;
}


}






/* iPad Air Landscape (horizontal) */
@media screen and (min-width: 1100px) and (max-width: 1200px) and (orientation: landscape) {
.thumbnail-row img, .view-all {
    width: 35px;
    height: 36px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.rangeInput {
    width: 56px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 10px;
    outline: none;
    transition: border-color 0.2s;
}
}


/* All iPads Landscape */
@media screen and (min-width: 1024px) and (max-width: 1380px) and (orientation: landscape) {
  /* Common iPad Landscape CSS */
.rangeInput {
    width: 56px!important;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 10px;
    outline: none;
    transition: border-color 0.2s;
}
 
}


@media screen and (min-width: 410px) and (max-width: 430px) {
  /* Z Flip 7 unfolded full screen ke liye yahan likho */
  .desktop-only {
    display: none!important;
  }
  .mobile-only {
    display: block;
  }

  .srpFilters {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .srpFilters__filter {
    flex: 0 0 auto;
  }

.content.margin-class {
    margin-top: 0px;
}
.d-flex1 {
    display: contents;
}

  .gallery-container {
    /* border: 2px solid red; */
    border-radius: 10px;
    padding: 10px;
    max-width: 100%;
}

  .search-header-part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Push content below it so it's not hidden */
body {
  padding-top: 86px; /* Adjust height based on actual header size */
}


.content {
    padding-top: 0px;
    padding-bottom: 60px;
}

.modal-content {
    margin-top: 158px;
}


.tag-badge {
      font-size: 0.7rem;
      padding: 2px 6px;
      border-radius: 12px;
      font-weight: 500;
    }
    .popular {
      background-color: #fce4ec;
      color: #d81b60;
    }
    .trending {
      background-color: #e3f2fd;
      color: #1565c0;
    }
    .hotel-card {
      border-bottom: 1px solid #ddd;
        padding: 12px 15px;
        width: 100%;
    }
    .hotel-title {
      font-weight: 600;
    }
    .hotel-desc {
      font-size: 0.9rem;
      color: #666;
    }
    .price-text {
      font-weight: 500;
      color: #333;
    }
    .show-hotels-btn {
      background-color: #007bff;
      color: white;
      font-weight: 600;
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 4px;
    }


    .filter-sidebar {
  font-family: sans-serif;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 100%;
}

/* 6/8/2025 */

.search-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7px 7px 7px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-family: sans-serif;
    background: #ffffff;
    margin-bottom: 1px;
}

.listingFiltersV2 {
    padding: 0px;
    background-color: #fff;
    overflow-x: auto;
    margin-bottom: 6px;
}

/* ye mobile ke liye he     5/aug-2025 */


.srpFilters {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.srpFilters::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
  
 

.srpFilters__filter button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

/* Active/Selected Filters */
.srpFilters__filter.active button {
  background-color: #e6f0ff;
  color: #007bff;
  border: 1px solid #007bff;
}

/* On hover */
.srpFilters__filter button:hover {
  background-color: #f1f1f1;
}


/* Container */
.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 14px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-family: sans-serif;
    background: #ffffff;
    margin-bottom: 0px;
}


}