.h-0 {
  height: 0px !important;
}

.align-around {
  align-content: space-around !important;
}

#sort_hotels .select-menu {
  /* width: 360px; */
  border-radius: 20px;
}

.select-btn.active-btn {
  background-color: #c39e36 !important;
  color: white !important;
  border: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#sort_hotels .select-menu .select-btn {
  display: flex;
  height: 40px;
  background: #fff;
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border: 1px solid #ced4da;
  transition: all 0.3s ease;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}

.FirstBtn.select-btn {
  display: flex;
  height: 40px;
  background: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.LastBtn.select-btn {
  display: flex;
  height: 40px;
  background: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#sort_hotels .select-menu .options {
  position: absolute;
  width: 360px;
  /* padding: 20px; */
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

#sort_hotels .options .option {
  display: flex;
  height: auto;
  min-height: 40px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
  transition: background-color 0.2s ease;
}

#sort_hotels .options .option .option-text {
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
}

#sort_hotels .options .option:hover {
  background: #f2f2f2;
}

.search-sort {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sort_hotels .select-menu.active .options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.box-info-htl {
  cursor: pointer;
}

.custom-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-info-htl .showRooms:hover {
  color: #ffffff !important;
}

.heart-icon {
  position: absolute;
  z-index: 150;
  right: 15px;
  top: 15px;
}

.hotel_content {
  display: flex;
  align-items: center;
}

.empty-star {
  padding-left: 4px;
}

.btn-map-pos {
  top: 28% !important;
  left: 33% !important;
}

.btnMap.rounded {
  background-color: #c39e36 !important;
  color: #ffffff !important;
}

.font-15 {
  font-size: 15px;
}

.item-card-htl:hover {
  box-shadow: 0 2px 8px #c39e36;
}

.item-card-htl .card-title.primary-color.text-decoration-underline::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  height: 14px;
  right: -3px;
  border-right: 2px solid #c39e36;
}

.font-13 {
  font-size: 13px !important;
}

.scroll-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  /* For Firefox */
}

.scroll-content::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.scroll-arrow {
  cursor: pointer;
  position: absolute;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
  right: 0;
  background: #ffffff;
  padding: 3px 6px;
  border-radius: 50%;
  z-index: 30;
}

.scroll-arrow {
  cursor: pointer;
  position: absolute;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
  right: 0;
  background: #ffffff;
  padding: 3px 6px;
  border-radius: 50%;
  z-index: 30;
}

.line-seperator {
  border-bottom: 1px solid #ced4da;
}

.circleStyle {
  font-size: 7px;
  margin-right: 8px;
}

.ContainerProperty {
  border: 1px solid #ced4da;
  padding: 3px 9px;
  border-radius: 25px;
}

.list .ul {
  list-style: initial;
}

.filter-star {
  padding: 6px 12px;
}

.price-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ligne-Price {
  border-bottom: 2px dashed #000;
  width: 40%;
  margin-top: 23px;
}

.price-filter .font-weight-normal.big {
  padding: 4px;
  border-radius: 4px;
  width: 100px;
  border: 1px solid gray !important;
}

/* 1. Hide Bootstrap's built-in arrow */
.drops.dropdown-toggle::after {
  display: none !important;
}

/* Optional: rotate on open */
#filterDropdown[aria-expanded="true"] .custom-arrow {
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.Excellent {
  padding: 1px 10px;
  background: #7aba43;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.Tresbien {
  padding: 1px 10px;
  background: #a3ca39;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.moyen {
  padding: 1px 10px;
  background: #c0cf40;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.mediocre {
  padding: 1px 10px;
  background: #f9ce6e;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.horrible {
  padding: 1px 10px;
  background: #e74c3c;
  /* rouge vif */
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

/* Tooltip styles for board names */
.board-name-tooltip {
  position: relative;
  display: inline-block;
}

.board-name-tooltip:hover {
  border-bottom: 1px dashed #c39e36 !important;
  color: #c39e36 !important;
}

/* Custom tooltip styles */
.custom-tooltip {
  position: fixed;
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.custom-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}

.BoxService {
  border: 1px solid #ced4da;
  margin-top: 8px;
  border-radius: 8px;
}

.OptionService {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 9px;
}

.filter-border-bottom {
  border-bottom: 1px solid #ced4da;
}

.Service-checkbox:checked+.OptionService svg {
  fill: #c39e36;
}

.box-engine {
  background-color: #f7f2e8;
}

#price-range {
  accent-color: #c39e36;
}

