@import "../scripts/swiper-11/swiper-bundle.min.css";
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-section {
  background: linear-gradient(135deg, #0f6f39 0%, #764ba2 100%);
  padding: 12px 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.breadcrumb a:hover {
  opacity: 0.8;
}
.separator {
  color: #fff;
}
.gallery-section {
  padding: 20px 0 50px 0px;
  position: relative;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
}
.gallery-main {
  height: 415px;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.room-description {
  font-size: 15px !important;
}
.gallery-grid-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gallery-grid-right img {
  width: 100%;
  height: 203px;
  object-fit: cover;
  border-radius: 8px;
}
.image-counter {
  position: absolute;
  bottom: 16px;
  right: 32px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  padding: 4px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.tabs-section {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tabs {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.tab-btn {
  background: #dcdcdc;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 18px;
  color: #4d4d4d;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.tab-btn:hover {
  background: #f06c28;
  color: #fff;
}
.tab-btn.active {
  background: #f06c28;
  color: #fff;
  font-weight: 600;
}
.overview-section {
  background: #fff;
  margin-top: 0;
}
.overview-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
}
.main-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2;
}
.title-line {
  display: block;
  text-transform: capitalize;
}
.location-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(90deg, rgba(245, 247, 250, 0.1) 64%, rgba(245, 247, 250, 1) 100%);
  border-radius: 8px;
  margin: 16px 0;
}
.description {
  margin: 24px 0;
  line-height: 1.8;
  color: #4b5563;
}
.description p {
  margin-bottom: 16px;
}
.amenities-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgb(87 93 121 / 10%);
  border-radius: 20px;
}
.amenity-item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.amenity-item span {
  font-size: 15px;
  color: #333;
}
.view-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  color: #0f6f39;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}
.view-all:hover {
  opacity: 0.8;
}
.map-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.map-container:hover img {
  transform: scale(1.1);
}
.address-text {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 24px;
}
.nearby-section {
  margin: 24px 0;
}
.nearby-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}
.nearby-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}
.house-guide-link {
  display: inline-block;
  color: #0f6f39;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 12px;
  transition: opacity 0.3s;
}
.house-guide-link:hover {
  opacity: 0.8;
}
.room-section {
  background: transparent;
  padding: 40px 0;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 40px;
  font-weight: 600;
  color: #1a2942;
  margin-bottom: 32px;
}
.section-title svg {
  width: 28px;
  height: 20px;
}
.filter-section {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.filter-item {
  flex: 1;
}
.filter-item label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #0f6f39;
  margin-bottom: 4px;
}
.filter-dates {
  display: flex;
  gap: 16px;
}
.filter-dates > div {
  flex: 1;
}
.filter-dates span {
  display: block;
  font-size: 14px;
  color: #0f6f39;
  margin-bottom: 4px;
}
.filter-dates div div,
.filter-item > div {
  font-size: 16px;
  color: #333;
}
.apply-btn {
  padding: 12px 24px;
  background: #fff;
  color: #0f6f39;
  border: 1px solid #0f6f39;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.apply-btn:hover {
  background: #0f6f39;
  color: #fff;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.room-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.room-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.room-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.room-content {
  display: grid;
  grid-template-columns: 290px 1fr 220px;
  gap: 40px;
}
.room-images img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  border-radius: 16px;
}
.room-specs {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.spec-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}
.spec-item svg {
  width: 20px;
  height: 20px;
}
.room-description {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 10px;
}
.room-amenities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.amenity-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #333;
}
.view-details-btn {
  color: #f06c28;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: text-decoration 0.3s;
}
.view-details-btn:hover {
  text-decoration: underline;
}
.room-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.price-info {
  text-align: right;
}
.price {
  font-size: 24px;
  font-weight: 600;
  color: #f06c28;
}
.price-unit {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.price-note {
  font-size: 14px;
  color: #6b7280;
}
.availability {
  color: #dc2626;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
}
.book-btn {
  padding: 12px 24px;
  background: #f06c28;
  color: #fff;
  border: 1px solid #f06c28;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  min-width: 130px;
  transition: all 0.3s;
}
.book-btn:hover {
  background: #dc2626;
  box-shadow: 0 4px 12px rgba(151, 40, 0, 0.4);
}
@media (max-width: 1024px) {
  .overview-content {
    grid-template-columns: 1fr;
  }
  .room-content {
    grid-template-columns: 1fr;
  }
  .room-pricing {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-main {
    height: 300px;
  }
  .main-title {
    font-size: 32px;
  }
  .section-title {
    font-size: 24px;
  }
  .filter-section {
    flex-direction: column;
  }
  .amenities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .amenity-item span {
    font-size: 13px !important;
  }
  .amenities-grid .amenity-item {
    width: 100%;
  }
  .overview-content {
    gap: 20px;
  }
}
.booking-card {
  width: 500px;
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
  height: fit-content;
}
.price-tag {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-orange);
  margin-bottom: 20px;
}
.price-tag span {
  font-size: 16px;
  color: var(--text-light);
  font-weight: 400;
}
.booking-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--text-light);
}
.input-group {
  margin-bottom: 20px;
}
.input-group-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.input-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
}
.btn-booking {
  width: 100%;
  padding: 15px;
  background: var(--primary-orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-booking:hover {
  background: var(--dark-navy);
}
.title_sanpham {
  text-align: center;
}
.title_sanpham {
  width: 100%;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 10px 0 30px;
  display: inline-block;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.title_sanpham::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #1c2025, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}
.title_sanpham::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #222;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.title_loaihinh a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin: 0 0 20px 0;
}
.title_loaihinh a::after {
  position: relative;
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 0 2px 2px 0;
  background-color: #e24d14;
  bottom: -5px;
  left: 0;
}
.title_loaihinh a:hover {
  color: #e24d14;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.modal-overlay.active {
  display: block;
}
.modal-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1080px;
  max-height: 80vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 15px 16px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 40;
}
.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.close-btn:hover {
  background: #e0e0e0;
}
.modal-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.images-section {
  width: 100%;
  background: #000;
}
.image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.main-swiper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-slide.active {
  display: flex;
}
.info-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1;
}
.info-content {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  margin-bottom: 94px;
}
.brand-logo {
  margin-bottom: 16px;
  height: 30px;
}
.brand-logo img {
  height: 100%;
}
.room-description p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.sub-section-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  padding: 8px 0;
}
.section-title-1 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  padding: 8px 0;
}
.details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-item svg {
  width: 20px;
  height: 20px;
  color: #e85d04;
  flex-shrink: 0;
}
.detail-item span {
  font-size: 16px;
  color: #6b7280;
}
.amenities-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.amenity-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.amenity-item span {
  font-size: 14px;
  color: #222;
}
.modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}
.availability-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
}
.availability-alert img {
  width: 20px;
  height: 20px;
}
.availability-alert span {
  font-size: 16px;
  font-weight: 600;
  color: #dc2626;
}
@media (min-width: 768px) {
  .modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
    max-height: 700px;
    border-radius: 12px;
  }
  .modal-header {
    padding: 10px 16px;
  }
  .close-btn {
    width: 32px;
    height: 32px;
  }
  .modal-body {
    flex-direction: row;
    max-height: 540px;
  }
  .images-section {
    width: 60%;
  }
  .info-section {
    width: 40%;
    border-left: 1px solid #e5e7eb;
  }
  .info-content {
    padding-left: 4px;
    margin-bottom: 0;
  }
  .description-section {
    padding: 0 16px 16px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
  }
  .room-description {
    background: #fff;
  }
  .details-section {
    padding: 16px;
  }
  .sub-section-title {
    padding: 0;
    background: transparent;
  }
  .modal-footer {
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.info-content::-webkit-scrollbar {
  width: 6px;
}
.info-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.info-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.info-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  scrollbar-width: none;
}
.room-images-wrapper {
  position: relative;
  aspect-ratio: 3/2;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.modal-overlay.active {
  display: block;
}
.modal-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1080px;
  max-height: 80vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
  flex-direction: column;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}
