:root {
    --primary-color: #1A73E8; /* yoki logoga mos boshqa rang */
}

.nav-icon.active i,
.nav-icon.active div {
    color: var(--primary-color) !important;
}

.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}


.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.btn-jobbank {
    color: white;
    background-color: #007bff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.btn-jobbank:hover {
    background-color: #0056b3;
}

.text-primary{
    color: #0056b3!important;
}
.btn-primary{
    background-color: #0056b3!important;
}


.category-card {
    transition: all 0.3s ease-in-out;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff22;
}

.category-card:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    z-index: 2;
}

.category-card:hover .view-btn {
    opacity: 1 !important;
}


.category-title-wrapper {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.category-title {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.banner-img-mobile {
    width: 100% !important;
    max-height: 320px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
}

 .user-type-btn {
     transition: all 0.3s ease;
 }
.user-type-btn.active {
    background-color: #e6f0fa !important;
    color: #0056b3 !important;
    border-color: #0056b3 !important;
}
.user-type-btn:hover {
    background-color: #d1e3fa;
    border-color: #003d82;
}
.btn-primary {
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: #003d82;
    border-color: #003d82;
}
.form-control:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
}

