.navbar-nav li a {
    color: #333; /* Default text color */
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease-in-out;
}

.navbar-nav li a:hover {
    color: #0f4e76 !important; /* Change color on hover */
}

/* Active menu item */
.navbar-nav li a.active {
    color: #58a4d6 !important; /* Change color of selected menu */
    font-weight: bold;
}
.theme-btn {
    background: #0f4e76 !important;
}
.card img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.card img:hover {
    transform: scale(1.2); /* Zoom effect */
}
.main-image {
    margin-top: 12px;
}
.card img {
    width: 345px;
    height: 230px;
}
.trip-card img {
    width: 345px;
    height: 230px;
    border-radius: 5px;
}

.list-icon {
    margin-top: -50px;
}
.icon-fav {
    padding: 10px 0px;
    font-size: 20px;
}
.icon-share {
    padding: 10px;
    font-size: 25px;
}
.fa-heart {
    padding: 10px;
    font-size: 20px;
}
.icon-fav.active i {
    color: red;
}

/* 1366 screen */

.trip-content .price-section button {
    padding: 6px 12px;
}
.book-later a {
    font-size: 12px;
    font-weight: 500;
}
.book-now a {
    font-size: 12px;
    font-weight: 500;

}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.Icard {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(25% - 20px);
    /* 4 per row with 20px gap */
    max-width: calc(25% - 20px);
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.Icard:hover {
    transform: translateY(-5px);
}

.Icard img {
    width: 100%;
    height: 160px;
/*    object-fit: cover;*/
}

.Icard .Ilabel {
    font-weight: bold;
    color: #333;
    margin: 10px 0 5px;
    text-transform: uppercase;
}

.Icard .Ivalue {
    font-size: 20px;
    color: #003366;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Tablet */
@media (max-width: 992px) {
    .Icard {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .Icard {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.wishlist-trips {
    flex: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.p-wrap {
    font-family: "Poppins", serif !important;
}
.inclusionData-model {
    margin: auto !important;
}
.room-description span {
    font-family: "Poppins", serif !important;
    font-weight: 400;
}
.package-section li {
    font-family: "Poppins", serif !important;
}
.details {
    font-family: "Poppins", serif !important;
}
.room-description p{
    color: #000 !important;
    text-align: justify;
    font-family: "Poppins", serif !important;
    font-size: 16px;
}

.room-description span {
     color: #000 !important;
    text-align: justify;
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
}
.room-description {
     color: #000 !important;
    text-align: justify;
    font-family: "Poppins", serif !important;
    font-size: 16px;
}
.p-wrap{
     color: #000 !important;
    text-align: justify !important;
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
}
.p-wrap font {
    font-family: "Poppins", serif !important;
}
.Overview span{
    color: #000 !important;
    text-align: justify !important;
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
}
.Overview p{
    color: #000 !important;
    text-align: justify !important;
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
}
.day-header p{
    color: #000 !important;
    text-align: justify !important;
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
}
.tandc p, .tandc li {
    color: #000 !important;
    text-align: justify !important;
    font-family: "Poppins", serif !important;
    font-size: 16px !important;
/*    text-indent: 0.50in !important;*/
/*    margin-left: 0.75in !important;*/
}

.tandc li {
    margin-left: 0.50in !important;
}
.price-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
.incl-head{
    margin: 5px 0 !important;
}
.view-package{
    background: #0f4e76 !important;
    margin-top: -17px;
}
.view-package a{
    color: #fff !important;
}
.view-package:hover{
    background: #018cea !important;
}
.view-package-btn{
    margin-top: -17px;
}
.preloader {
    background-color: lightblue !important;
}