#indo-hotel-filter-form {
    padding: 15px;
    background: #f8fbff;
    border: 1px solid #dce7f7;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#indo-hotel-filter-form label {
    font-weight: 600;
    margin-bottom: 4px;
}

#indo-hotel-filter-form select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #b8c7dd;
}

#indo-hotel-filter-form button {
    background: #86A5FF;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    cursor: pointer;
}

.indo-hotel-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d0d7e2;
}

.indo-hotel-table th {
    background: #86A5FF;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.indo-hotel-table td {
    padding: 10px;
    border-bottom: 1px solid #e3e9f2;
}

.indo-hotel-table tr:nth-child(even) {
    background: #f6f9ff;
}
.hotel-custom-filter{
        display: flex;
    align-items: center;
    gap: 10px;
}
.hotel-custom-filter label{
    white-space: nowrap;
}
/* Hotel List Container */
.indo-hotel-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Each hotel card */
.indo-hotel-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

/* Left: Image */
.hotel-thumb {
    width: 260px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.hotel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Middle: Content */
.hotel-content {
    flex: 1;
}

.hotel-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.hotel-stars {
    font-size: 18px;
    color: #ffb300;
    margin-bottom: 8px;
}

.hotel-address {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.hotel-location-icon {
    margin-right: 6px;
}

/* Right: Action */
.hotel-action {
    display: flex;
    align-items: center;
}

.hotel-btn {
    background: #ff5722;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.hotel-btn:hover {
    background: #e64a19;
}
.indo-utilities-list{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}
.indo-utility-item{
	    display: flex;
    align-items: center;
	    gap: 8px;
}
img.indo-utility-icon{
	width: 18px;
}
.indo-utility-name{
	font-size: 14px;
}
.single p{
    margin: 0;
}
.indo-roomtype-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.indo-room-card {
    background: #fff;
    border: 1px solid #e3e7ed;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.indo-room-left {
    width: 35%;
}

.indo-room-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.indo-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indo-room-meta {
    margin-top: 12px;
}

.indo-room-size {
    font-size: 15px;
    margin-bottom: 10px;
}

.indo-room-utils {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.indo-room-uti-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    background: #f1f4f9;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #e1e5ee;
}

.indo-room-uti-item img {
    width: 18px;
    height: 18px;
}

.indo-room-detail {
    display: inline-block;
    margin-top: 12px;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
}

.indo-room-right {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.indo-room-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.indo-room-guest {
    font-size: 15px;
    margin-bottom: 20px;
}

.indo-room-price-box {
    margin-bottom: 15px;
}

.indo-room-price-label {
    font-size: 13px;
    color: #444;
}

.indo-room-price {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #d32f2f;
    margin-top: 5px;
}

.indo-room-btn {
    background: #0a74ea;
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 6px;
    align-self: flex-end;
    font-weight: 600;
    transition: 0.2s;
}

.indo-room-btn:hover {
    background: #0859b8;
}
/* Slider gallery trong card phòng */
.indo-room-swiper {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.indo-room-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Nút next/prev */
.indo-room-swiper .swiper-button-next,
.indo-room-swiper .swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
}

/* Dấu chấm pagination */
.indo-room-swiper .swiper-pagination-bullet {
    background: rgba(255,255,255,0.7);
}
.indo-room-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.indo-room-gallery {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.indo-room-gallery-track {
    width: 100%;
    height: 100%;
    position: relative;
}

.indo-room-gallery-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.indo-room-gallery-item.is-active {
    opacity: 1;
}

.indo-room-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Nút prev/next */
.indo-room-gallery .indo-room-gallery-prev,
.indo-room-gallery .indo-room-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

.indo-room-gallery .indo-room-gallery-prev {
    left: 10px;
}
.indo-room-gallery .indo-room-gallery-next {
    right: 10px;
}

/* Dots */
.indo-room-gallery .indo-room-gallery-dots {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 5;
}

.indo-room-gallery .indo-room-gallery-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
}

.indo-room-gallery-dot.is-active {
    background: #ffffff;
}
/* Nút điều hướng slider */
.indo-room-gallery .indo-room-gallery-prev,
.indo-room-gallery .indo-room-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 32px;
    height: 32px;

    background: #ffffff87;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: all 0.2s ease;

    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Hover hiệu ứng */
.indo-room-gallery .indo-room-gallery-prev:hover,
.indo-room-gallery .indo-room-gallery-next:hover {
    background: #f8f9fa;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* Vị trí */
.indo-room-gallery .indo-room-gallery-prev {
    left: 10px;
}

.indo-room-gallery .indo-room-gallery-next {
    right: 10px;
}

/* Icon mũi tên */
.indo-room-gallery .indo-room-gallery-prev::before,
.indo-room-gallery .indo-room-gallery-next::before {
    font-size: 32px;
    color: #0095ff;
}

.indo-room-gallery .indo-room-gallery-prev::before {
    content: "‹";
}

.indo-room-gallery .indo-room-gallery-next::before {
    content: "›";
}
.indo-room-gallery .indo-room-gallery-prev:focus, .indo-room-gallery .indo-room-gallery-next:focus{
	background: #ffffff87;
}

