.bookinfo {
    margin-bottom: 0 !important;
}

.modal-dialog {
    max-width: 560px !important;
}

.calculate-content .btn {
    color: #FFF !important;
    background-color: #00308f !important; /* Primary Blue */
    border-color: #00308f !important;
}

.calculate-content .btn:hover {
    background-color: #194F9E !important; /* Secondary Blue */
    border-color: #194F9E !important;
}

.serach {
    cursor: pointer;
}

.snackbar {
    visibility: hidden;
    width: 100%;
    background-color: #00308f; /* Primary Blue */
    color: #FFD700; /* Yellow text for contrast */
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: relative;
    z-index: 9999;
    bottom: 30px;
    font-size: 17px;
    display: none;
    transition: all 300ms linear 0s;
}

.show {
    display: block;
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.ui-front {
    z-index: 9999 !important;
}

.header_top .navbar-nav .nav-link .badge {
    padding: 0;
    color: #fff;
    position: absolute;
    top: 23px;
    display: block;
    font-size: 11px;
    right: 0px;
    background: #FFD700; /* Changed from red to Yellow */
    border-radius: 50px;
    width: 22px;
    line-height: 22px;
    box-shadow: none;
}

.header_top .navbar-nav .nav-link:hover .badge {
    color: #00308f; /* Primary Blue on hover */
    background-color: #FFD700;
}

.map_area {
    position: relative;
}

.map_area .simple_btn:before {
    z-index: 0;
    background-color: #00308f; /* Primary Blue for before elements */
}

.map_area .simple_btn span {
    position: relative;
    color: #00308f;
}

.map,
.map iframe,
.map img {
    width: 100%;
    height: 300px;
    border: 3px solid #B0B0B0; /* Gray border for map frame */
}
