.pbox{
    background-color: #F0F0F0;
    padding-top: 3%;
    padding-bottom: 3%;
    margin: auto;
    margin-bottom: 5%;
    display: block;
}

 .card{
    width: 99%;
    margin: auto;
    background-color: #F0F0F0;
    border: none;
    display: block;
}   

.demo {
    width: 100%;
 } 

.demo .thumbimg{
   width: 100%;
   height: 100%;
   border-radius: 5%;
   display: block;
} 











.tetxpart a{
    background-color: #86B817;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    padding-right: 70px;
    font-size: 185%;
    border-radius: 13px;
    font-weight: bold;
    color:#ffffff;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.room-details-embedded {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    margin-top: 25px;
    border: 1px solid #e0e0e0;
}

.description-content {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 8px;
    color: #555;
    line-height: 1.6;
    font-size: 0.92rem;
}

/* Custom Scrollbar for description box */
.description-content::-webkit-scrollbar {
    width: 5px;
}
.description-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.description-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.description-content::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.tetxpart .hartadd{
    width: 70px;
    margin: auto;
    margin-left: 5%;
    margin-top: -2%;

}

@media (min-width: 992px) {
    .tetxpart {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}