input[type="range" i] {
  color: #ccc !important;
}

.h-sm-12 {
  height: 25px !important;
}

a.btnMap:hover,
a.btnMap:focus {
  color: #ffffff !important;
}

.mobile-hotels-price {
  display: none;
}

.item-card-htl {
  border-radius: 8px !important;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
}

.heartList {
  top: 15px !important;
  right: 15px !important;
}

.heartList .fa-heart {
  font-size: 18px;
}

.h-35 {
  height: 35px;
}

.mobile-engine {
  border: 3px solid #c39e36 !important;
}

.box-info-htl .mobile-hotels-review {
  display: none;
}

.btn-check:checked+.btn .OptionService svg {
  fill: #c39e36 !important;
  color: #c39e36 !important;
}

.btn-check:checked+.btn .OptionService i {
  fill: #c39e36 !important;
  color: #c39e36 !important;
}

.BoxService .btn-check:checked+.btn {
  border: none !important;
}

@media (min-width: 991px) and (max-width: 1199px) {

  /* .h-hotel {
  min-height: 310px !important;
 } */
  .hotels-list-result {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .bloc-sorts {
    position: relative;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 40px !important;
    background-color: #ffffff !important;
  }

  .options-sort {
    border-radius: 6px;
    height: 35px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {

  /* .h-hotel {
  min-height: 310px !important;
 } */
  .hotels-price {
    display: none;
  }

  .mobile-hotels-price {
    display: block !important;
  }

  /* .box-info-htl .hotels-review {
  display: none !important;
 } */
  .box-info-htl .mobile-hotels-review {
    display: block !important;
    padding-bottom: 15px !important;
  }

  .box-hotels-review {
    justify-content: end !important;
  }
}

.options-bloc {
  /* border-radius: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.options-txt {
  font-size: 17px;
}

.part-box-hotel-info {
  display: flex;
}

@media (max-width: 767px) {
  .h-sm-12 {
    height: 14px !important;
  }

  .indicators-dots button {
    width: 5px !important;
    height: 5px !important;
  }

  .box-info-htl .carousel-control-prev,
  .box-info-htl .carousel-control-next {
    width: 25px !important;
    height: 25px !important;
    margin: 0px !important;
  }

  .custom-modal {
    display: flex;
    align-items: unset;
    justify-content: unset;
  }

  .close-map {
    right: 15px !important;
    top: 15px !important;
  }

  .part-box-hotel-info .card-text {
    padding-left: 0px !important;
    font-size: 13px !important;
  }

  .item-card-htl .card-title.primary-color.text-decoration-underline::after {
    content: none !important;
  }

  .item-card-htl .bui-review-score__content {
    padding-top: unset !important;
  }

  .item-card-htl .score__title {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .item-card-htl .score__text {
    display: none;
  }

  .item-card-htl .score__badge__hotel {
    padding: 0px 8px !important;
  }

  .self-align-end {
    align-self: end;
  }



  .hotels-review {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: fit-content;
  }

  .mobile-filter .filter-arrow {
    margin-right: 0px !important;
    margin-left: 8px;
  }

  .mobile-filter .options-txt {
    padding: 0 !important;
  }
}

@media (max-width: 400px) {
  .options-bloc {
    width: 115px;
  }

  .gm-style .gm-style-iw-c {
    padding: 0px !important;
  }

  .gm-style .gm-style-iw-d {
    padding: 8px !important;
  }
}

@media (max-width: 575px) {
  .options-txt {
    font-size: 14px !important;
  }

  .mobile-filter .filter-arrow {
    width: 15px !important;
    height: 15px !important;
  }

  .mobile-sort .filter-arrow {
    width: 18px !important;
    height: 18px !important;
  }

  .item-card-htl .mobile-hotels-price .font-13 {
    font-size: 11px !important;
  }

  .item-card-htl .mobile-hotels-price .font-24 {
    font-size: 22px !important;
  }

  .item-card-htl .hotels-review .score__title {
    font-size: 12px !important;
  }
}

#list_hotel_map {
  overflow-x: hidden;
}

.map-container {
  position: relative;
  height: 1000px !important;
  width: 100% !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(195, 158, 54, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(195, 158, 54, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(195, 158, 54, 0);
  }
}

.close-map {
  position: absolute;
  padding: 10px;
  background-color: #c39e36;
  color: #fff;
  z-index: 1000;
  border-radius: 4px;
  right: 50px;
  top: 50px;
  cursor: pointer;
  animation: pulse 2s infinite;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-size: 0.95em;
}

.h-map-hotel {
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}

.link-sort a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}

.range-slider {
  width: 99%;
  height: 3px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}

.range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #c39e36;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #c39e36;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}

.custom-check-icon:checked {
  background-image: url("/images/checkIcon.png") !important;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  background-color: white !important;
}

.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #c39e36;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  margin: 6px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.range-price label {
  margin-right: 5px;
}

.range-price input {
  width: 40px;
  padding: 5px;
}

.range-price input:first-of-type {
  margin-right: 15px;
}

.loading-map {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: rgb(255 255 255 / 50%);
}

.loading-spinner {
  position: relative;
  top: 220px;
  z-index: 8;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}

.spinner {
  border-top: 4px rgb(0, 123, 255) solid;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  animation: spin 1000ms linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.marg-r-3 {
  margin-right: 3px;
}

.h-25 {
  height: 25px !important;
}

#map-filters {
  height: 1000px;
  overflow-y: scroll;
  padding: 0px 10px;
}

/* Scrollbar styles for Webkit browsers */
#map-filters::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#map-filters::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Light gray background for contrast */
  border-radius: 5px;
}

/* Thumb */
#map-filters::-webkit-scrollbar-thumb {
  background-color: #c39e36;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}

/* Hover effect */
#map-filters::-webkit-scrollbar-thumb:hover {
  background-color: #a8842d;
}


.no-shadow {
  box-shadow: unset !important;
}

.room-filter-row:last-child {
  border-bottom: none;
}

.room-label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.booking-number-input {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  padding: 2px;
}

.booking-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.booking-btn:hover:not(:disabled) {
  background-color: #f5f5f5;
}

.booking-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.booking-input {
  width: 50px;
  height: 32px;
  border: none;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  outline: none;
  -moz-appearance: textfield;
  /* Hide spinner in Firefox */
}

.booking-input::-webkit-outer-spin-button,
.booking-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Hide spinner in Chrome/Safari */
  margin: 0;
}

/* Container styling if needed */
.room-equipment-section {
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

/* Qibla Direction Indicator Styles */
.qibla-compass {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.qibla-compass:hover {
  transform: scale(1.1);
}

.qibla-compass .fa-compass {
  color: #c39e36;
  transition: transform 0.5s ease;
}

.qibla-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  font-weight: bold;
  color: #c39e36;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.qibla-info {
  transition: all 0.3s ease;
  cursor: help;
}

.qibla-info:hover {
  background-color: rgba(195, 158, 54, 0.1);
  border-radius: 4px;
  padding: 2px 4px;
}

/* Static map image styling */
#staticMapImage {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#staticMapImage:hover {
  transform: scale(1.02);
}

#carteMap .position-relative {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-blur {
  z-index: 1050;
}

