/*=====================================
  97. Hotel Details Page CSS
========================================*/
.hotel-dt-gallery-section {
  margin-top: -120px;
  position: relative;
}
.hotel-dt-gallery-section .room-img-group {
  border-radius: 20px;
  background: #FFF;
  padding: 10px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group {
    padding: 5px;
    border-radius: 15px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap {
  position: relative;
  transition: all 0.45s;
  height: 100%;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap a {
  display: block;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap img {
    height: auto;
  }
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap img {
    min-height: 180px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider {
  height: 100%;
  position: relative;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider img {
  min-height: 220px;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 1;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  background-color: rgba(var(--white-color-opc), 0.3);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  border: unset;
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn svg {
  fill: var(--white-color);
  stroke: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn {
    left: 15px;
  }
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn {
    left: 10px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn.hotel-dt-gallery-slider-next {
  left: unset;
  right: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn.hotel-dt-gallery-slider-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn.hotel-dt-gallery-slider-next {
    right: 15px;
  }
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn.hotel-dt-gallery-slider-next {
    right: 10px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn:hover {
  background-color: var(--white-color);
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap .hotel-dt-gallery-slider .slider-btn-grp .slider-btn:hover svg {
  fill: var(--primary-color1);
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(16, 12, 8, 0.6);
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  flex-direction: column;
  gap: 5px;
  transition: all 0.45s;
  transform: scale(0.4);
  border-radius: 10px;
  opacity: 0;
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two a {
    font-size: 14px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two a i {
  color: var(--white-color);
  font-size: 25px;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(16, 12, 8, 0.6);
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.2;
  flex-direction: column;
  gap: 5px;
  transition: all 0.45s;
  transform: scale(0.4);
  border-radius: 10px;
  opacity: 0;
}
@media (max-width: 576px) {
  .hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two button {
    font-size: 13px;
  }
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two button i {
  color: var(--white-color);
  font-size: 25px;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two.active a {
  transform: scale(1);
  opacity: 1;
}
.hotel-dt-gallery-section .room-img-group .gallery-img-wrap.two.active button {
  transform: scale(1);
  opacity: 1;
}

.hotel-details-page .hotel-details-wrapper h4 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper h4 {
    margin-bottom: 25px;
  }
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-description-area h4 {
  margin-bottom: 25px;
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-description-area p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-description-area p {
    margin-bottom: 0px;
  }
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-description-area p:last-child {
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap {
  padding: 30px;
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  row-gap: 50px;
}
@media (max-width: 1399px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap {
    padding: 30px 20px;
    gap: 30px;
    row-gap: 45px;
  }
}
@media (max-width: 767px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 20px;
    row-gap: 35px;
  }
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities h6 {
  font-size: 14px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities h6 {
    margin-bottom: 20px;
  }
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities h6 svg {
  fill: var(--title-color);
  margin-bottom: 2px;
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list li {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list li svg {
  fill: var(--text-color);
  min-width: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list li {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list li {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-facilities-area .facilities-wrap .single-facilities .facilities-list li:last-child {
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-wrapper .booking-area {
  scroll-margin-top: 50px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field {
  padding: 8px 20px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-height: 62px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field {
    padding: 8px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field {
    padding: 8px 12px;
    gap: 6px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field {
    min-height: 52px;
    padding: 8px 18px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field > svg {
  fill: var(--text-color);
  min-width: 18px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown {
  position: relative;
  line-height: 1;
  width: 100%;
  cursor: pointer;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown h6 {
  font-size: 16px;
  font-family: var(--font-poppins);
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown h6 {
    font-size: 15px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown > span {
  font-size: 14px;
  font-family: var(--font-roboto);
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
  display: block;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown > span {
    font-size: 11px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-dropdown > span strong {
  font-weight: 400;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap {
  padding: 10px 0;
  background-color: var(--white-color);
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 9;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  min-width: 320px;
  left: unset;
  right: 0;
  padding: 25px 20px;
}
@media (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap {
    min-width: 280px;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap {
    right: unset;
    left: 0;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap {
    left: 50%;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .title-area {
  line-height: 1;
  margin-bottom: 20px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .title-area h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .title-area span {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room {
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  margin-bottom: 5px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .room-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #F0F0F0;
  border-radius: 10px;
  min-height: 45px;
  cursor: pointer;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .room-title h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .room-title svg {
  fill: #FF0000;
  min-width: 15px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 25px 15px;
  display: none;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 1;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item:last-child {
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item .title h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item .title span {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item .quantity-counter {
  display: flex;
  align-items: center;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item .quantity-counter a {
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  font-size: 17px;
  color: var(--primary-color1);
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item .quantity-counter a:hover {
  color: var(--white-color);
  background-color: var(--primary-color1);
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count .single-item .quantity-counter input {
  width: 40px;
  background-color: transparent;
  text-align: center;
  line-height: 1;
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 500;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .room-list .single-room .guest-count.room-count .single-item {
  padding: 14px 20px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .primary-btn1 {
  width: 100%;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .primary-btn1 svg {
  min-width: unset;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap .primary-btn1.add-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .single-field .custom-select-wrap.active {
    transform: scaleY(1) translateX(-50%);
    animation: fade-down2 0.3s linear;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item {
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
  background-color: transparent;
  border: 1px solid var(--borders-color);
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item:nth-child(2) .accordion-header .accordion-button .batch span {
  background-color: #1B2072;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item:nth-child(3) .accordion-header .accordion-button .batch span {
  background-color: #285340;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item:nth-child(4) .accordion-header .accordion-button .batch span {
  background-color: #FF8B00;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item:nth-child(5) .accordion-header .accordion-button .batch span {
  background-color: #0EA9D0;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header {
  border-radius: 10px;
  background-color: transparent;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  padding: 28px 35px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button {
    padding: 28px 25px;
  }
}
@media (max-width: 767px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button {
    padding: 28px 20px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button {
    padding: 28px 10px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .batch {
  position: absolute;
  top: -10px;
  left: 35px;
}
@media (max-width: 991px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .batch {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .batch {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .batch {
    left: 10px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .batch span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 3px 12px;
  border-radius: 100px;
  background-color: var(--primary-color1);
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .title-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .title-area {
    gap: 7px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .title-area .check {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(var(--black-color-opc), 0.16);
  position: relative;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .title-area .check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--white-color);
  border-radius: 50%;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .title-area h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button .title-area h6 {
    font-size: 17px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button > span {
    font-size: 17px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button > span del {
  color: var(--text-color);
  font-size: 15px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button > span del {
    font-size: 14px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding-bottom: 20px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .title-area .check {
  background-color: var(--primary-color1);
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .title-area .check::before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  width: unset;
  height: unset;
  color: var(--white-color);
  background-color: transparent;
  font-size: 20px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body {
  padding: 0px 35px 35px 65px;
  border: 1px solid transparent;
  border-top: none;
  background-color: var(--white-color);
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body {
    padding: 0px 25px 35px 50px;
  }
}
@media (max-width: 767px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body {
    padding: 0px 20px 35px 35px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body {
    padding: 0px 10px 35px 25px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body p {
    max-width: 290px;
    font-size: 15px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .room-gallery-area {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .room-gallery-area {
    margin-bottom: 25px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .room-gallery-area img {
  border-radius: 10px;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-details-wrapper .additional-service-area {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .hotel-details-wrapper .additional-service-area {
    margin-bottom: 35px;
  }
}
.hotel-details-wrapper .additional-service-area h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .hotel-details-wrapper .additional-service-area h6 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.hotel-details-wrapper .additional-service-area .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 15px;
}
@media (max-width: 576px) {
  .hotel-details-wrapper .additional-service-area .service-list {
    flex-direction: column;
    align-items: start;
  }
}
.hotel-details-wrapper .additional-service-area .service-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.hotel-details-wrapper .additional-service-area .service-list li svg {
  fill: var(--white-color);
}
.hotel-details-wrapper .additional-service-area .service-list li svg rect {
  fill: var(--primary-color1);
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .btn-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .btn-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .btn-area .primary-btn1 {
  padding: 16px 21px;
}
.hotel-details-page .hotel-details-wrapper .booking-area .hotel-room-list .accordion .accordion-item .accordion-body .btn-area .primary-btn1.transparent {
  padding: 14px 21px;
}
.hotel-details-page .hotel-details-wrapper .hotel-dt-location-area iframe {
  width: 100%;
  min-height: 364px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .hotel-dt-location-area iframe {
    min-height: 340px;
  }
}
.hotel-details-page .hotel-details-wrapper .additional-info h4 {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .additional-info h4 {
    margin-bottom: 20px;
  }
}
.hotel-details-page .hotel-details-wrapper .additional-info .items-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hotel-details-page .hotel-details-wrapper .additional-info .items-list li {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
}
.hotel-details-page .hotel-details-wrapper .additional-info .items-list li svg {
  fill: var(--primary-color1);
  min-width: 16px;
  margin-top: 6px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hotel-details-page .hotel-details-wrapper .additional-info .items-list li {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-details-page .hotel-details-wrapper .additional-info .items-list li {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-wrapper .additional-info .items-list li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.hotel-details-page .hotel-details-wrapper .additional-info .items-list li span {
  color: var(--title-color);
  font-weight: 500;
}
.hotel-details-page .hotel-details-wrapper .additional-info .items-list li:last-child {
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-sidebar {
  position: sticky;
  top: 90px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area {
  padding: 40px 40px;
  background-color: #F2F2FF;
  border-radius: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area {
    padding: 35px 20px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area {
    padding: 35px 20px;
    border-radius: 15px;
  }
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .batch {
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .batch {
    margin-bottom: 20px;
  }
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .batch span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 6px 15px;
  background-color: #FF3927;
  display: block;
  border-radius: 100px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area {
    margin-bottom: 30px;
  }
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area h6 {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area span {
    font-size: 30px;
  }
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area span del {
  color: var(--text-color);
  font-size: 25px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area span del {
    font-size: 23px;
  }
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .price-area span sub {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .hotel-details-page .hotel-details-sidebar .pricing-and-booking-area ul {
    margin-bottom: 30px;
  }
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area ul li svg {
  fill: var(--primary-color1);
  margin-top: 3px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area ul li svg rect {
  fill: none;
  stroke: var(--primary-color1);
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area ul li:last-child {
  margin-bottom: 0;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .primary-btn1 {
  width: 100%;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .primary-btn1.transparent {
  color: var(--primary-color1);
  border-color: rgba(var(--black-color-opc), 0.1);
  padding: 19px 17px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .primary-btn1.transparent svg {
  fill: var(--primary-color1);
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .primary-btn1.transparent:hover {
  color: var(--white-color);
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area .primary-btn1.transparent:hover svg {
  fill: var(--white-color);
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area > span {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.hotel-details-page .hotel-details-sidebar .pricing-and-booking-area > span svg {
  fill: var(--text-color);
  min-width: 14px;
  margin-top: 2px;
}

.calendar-wrapper {
  width: 820px;
  display: none;
}
@media (max-width: 991px) {
  .calendar-wrapper {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .calendar-wrapper {
    position: absolute;
    top: 100px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .calendar-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calendar-wrapper .calendar-container {
    flex-direction: row;
  }
}
.calendar-wrapper .calendar-inner {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .calendar-wrapper .calendar-inner {
    height: auto;
    border-radius: 15px;
    padding-top: 5px;
  }
}
.calendar-wrapper .calendar-header h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.calendar-wrapper .calendar-header button {
  border: 1px solid var(--borders-color);
}
.calendar-wrapper .calendar-header button svg {
  width: 14px;
}
@media (min-width: 992px) {
  .calendar-wrapper #calendar-prev .next-month {
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.calendar-wrapper .calendar-days .day-name {
  font-size: 15px;
}
.calendar-wrapper .calendar-dates {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 991px) {
  .calendar-wrapper .calendar-dates {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.calendar-wrapper .calendar-dates .date {
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 18px;
  color: var(--title-color);
}
.calendar-wrapper .calendar-dates .date .price {
  color: var(--title-color) !important;
  font-family: var(--font-roboto);
  font-size: 11px !important;
  font-weight: 600;
}
.calendar-wrapper .calendar-dates .date del {
  color: var(--text-color);
  font-size: 10px;
  font-weight: 500;
  display: block;
}
.calendar-wrapper .calendar-dates .date::before {
  background-color: #eee;
  border: unset;
  width: 55px;
  height: 55px;
}
@media (max-width: 576px) {
  .calendar-wrapper .calendar-dates .date::before {
    width: 50px;
    height: 50px;
  }
}
.calendar-wrapper .calendar-dates .date:hover::before {
  background-color: #eee;
}
.calendar-wrapper .calendar-dates .date.is-selected::before {
  background-color: var(--primary-color1);
  opacity: 1;
  visibility: visible;
}
.calendar-wrapper .calendar-dates .date.is-selected .price,
.calendar-wrapper .calendar-dates .date.is-selected del {
  color: var(--white-color) !important;
}
.calendar-wrapper .calendar-dates .date.today::before {
  background-color: rgba(var(--primary-color1-opc), 0.5);
  opacity: 1;
  visibility: visible;
}
.calendar-wrapper .calendar-dates .date.today.disabled .price,
.calendar-wrapper .calendar-dates .date.today.disabled del {
  color: var(--white-color) !important;
}
.calendar-wrapper .calendar-dates .date.in-range::before {
  background-color: rgba(var(--primary-color1-opc), 0.1);
  opacity: 1;
  visibility: visible;
}
.calendar-wrapper .calendar-dates .date.first-range, .calendar-wrapper .calendar-dates .date.last-range {
  color: var(--white-color);
}
.calendar-wrapper .calendar-dates .date.first-range .price,
.calendar-wrapper .calendar-dates .date.first-range del, .calendar-wrapper .calendar-dates .date.last-range .price,
.calendar-wrapper .calendar-dates .date.last-range del {
  color: var(--white-color) !important;
}
.calendar-wrapper .calendar-dates .date.first-range::before, .calendar-wrapper .calendar-dates .date.last-range::before {
  background-color: var(--primary-color1);
  opacity: 1;
  visibility: visible;
}
.calendar-wrapper .calendar-actions a {
  color: var(--white-color);
  font-family: var(--font-roboto);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2px 12px;
  background-color: var(--primary-color1);
  border-radius: 5px;
  transition: 0.5s;
}
.calendar-wrapper .calendar-actions a:hover {
  background-color: var(--black-color);
}
.calendar-wrapper.active {
  display: block;
}
.calendar-wrapper.two {
  width: 410px;
}
@media (max-width: 767px) {
  .calendar-wrapper.two {
    position: absolute;
    top: 100px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .calendar-wrapper.two {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .calendar-wrapper.two .calendar {
    padding: 15px 10px;
  }
}
.calendar-wrapper.two #calendar-prev .next-month {
  opacity: 1;
  visibility: visible;
  display: block;
}
.calendar-wrapper.two .calendar-header button {
  border: 1px solid var(--borders-color);
}
.calendar-wrapper.two .calendar-header button svg {
  width: 14px;
}
.calendar-wrapper.two .calendar-dates .date::before {
  border: unset;
  border: unset;
  width: 55px;
  height: 55px;
}
@media (max-width: 576px) {
  .calendar-wrapper.two .calendar-dates .date::before {
    width: 50px;
    height: 50px;
  }
}
.calendar-wrapper.two .calendar-inner {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .calendar-wrapper.two .calendar-inner {
    height: auto;
    padding-top: 0;
    border-radius: 10px;
  }
}
/* Hotel detail gallery dynamic image fix */
.hotel-dt-gallery-section .gallery-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 245px;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f5f5;
}

.hotel-dt-gallery-section .col-lg-6 > .gallery-img-wrap {
    min-height: 500px;
}

.hotel-dt-gallery-section .gallery-img-wrap a,
.hotel-dt-gallery-section .gallery-img-wrap .swiper,
.hotel-dt-gallery-section .gallery-img-wrap .swiper-wrapper,
.hotel-dt-gallery-section .gallery-img-wrap .swiper-slide {
    width: 100%;
    height: 100%;
}

.hotel-dt-gallery-section .gallery-img-wrap img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 991px) {
    .hotel-dt-gallery-section .col-lg-6 > .gallery-img-wrap {
        min-height: 420px;
    }

    .hotel-dt-gallery-section .gallery-img-wrap {
        min-height: 210px;
    }
}

@media (max-width: 767px) {
    .hotel-dt-gallery-section .col-lg-6 > .gallery-img-wrap {
        min-height: 330px;
    }

    .hotel-dt-gallery-section .gallery-img-wrap {
        min-height: 165px;
    }
}

@media (max-width: 576px) {
    .hotel-dt-gallery-section .col-lg-6 > .gallery-img-wrap {
        min-height: 280px;
    }

    .hotel-dt-gallery-section .gallery-img-wrap {
        min-height: 135px;
    }
}
/* =========================================================
   Hotel detail page additions
   Put this code in: assets/vivanaftalan/css/hotel_detail.css
   ========================================================= */

/* Read more blocks */
.read-more-content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.hotel-read-more {
    max-height: 190px;
}

.package-read-more {
    max-height: 120px;
}

.room-read-more {
    max-height: 92px;
}

.read-more-content.is-open {
    max-height: 20000px;
}

.read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0;
    padding: 9px 24px;
    border: 1px solid rgba(16, 12, 8, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #100c08;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.2s ease;
}

.read-more-btn:hover {
    border-color: var(--primary-color1);
    color: var(--primary-color1);
}

/* Package accordion */
.hotel-packages-area {
    margin-top: 20px;
}

.hotel-packages-area > h4 {
    margin-bottom: 18px;
}

.hotel-packages-accordion {
    display: grid;
    gap: 12px;
}

.package-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(16, 12, 8, 0.08) !important;
    border-radius: 12px !important;
    background: #fff;
}

.package-accordion-item .accordion-button {
    padding: 18px 20px;
    border-left: 4px solid transparent;
    box-shadow: none;
    color: #100c08;
}

.package-accordion-item .accordion-button:focus {
    box-shadow: none;
}

.package-accordion-item .accordion-button:not(.collapsed) {
    color: #100c08;
    filter: brightness(0.98);
}

.package-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.package-title-wrap strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.package-title-wrap small {
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.package-accordion-item .accordion-body {
    padding: 18px 20px 22px;
    background: #fff;
}

.package-description p:last-child,
.room-description p:last-child,
.hotel-dt-description-area p:last-child {
    margin-bottom: 0;
}

.package-empty-text {
    margin: 0;
    color: #787878;
    font-size: 14px;
}

/* Soft package colors */
.package-color-0 .accordion-button {
    border-left-color: #4a90e2;
    background: #f3f7ff;
}

.package-color-1 .accordion-button {
    border-left-color: #27ae60;
    background: #f4fbf7;
}

.package-color-2 .accordion-button {
    border-left-color: #e67e22;
    background: #fff7f3;
}

.package-color-3 .accordion-button {
    border-left-color: #9b59b6;
    background: #faf5ff;
}

.package-accordion-item.is-selected {
    border-color: rgba(16, 12, 8, 0.18) !important;
}

.package-accordion-item.is-selected .package-title-wrap small {
    color: var(--primary-color1);
    font-weight: 600;
}

/* Room list */
.hotel-room-list .room-gallery-area img {
    width: 100%;
    height: 160px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: block;
}

.hotel-room-list .room-capacity {
    display: block;
    margin-top: 4px;
    color: #787878;
    font-size: 13px;
    font-weight: 400;
}

.hotel-room-list .room-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.hotel-room-list .room-price-wrap strong {
    color: var(--primary-color1);
    font-size: 17px;
    font-weight: 700;
}

.hotel-room-list .room-price-wrap small {
    color: #787878;
    font-size: 12px;
    font-weight: 400;
}

.hotel-room-list .room-price-wrap del {
    color: #999;
    font-size: 13px;
}

@media (max-width: 767px) {
    .package-accordion-item .accordion-button {
        padding: 16px;
    }

    .package-accordion-item .accordion-body {
        padding: 16px;
    }

    .hotel-room-list .room-gallery-area img {
        height: 140px !important;
    }
}
.booking-area .package-field {
    height: 70px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.booking-area .package-field i {
    flex: 0 0 auto;
    font-size: 18px;
    color: var(--primary-color1);
}

.booking-area .package-select-wrap {
    width: 100%;
    min-width: 0;
}

.booking-area .package-filter-label {
    display: block;
    margin-bottom: 2px;
    color: #787878;
    font-size: 13px;
    line-height: 1;
}

.booking-area .hotel-package-filter {
    width: 100%;
    max-width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--title-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 22px 0 0;
    cursor: pointer;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-area .package-select-wrap {
    position: relative;
}

.booking-area .package-search-box {
    position: relative;
    width: 100%;
    min-height: 64px;
    padding: 10px 18px;
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    gap: 12px;
}

.booking-area .package-search-box > i {
    font-size: 20px;
    color: var(--text-color);
    flex: 0 0 auto;
}

.booking-area .package-search-box .custom-select-dropdown {
    width: 90%;
    cursor: pointer;
}

.booking-area .package-search-box .custom-select-dropdown input {
    display: none;
}

.booking-area .package-search-box .input-field-value {
    cursor: pointer;
}

.booking-area .package-search-box .destination h6 {
    margin: 0;
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-area .package-search-box .destination span {
    display: block;
    margin-top: 2px;
    color: var(--text-color);
    font-family: var(--font-roboto);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-area .package-search-box .package-select-wrap {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 999;
    width: 100%;
    min-width: 300px;
    max-height: 285px;
    overflow-y: auto;
    padding: 10px 0;
    margin: 0;
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.10);
    display: none;
}

.booking-area .package-search-box .package-select-wrap.active {
    display: block;
    animation: fade-down 0.25s linear;
}

.booking-area .package-search-box .option-list-destination {
    padding: 0;
    margin: 0;
    list-style: none;
}

.booking-area .package-search-box .option-list-destination li {
    position: relative;
    padding: 9px 14px;
    cursor: pointer;
    transition: 0.25s ease;
}

.booking-area .package-search-box .option-list-destination li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: var(--title-color);
    opacity: 0;
    transition: 0.25s ease;
}

.booking-area .package-search-box .option-list-destination li:hover {
    background: rgba(211, 211, 211, 0.23);
}

.booking-area .package-search-box .option-list-destination li:hover::before {
    opacity: 1;
}

.booking-area .package-search-box .package-select-wrap::-webkit-scrollbar {
    width: 5px;
}

.booking-area .package-search-box .package-select-wrap::-webkit-scrollbar-track {
    background: #f5f4f4;
}

.booking-area .package-search-box .package-select-wrap::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 100px;
}

@media (max-width: 576px) {
    .booking-area .package-search-box {
        min-height: 56px;
        padding: 9px 14px;
    }

    .booking-area .package-search-box .package-select-wrap {
        min-width: 100%;
    }
}
.children-age-fields .nice-select .list {
    max-height: 160px;   /* istəsən 120-200 arası oynaya bilərsən */
    overflow-y: auto;
    overflow-x: hidden;
}
.children-age-fields .nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.children-age-fields .nice-select .list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.children-age-fields {
	padding: 0;
	margin: 0;
}
.nice-select.child-age-select {
    background-color: transparent;
    text-align: center;
    color: var(--title-color);
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 500;
    width: 40px;
}
#hotelDetailRoomSearch .custom-select-wrap,
#hotelDetailRoomSearch .package-select-wrap {
    transition: none !important;
    animation: none !important;
}

#hotelDetailRoomSearch .custom-select-wrap.active,
#hotelDetailRoomSearch .package-select-wrap.active {
    transition: none !important;
    animation: none !important;
}
.stay-mini{
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin-right:8px;
    white-space:nowrap;
    font-size:13px;
}

.stay-mini i{
    font-size:14px;
}
.room-night-text{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:4px;
}

.room-stay-badge{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:5px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    line-height:1;
    backdrop-filter:blur(6px);
    transition:.2s ease;
}

.room-stay-badge i{
    font-size:13px;
}

.room-stay-badge.night{
    background:rgba(79,99,215,.10);
    color:#4f63d7;
    border:1px solid rgba(79,99,215,.18);
}

.room-stay-badge.day{
    background:rgba(245,158,11,.10);
    color:#f59e0b;
    border:1px solid rgba(245,158,11,.18);
}
.room-guest-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:8px;
}

.guest-badge{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:5px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}

.guest-badge.adult{
    background:rgba(37,99,235,.10);
    color:#2563eb;
}

.guest-badge.child{
    background:rgba(16,185,129,.10);
    color:#10b981;
}
@media (max-width: 767px){

    .room-guest-meta{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    .guest-badge{
        width:100%;
        justify-content:flex-start;
    }

}
.hotel-card .hotel-content .btn-and-price-area .price-area small.hotel-card-stay{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    margin-bottom:8px;
    color:#64748b;
    font-size:12px!important;
    font-weight:500;
    line-height:1.2;
    text-align:end;
}

.hotel-card-stay__part{
    display:inline-flex;
    align-items:center;
    gap:4px;
    white-space:nowrap;
	font-size:12px!important;
}

.hotel-card-stay__part i{
    font-size:13px;
    line-height:1;
}

.hotel-card-stay__part.night i{
    color:#6366f1;
}

.hotel-card-stay__part.day i{
    color:#f59e0b;
}

.hotel-card-stay__dot{
    width:4px;
    height:4px;
    border-radius:50%;
    background:#cbd5e1;
    flex-shrink:0;
}