.modal-container.active {
  display: flex;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 15px 16px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 40;
}
.modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  flex: 1;
}
.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.close-btn:hover {
  background: #e0e0e0;
}
.close-btn img {
  width: 12px;
  height: 12px;
}
.images-section {
  width: 100%;
  background: #000;
}
.image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-swiper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.swiper-slide.active {
  display: flex;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(0);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: background 0.3s;
}
.swiper-button-prev i,
.swiper-button-next i {
  color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.swiper-button-prev {
  left: 16px;
}
.swiper-button-next {
  right: 16px;
}
.swiper-pagination {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  padding: 4px 12px;
  border-radius: 8px;
  z-index: 10;
}
.thumb-swiper {
  width: 100%;
  padding: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.thumb-swiper::-webkit-scrollbar {
  display: none;
}
.thumb-wrapper {
  display: flex;
  gap: 8px;
}
.thumb-slide {
  position: relative;
  flex-shrink: 0;
  width: 152px;
  height: 90px;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s;
  border: 2px solid transparent;
}
.thumb-slide:hover {
  opacity: 0.8;
}
.thumb-slide.active {
  opacity: 1;
  border-color: #e85d04;
}
.thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1;
}
.info-content {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  margin-bottom: 80px;
}
.room-description p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.details-section {
  padding-bottom: 16px;
}
.sub-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.detail-item span {
  font-size: 16px;
  color: #6b7280;
}
.amenities-section {
  margin-bottom: 40px;
}
.amenities-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.amenity-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.amenity-item span {
  font-size: 14px;
  color: #222;
}
.modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-footer .price-info {
  text-align: left;
}
.modal-footer .price {
  font-size: 24px;
  font-weight: 600;
  color: #e85d04;
}
.modal-footer .price-unit {
  font-size: 14px;
  color: #333;
}
.modal-footer .price-note {
  font-size: 12px;
  color: #6b7280;
}
.modal-footer .book-btn {
  padding: 12px 24px;
  background: #e85d04;
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.modal-footer .book-btn:hover {
  background: #dc2f02;
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.4);
}
@media (min-width: 768px) {
  .modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
    max-height: 700px;
    border-radius: 12px;
    margin: auto;
  }
  .modal-header {
    padding: 10px 16px;
  }
  .modal-title {
    font-size: 28px;
    line-height: 36px;
    margin: 0 15px 20px 0;
  }
  .close-btn {
    width: 32px;
    height: 32px;
  }
  .close-btn img {
    width: 16px;
    height: 16px;
  }
  .images-section {
    width: 60%;
  }
  .info-section {
    width: 40%;
    border-left: 1px solid #e5e7eb;
  }
  .info-content {
    padding-left: 4px;
    margin-bottom: 0;
  }
  .modal-footer {
    position: sticky;
  }
}
.info-content::-webkit-scrollbar {
  width: 6px;
}
.info-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.info-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.info-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.room-swiper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.room-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.room-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-swiper .swiper-button-prev,
.room-swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.room-swiper .swiper-button-prev:after,
.room-swiper .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
}
.room-swiper:hover .swiper-button-prev,
.room-swiper:hover .swiper-button-next {
  opacity: 1;
}
.room-swiper .swiper-button-prev:hover,
.room-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}
.room-swiper .swiper-pagination {
  bottom: 8px !important;
  right: 8px !important;
  left: auto !important;
  width: auto !important;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 6px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}
