﻿.hotel-container {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

/*  .title-main {
            margin: 30px auto 25px auto;
            text-align: center;
            font-weight: 700;
            color: #0d6efd;
        }*/

.hotel-logo {
    display: block;
    margin: 0 auto 10px;
    max-width: 130px;
    width: 100%;
    height: auto;
}

.hotel-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.report-table th, .report-table td {
    text-align: center;
    vertical-align: middle;
}

.report-table th {
    background-color: #e9ecef;
}

.sub-heading {
    font-weight: 600;
    margin-bottom: 15px;
    color: #081528;
}

.card-section {
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    height: 100%;
}

.contact-text a {
    color: #0d6efd;
    text-decoration: none;
}

    .contact-text a:hover {
        text-decoration: underline;
    }

@media (max-width: 576px) {
    .hotel-container {
        padding: 15px;
    }

    .hotel-logo {
        max-width: 100px;
    }
}
