:root {
    --primary-color: #3498db;
    --text-dark-color: #212529;
    --font-size-base: 16px;
}


.search-bar {
    border-radius: 8px;
    padding-left: 0.8rem;
    font-size: 12px;
}

.filter-btn {
    border-radius: 50px;
    background-color: #f1f1f1;
    border: none;
    padding: 0.4rem 1rem;
    margin-right: 0.4rem;
    font-size: 12px;
}

.filter-btn:hover {
    background-color: #e0e0e0;
}

.nav-icon {
    font-size: 1.4rem;
}

.nav-item a{
    width: 100px;
    font-size: 14px;
}

.nav-profile-img{
    width: 40px;
    border-radius: 50%;
}

.pkg-card-container{
    border-radius: 0;
}








 @media (max-width: 768px) {
    .pkg-card-container{
        margin-bottom: 15px !important;
    }
 }

