.hotel-card {
    display: flex;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 16px;
    max-width: 100%;
    background: white;
}

.hotel-card .hotel-image {
    position: relative;
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 16px;
}

.hotel-card .hotel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-card .favorite-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: white;
    border-radius: 50%;
    padding: 8px;
    border: none;
    cursor: pointer;
}

.hotel-card .hotel-info {
    flex: 1;
}

.hotel-card .hotel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.hotel-card .hotel-name {
    color: #0066cc;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.hotel-card .rating-box {
    background: #003580;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: bold;
}

.hotel-card .location {
    color: #0066cc;
    font-size: 12px;
    margin: 6px 0;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}

.hotel-card .distance {
    color: #6b7280;
    font-size: 12px;
}

.hotel-card .distance:not(:last-child) {
    margin-bottom: 6px;
}
.hotel-card .room-info {
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
}

.hotel-card .room-info:before {
    content: " ";
    width: 1px;
    height: 100%;
    border-left: 2px solid #e7e7e7;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 0
}

.hotel-card .room-type{
    font-weight: bold;
    margin-bottom: 4px;
}

.hotel-card .room-type h4{
    font-size: 14px;
    line-height: 28px;
}

.hotel-card .bed-info {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 5px;
}

.hotel-card .price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-card .breakfast-included {
    color: #008009;
    font-size: 12px;
}

.hotel-card .price-container {
    text-align: right;
}

.hotel-card .old-price {
    color: #6b7280;
    text-decoration: line-through;
    font-size: 14px;
}

.hotel-card .current-price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.hotel-card .tax-info {
    color: #6b7280;
    font-size: 12px;
}

.hotel-card .view-deal-btn {
    display: block;
    background: #0071c2;
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    margin-top: 8px;
}

.left_side_search_boxed .area_flex_one span{
    font-size: 14px;
}

.hotel-info img.icon{
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-right: 8px;
}

.room-facilities{
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.hidden {
    display: none;
}

.see-more-btn {
    background: none;
    border: none;
    color: #007bff;
    font-size: 14px;
    cursor: pointer;
    margin-top: 6px;
}

.see-more-btn:hover {
    text-decoration: underline;
}

.left_side_search_area{
    border-radius: 8px;
}

.left_side_search_boxed.js-box-search{
    padding: 0 !important;
}

.left_side_search_boxed .tour_search_type{
    padding: 0 15px 25px 8px;
    border-bottom: 1px solid #e7e7e7;
}

#rooms-form .flight_Search_boxed{
    background: var(--bg-color);
    border: 0;
    padding: 10px 10px 10px 20px !important;
    border-radius: 10px;
}
