.jobs-page {
    padding: 18px 0 30px;
    all: inherit;
}

.filter-card,
.job-card,
.top-search-bar {
    background: #fff;
    border: 1px solid #dfe6f1;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.filter-card {
    padding: 24px;
    position: sticky;
    top: 20px;
}

.filter-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #172033;
}

.filter-block {
    margin-bottom: 28px;
}

.filter-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #384860;
    display: block;
}

.custom-select,
.form-control {
    height: 42px;
    border-radius: 12px;
    border: 1px solid #cfd8e6;
    box-shadow: none !important;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-label {
    color: #4e5d78;
    font-size: 15px;
}

.form-check-input {
    margin-top: 0.22rem;
}

.salary-track {
    position: relative;
    height: 6px;
    background: #d9dfeb;
    border-radius: 999px;
    margin: 16px 0 12px;
}

.salary-thumb {
    width: 22px;
    height: 22px;
    background: #3167e3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 10px rgba(49, 103, 227, 0.25);
}

.salary-values {
    display: flex;
    justify-content: space-between;
    color: #7b8aa5;
    font-size: 14px;
}

.icon {
    width: 20px;
    height: 20px;
}

/* .clear-btn {
            width: 100%;
            border-radius: 12px;
            padding: 12px 18px;
            font-weight: 600;
            border: 1px solid #d8e0ec;
            background: #f7f9fc;
            color: #4c5c76;
            transition: .2s ease;
        }

        .clear-btn:hover {
            background: #eef3fa;
        } */

.sort-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    color: #697a96;
    font-size: 16px;
    white-space: nowrap;
}

.sort-box strong {
    color: #172033;
    font-weight: 700;
    margin-left: 6px;
}

.sort-box .caret {
    margin-left: 10px;
    font-size: 12px;
}

.results-count {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 16px;
}

.results-count strong {
    color: #162033;
}

.results-count .keyword {
    color: #2f67ea;
    font-weight: 600;
}

.job-card {
    padding: 26px 28px;
    margin-bottom: 18px;
}

.job-logo {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    background: #e9eef8;
    display: flex;
    align-items: center;
    justify-content: center;
}


.job-logo-image {
    width: 150px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: #e9eef8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-logo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 4px;
}

.job-title {
    font-size: 24px;
    font-weight: 700;
    color: #172033;
    margin: 0;
}

.job-company {
    color: #2f67ea;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.job-badge {
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    letter-spacing: .6px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.badge-blue {
    background: #e9f1ff;
    color: #3167e3;
}

.badge-purple {
    background: #f0e9ff;
    color: #7a36e8;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: #6a7b97;
    font-size: 15px;
    margin-bottom: 18px;
}

.job-meta span {
    display: inline-flex;
    align-items: center;
}

.job-meta i {
    font-style: normal;
    margin-right: 8px;
    color: #7f8ea8;
}

.job-desc {
    color: #53627d;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
}

.job-salary {
    font-size: 24px;
    font-weight: 800;
    color: #172033;
    text-align: right;
    margin-bottom: 26px;
    white-space: nowrap;
}

.apply-btn {
    min-width: 143px;
    border: 0;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 24px;
    transition: .2s ease;
}

.apply-btn:hover {
    color: #fff;
}

.apply-btn:focus {
    outline: none;
}

.mobile-filter-toggle {
    display: none;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #dfe6f1;
    background: #fff;
    color: #172033;
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
}

.mobile-filter-toggle:focus {
    outline: 0;
}

.mobile-filter-box {
    display: none;
    margin-bottom: 16px;
}

#job_description {
    font-size: 1.195rem;
}

#job_description>ul {
    margin-left: 50px;
}

@media (max-width: 991.98px) {
    .filter-sidebar-desktop {
        display: none;
    }

    .mobile-filter-toggle {
        display: flex;
    }

    .mobile-filter-box {
        display: block;
    }

    .sort-box {
        justify-content: flex-start;
    }

    .job-salary {
        text-align: left;
        margin-top: 18px;
        margin-bottom: 16px;
    }

    .job-card {
        padding: 22px 18px;
    }
}

@media (max-width: 767.98px) {
    .jobs-page {
        padding: 14px 0 24px;
    }

    .filter-card {
        padding: 18px;
    }

    .job-title {
        font-size: 22px;
    }

    .job-company {
        font-size: 17px;
    }

    .job-logo {
        width: 64px;
        height: 64px;
    }

    .apply-btn {
        width: 100%;
    }
}

.close {
    all: unset;
}

.modal {
    background: none !important;
}

.fade {
    transition: none;
    animation-name: none;
    animation-duration: unset;
}

.skeleton {
    position: relative;
    overflow: hidden;
    background: #e9ecef;
    border-radius: 4px;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg,
            rgba(233, 236, 239, 0) 0%,
            rgba(255, 255, 255, 0.7) 50%,
            rgba(233, 236, 239, 0) 100%);
    animation: skeleton-loading 1.2s infinite;
}

@keyframes skeleton-loading {
    100% {
        left: 100%;
    }
}

.skeleton-text {
    height: 12px;
    margin-bottom: 10px;
}

.skeleton-title {
    height: 20px;
    width: 70%;
    margin-bottom: 15px;
}

.skeleton-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.skeleton-btn {
    height: 36px;
    width: 120px;
    border-radius: 4px;
}

.skeleton-card {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background: #fff;
}

.size-6 {
    width: 30px;
    height: 30px;
}

.contact-label{
    color:#6d6d6d;
    font-size: small;
}
.contact-title{
    color:#6d6d6d;
    font-weight:600;
}

.contact-banner{
        padding: 1em 3em;
    border: solid #fffafa;
    margin: 0 3em;
    border-radius: 10px;
    background-color: #fffafa;
    box-shadow: -1px 8px 31px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 8px 31px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 8px 31px 0px rgba(0,0,0,0.75);
}