/* Room Facilities Styles */
.room-slider {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}
.category-tabs {
    display: flex;
    overflow-x: auto;
    /* justify-content: center; */
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 100;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

.category-tab {
    flex: 0 0 auto;
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.category-tab:hover {
    background: #e9ecef;
}

.category-tab.active {
    background: #0f22312e;
    color: white;
    border-color: #e4edf4;
}

.category-tab i {
    margin-right: 5px;
    font-size: 12px;
}

.category-counter {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 5px;
}

.poli-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 5px solid var(--primary-color) !important;
}

.poli-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.poli-card.executive {
    border-left-color: #ff9800 !important;
    background-color: #fff8e1;
}

.poli-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
    color: white;
}

.poli-icon.blue {
    background-color: #2196f3;
}

.poli-icon.green {
    background-color: #4caf50;
}

.poli-icon.orange {
    background-color: #ff9800;
}

.poli-icon.red {
    background-color: #f44336;
}

.poli-icon.purple {
    background-color: #9c27b0;
}

.poli-icon.teal {
    background-color: #009688;
}

.poli-icon.indigo {
    background-color: #3f51b5;
}

.poli-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
}

.poli-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.executive-badge {
    background-color: #ff9800;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
}

.poli-schedule {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 10px;
    font-size: 13px;
    color: #555;
    border: 1px solid #eee;
}

.poli-schedule i {
    margin-right: 6px;
    color: #2196f3;
}

.section-title {
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-size: 18px;
}

.schedule-detail {
    display: block;
    margin-top: 5px;
    color: black !important;
}

.current-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
}

.status-open {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.status-closed {
    background-color: #ffebee;
    color: #c62828;
}

.status-24hours {
    background-color: #e3f2fd;
    color: #1565c0;
}

.poli-count {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

.category-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 100;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

.poli-category {
    display: block;
}

.poli-category.hidden {
    display: none;
}

.filtered-section-title {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 15px;
    color: #333;
    padding-left: 10px;
    border-left: 4px solid #2196f3;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #777;
}

.no-results i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #ddd;
}
.carousel-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.carousel-indicators {
    margin-bottom: 10px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.room-details {
    padding: 20px;
}

.room-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.room-type {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.room-feature {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-room-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.availability-stats {
    display: flex;
    justify-content: center;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 180px;
}

.stat-card.success {
    border-top: 4px solid #4caf50;
}

.stat-card.warning {
    border-top: 4px solid #ff9800;
}

.stat-card.danger {
    border-top: 4px solid #f44336;
}

.stat-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.stat-icon .fa-bed {
    color: #4caf50;
}

.stat-icon .fa-exclamation-triangle {
    color: #ff9800;
}

.stat-icon .fa-times-circle {
    color: #f44336;
}

.stat-number {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.detail-item {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-label {
    color: #666;
    font-size: 14px;
}

.detail-value {
    font-weight: 600;
    color: #333;
}

.status-alert {
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid;
}

.status-alert.alert-success {
    border-left-color: #4caf50;
}

.status-alert.alert-warning {
    border-left-color: #ff9800;
}

.status-alert.alert-danger {
    border-left-color: #f44336;
}

.status-alert i {
    font-size: 24px;
}

.status-alert.alert-success i {
    color: #4caf50;
}

.status-alert.alert-warning i {
    color: #ff9800;
}

.status-alert.alert-danger i {
    color: #f44336;
}
.availability-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-top: 20px;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status-dot.available {
    background-color: #28a745;
}

.status-dot.occupied {
    background-color: #dc3545;
}

.status-dot.limited {
    background-color: #ffc107;
}

.available-rooms {
    font-weight: 600;
    font-size: 1.1rem;
}

.room-price {
    font-weight: 700;
    color: #0d6efd;
    font-size: 1.2rem;
}

.room-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    /* background-color: white; */
}

.room-action-btn {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 10px;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.room-description {
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Room Facilities Page Specific */
.page-header-card {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.room-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.filter-btn {
    padding: 8px 15px;
    border-radius: 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    white-space: nowrap;
    font-size: 0.9rem;
}

.filter-btn.active {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

/* Simple Availability Modal Styles */
.availability-info {
    text-align: center;
    padding: 20px 0;
}

.availability-icon {
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.availability-icon.available {
    color: #28a745;
}

.availability-icon.limited {
    color: #ffc107;
}

.availability-icon.occupied {
    color: #dc3545;
}

.availability-count {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.availability-label {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 20px;
}

.availability-details {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

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

@media (max-width: 768px) {
    .carousel-item img {
        height: 200px;
    }

    .modal-dialog {
        margin: 10px;
    }
}