.loader-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  max-width: 400px;
  width: 90%;
}

.details-box {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}

.animate-spin {
  animation: spin 2s linear infinite;
}

.loading-dots::after {
  content: '';
  display: inline-block;
  animation: dots 1.5s steps(3, end) infinite;
  width: 1em;
  text-align: left;
}

@keyframes dots {
  0% {
    content: '';
  }

  33% {
    content: '.';
  }

  66% {
    content: '..';
  }

  100% {
    content: '...';
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Updated Ribbon Styles */
.ribbon-wrapper {
  position: absolute;
  top: 12px;
  left: -5px;
  z-index: 10;
  max-width: 165px;
}

.ribbon-text {
  position: relative;
  background: #c39e36;
  color: white;
  padding: 6px 16px 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ribbon-text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid #c39e36;
  border-bottom: 5px solid transparent;
}

.cart-link {
  color: #000 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.cart-link:hover {
  color: #c39e36 !important;
  cursor: pointer !important;
}

.active-filter-tag {
  display: inline-block;
  padding: 0.3em 0.8em;
  border-radius: 20px;
  background: #c39e36;
  color: #fff;
  font-size: 0.95em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

/* Alternative gold ribbon */
.ribbon-wrapper.gold .ribbon-text {
  background: #c39e36;
}

.ribbon-wrapper.gold .ribbon-text::before {
  border-left-color: #a68429;
}

.list-elements {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
  margin: auto 0px 0px;
}

.hotel-hover-card {
  width: 260px !important;
}

.price-badge:hover {
  transform: scale(1.05) !important;
  background: #c39e36 !important;
  color: white !important;
}

@media (max-width: 768px) {
  .hotel-hover-card {
    width: 240px !important;
  }

  .price-badge {
    font-size: 11px !important;
    padding: 3px 6px !important;
  }
}

/* Review Drawer Styles */
.review-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.review-drawer-overlay.show {
  opacity: 1;
  visibility: visible;
}

.review-drawer {
  position: fixed;
  top: 0;
  right: -600px;
  width: 600px;
  height: 100%;
  background: white;
  z-index: 9999;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.review-drawer.open {
  right: 0;
}

.review-drawer-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: between;
  align-items: center;
  background: #f8f9fa;
}

.review-drawer-header h5 {
  margin: 0;
  flex-grow: 1;
}

.review-drawer-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-drawer-close:hover {
  color: #000;
}

.review-drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.reviews-container {
  scrollbar-width: thin;
  scrollbar-color: #c39e36 #f1f1f1;
}

.reviews-container::-webkit-scrollbar {
  width: 6px;
}

.reviews-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.reviews-container::-webkit-scrollbar-thumb {
  background: #c39e36;
  border-radius: 3px;
}

.reviews-container::-webkit-scrollbar-thumb:hover {
  background: #a8822d;
}

.review-item {
  transition: all 0.2s ease;
}

.review-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .review-drawer {
    width: 100%;
    right: -100%;
  }
}

/* Active Filter Badge Styles */
.active-filter-badge {
  background-color: #f8f9fa;
  color: #495057;
  border: 2px solid #c39e36;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.active-filter-badge:hover {
  background-color: #e9ecef;
  border-color: #a68429;
}

.active-filter-badge .remove-filter {
  font-size: 20px;
  cursor: pointer;
  color: #6c757d;
  margin-left: 4px;
  transition: color 0.2s ease;
}


.active-filter-badge .remove-filter:hover {
  color: #a68429;
}

/* Mobile responsive styles for hotel price display */
@media (max-width: 767.98px) {
  .room-horizontal-card .room-price-section {
    border-left: none !important;
    border-top: 1px solid #dee2e6 !important;
    padding-top: 15px !important;
    margin-top: 15px !important;
  }

  .room-horizontal-card .room-photo-section {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .room-horizontal-card .room-info-section,
  .room-horizontal-card .room-pension-policy-section {
    max-width: 100% !important;
    min-width: 100% !important;
    border-left: none !important;
    border-top: 1px solid #dee2e6 !important;
    padding-top: 15px !important;
    margin-top: 15px !important;
  }

  .room-horizontal-card .card {
    flex-direction: column !important;
  }

  /* Price overlay adjustments for mobile */
  .room-photo-section .position-absolute.top-0.end-0 {
    position: relative !important;
    margin: 10px 0 !important;
    align-self: flex-end !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    max-width: none !important;
  }

  .room-photo-section .position-absolute.top-0.end-0 span {
    font-size: 1.5rem !important;
  }

  .room-photo-section .position-absolute.top-0.end-0 small {
    font-size: 0.9rem !important;
  }

  /* Multiple rooms layout mobile adjustments */
  .room-card .row.align-items-end {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .room-card .col-6 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  /* Ensure proper text alignment on mobile */
  .text-start.text-sm-end {
    text-align: left !important;
  }

  /* Price section mobile styling */
  .price {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
  }

  /* Tax info mobile styling */
  .tax-info .font-12 {
    text-align: left !important;
  }
}