:root {
  --h2: #734f96;
  --table-bg: #fff;
  --border-color: #e0e0e0;
  --cell-border: #f1eff6;
  --text-secondary: #aaa1b2;
  --cashback-color: #28a745;
  --button-hover: #5a387c;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a.half {
  position: relative;
}
/* Add this to your existing CSS */
.more-images-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}


.hidden-gallery-item {
  display: none !important;
}
/* add  from here */
.room-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--table-bg);
  border-radius: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.room-table th,
.room-table td {
  padding: 15px;
  font-size: 12px;
  color: var(--text-secondary);
  border-right: 3px solid var(--cell-border);
  vertical-align: top;
}

.room-table th:last-child,
.room-table td:last-child {
  border-right: none;
}

.room-table th {
  background: #f1f0f2;
  color: var(--h2);
  font-weight: bold;
  text-transform: uppercase;
}

.room-table tr:not(:last-child) td {
  border-bottom: 3px solid var(--cell-border);
}

.room-name {
  font: bold 14px Arial, sans-serif;
  color: var(--h2);
}

.occupancy {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.more-info {
  color: var(--h2);
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
}

.more-info:hover {
  text-decoration: underline;
}

.options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: -15px;
}

.option-item {
  padding: 10px 20px;
 }

.option-item:last-child {
  border-bottom: none;
}

.options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.options li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}

.options li:first-child {
  font-size: 15px;
  color: var(--h2);
  font-weight: bold;
  padding-left: 0;
}

.options li i {
  color: var(--h2);
  font-size: 15px;
  margin-right: 5px;
}

.options li:first-child::before {
  content: none;
}

.options li::before {
  content: "•";
  color: var(--text-secondary);
  font-size: 19px;
  position: absolute;
  left: 0;
}

.price-per-night,
.total-price {
  font: bold 15px Arial, sans-serif;
}

.total-price {
  font-size: 22px;
  color: var(--h2);
}

.duration,
.cashback {
  font-size: 12px;
  margin-top: 5px;
}

.cashback {
  color: var(--cashback-color);
}

.book-btn {
  background: var(--h2);
  color: var(--table-bg);
  border: none;
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
}

.book-btn:hover {
  background: var(--button-hover);
}

.modal-content {
  border-radius: 8px;
}

.modal-dialog {
  max-width: 800px;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-title {
  color: var(--h2);
  font-weight: bold;
}

.modal-body {
  padding: 20px;
}

.room-info-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  background: #f1f0f2;
  padding: 20px;
  border-radius: 10px;
}

.room-info-header div {
  flex: 1 1 31%;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
}

.room-info-header i {
  font-size: 15px;
}

.room-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.facility-column {
  flex: 1;
  min-width: 200px;
}

.facility-column h5 {
  color: var(--h2);
  font-size: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.facility-column h5 i {
  font-size: 15px;
}

.facility-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.facility-column li {
  font-size: 12px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.facility-column li::before {
  content: "•";
  font-size: 15px;
  margin-right: 5px;
}

.facility-column .check-icon {
  color: var(--h2);
}

.imgRoom,
.owl-carousel .owl-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.icon-Saudi-Riyal {
  height: 22px;
  width: 22px;
  vertical-align: middle;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.option-item ul {
  padding: 0;
  margin: 0;
  padding-left: 13px;
}

.option-item ul li {
  padding-bottom: 10px;
  font-size: 14px;
}

/* Book Now Modal Styles */
.book-now-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.book-now-form .form-group {
  flex: 1;
  min-width: 200px;
}

.book-now-form label {
  font-size: 14px;
  color: var(--h2);
  padding-bottom: 5px;
  display: block;
}

.book-now-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 14px;
  color: var(--text-secondary);
  background: #f8f9fa;
}

.book-now-form input::placeholder {
  color: #999;
}

.book-now-form input:focus {
  outline: none;
  border-color: var(--h2);
  box-shadow: 0 0 5px rgba(115, 79, 150, 0.3);
}

.confirm-btn {
  background: var(--h2);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
}

.confirm-btn:hover {
  background: var(--button-hover);
}

.overview-section {
  color: var(--text-secondary);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.overview-section h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--h2);
  margin-bottom: 10px;
}

.overview-section p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0 0 10px 0;
}

