/* modal styles */
.mdl_bg{
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdl_mc{
    background-color: white;
    border: 1px solid grey;
    padding: 30px;
    max-width: 300px;
    width: 100%;
}



.opr_mc{
    display: flex;
}

.dev_img img{
    width: 300px;
}

.dev_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 300px);
    margin-top: 200px;
}

.prvp_mc{
    width: 100%;
}

/* hotel and villa styles */
.prvp_mp{
    width: 100%;
    height: 100%;
}

/* h&v filter nav styles */

.fnb{
    height: 40px;
    width: 100px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: 1px solid #001B04;
    opacity: .4;
    transition: .5s;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #003C09;
    background-color: white;

}

.fnb:hover{
    opacity: 1;
    transform: scale(105%);
    background-color: #e0ffe5;
}

.fnb img{
    height: 20px;
}

#cfn{
    color: #003C09; 
    align-items:center;
    justify-content: center;
    border: 1px solid #001B04;
    cursor: pointer;
    width: 100px;
    margin: 10px;
    height: 40px !important;
    padding: 0;
    border-radius: 20px;
    transition: .5s;
}

#cfn:hover{
    transform: scale(105%);
    background-color: #ffe4e496;
}

.prvp_fn{
    display: flex;
    position: fixed;
    right: -300px;
    flex-direction: column;
    column-gap: 15px;
    flex: 1;
    background-color: white;
    height: 100%;
    max-width: 300px;
    width: 100%;
    z-index: 1;
    top: 0;
    border-left: 1px solid grey;
    transition: .5s;
}

.prvp_hct{
    display: flex;
    column-gap: 10px;
    padding: 10px;
}

.prvp_hic{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: grey;
    width: 100%;
}

.prvp_hi_sel{
    height: 35px;
    width: 100%;
}

.prvp_hi_date{
    height: 35px;
}

.prvp_hi_num{
    height: 35px;
    width: calc(100% - 7px);
    text-align: center;
}

.snf_sb{
    height: 40px;
    width: 100%;
    font-family: "Jost";
    cursor: pointer;
    background-color: #003C09;
    outline: none;
    color: white;
    font-size: 18px;
    border: none;
    transition: .3s;
}

.snf_sb:hover{
    opacity: .8;
}

/* h&v panel styles */

#rv_mp{
    height: 100vh;
    overflow-y: auto;
}
#rv_mp1{
    height: calc(100vh - 90px);
    overflow-y: auto;
}

#rv_mp::-webkit-scrollbar {
  display: none;
}

.hv_cct{
    background-color: white;
    padding: 10px;
    border: 1px solid rgb(0, 27, 4);
    transition: .5s;
    cursor: pointer;
    margin: 10px;
}

.hv_dtlc{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: fit-content;
}

.hv_tp{
    background-color: #FCD75E;
    color: #001B04;
    font-weight: 500;
    padding: 0 20px;
}

.hv_rsts{
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: green;
    color: white;
    height: 30px;

    border-radius: 15px;
}

.hv_dtl{
    display: flex;
    margin-top: 10px;
    column-gap: 30px;
    

}

.hv_rn{
    font-size: 60px;
    border: 4px solid #003C09;
    color: #003C09;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
    width: 110px;
}

.hv_dtlsc{
    display: flex;
    align-items: center;
}

.hv_rnm{
    font-family: "Roustel";
    font-size: 35px;
    font-weight: 300;
    color: #5f7536;
}

.hv_rdsc{
    font-size: 18px;
    margin-top: 10px;
    color: black;
}

.hv_icl {
    width: 100% !important;
    display: none; 
    margin-top: 15px !important;
    padding: 12px !important;
    background-color: #fcfcfc;
    border-left: 3px solid #5f7536;
    box-sizing: border-box;
    display: flex !important; 
    flex-direction: row !important;
    flex-wrap: wrap !important; 
    gap: 10px !important;       
}

.icl_ct {
    display: inline-block !important; 
    width: auto !important;           
    padding: 6px 14px !important;     
    background-color: #f0f2eb;       
    color: #333 !important;
    font-size: 0.95rem !important;
    border-radius: 20px !important;  
    border: 1px solid #e2e6d9 !important;
    text-align: center !important;
    box-sizing: border-box;
}

.hv_icl[style*="display: none"] {
    display: none !important;
}
.hv_icl[style*="display: block"] {
    display: flex !important; 
}

.hv_iclb {
    cursor: pointer;
    user-select: none;
    color: #e4af00;
    font-size: 17px;
}

.hv_dtlb{
    margin-top: 20px;
}

.hv_dtlb button{
    height: 30px;
    width: 150px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: .3s;
}

.hv_dtlb button:hover{
    transform: scale(102%);
}

.hv_tn{
    height: 100%;
    min-width: 300px;
}

.hv_tn img{
    max-width: 350px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* rsv panel styles */
.rsv_id{
    color: red; 
    font-weight:600;
}

.rsv_dtl_mc{
    margin-top: 10px; 
    display:flex; 
    column-gap:30px;
}

.rsv_dtl_mc div{
    flex: 1;
}

.rsv_dtl_lbl{
    font-size: 14px; 
    color: #4b4b4b
}

.rsv_pcb{
    background-color: #001B04;
    color: white;
    border: none;
    outline: none;
    padding: 5px 0;
    cursor: pointer;
    transition: .3s;
}

.rsv_pcb:hover{
    opacity: .8;
}

@media (max-width: 850px) {
    .hv_dtl {
        flex-direction: column;
    }

    .hv_tn img{
        max-width: 850px;
    }
}

@media (max-width: 320px) {
    .hv_dtlb button {
        width: 100px;
    }
}