.hotel_booking_table {
    background: #ffffff;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 4px 4px -2px rgb(0 0 0 / 20%);
}

.hotel_booking_table h2 {
    color: #3b3a3a;
}

.hotel_booking_table {
    position: relative;
    bottom: -64px;
    border-radius: 15px;
}

.booking_table {
    min-height: 600px;
}

.section_gap {
    padding: 50px;
}


.single-recent-blog-post .details {
    padding: 15px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 4px 4px -2px rgb(0 0 0 / 20%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.single-recent-blog-post .thumb {
    box-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 4px 4px -2px rgb(0 0 0 / 20%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.navbar .menu_nav .nav-item:hover .nav-link, .navbar .menu_nav .nav-item.active .nav-link {
    color: #bda163;
}


