/* ---------- Layout ---------- */

.ldp-container{
    max-width:1200px;
    margin:40px auto;
    padding:0 15px;
}

/* ---------- Hero ---------- */

.ldp-hero{
    border-radius:20px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ldp-hero img{
    width:100%;
    height:500px;
    object-fit:cover;
}

/* ---------- Card ---------- */

.ldp-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    margin-bottom:30px;

}

/* ---------- Heading ---------- */

.ldp-title{

    font-size:38px;

    font-weight:700;

    margin-bottom:10px;

}

/* ---------- Rating ---------- */

.ldp-rating{

    color:#ff9800;

    font-size:22px;

    margin-bottom:20px;

}

/* ---------- Info ---------- */

.ldp-info{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

}

.ldp-info div{

    flex:1 1 250px;

}

/* ---------- Buttons ---------- */

.ldp-buttons{

    margin-top:30px;

}

.ldp-buttons a{

    margin-right:10px;

    margin-bottom:10px;

}

/* ---------- Facilities ---------- */

.ldp-badge{

    display:inline-block;

    padding:8px 16px;

    background:#eef4ff;

    border-radius:30px;

    margin:5px;

    font-weight:600;

}