.modal-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1080px;
  max-height: 80vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
  flex-direction: column;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-container.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.modal-content {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}
.modal-container.active .modal-content {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 768px) {
  .modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    max-height: 700px;
    border-radius: 12px;
    margin: auto;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
  }
  .modal-container.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.info-content {
  scroll-behavior: smooth;
}
.thumb-slide {
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.thumb-slide:hover {
  transform: scale(1.05);
}
.close-btn,
.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.modal-open {
  overflow: hidden;
}
.swiper-button-prev-thumb,
.swiper-button-next-thumb {
  width: 32px !important;
  height: 32px !important;
}
.main-swiper-modal {
  width: 100%;
  height: 100%;
}
.main-swiper-modal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.main-swiper-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-custom {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  min-width: 60px;
  justify-content: center;
}
.swiper-pagination-custom span {
  line-height: 1;
}
.main-swiper-modal {
  width: 100%;
  height: 100%;
}
.main-swiper-modal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.main-swiper-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-swiper-modal {
  width: 100%;
}
.thumb-swiper-modal .swiper-slide {
  width: 152px !important;
  height: 90px;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.2s;
  border: 2px solid transparent;
}
.thumb-swiper-modal .swiper-slide:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.thumb-swiper-modal .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #0f6f39;
}
.thumb-swiper-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-prev-thumb,
.swiper-button-next-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: background 0.3s;
}
.swiper-button-prev-thumb:after,
.swiper-button-next-thumb:after {
  content: none;
}
.swiper-button-prev-thumb i,
.swiper-button-next-thumb i {
  color: #fff;
  font-size: 16px;
}
.swiper-button-prev-thumb:hover,
.swiper-button-next-thumb:hover {
  background: rgba(0, 0, 0, 0.7);
}
.swiper-button-prev-thumb {
  left: 16px;
}
.swiper-button-next-thumb {
  right: 16px;
}
.fancybox__content > .f-button.is-close-btn {
  color: #333;
  top: 10px;
  right: 10px;
}

.list-utils li {
  padding: 10px 0;
  background-color: transparent;
  box-shadow: none;
}
.list-utils li:hover {
  transform: none;
  box-shadow: none;
}