.overview-text {
  display: inline;
}

.hidden-text {
  display: none;
}

.show-more {
  color: var(--h2);
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: none;
}

.show-more:hover {
  text-decoration: underline;
}

/* Property Facilities Section */
.property-facilities-section {
  margin: 40px 0;
}

.property-facilities-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--h2);
  margin-bottom: 20px;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.facility-column {
  padding: 20px;
  border-right: 2px solid var(--cell-border);
  border-top: 2px solid var(--cell-border);
}

.facility-column:nth-child(3n) {
  border-right: none;
}

.facility-column h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.facility-column h5 i {
  margin-right: 10px;
  color: var(--h2);
}

.facility-column ul {
  list-style: none;
  margin-left: 20px;
}

.facility-column ul li {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.facility-column ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--h2);
  font-size: 18px;
}

/* Hotel Policies Section */
.hotel-policies-section {
  margin: 40px 0;
  padding: 20px;
  background-color: #fff;
  border: var(--cell-border) solid 1px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.032);
}

.hotel-policies-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--h2);
  margin-bottom: 20px;
}

.policy-content h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--h2);
  padding-top: 20px;
  padding-bottom: 10px;
}
.policy-content h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--h2);
  padding-top: 20px;
  padding-bottom: 10px;
}

.policy-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Tab Navigation */
.tab-navigation {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.tab-link {
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--button-hover);
  cursor: pointer;
  transition: color 0.3s;
}

.tab-link:hover {
  color: var(--h2);
}

.tab-link.active {
  color: var(--h2);
  font-weight: bold;
  border-bottom: 2px solid var(--h2);
}

