.container-fluid{
    width: 100%;
    margin: 30px auto;
    
}
.container{
    margin: auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.contant{
    width: 900px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);

}


.availability-section {
    width: 100%;
    padding: 10px;
    margin: auto;
    border-radius: 10px;

}

.availability-section h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    color: #00b4d8;
    font-family: "Content", system-ui;
}

.availability-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Content", system-ui;
    letter-spacing: 0.7px;


}

.availability-table th,
.availability-table td {
    padding: 10px 0;
    text-align: left;
    border: 9px solid white;
}

.availability-table th {
    /* background-color: #f2f2f2; */

}

.availability-table input[type="date"],
.availability-table select,
.availability-table input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Content", system-ui;
}
.availability-table input[type="date"],
.availability-table select,
.availability-table input[type="number"] :focus {
   border-color: #00b4d8;
   outline: 0;
}


.submit-button {
    text-align: center;
}

.submit-button button {
    background-color: #00b4d8;
    color: white;
    padding: 14px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.submit-button button:hover {
    opacity: 0.7;
   }
.hotel-card{
    border-top: 2px solid #ccc;
    padding: 25px 12px;
    display: flex;
    gap: 20px;
    overflow: hidden;
    align-items: center;
}

.card-header img{
    width: 340px;
    height: 260px;
    transition: .3s;
}
.card-header img:hover{
    scale: 1.05;
}
.card-body{
    width: 320px;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.card-body h4{
    font-family: sans-serif;
}
.card-body .location-icon{
    color: #00b4d8;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 20px;
}
.card-body .location-text{
    font-family: "Content", system-ui;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: rgb(128, 128, 128);

}
.card-body .condition{
    margin-top: 18px;
    font-size: 14px;
    font-family: "Content", system-ui;
    color: #00b4d8;
  
}
.fa-check{
    color: #4eff57;
 
}
.icon{
    text-align: center;
    border: 2px solid gray;
    border-radius: 4px;
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}
.icon:hover{
    border: 2px solid #00b4d8;
    background-color: #00b4d8;
    color: white;
   
}
.pricess{
    flex-grow: 1;
}
.d-flex{
    display: flex;
    align-items: center;
    gap: 6px;
}

.review p{
    line-height: 20px;
    font-size: 14px;
    font-family: "Content", system-ui;
}
.review .box{
    border-radius: 4px;
    font-size: 13px;
    padding: 7px;
    background-color: #00b4d8;
    color:white;
    font-weight: bold;
}
.pricess h3{
    font-family: "Dangrek", sans-serif;
    margin-bottom: 16px;

}
.pricess .booking-btn{
    
    font-family: "Content", system-ui;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    background-color: #00b4d8;
    color: white;
    padding: 09px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}
.pricess .booking-btn:hover{
    opacity: 0.7;
}


.hotel-name-link{
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    
}
.hotel-name-link:hover{
    color: blue;
    text-decoration: underline;

}

.header{
    position: sticky;
    top: 0;
}


.container-2{
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.more-infor{
    padding: 25px 10px;
    font-family: "Content", system-ui;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);


}
.assistant{
   margin-bottom: 15px;
   padding-bottom: 10px;
   border-bottom: 2px solid #ccc;
}
.fa-phone{
    display: inline-block;
    background-color: rgba(128, 128, 128, 0.633);
    padding: 10px;
}
#phone-call{
    text-align: center;
    margin-left: -25px;
    font-size: 25px;
}
#number{
    color: #00b4d8;
}
.assistant h3{
    display: inline-block;
    margin-left: 20px;
}
.more-infor .sub-heading-text{
    color: #00b4d8;
    font-weight: 600;
    margin-top: 10px;
}
.more-infor .para{
    font-size: 15px;
}
.more-infor img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.d-flex{
    display: flex;
}
.justify{
    justify-content: space-between;
}
.d-flex .fa-star{
    color: gold;
    letter-spacing: -3px;
}
.mt{
    margin-top: 8px;
}
