﻿.room_facilities_list {
        list-style-type: disc;
        margin-left: 20px;
        color: #333;
    }

        .room_facilities_list ul {
            list-style-type: circle;
            margin-left: 20px;
        }


    .reviews-section {
        font-family: Arial, sans-serif;
        margin: 20px;
    }

    .overall-rating h2 {
        color: #333;
    }

    .category-ratings .rating {
        margin: 5px 0;
    }

        .category-ratings .rating span {
            color: blue;
        }

    .user-reviews .review {
        border-top: 1px solid #ccc;
        padding: 10px 0;
    }

        .user-reviews .review p {
            margin: 5px 0;
        }

            .user-reviews .review p strong {
                font-weight: bold;
            }

    .amenities-list {
        list-style: none;
        padding: 0;
    }

        .amenities-list li {
            margin: 5px 0;
            display: flex;
            font-size:17px;
            align-items: center;
        }

            .amenities-list li i {
                margin-right: 10px;
                color: #555;
            }

    #lodgix-calendar-iframe {
        width: 100%;
        height: 600px; 
    }

    
    @@media (max-width: 768px) {
        #lodgix-calendar-iframe {
            height: 500px; 
        }
    }

    @@media (max-width: 480px) {
        #lodgix-calendar-iframe {
            height: 400px; 
        }
    }



    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 45px;
        width: 100%;
        height: 100%;
        overflow: hidden; 
        background-color: rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
    }

   
    .modal-content {
        background-color: white;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 500px;
        max-height: 80vh; 
        overflow-y: auto; 
        border-radius: 5px;
        text-align: center;
        position: relative;
    }

   
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
    }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }


    .button1 {
        color: rgba(51, 51, 51, 1.00);
        background-color: #fff;
        font-weight: 500;
        border-radius: 0.5rem;
        font-size: 2rem;
        line-height: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        cursor: pointer;
        text-align: center;
        margin-right: 0.5rem;
        display: inline-flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius:4px;
        margin-bottom: 10px;
    }


.aminites_pop_main_Heading {
    text-align: left;
    padding: 10px 0px;
}

.amimites_category {
    text-align: left;
    font-size: 24px;
    margin-top:10px;
}

.aminities_list li {
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
    padding: 14px 0px;
}

    .aminities_list li svg{
        display:inline !important;
    }


    .aminities_list li p {
        font-size: 14px;
    }