/* Modern Rooms & Tariff Page Styles */

/* Hero Section */
.rooms-hero {
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.rooms-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 35%, rgba(76, 175, 80, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(139, 195, 74, 0.15) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.08)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.08)"/></svg>');
    opacity: 1;
}

.rooms-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #f8f9fa 0%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.rooms-hero .hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.25) 0%, rgba(139, 195, 74, 0.25) 100%);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
}

.rooms-hero .hero-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
    letter-spacing: -0.5px;
}

.rooms-hero .hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* Rooms Section */
.rooms-section {
    background: #f8f9fa;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.12) 0%, rgba(139, 195, 74, 0.12) 100%);
    color: #1a4d2e;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 15px;
    border: 1px solid rgba(76, 175, 80, 0.2);
    letter-spacing: 0.5px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a4d2e;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.section-description {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 500;
}

/* Rooms Table Card */
.rooms-table-card {
    background: white;
    border-radius: 24px;
    padding: 0;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.table-responsive {
    overflow-x: auto;
}

/* Modern Table */
.rooms-table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.rooms-table thead {
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
}

.rooms-table thead tr th {
    padding: 20px 20px;
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: left;
    border: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.rooms-table thead tr th:first-child {
    padding-left: 35px;
    border-radius: 0;
}

.rooms-table thead tr th:last-child {
    padding-right: 35px;
    text-align: center;
}

.rooms-table thead tr th i {
    opacity: 0.9;
}

.rooms-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f3f4;
}

.rooms-table tbody tr:last-child {
    border-bottom: none;
}

.rooms-table tbody tr:hover {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.04) 0%, rgba(139, 195, 74, 0.04) 100%);
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.rooms-table tbody tr td {
    padding: 25px 20px;
    color: #495057;
    font-size: 1rem;
    font-weight: 500;
    vertical-align: middle;
    border: none;
}

.rooms-table tbody tr td:first-child {
    padding-left: 35px;
    font-weight: 700;
    color: #1a4d2e;
    font-size: 1.05rem;
}

.rooms-table tbody tr td:last-child {
    padding-right: 35px;
    text-align: center;
}

.room-type-cell {
    font-weight: 600;
    color: #1a4d2e;
    font-size: 1.05rem;
}

.room-type-cell i {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-cell {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.1rem;
}

.total-cell {
    font-weight: 800;
    color: #1a4d2e;
    font-size: 1.15rem;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.08) 0%, rgba(139, 195, 74, 0.08) 100%);
    border-radius: 8px;
}

/* Book Now Button */
.btn-book-now {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(26, 77, 46, 0.25);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn-book-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-book-now:hover::before {
    left: 100%;
}

.btn-book-now:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 77, 46, 0.35);
    text-decoration: none;
    color: white;
}

.btn-book-now i {
    transition: transform 0.3s ease;
}

.btn-book-now:hover i {
    transform: scale(1.2);
}

/* No Rooms Message */
.no-rooms-message {
    text-align: center;
    padding: 60px 30px;
    color: #6c757d;
}

.no-rooms-message i {
    font-size: 3rem;
    color: #1a4d2e;
    margin-bottom: 20px;
    display: block;
}

.no-rooms-message p {
    font-size: 1.1rem;
    margin: 0;
}

/* Info Highlight Cards */
.info-highlight-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.info-highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.03) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.info-highlight-card:hover::before {
    opacity: 1;
}

.info-highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    border-color: rgba(76, 175, 80, 0.2);
}

.info-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1a4d2e 0%, #0f2818 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 25px rgba(26, 77, 46, 0.25);
    transition: all 0.4s ease;
}

.info-highlight-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(26, 77, 46, 0.35);
}

.info-highlight-card h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a4d2e;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}

.info-highlight-card p {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}

/* Pricing Note */
.pricing-note {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    margin-top: 30px;
    border-left: 4px solid #1a4d2e;
}

.pricing-note h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a4d2e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.pricing-note h5 i {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-note ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-note ul li {
    padding: 12px 0;
    color: #495057;
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 500;
    border-bottom: 1px solid #f1f3f4;
}

.pricing-note ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pricing-note ul li::before {
    content: '✓';
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
    min-width: 20px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .rooms-hero .hero-title {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .rooms-table thead tr th,
    .rooms-table tbody tr td {
        padding: 15px 12px;
        font-size: 0.9rem;
    }
    
    .rooms-table tbody tr td:first-child,
    .rooms-table thead tr th:first-child {
        padding-left: 20px;
    }
    
    .rooms-table tbody tr td:last-child,
    .rooms-table thead tr th:last-child {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .rooms-hero {
        padding: 60px 0 40px;
    }
    
    .rooms-hero .hero-title {
        font-size: 1.8rem;
    }
    
    .rooms-hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .rooms-table-card {
        border-radius: 16px;
    }
    
    .rooms-table {
        font-size: 0.85rem;
    }
    
    .rooms-table thead tr th {
        padding: 15px 10px;
        font-size: 0.8rem;
    }
    
    .rooms-table tbody tr td {
        padding: 15px 10px;
        font-size: 0.85rem;
    }
    
    .rooms-table tbody tr td:first-child,
    .rooms-table thead tr th:first-child {
        padding-left: 15px;
    }
    
    .rooms-table tbody tr td:last-child,
    .rooms-table thead tr th:last-child {
        padding-right: 15px;
    }
    
    .btn-book-now {
        padding: 8px 15px;
        font-size: 0.8rem;
    }
    
    .room-type-cell,
    .price-cell,
    .total-cell {
        font-size: 0.9rem;
    }
    
    .info-highlight-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .pricing-note {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .rooms-hero .hero-title {
        font-size: 1.5rem;
    }
    
    .rooms-table thead tr th i,
    .room-type-cell i {
        display: none;
    }
    
    .rooms-table thead tr th {
        font-size: 0.75rem;
        padding: 12px 8px;
    }
    
    .rooms-table tbody tr td {
        padding: 12px 8px;
        font-size: 0.8rem;
    }
    
    .btn-book-now {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
    
    .btn-book-now .mr-1 {
        display: none;
    }
}
