/* ========== PROPERTY HERO CAROUSEL ========== */
.property-hero-section {
    margin-top: 76px;
    position: relative;
}

.property-hero-section .carousel {
    height: 60vh;
    min-height: 400px;
}

.property-hero-section .carousel-item {
    height: 60vh;
    min-height: 400px;
}

.property-hero-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 60px 0 30px;
    color: white;
}

.carousel-caption-overlay h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.carousel-caption-overlay p {
    font-size: 1.2rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

/* ========== PROPERTY DETAILS ========== */
.property-details-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.property-info-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.property-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.property-type-badge {
    background: linear-gradient(135deg, #D4AF37, #c49b2e);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.property-info-card h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2D4356;
    margin-bottom: 10px;
}

.property-info-card .location {
    font-size: 1.1rem;
    color: #666;
}

.property-rating i {
    color: #FFD700;
    font-size: 1.2rem;
}

.property-description h3,
.property-amenities h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2D4356;
    margin-bottom: 20px;
}

.property-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

.amenities-list {
    list-style: none;
    padding: 0;
}

.amenities-list li {
    padding: 10px 0;
    font-size: 1.05rem;
    color: #555;
}

.amenities-list li i {
    color: #D4AF37;
    margin-right: 12px;
    width: 20px;
}

/* ========== AVAILABLE ROOMS ========== */
.available-rooms-section h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #2D4356;
    margin-bottom: 30px;
}

.room-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    transition: transform 0.3s;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.room-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.room-details {
    padding: 25px;
}

.room-details h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2D4356;
    margin-bottom: 10px;
}

.room-description {
    color: #666;
    margin-bottom: 15px;
}

.room-features {
    margin-bottom: 20px;
}

.room-features span {
    display: inline-block;
    margin-right: 20px;
    color: #555;
    font-size: 0.95rem;
}

.room-features i {
    color: #D4AF37;
    margin-right: 5px;
}

.room-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.room-price .price {
    font-size: 2rem;
    font-weight: 700;
    color: #D4AF37;
}

.room-price .per-night {
    color: #666;
    font-size: 0.9rem;
}

.btn-book {
    background: linear-gradient(135deg, #2D4356, #8B7355);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: white;
    text-decoration: none;
}

/* ========== BOOKING SIDEBAR ========== */
.booking-sidebar {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: sticky;
    top: 100px;
}

.booking-sidebar h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2D4356;
    margin-bottom: 25px;
}

.booking-sidebar .form-control {
    border: 2px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.booking-sidebar .form-control:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.15);
}

.booking-sidebar label {
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
}

.booking-sidebar label i {
    color: #D4AF37;
    margin-right: 8px;
}

.btn-search-sidebar {
    background: linear-gradient(135deg, #D4AF37, #c49b2e);
    border: none;
    padding: 15px;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn-search-sidebar:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.contact-info {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.contact-info h5 {
    font-weight: 600;
    color: #2D4356;
    margin-bottom: 15px;
}

.contact-info p {
    color: #666;
    margin-bottom: 10px;
}

.contact-info i {
    color: #D4AF37;
    margin-right: 8px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .property-hero-section .carousel {
        height: 40vh;
        min-height: 300px;
    }

    .carousel-caption-overlay h1 {
        font-size: 2rem;
    }

    .property-info-card {
        padding: 25px;
    }

    .property-header {
        flex-direction: column;
    }

    .room-image {
        height: 200px;
    }

    .booking-sidebar {
        margin-top: 30px;
        position: relative;
        top: 0;
    }
}