/* Tab Content */
.tab-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Hotel Summary Section */
.hotel-summary-section {
  margin: 40px 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: var(--border-color) solid 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Rating Container */
.rating-container {
  margin-bottom: 20px;
}

.rating-score {
  font-size: 24px;
  font-weight: 600;
  color: var(--button-hover);
  margin-right: 10px;
}

.rating-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-label {
  font-size: 22px;
  font-weight: 500;
  color: var(--button-hover);
  margin-right: 10px;
}

.rating-info {
  padding-top: 20px;
}

.rating-stars {
  color: #f39c12;
  margin-right: 10px;
}

.rating-stars i {
  font-size: 20px;
}

.rating-reviews {
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}

.favorite-icon i {
  font-size: 30px;
  color: var(--h2);
  cursor: pointer;
}
.form-label {
  color: #aaa1b2;
}
.rating-section .p {
  font-size: 18px;
  color: var(--text-secondary);
}
button.btn.btn-secondary {
  border-radius: 35px;
  padding: 5px 20px !important;
  font-size: 14px;
}
.rating-section .h2 {
  font-size: 25px;
  font-weight: 800;
  color: var(--h2);
  margin-bottom: 10px;
}
button.favorite-icon {
  background: var(--cell-border);
  border: transparent;
  padding: 14px 18px;
  border-radius: 5px;
}

.favorite-icon i:hover {
  color: var(--button-hover);
}

/* Map Container */
.map-container {
  position: relative;
  margin-bottom: 20px;
}

.map-placeholder {
  width: 100%;
  max-width: 300px;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.view-map-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: var(--h2);
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.view-map-btn:hover {
  background-color: var(--h2);
}

/* Check-In/Check-Out */
.check-in-out {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

.check-in,
.check-out {
  text-align: center;
}

.check-in .label,
.check-out .label {
  display: block;
  font-size: 18px;
  color: var(--button-hover);
  font-weight: bold;
  margin-bottom: 5px;
}

.check-in .time,
.check-out .time {
  font-size: 28px;
  font-weight: bold;
  color: var(--button-hover);
}

.check-icon i {
  font-size: 30px;
  color: var(--button-hover);
}
.rating-score {
  font-size: 24px;
  font-weight: 600;
  background: var(--button-hover);
  margin-right: 10px;
  padding: 4px 12px;
  border-radius: 5px;
  color: #fff;
}

.flatpickr-rContainer,
.flatpickr-days {
  width: 100% !important;
  justify-content: center;
}

.flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
}

.travel-plan-container {
  background: #fff;
  border: 1px solid #d3e0ea;
  border-radius: 8px;
  padding: 15px;
  gap: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.travel-plan-dates {
  display: flex;
  width: 53%;
  align-items: center;
}

.travel-plan {
  display: flex;
  align-items: center;
  gap: 10px;
}

.travel-plan-dates .travel-plan-item:first-of-type {
  border-radius: 5px 0px 0px 5px;
}

.travel-plan-dates .travel-plan-item:last-of-type {
  border-radius: 0px 5px 5px 0px;
  border-left: 0px;
}

.travel-plan-container h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--h2);
  padding-bottom: 12px;
}

.remove-room {
  color: #dc3545;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.remove-room:hover {
  text-decoration: underline;
}

.travel-plan-item {
  flex: 1;
  background: #f7f7f7d6;
  border: 1px solid #f1f0f2;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.travel-plan-item label {
  font-size: 12px;
  color: #aaa1b2;
  display: block;
  margin-bottom: 5px;
}

.travel-plan-item span {
  font-size: 14px;
  font-weight: bold;
  color: var(--h2);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.travel-plan-item span i {
  margin-top: -10px;
}

.search-btn {
  background: var(
    --goooldd,
    linear-gradient(213deg, #c2985a 0%, #845725 95.35%)
  ) !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-btn:hover {
  background: #5a387c;
}

.guests-rooms-body {
  padding: 20px;
}

.room-section {
  margin-bottom: 20px;
  background: #f7f7f7;
  border: 1px solid #f1f0f2;
  padding: 14px;
  border-radius: 10px;
}

.room-section h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--h2);
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter-group i {
  font-size: 20px;
  color: #aaa1b2;
}

.counter-group label {
  flex: 1;
  font-size: 14px;
  color: var(--h2);
}

.counter-group-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.counter-group label span {
  display: block;
  font-size: 12px;
  color: #aaa1b2;
}

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

.counter button {
  background: #f8f7fa;
  border: 1px solid #e7e4ee;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.counter button i {
  background: linear-gradient(213deg, #c2985a 0%, #845725 95.35%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  -webkit-text-fill-color: transparent;
}

.counter button:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

.counter span {
  font-size: 14px;
  font-weight: bold;
  width: 20px;
  text-align: center;
  color: var(--h2);
}

.add-room {
  color: var(--h2);
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.add-room:hover {
  text-decoration: underline;
}

.apply-btn {
  background: transparent;
  color: var(--h2);
  border: none;
  font-weight: bold;
  cursor: pointer;
  display: flex
;
  padding: 0 24px 21px;
  margin-top: -19px;
  justify-content: flex-end;
}

.age-of-children {
  margin-top: 20px;
}

.age-of-children h6 {
  font-size: 14px;
  font-weight: bold;
  color: var(--h2);
  padding-bottom: 10px;
}

.age-dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.age-dropdown {
  position: relative;
  width: 60px;
}

.age-dropdown select {
  width: 100%;
  padding: 8px;
  border: 1px solid #e7e4ee;
  border-radius: 5px;
  background: #f8f7fa;
  font-size: 14px;
  color: #333;
  appearance: none;
  cursor: pointer;
}

.age-dropdown::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: #aaa1b2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.age-info {
  font-size: 12px;
  color: #aaa1b2;
  line-height: 1.4;
}

.age-info span {
  color: var(--h2);
}

#bookingForm input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 14px;
  color: var(--text-secondary);
  background: #f8f9fa;
}
#bookingForm input::placeholder {
  color: var(--text-secondary);
}
.form-control:focus {
  box-shadow: none !important;
}

/* ===========================Toast Styling======================================================= */
.toast_container {
  right: 200px;
  top: 0px;
}
/* Custom Toast Styling */
.toast {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.toast.show {
  transform: translateY(0);
}
.toast.bg-success {
  background-color: #28a745 !important;
}
.toast.bg-danger {
  background-color: #dc3545 !important;
}
.toast-body {
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
}
.btn-close-white {
  filter: brightness(10);
}
.toast-container {
  min-width: 200px;
}
/* ===========================Toast Styling======================================================= */

/* ===========================Guests & Rooms Modal======================================================= */
.rangeMode .flatpickr-day {
  display: flex !important
;
}
.flatpickr-current-month {
  gap: 10px;
  display: flex !important
;
  align-items: center;
}
.numInputWrapper,
span.cur-month {
  padding: 5px 10px !important;
  font-size: 15px;
  color: #4e4656 !important;
}
.modal-content {
  border-radius: 8px;
}

.date-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #f1f0f2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.month-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.date-picker-body {
  padding: 20px;
  width: fit-content;
  background: #fff;
  border-radius: 10px;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: none !important;
}
.month-nav button {
  background: none;
  border: none;
  font-size: 20px;
  color: var(--h2);
  cursor: pointer;
}

.flatpickr-day.inRange {
  background: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}

.flatpickr-current-month .numInputWrapper,
.cur-month {
  padding: 3px 7px !important;
  border-radius: 11px !important;
  box-shadow: inset 0 0 0 1px #f1efef;
  background: #f8f8f8 !important;
  margin: 0 !important;
}

.cur-month {
  padding: 6px 17px !important;
}

.flatpickr-current-month .numInputWrapper input {
  text-align: center;
  padding: 0 !important;
}

.flatpickr-calendar {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}

.month-nav button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.date-picker-body {
  padding: 20px;
}

/* Flatpickr Custom Styles */
.flatpickr-calendar.multiMonth {
  width: 100% !important;
}

.flatpickr-calendar.has-2-months .flatpickr-month {
  width: 48%;
  margin: 0 1%;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(
    --goooldd,
    linear-gradient(213deg, #c2985a 0%, #845725 95.35%)
  ) !important;
  border-color: var(
    --goooldd,
    linear-gradient(213deg, #c2985a 0%, #845725 95.35%)
  ) !important;
  color: #fff;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--h2) !important;
}

.dayContainer {
  width: 100% !important;
  text-align: center;
  max-width: 100% !important;
}

.flatpickr-day.inRange {
  background: #a4784014;
  border-color: #a4784014;
}

.flatpickr-day:hover {
  background: #a4784014;
  border-color: #a4784014;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #a4784014;
}

.flatpickr-month {
  margin-bottom: 10px;
}

.flatpickr-current-month {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}

.flatpickr-current-month span.cur-month,
.flatpickr-current-month input.cur-year {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.flatpickr-weekdays {
  margin-bottom: 5px;
}

.flatpickr-weekday {
  font-size: 12px;
  color: #aaa1b2;
}

.flatpickr-day {
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #eee;
  border-radius: 50%;
  color: var(--h2);
  display: flex;
  align-items: center;
  justify-content: center;
}


html[dir="rtl"] .room-table th:last-child, html[dir="rtl"]  .room-table td:last-child {
  border-right: 3px solid var(--cell-border) !important;
}
html[dir="rtl"] .room-table th:first-child, html[dir="rtl"]  .room-table td:first-child {
  border-left: 3px solid var(--cell-border) !important;
}
/* ===========================Guests & Rooms Modal======================================================= */
/*  */
/* Responsive Design */
@media (max-width: 768px) {
  .hotel-summary-section {
    padding: 15px;
  }
.singlePage {
  margin-top: 50px !important;
}
  .rating-score {
    font-size: 20px;
  }

  .rating-label {
    font-size: 16px;
  }

  .rating-reviews {
    font-size: 12px;
  }

  .map-placeholder {
    max-width: 100%;
  }

  .check-in .time,
  .check-out .time {
    font-size: 20px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .tab-navigation {
    flex-wrap: wrap;
  }

  .tab-link {
    font-size: 14px;
    padding: 8px 15px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hotel-policies-section {
    padding: 15px;
  }

  .hotel-policies-section h2 {
    font-size: 20px;
  }

  .policy-content h5 {
    font-size: 14px;
  }

  .policy-content p {
    font-size: 13px;
  }
}

/* Responsive Design */


@media (max-width: 768px) {
  .room-table {
     display: block;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
 }
.room-table th, .room-table td {
 padding: 10px;
 font-size: 10px;
  border-right: 1px solid var(--cell-border);
}


.room-name {
 font-size: 9px;
}
.occupancy {
 flex-wrap: wrap;
}
.more-info {
 color: var(--h2);
 font-size: 10px;
}  .option-item {
 padding: 1px 8px;
 border-bottom: 1px solid var(--cell-border);
} .option-item ul {

 padding-left: 7px;
} .option-item ul li {
 padding-bottom: 3px;
 font-size: 10px;
} .total-price {
 font-size: 12px;

} .icon-Saudi-Riyal {
 height: 11px;
 width: 11px;

} .book-btn {

 padding: 3px 12px;

 font-size: 10px;

 margin-top: 6px;
 white-space: nowrap;
} .duration, .cashback {
 font-size: 10px;
 margin-top: 2px;
} .room-table th {
    white-space: nowrap;
}
} 
@media (max-width: 768px) {
  .facilities-grid {
    grid-template-columns: 1fr;
  }
  /* Add this to your existing CSS */
.more-images-overlay {
  font-size: 12px;
}
.modal-dialog.modal-lg {
  max-width: 90%;
  margin: 1rem auto;
}
.dayContainer {
min-width: auto !important;
width: fit-content !important;
}
.date-picker-body {
  padding: 10px;
  width: 100%;
}

.flatpickr-calendar.has-2-months .flatpickr-month {
  width: 100%;
  margin: 0;
}

.flatpickr-calendar.has-2-months .flatpickr-month:nth-child(2) {
  display: none; /* Show only one month on smaller screens */
}

.flatpickr-day {
  font-size: 10px;
  padding: 8px;
}

.flatpickr-current-month span.cur-month,
.flatpickr-current-month input.cur-year {
  font-size: 12px;
}

.flatpickr-weekday {
  font-size: 10px;
}

.month-nav button {
  font-size: 16px;
}

.flatpickr-prev-month, .flatpickr-next-month {
  width: 28px !important;
  height: 28px !important;
  padding: 8px !important;
}
.date-picker-header {
  padding: 8px 15px;
}

.flatpickr-month {
  margin-bottom: 5px;
}

.flatpickr-current-month {
  gap: 5px;
}

.cur-month {
  padding: 4px 10px !important;
}

.flatpickr-current-month .numInputWrapper {
  padding: 2px 5px !important;
}
span.flatpickr-weekday {
cursor: default;
font-size: 62% !important;
}
span.flatpickr-day {
max-width: 27px;
height: 23px;
padding: 3px !important;
font-size: 8px;
}
.tab-link {
padding: 9px;
font-size: 12px; 
}
.check-in .label, .check-out .label {
font-size: 14px;
} 

div#map {
max-height: 300px;
}
button.favorite-icon {
padding: 6px 10px;
}
button.favorite-icon i {
font-size:15px ;
}
.rating-section .h2 {
font-size: 15px;
}
.rating-section .p {
font-size: 13px;
  padding:0 !important;
}
.search-btn {
width: 35px;
height: 35px;
font-size: 14px;
}
.travel-plan-item label {
font-size: 11px;
}
.travel-plan-dates {
width: 100%;
}
.travel-plan-item span {
font-size: 12px; 
} 
.travel-plan {
flex-wrap: wrap;
}
.counter-group-container {
flex-wrap: wrap;
}
.counter-group {
justify-content: space-between;
width: 100%;
}
}
.room-info-header {
  margin: 0 20px;
}  .modal-dialog.modal-lg {
  display: block !important;
}