 .search-bar {
     background-color: #fff;
     border: 5px solid #ffc107;
     border-radius: 50px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 10px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
 .search-section {
     flex: 1;
     min-width: 150px;
     padding: 10px 20px;
}
 .calander-background {
     min-width: 250px;
     background-color: #ffc107;
}
 .flatpickr-calendar.inline {
     margin-top: 10px;
}
 .calendar-wrapper {
     position: relative;
     display: inline-block;
}
 #calendar-container {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     background: white;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
     padding: 10px;
     border-radius: 8px;
}
 .right-border {
     border-right: #afb5bc 1px solid;
}
 .search-section-title {
     font-weight: 600;
     font-size: 0.9rem;
     color: #003366;
     font-family: 'Segoe UI', sans-serif;
     line-height: 1.2;
}
 .search-section-value {
     font-size: 1rem;
     font-family: 'Segoe UI', sans-serif;
     line-height: 1.2;
}
 .d-flex.mt-1 {
     display: flex;
     gap: 8px;
     margin-top: 5px;
}
 .date-circle {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-weight: 400;
     color: #003366;
     background-color: transparent;
}
 .date-circle.selected {
     background-color: white;
     font-weight: 700;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
 .search-button {
     background-color: #003366;
     color: white;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: auto;
}
 .search-button:hover {
     background-color: #002244;
}
 .bg-dark-blue {
     background-color: #002b5c !important;
}
 .text-dark-blue {
     color: #002b5c;
}
 .fixed-image {
     height: 180px;
     object-fit: cover;
}
 .card-wrapper {
     padding: 10px;
}
 .btn-dark-blue {
     background-color: #002b5c;
     color: #fff;
     border: none;
}
 .btn-dark-blue:hover {
     background-color: #001f44;
     color: #fff;
}
 .btn-danger i, .btn-dark-blue i {
     width: 30px;
     height: 30px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: 1rem;
}
 @media (min-width: 992px) {
     .col-lg-5th {
         width: 20%;
         flex: 0 0 20%;
    }
     .my-container {
         max-width: 75%;
         margin: auto;
    }
}
 .icon-wrapper {
     width: 36px;
     height: 36px;
     font-size: 1rem;
}
 .mobile-menu {
     position: fixed;
     color: #001f44 !important;
     top: 0;
     right: -100%;
     width: 85%;
     max-width: 350px;
     height: 100vh;
     background-color: white;
     z-index: 1051;
     transition: right 0.3s ease;
     box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
     font-size: 1.15rem !important;
     line-height: 2;
}
 .mobile-menu.open {
     right: 0;
}
 .mobile-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.4);
     z-index: 1050;
     display: none;
}
 .mobile-overlay.show {
     display: block;
}
 .hover-orange:hover {
     background-color: #ffc107 !important;
     color: #001f44 !important;
}
 .form-check {
     display: flex;
     align-items: center;
     justify-content: space-around;
     padding: .5rem 0;
}
 .custom-checkbox {
     width: 1.55rem;
     height: 1.55rem;
     accent-color: #ffc107 !important;
     flex: none;
     margin: 0;
}
 .form-check-label {
     flex: 1;
     margin: 0 .5rem;
     font-size: .95rem;
     color: #212529;
}
 .form-check .text-muted {
     flex: none;
     font-size: .85rem;
}
 .listing-card .btn-favorite {
     position: absolute;
     top: .5rem;
     right: .8rem;
     background: rgba(255,255,255,0.8);
     border-radius: 50%;
     width: 2.5rem;
     height: 2.5rem;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .listing-card .rating-box {
     min-width: 3rem;
}
 .listing-card .date-box {
     font-size: .75rem;
     border: 1px solid #dee2e6;
     border-radius: .25rem;
     padding: .25rem .5rem;
}
 .rating-box {
     width: 2.25rem;
     height: 2.25rem;
     font-size: 0.85rem;
     font-weight: bold;
}
 .small-text {
     font-size: 0.8rem !important;
}
 .yellow-border {
     border: 2px solid #ffc107;
}
 .bg-yellow {
     background-color: #ffc107 !important;
}
 #descriptionBox {
     max-height: 9em;
     overflow: hidden;
     position: relative;
}
 #descriptionBox .fade-overlay {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 3em;
     background: linear-gradient(rgba(255,255,255,0), #fff);
}
 .amenities h5 {
     font-weight: 600;
}
 .amenities .list-unstyled li {
     margin-bottom: .5rem;
}
 .reviews .progress {
     height: 6px;
}
 #toggleDesc {
     font-size: 0.9rem;
}
 .nav-pills .nav-link {
     font-size: 0.9rem;
     text-decoration: none;
     color: #333;
}
 .nav-pills .nav-link:hover {
     background-color: #f8f9fa;
     color: #000;
     text-decoration: none;
}
 .badge-booking {
     background-color: #ffbe00;
     color: #000;
     font-weight: 500;
}
 .thumb-overlay {
     position: absolute;
     inset: 0;
     background-color: rgba(0,0,0,0.5);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-weight: 500;
     border-radius: .25rem;
}
 .map-container {
     position: relative;
     height: 250px;
}
 .map-container iframe {
     border: 0;
     border-radius: .25rem;
     width: 100%;
     height: 100%;
}
 .map-container .btn {
     position: absolute;
     bottom: .5rem;
     left: 50%;
     transform: translateX(-50%);
}
 .neighborhood-list li:last-child {
     border-bottom: none;
}
 .availability .availability-table {
     border-collapse: collapse;
     width: 100%;
}
 .availability .availability-table th, .availability .availability-table td {
     padding: .75rem;
     border-top: 1px solid #dee2e6;
}
 .availability .availability-table thead th {
     border-bottom: none;
}
 .availability .availability-table thead th:not(:first-child) {
     border-left: 1px solid #dee2e6;
}
 .availability .input-group .btn-link {
     font-size: .9rem;
     text-decoration: none;
}
