/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.0.1768070932
Updated: 2026-01-10 18:48:52

*/

.single-room-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.room-single {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

.room-title {
    font-size: 2.4rem;
    margin: 0 0 25px;
    padding: 0 30px;
    color: #1a1a1a;
}

.room-featured-image {
    text-align: center;
    background: #f8f9fa;
    padding: 30px 20px 40px;
}

.featured-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: scale(1);
    transition: transform 0.4s ease;
}

.featured-img:hover {
    transform: scale(1.02);
}

.room-description {
    padding: 0 30px 35px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

.room-details-card {
    background: #f8fafc;
    margin: 0 30px 40px;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.card-title {
    margin: 0 0 25px;
    color: #1e40af;
    font-size: 1.6rem;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px 40px;
    margin-bottom: 30px;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.label {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.value {
    font-size: 1.35rem;
    font-weight: 600;
    color: #0f172a;
}

.amenities {
    margin-top: 20px;
}

.amenities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.amenity-tag {
    background: #e0f2fe;
    color: #0369a1;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.95rem;
}

.booking-section {
    text-align: center;
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.book-now-btn {
    display: inline-block;
    background: #2563eb;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 16px 48px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37,99,235,0.3);
}

.book-now-btn:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37,99,235,0.4);
}

.no-booking {
    color: #dc2626;
    font-style: italic;
}