@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
    color: #1c4c57;
}
nav[aria-label="Pagination Navigation"] {
    margin-top: 40px;
}

/* Hide "Showing 1 to 9 of 10 results" text */
nav[aria-label="Pagination Navigation"] p {
    display: none;
}

/* Center pagination on desktop */
nav[aria-label="Pagination Navigation"] .sm\:justify-between {
    justify-content: center !important;
}

/* Pagination wrapper */
nav[aria-label="Pagination Navigation"] .inline-flex {
    gap: 8px;
    box-shadow: none !important;
    border-radius: 12px;
    overflow: visible;
    align-items: center;
    display: inline-flex !important;
    height: 46px !important;
    margin-bottom: 10px;
}

/* Remove Tailwind negative margins */
nav[aria-label="Pagination Navigation"] .-ml-px {
    margin-left: 0 !important;
}

/* Base style for all pagination buttons */
nav[aria-label="Pagination Navigation"] a,
nav[aria-label="Pagination Navigation"] span[aria-current="page"] span,
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"] span {
    min-width: 46px;
    height: 46px;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
    margin: 0 !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1 !important;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
    vertical-align: middle;
}

/* Hover effect */
nav[aria-label="Pagination Navigation"] a:hover {
    background: linear-gradient(135deg, #0d6efd, #0a58ca) !important;
    border-color: #0d6efd !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

/* Active page */
nav[aria-label="Pagination Navigation"] span[aria-current="page"] span {
    background: linear-gradient(135deg, #0d6efd, #0a58ca) !important;
    border-color: #0d6efd !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.30);
}

/* Disabled buttons */
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"] span {
    background: #f9fafb !important;
    color: #9ca3af !important;
    border-color: #e5e7eb !important;
    cursor: not-allowed;
    box-shadow: none;
}

/* SVG arrow icons */
nav[aria-label="Pagination Navigation"] svg {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
}

/* Make SVG white on hover */
nav[aria-label="Pagination Navigation"] a:hover svg {
    color: #ffffff;
}

/* Ensure wrappers don't affect sizing */
nav[aria-label="Pagination Navigation"] span[aria-disabled="true"],
nav[aria-label="Pagination Navigation"] span[aria-current="page"] {
    display: inline-flex;
    align-items: center;
}

/* ============i==============================
   Mobile Pagination (Previous / Next Buttons)
   ========================================== */
@media (max-width: 640px) {
    nav[aria-label="Pagination Navigation"] {
        margin-top: 30px;
    }

    /* Show mobile pagination */
    nav[aria-label="Pagination Navigation"] .sm\:hidden {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    /* Hide desktop pagination */
    nav[aria-label="Pagination Navigation"] .hidden.sm\:flex-1 {
        display: none !important;
    }

    /* Style Previous and Next buttons */
    nav[aria-label="Pagination Navigation"] .sm\:hidden a,
    nav[aria-label="Pagination Navigation"] .sm\:hidden span {
        min-width: 120px;
        height: 46px !important;
        padding: 0 20px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box;
        border-radius: 12px !important;
        border: 1px solid #e5e7eb !important;
        background: #ffffff !important;
        color: #374151 !important;
        font-size: 14px;
        font-weight: 600;
        line-height: 1 !important;
        text-decoration: none;
        white-space: nowrap;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
        margin: 0 !important;
    }

    /* Hover effect on mobile */
    nav[aria-label="Pagination Navigation"] .sm\:hidden a:hover {
        background: linear-gradient(135deg, #0d6efd, #0a58ca) !important;
        border-color: #0d6efd !important;
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
    }

    /* Disabled Previous button on first page */
    nav[aria-label="Pagination Navigation"] .sm\:hidden span {
        background: #f9fafb !important;
        color: #9ca3af !important;
        border-color: #e5e7eb !important;
        cursor: not-allowed;
        box-shadow: none;
    }
}
a{
    color: #34c0ff;
    text-decoration: none;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
}
.section-space{
    padding-top: 70px;
    padding-bottom: 70px;
}
.main-btn{
    color: #ffffff;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    font-size: 14px;
}
.main-btn:hover, .main-btn:focus{
    background: linear-gradient(135deg,  #0049c1 0%, #0c007c 100%);
    color: #fff !important;
}
.main-btn-light{
    color: #ffffff;
    background: #00b5f5;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    font-size: 14px;
}
.main-btn-light:hover, .main-btn-light:focus{
    background: linear-gradient(135deg,  #0049c1 0%, #0c007c 100%);
    color: #fff !important;
}
.btn-ul{
    margin-top: 50px;
}
.btn-top-gap{
    margin-top: 40px
}
.main-heading-gap{
    margin-bottom: 40px
}
.main-heading span{
    color: #00b5f5;
    font-weight: 600;
    font-size: 16px;
}
.main-heading .main-h{
    color: #0b1023;
    font-size: 2.85rem;
    font-weight: bold;
    line-height: 1.1;
}
.modal-forgot .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(16, 24, 40, 0.18);
}

.modal-forgot .modal-body {
    padding: 40px 32px 32px;
    position: relative;
}

/* Close Button */
.modal-forgot .modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f8faff;
    opacity: 1;
    box-shadow: none;
    transition: all 0.3s ease;
}

.modal-forgot .modal-close:hover {
    background-color: #eef4ff;
}

/* Icon Circle */
.forgot-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    box-shadow: 0 18px 40px rgba(0, 73, 193, 0.25);
}

.forgot-icon i {
    font-size: 34px;
    color: #ffffff;
    line-height: 1;
}

/* Title */
.modal-forgot .modal-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1023;
    margin-bottom: 10px;
}

/* Subtitle */
.modal-forgot .modal-subtext {
    font-size: 14px;
    line-height: 1.8;
    color: #667085;
    max-width: 280px;
    margin: 0 auto 24px;
}

/* Input */
.modal-forgot .form-control {
    height: 54px;
    border-radius: 14px;
    border: 1px solid #dbe3f0;
    background: #f8faff;
    font-size: 14px;
    font-weight: 500;
    color: #0b1023;
    padding: 0 18px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.modal-forgot .form-control::placeholder {
    color: #98a2b3;
    font-weight: 400;
}

.modal-forgot .form-control:focus {
    background: #ffffff;
    border-color: #0049c1;
    box-shadow: 0 0 0 4px rgba(0, 73, 193, 0.08);
}

/* Button */
.modal-forgot .btn-primary {
    height: 54px;
    border: 0;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    box-shadow: 0 12px 30px rgba(0, 73, 193, 0.22);
    transition: all 0.3s ease;
}

.modal-forgot .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 73, 193, 0.28);
}

/* Success Message */
.modal-forgot .success-text {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #16a34a;
    background: #ecfdf3;
    border: 1px solid #ccebd7;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 575.98px) {
    .modal-forgot .modal-dialog {
        margin: 16px;
    }

    .modal-forgot .modal-body {
        padding: 34px 22px 24px;
    }

    .forgot-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 18px;
    }

    .forgot-icon i {
        font-size: 28px;
    }

    .modal-forgot .modal-title {
        font-size: 24px;
    }

    .modal-forgot .modal-subtext {
        font-size: 13px;
        line-height: 1.7;
    }

    .modal-forgot .form-control,
    .modal-forgot .btn-primary {
        height: 50px;
        font-size: 13px;
    }
}
/* Navbar */
.logo{
    width: 220px;
}

.navbar-light{
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    border-radius: 12px;
    margin-left: 10px;
    padding: 12px 24px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.last:hover, .navbar-light .navbar-nav .nav-link.last:focus{
    background: linear-gradient(135deg,  #0049c1 0%, #0c007c 100%);
    color: #fff;
}
.dropdown-item{
    padding: 8px 20px;
    color: #fff
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #535353;
    margin-left: 9px;
    padding: 8px 16px;
    letter-spacing: .25px;
    font-weight: 500;
    border-radius: 12px;
}
.navbar-light .navbar-nav .nav-link.active{
    background-color: oklch(97% .015 255);
    color: #0049c1
}

.nav-link.sign-link{
    color: #0049c1 !important;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    background-color: oklch(97% .015 255);
    color: #0049c1
}
.navbar-light.is-sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease forwards;
    will-change: transform;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.navbar-light.is-sticky{
    padding-top: 10px;
    padding-bottom: 10px
}
.navbar-light.is-sticky .logo {
    width: 140px;
}
.navbar-light.is-sticky .nav-link{
    padding: 10px 14px;
}
.sj-profile-toggle{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0b1023;
    padding: 3px 10px;
    border-radius: 12px;
}

.sj-profile-toggle:hover{
    background-color: oklch(97% .015 255);
}

.sj-profile-img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e6eefc;
}

.sj-profile-user-name{
    font-size: 14px;
    font-weight: 600;
}

/* Dropdown */
.sj-profile-dropdown{
    min-width: 220px;
    border: none;
    border-radius: 18px;
    padding: 10px 0;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.sj-profile-dropdown .dropdown-item{
    color: #344054;
    padding: 8px 14px;
    font-size: 14px;
}

.sj-profile-dropdown .dropdown-item:hover{
    background: oklch(97% .015 255);
    color: #0049c1;
}


/* inner breadcrumb-sec */
.simple-breadcrumb-section{
    padding: 100px 0 30px;
    background: linear-gradient(140deg, oklch(97% .02 260) 0%, oklch(93% .05 240) 50%, oklch(95% .04 290) 100%);
    position: relative;
}

.custom-container{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.simple-breadcrumb-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

.simple-page-title{
    margin: 0;
    color: #0c007c;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 1.1;
}

/* Breadcrumb */
.simple-breadcrumb-nav{
    display: inline-flex;
}

.simple-breadcrumb-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.simple-breadcrumb-item{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: rgb(0 0 0 / 85%);
}

.simple-breadcrumb-item:not(:last-child)::after{
    content: "/";
    margin: 0 10px;
    color: rgb(0 0 0 / 45%);
}

.simple-breadcrumb-item a{
    color: rgb(0 0 0 / 85%);
    text-decoration: none;
    transition: all 0.3s ease;
}

.simple-breadcrumb-item a:hover{
    color: #00b5f5;
}

.simple-breadcrumb-item.active{
    color: #00b5f5;
    font-weight: 600;
}

/* hero */
.hero-section{
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
    line-height: 1;
    background: linear-gradient(140deg, oklch(97% .02 260) 0%, oklch(93% .05 240) 50%, oklch(95% .04 290) 100%);


}
.hero-badge{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 0.375rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(34, 211, 238, 0.3);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #0c007c;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
    cursor: default;
}
.hero-badge i{
    color: #00b5f5
}
.hero-h{
    color: #1e1e1e;
    font-size: 4.5rem;
    font-weight: bold;
}
.hero-h span{
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.hero-p{
    color: oklch(45% .04 260);
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 50px
}
.hero-p span{
    color: #00b5f5;
    font-weight:700
}

.job-search-bar {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    padding: 12px 15px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    gap: 12px;
    flex-wrap: wrap;
}

.job-search-field {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 220px;
    gap: 12px;
}

.job-search-field i {
    font-size: 16px;
    color: #64748b;
    flex-shrink: 0;
}

.job-search-field input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    padding: 6px 0;
}

.job-search-field input::placeholder {
    color: #64748b;
    font-weight: 500;
}

.job-search-divider {
    width: 1px;
    height: 50px;
    background: #d1d5db;
}

.job-search-btn {
    color: #ffffff;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    border-radius: 12px;
    margin-left: 10px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 14px;
}

.job-search-btn:hover {
    background: linear-gradient(135deg,  #0049c1 0%, #0c007c 100%);
}
.autocomplete-wrapper{
    position: relative;
}

.autocomplete-list{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    max-height: 280px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    border: 1px solid #e5e7eb;
}

.autocomplete-item{
    padding: 12px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}

.autocomplete-item:hover{
    background: #f8fafc;
}

.autocomplete-item:not(:last-child){
    border-bottom: 1px solid #f1f5f9;
}
.popular-tags {
    gap: 0.5rem 1.5rem;
    font-size: 0.95rem;
    color: #6c757d; /* Bootstrap muted tone */
}

.popular-label {
    color: #212529;
}

.popular-link {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.popular-link:hover {
    color: #00bcd4; /* Cyan hover */
}
.hero-img-div{
    position: relative;
    width: 80%;
    margin-left: auto
}
.hero-img-div .hero-img {
    width: 90%;
    animation: floatImage 4s ease-in-out infinite;
    will-change: transform;
}
.custom-blur-circle {
    position: absolute;
    top: 200px;
    right: 79px;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: rgba(0, 188, 212, 0.2);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}
/* Keyframes */
@keyframes floatImage {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-18px);
    }
    100% {
        transform: translateY(0px);
    }
}

.active-card {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 10;
    position: absolute;
    top: 0;
    left: -80px;
}
.active-card.active-card-2{
    top: auto;
    left: auto;
    bottom: 10px;
    right: -60px
}
.active-card.active-card-2 .icon-box{
    background: #00b5f5;
    ;
    color: #1e1e1e
}
.active-card .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.active-card .small-text {
    font-size: 0.75rem;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

.active-card .content-box p:last-child {
    font-size: 1rem;
    color: #212529;
    margin-top: 7px;
}
.job-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}


/* Card Styling */
.job-category-card {
    display: block;
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background: #e9f7ff;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.35s ease;
    color: #111827;
}

.job-category-card:hover {
    background: #ffffff;
    border-color: rgba(0, 188, 212, 0.35);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}


.job-icon-box {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #0c007c;
    transition: all 0.35s ease;
}


.job-category-card:hover .job-icon-box {
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #ffffff;
}

.job-category-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.job-category-card p {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}
.job-sec{
    background: linear-gradient(180deg, oklch(98% .012 260) 0%, oklch(95% .025 245) 100%)
}
/* Main Card */
.job-card {
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.7);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    margin-top: 30px;
    position: relative;
}
.job-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}/* Header */
/* Since .job-card is inside .col, target column order instead */
.row > div:nth-child(8n+1) .job-company-logo {
    background: rgba(0, 188, 212, 0.15);
    color: #007c91;
}

.row > div:nth-child(8n+2) .job-company-logo {
    background: rgba(99, 102, 241, 0.15);
    color: #4338ca;
}

.row > div:nth-child(8n+3) .job-company-logo {
    background: rgba(236, 72, 153, 0.15);
    color: #be185d;
}

.row > div:nth-child(8n+4) .job-company-logo {
    background: rgba(34, 197, 94, 0.15);
    color: #15803d;
}

.row > div:nth-child(8n+5) .job-company-logo {
    background: rgba(249, 115, 22, 0.15);
    color: #c2410c;
}

.row > div:nth-child(8n+6) .job-company-logo {
    background: rgba(168, 85, 247, 0.15);
    color: #7e22ce;
}

.row > div:nth-child(8n+7) .job-company-logo {
    background: rgba(234, 179, 8, 0.18);
    color: #a16207;
}

.row > div:nth-child(8n+8) .job-company-logo {
    background: rgba(239, 68, 68, 0.15);
    color: #b91c1c;
}
.job-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}/* Company */
.job-company-info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.job-company-logo {
    width: 48px;
    height: 48px;
    border-radius: 0.85rem;
    background: rgba(0, 188, 212, 0.15);
    color: #0c007c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.job-company-name {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 0.2rem;
}/* Title */
.job-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}
.job-title a {
    text-decoration: none;
    color: #111827;
    transition: color 0.3s ease;
}
.job-card:hover .job-title a {
    color: #00bcd4;
}/* Salary */
.job-salary-tag {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 0.9rem;
    background: rgba(0, 188, 212, 0.1);
    color: #0c007c;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    position: absolute;
    top: 15px;
    right: 15px;
}/* Meta */
.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    color: #48566c;
}
.job-meta span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.job-meta i {
    font-size: 0.85rem;
}/* Skills */
.job-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}
.job-skills span {
    padding: 0.32rem 0.8rem;
    background: #e9f7ff;
    border-radius: 999px;
    font-size: 0.75rem;
    color: #48566c;
}/* Apply Link */
.job-apply-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0c007c;
    transition: all 0.3s ease;
}
.job-apply-link:hover {
    color: #0097a7;
    gap: 0.55rem;
}
/* Main Section */
.top-companies-section {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    padding: 3rem 1.5rem;
    text-align: center;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #ffffff;
}



/* Decorative Blur */
.top-companies-blur {
    position: absolute;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.blur-right {
    top: 0;
    right: 0;
    background: rgba(34, 211, 238, 0.28);
}

.blur-left {
    bottom: 0;
    left: 0;
    background: rgba(34, 211, 238, 0.18);
}

/* Content */
.top-companies-content {
    position: relative;
    z-index: 2;
}

/* Label */
.top-companies-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #a5f3fc;
    margin-bottom: 0.5rem;
}

/* Title */
.top-companies-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}



/* Inner Card */
.top-companies-card {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
}

/* Company Grid */
.top-companies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}


/* Brand Names */
.company-brand {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0c007c;
    opacity: 0.55;
    transition: all 0.3s ease;
}

.company-brand:hover {
    opacity: 1;
    transform: translateY(-3px);
}

/* Stats */
.top-companies-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(203, 213, 225, 0.7);
}

/* Stat Number */
.stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Stat Label */
.stat-label {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

.how-sec{
    background: linear-gradient(180deg, oklch(98% .012 260) 0%, oklch(95% .025 245) 100%);
}
.how-sec p{
    margin-bottom: 30px
}
.verified-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.verified-benefits-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.verified-benefits-list li::before {
    content: "\F26B"; /* bi-check-circle-fill */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 1.1rem;
    color: #06b6d4;
}

.verified-benefits-list li:hover {
    color: #0f172a;
}
.test-left {
    position: relative;
    height: 100%;
    width: 100%;
}

.test-circle {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    position: absolute;
    left: 50px;
    top: 21%;
}

.test-left img {
    position: absolute;
    top: -5%;
    width: 98%;
}
.testimonial-slider-wrap {
    position: relative;
    height: 700px;
    overflow: hidden;
}

/* Fade Top/Bottom */
.testimonial-slider-wrap::before,
.testimonial-slider-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    pointer-events: none;
}

.testimonial-slider-wrap::before {
    top: 0;
    background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
}

.testimonial-slider-wrap::after {
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}

/* Track */
.testimonial-slider-track {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: verticalScroll 18s linear infinite;
}

/* Pause on Hover */
.testimonial-slider-wrap:hover .testimonial-slider-track {
    animation-play-state: paused;
}

/* Card */
.testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.75rem;
    padding: 15px;
    transition: all 0.35s ease;
}

.testimonial-card:hover {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

/* Quote */
.quote-icon {
    font-size: 2rem;
    color: #00bcd4;
    display: inline-block;
    margin-bottom: 0rem;
}

/* Text */
.testimonial-text {
    font-size: 15px;
    line-height: 1.4;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

/* User */
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.testimonial-user p {
    margin: 0.25rem 0 0;
    font-size: 13px;
    color: #64748b;
}

/* Animation Bottom to Top */
@keyframes verticalScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.blog-sec{
    background: linear-gradient(180deg, oklch(98% .012 260) 0%, oklch(95% .025 245) 100%)
}
.blog-box {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    transition: all 0.35s ease;
    height: 100%;
}

.blog-box:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

/* Image */
.blog-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-box:hover .blog-image img {
    transform: scale(1.06);
}

/* Content */
.blog-content {
    padding: 1.5rem;
}

/* Meta */
.blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

/* Date */
.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: #64748b;
}

.blog-date i {
    font-size: 0.8rem;
}

/* Tag */
.blog-tag {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(0, 188, 212, 0.12);
    color: #0c007c;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Title */
.blog-content h3 {
    margin-bottom: 0.75rem;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
    min-height: 50px;
}

.blog-content h3 a {
    text-decoration: none;
    color: #0f172a;
    transition: color 0.3s ease;
}

.blog-box:hover .blog-content h3 a {
    color: #0c007c;
}

/* Description */
.blog-content p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More */
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0c007c;
    transition: all 0.3s ease;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover {
    color: #0891b2;
}

.read-more-btn:hover i {
    transform: translateX(4px);
}
/* Footer Base */
.footer-section {
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    padding: 4rem 0 2rem;
}

/* Container */
.custom-container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Newsletter */
.footer-newsletter {
    background: #ffffff;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
    display: grid;
    gap: 2rem;
    align-items: center;
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .footer-newsletter {
        grid-template-columns: 1fr auto;
        padding: 1.5rem 2rem;
    }
}

.footer-newsletter-text h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.footer-newsletter-text p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
}

/* Newsletter Form */
.footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .footer-newsletter-form {
        flex-direction: row;
    }
}

.footer-newsletter-form input {
    width: 100%;
    min-width: 280px;
    height: 52px;
    border: 1px solid #dbe3ea;
    border-radius: 0.8rem;
    padding: 0 1rem;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
}

.footer-newsletter-form input:focus {
    border-color: #00bcd4;
    box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
}



/* Main Grid */
.footer-main-grid {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .footer-main-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .footer-main-grid {
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
}

/* Brand */
.footer-logo img {
    height: 48px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-brand p {
    max-width: 300px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

/* Social */
.footer-socials {
    display: flex;
    gap: 0.75rem;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dbe3ea;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    color: #00bcd4;
    border-color: #00bcd4;
    transform: translateY(-2px);
}

/* Link Columns */
.footer-links h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 0.85rem;
}

.footer-links ul li a {
    text-decoration: none;
    color: #e3e3e3;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #00bcd4;
}

/* Bottom */
.footer-bottom {
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}
.ab-p{
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    margin-top: 35px;
    margin-bottom: 25px
}
.ab-h3{
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: 34px;
    font-size: 29px;
    color: #121212;
}
.m-list{
    padding-left: 1rem;
}
.m-list li{
    margin-bottom: 15px;
    color: #121212;
    font-size: 16px;
}
.counter-section{
    position: relative;
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.counter-box{
    position: relative;
    height: 100%;
    padding: 36px 28px;
    background: #ffffff;
    border: 1px solid rgba(0, 73, 193, 0.08);
    border-radius: 20px;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    overflow: hidden;
}

.counter-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 4px;
    background: linear-gradient(135deg, #0c007c 0%, #00b5f5 100%);
    border-radius: 0 0 10px 10px;
}

.counter-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 73, 193, 0.12);
    border-color: rgba(0, 181, 245, 0.18);
}

.counter{
    margin: 0;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    color: #0c007c;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 55%, #00b5f5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter-box p{
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #667085;
    max-width: 220px;
}

.counter span{
    font-size: 1.2rem;
    font-weight: 700;
}



.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: #ffffff;
}
.contact-page-section{
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* Left Content */
.contact-content-box{
    padding-right: 20px;
}

.contact-mini-title{
    display: inline-block;
    color: #00b5f5;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.contact-main-title{
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 700;
    color: #0b1023;
    margin-bottom: 20px;
}

.contact-description{
    font-size: 15px;
    line-height: 1.9;
    color: #667085;
    margin-bottom: 18px;
}

.contact-feature-list{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-feature-item{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #101828;
}

.contact-feature-icon{
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 181, 245, 0.12);
    color: #00b5f5;
    font-size: 15px;
}

/* Form Card */
.contact-form-card{
    background: #ffffff;
    border: 1px solid rgba(0, 73, 193, 0.08);
    border-radius: 24px;
    padding: 38px;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.07);
}

.contact-form-title{
    font-size: 1.7rem;
    font-weight: 700;
    color: #0b1023;
    margin-bottom: 28px;
}

/* Form */
.custom-form-group label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
    margin-bottom: 10px;
}

.custom-form-control{
    width: 100%;
    height: 56px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 14px;
    color: #101828;
    background: #ffffff;
    transition: all 0.3s ease;
    outline: none;
}

.custom-form-control:focus{
    border-color: #00b5f5;
    box-shadow: 0 0 0 4px rgba(0, 181, 245, 0.08);
}

.custom-form-control::placeholder{
    color: #98a2b3;
}

.custom-textarea{
    height: 150px;
    resize: none;
    padding-top: 16px;
}
.job-fluid{
    padding-left: 15px;
    padding-right: 15px;
}
.sj-hero-search-section{
    padding: 100px 0 70px;
    background: linear-gradient(90deg, #d8edf9 0%, #e7e8f7 100%);
}
.sj-hero-heading-wrap{
    text-align: center;
    margin-bottom: 28px;
}

.sj-hero-main-title{
    margin: 0;
    font-size: 2.785rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2px;
    color: #071133;
}

.sj-hero-main-title span{
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sj-hero-sub-title{
    margin: 18px 0 0;
    font-weight: 500;
    color: oklch(45% .04 260);
    font-size: 1.125rem;
}
.sj-sort-select-wrap{
    position: relative;
    display: inline-block;
    min-width: 190px;
}

.sj-sort-select{
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #d0d5dd;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 12px 42px 12px 16px;
    border-radius: 12px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
}

.sj-sort-select:hover{
    border-color: #98a2b3;
}

.sj-sort-select:focus{
    border-color: #0049c1;
    box-shadow: 0 0 0 4px rgba(0, 73, 193, 0.08);
}

/* Custom Arrow */
.sj-sort-select-wrap::after{
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #667085;
    pointer-events: none;
}
.job-count{
    font-weight: 500;
    font-size: 14px
}
.job-count span{
    font-weight: 800
}
@media (min-width: 992px) {
    .sj-filter-sidebar.offcanvas-lg {
        position: static;
        transform: none !important;
        visibility: visible !important;
        background: transparent;
        border: 0;
        width: auto !important;
        height: auto !important;
    }

    .sj-filter-sidebar.offcanvas-lg .offcanvas-body {
        overflow: visible;
        display: block;
    }
}

/* Mobile offcanvas width */
@media (max-width: 991.98px) {
    .filter-btn-col{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #jobFiltersOffcanvas {
        width: 320px;
        max-width: 90%;
    }

    #jobFiltersOffcanvas .offcanvas-body {
        padding: 1.5rem !important;
    }
}
.sj-filter-sidebar{
    position: sticky;
    top: 110px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
}/* Header */
.sj-filter-header{
    padding-bottom: 18px;
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 22px;
}
.sj-filter-header h3{
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #101828;
}/* Group */
.sj-filter-group{
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f2f4f7;
}
.sj-filter-group-last{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sj-filter-title{
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    color: #344054;
}/* Checkbox */
.sj-filter-check{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #475467;
    transition: all 0.3s ease;
}
.sj-filter-check:last-child{
    margin-bottom: 0;
}
.sj-filter-check:hover{
    color: #0049c1;
}
.sj-filter-check input[type="checkbox"]{
    width: 18px;
    height: 18px;
    accent-color: #0049c1;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: -1px;
}
.sj-filter-check span{
    line-height: 1.4;
}

/* ================= JOB DETAIL PAGE ================= */
.sj-job-detail-section{
    background: #f8fbff;
    padding-top: 130px;
}

/* Hero */
.sj-job-detail-hero{
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e4e7ec;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.05);
    margin-bottom: 24px;
}

.sj-job-detail-top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.sj-job-detail-company{
    display: flex;
    align-items: center;
    gap: 18px;
}

.sj-job-detail-logo{
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.sj-job-detail-company-name{
    margin: 0 0 6px;
    font-size: 14px;
    color: #667085;
    font-weight: 500;
}

.sj-job-detail-title{
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #101828;
}

.sj-job-detail-salary{
    font-size: 1.3rem;
    font-weight: 700;
    color: #0049c1;
    align-self: flex-start;
}

/* Meta */
.sj-job-detail-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 24px;
}

.sj-job-detail-meta span{
    font-size: 14px;
    color: #475467;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sj-job-detail-meta i{
    color: #0049c1;
}

/* Skills */
.sj-job-detail-skills{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sj-job-detail-skills span{
    padding: 8px 14px;
    background: #eef4ff;
    color: #0049c1;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
}

/* Cards */
.sj-job-detail-card,
.sj-job-sidebar-card,
.sj-job-apply-card{
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid #e4e7ec;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
    margin-bottom: 24px;
}

.sj-job-detail-heading,
.sj-job-sidebar-title{
    font-size: 1.35rem;
    font-weight: 700;
    color: #101828;
    margin-bottom: 18px;
}

.sj-job-detail-card p{
    font-size: 15px;
    line-height: 1.9;
    color: #667085;
    margin-bottom: 16px;
}

/* Lists */
.sj-job-list{
    margin: 0;
    padding-left: 18px;
}

.sj-job-list li{
    margin-bottom: 12px;
    color: #475467;
    font-size: 15px;
    line-height: 1.8;
}

/* Apply */
.sj-save-job-btn{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    padding: 14px 20px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sj-save-job-btn:hover{
    border-color: #0049c1;
    color: #0049c1;
}

/* Overview */
.sj-job-overview-item{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #f2f4f7;
}

.sj-job-overview-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.sj-job-overview-item span{
    font-size: 14px;
    color: #667085;
}

.sj-job-overview-item strong{
    font-size: 14px;
    color: #101828;
}

/* Company */
.sj-company-desc{
    font-size: 14px;
    line-height: 1.9;
    color: #667085;
    margin-bottom: 18px;
}

.sj-company-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0049c1;
    font-weight: 600;
    text-decoration: none;
}
/* ================= APPLY MODAL ================= */
.sj-apply-modal .modal-dialog{
    max-width: 850px;
}

.sj-apply-modal-content{
    border: none;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(2, 6, 23, 0.18);
    background: #ffffff;
}

/* Header */
.sj-apply-modal-header{
    padding: 28px 30px 20px;
    border-bottom: 1px solid #eaecf0;
    background: linear-gradient(135deg, rgba(12,0,124,0.03), rgba(0,73,193,0.06));
}

.sj-apply-job-company{
    margin: 0 0 6px;
    font-size: 14px;
    color: #0049c1;
    font-weight: 600;
}

.sj-apply-job-title{
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #101828;
}

.sj-modal-close{
    box-shadow: none !important;
    opacity: 1;
}

/* Body */
.sj-apply-modal-body{
    padding: 30px;
}

/* Form */
.sj-form-group{
    margin-bottom: 20px;
}

.sj-form-group label{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
}

.sj-form-control{
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    color: #101828;
    outline: none;
    transition: all 0.3s ease;
    background: #ffffff;
}

.sj-form-control:focus{
    border-color: #0049c1;
    box-shadow: 0 0 0 4px rgba(0, 73, 193, 0.08);
}

.sj-form-control::placeholder{
    color: #98a2b3;
}

.sj-textarea{
    min-height: 130px;
    resize: vertical;
}

/* Upload */
.sj-upload-box{
    border: 2px dashed #c7d7fe;
    border-radius: 18px;
    background: #f8fbff;
    transition: all 0.3s ease;
}

.sj-upload-box:hover{
    border-color: #0049c1;
    background: #eef4ff;
}

.sj-upload-label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    cursor: pointer;
    text-align: center;
    gap: 10px;
}

.sj-upload-label i{
    font-size: 28px;
    color: #0049c1;
    vertical-align: middle;
}

.sj-upload-label span{
    font-size: 14px;
    color: #475467;
    font-weight: 500;
}

.sj-upload-file-name{
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #98a2b3;
    font-weight: 500;
    word-break: break-word;
    transition: all 0.3s ease;
}

.sj-upload-file-name.active{
    color: #0049c1;
    font-weight: 600;
}

/* ================= AUTH PAGE ================= */
.sj-auth-section{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 110px 0 60px;
    background:
        radial-gradient(circle at top right, rgba(0,181,245,0.08), transparent 30%),
        radial-gradient(circle at bottom left, rgba(12,0,124,0.08), transparent 35%),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

/* Card */
.sj-auth-clean-card{
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.08);
}

/* Logo */
.sj-auth-page-logo{
    margin-bottom: 28px;
}

.sj-auth-logo-dark{
    font-size: 2rem;
    font-weight: 800;
    color: #0c007c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

/* Header */
.sj-auth-header{
    margin-bottom: 28px;
}

.sj-auth-header h1{
    font-size: 2rem;
    font-weight: 700;
    color: #101828;
    margin-bottom: 10px;
    line-height: 1.2;
}

.sj-auth-header p{
    font-size: 14px;
    color: #667085;
    line-height: 1.7;
    margin: 0;
}

/* Google Button */
.sj-google-auth-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #344054;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(16,24,40,0.03);
}

.sj-google-auth-btn:hover{
    border-color: #0049c1;
    color: #0049c1;
    transform: translateY(-1px);
}

.sj-google-auth-btn img{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Divider */
.sj-auth-divider{
    position: relative;
    text-align: center;
    margin: 24px 0;
}

.sj-auth-divider::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaecf0;
}

.sj-auth-divider span{
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 14px;
    font-size: 13px;
    color: #98a2b3;
    font-weight: 500;
}

/* Form */
.sj-auth-group{
    margin-bottom: 18px;
    position: relative;
}
.sj-auth-group .btn-eye{
    position: absolute;
    right: 5px;
    bottom: 7px;
}
.sj-auth-group label{
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
}

.sj-auth-control{
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    color: #101828;
    outline: none;
    background: #ffffff;
    transition: all 0.3s ease;
}

.sj-auth-control::placeholder{
    color: #98a2b3;
}

.sj-auth-control:focus{
    border-color: #0049c1;
    box-shadow: 0 0 0 4px rgba(0,73,193,0.08);
}

/* Row */
.sj-auth-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 12px;
    flex-wrap: wrap;
}

/* Checkbox */
.sj-auth-check{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #475467;
    font-weight: 500;
}

.sj-auth-check input{
    accent-color: #0049c1;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Links */
.sj-auth-link{
    color: #0049c1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.sj-auth-link:hover{
    color: #0c007c;
}

/* Bottom Switch */
.sj-auth-switch-text{
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 14px;
    color: #667085;
}

.sj-auth-switch-text a{
    color: #0049c1;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
}

.sj-auth-switch-text a:hover{
    color: #0c007c;
}

/* Main Button Adjustment */
.sj-auth-clean-card .main-btn{
    padding: 15px 24px;
    border: none;
    justify-content: center;
}
/* ================= POST JOB ONLY ================= */

.sj-skills-wrapper{
    width: 100%;
    min-height: 56px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.sj-skills-wrapper:focus-within{
    border-color: #00b5f5;
    box-shadow: 0 0 0 4px rgba(0, 181, 245, 0.08);
}

/* Actual Input */
.sj-skill-input{
    border: none;
    outline: none;
    flex: 1;
    min-width: 180px;
    font-size: 14px;
    padding: 6px 0;
}

/* Skill Pill */
.sj-skill-pill{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 181, 245, 0.08);
    color: #0c007c;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

/* Delete Button */
.sj-skill-remove{
    border: none;
    background: transparent;
    color: #e80004;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 13px;
    line-height: 0;
}
.sj-post-job-desc{
    font-size: 16px;
    color: #667085;
    max-width: 700px;
    margin: 0 auto;
}

.sj-form-section{
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaecf0;
}

.sj-form-section:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.sj-form-section-title{
    font-size: 1.25rem;
    font-weight: 700;
    color: #0b1023;
    margin-bottom: 24px;
}

.sj-form-note{
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #98a2b3;
}
.blog-detail-sec {
    background: linear-gradient(
        180deg,
        oklch(98% .012 260) 0%,
        oklch(95% .025 245) 100%
    );
}

/* Hero Section */
.blog-detail-hero {
    max-width: 850px;
    margin: 20px auto 3rem;
}

.blog-detail-category {
    display: inline-block;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(0, 188, 212, 0.12);
    color: #0c007c;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-detail-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.blog-detail-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

/* Main Article Box */
.blog-detail-box {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

/* Featured Image */
.blog-detail-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Article Content */
.blog-detail-content {
    padding: 2.25rem;
}

.blog-detail-content .lead-text {
    font-size: 1.125rem;
    line-height: 1.9;
    color: #334155;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.blog-detail-content p {
    font-size: 0.95rem;
    line-height: 1.95;
    color: #64748b;
    margin-bottom: 1.25rem;
}

.blog-detail-content h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 800;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    letter-spacing: -0.01em;
}

.blog-detail-content ul {
    padding-left: 1.25rem;
    margin: 1rem 0 1.5rem;
}

.blog-detail-content ul li {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 0.6rem;
}

/* Blockquote */
.blog-detail-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    background: rgba(12, 0, 124, 0.04);
    border-left: 4px solid #0c007c;
    border-radius: 0.9rem;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    font-weight: 600;
    color: #0f172a;
}

/* Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.sidebar-widget h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

/* Recent Posts */
.recent-post {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
}

.recent-post + .recent-post {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.recent-post img {
    width: 78px;
    height: 78px;
    flex-shrink: 0;
    border-radius: 0.85rem;
    object-fit: cover;
}

.recent-post a {
    display: block;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.9rem;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 0.35rem;
    transition: color 0.3s ease;
}

.recent-post a:hover {
    color: #0c007c;
}

.recent-post span {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
}

/* Responsive */
@media (max-width: 991.98px) {
    .blog-detail-content {
        padding: 1.75rem;
    }

    .blog-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .blog-detail-hero {
        margin-bottom: 2rem;
    }

    .blog-detail-hero h1 {
        font-size: 2rem;
    }

    .blog-detail-meta {
        gap: 1rem;
        font-size: 0.8rem;
    }

    .blog-detail-content {
        padding: 1.5rem;
    }

    .blog-detail-content h2 {
        font-size: 1.35rem;
        margin-top: 2rem;
    }

    .blog-detail-content .lead-text {
        font-size: 1rem;
    }

    .recent-post img {
        width: 70px;
        height: 70px;
    }
}
/* =================== Dashboaard CSS =================== */
.sj-user-dashboard-section{
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    min-height: 100vh;
    padding-top :100px
}

/* Hero */
.sj-dashboard-hero{
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    border-radius: 24px;
    padding: 34px;
    color: #fff;
    margin-bottom: 24px;
}

.sj-dashboard-hero-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.sj-dashboard-welcome{
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 6px;
}

.sj-dashboard-title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
}

.sj-dashboard-subtitle{
    max-width: 580px;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
    margin: 0;
}

.sj-dashboard-profile-mini img{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.2);
}

/* Cards */
.sj-dashboard-stat-card{
    display: flex;
    gap: 16px;
    align-items: center;
}
.sj-dashboard-stat-card,
.sj-dashboard-card{
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgba(0,73,193,0.08);
    box-shadow: 0 18px 40px rgba(16,24,40,0.05);
    height: 100%;
    transition: all 0.3s ease;
}

/* Stats */
.sj-stat-icon{
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: oklch(97% .015 255);
    color: #0049c1;
    font-size: 20px;
}

.sj-dashboard-stat-card h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1023;
    margin-bottom: 4px;
}

.sj-dashboard-stat-card p{
    font-size: 14px;
    color: #667085;
    margin: 0;
}


a.sj-action-card:hover .sj-stat-icon{
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #fff;
    transition: all 0.3s ease;
}

/* Quick Links */
.sj-quick-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sj-quick-link{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f9fafb;
    text-decoration: none;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sj-quick-link i{
    font-size: 16px;
}

.sj-quick-link:hover{
    background: oklch(97% .015 255);
    color: #0049c1;
}
.sj-dashboard-section{
    padding-top: 100px
}
/* Mobile Bottom Nav */
.sj-mobile-bottom-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eaecf0;
    display: flex;
    justify-content: space-around;
    padding: 7px 0 calc(7px + env(safe-area-inset-bottom));
    z-index: 999;
    box-shadow: 0 -6px 20px rgba(16,24,40,0.05);
}

.sj-mobile-bottom-nav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #667085;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sj-mobile-bottom-nav a i{
    font-size: 15px;
    margin-bottom: 1px;
}

.sj-mobile-bottom-nav a.active{
    color: #0049c1;
}
.sj-profile-avatar-preview{
    width: 100px;
    height: 100px;
    border-radius: 999px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto

}
.sj-profile-avatar-preview img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center
}
.sj-crop-container{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.cropping-box{

}
.sj-applied-jobs-table{
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
}/* Header */
.sj-applied-jobs-table thead th{
    font-size: 12px;
    font-weight: 700;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 18px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #eaecf0;
    white-space: nowrap;
}
.sj-applied-jobs-table thead th:first-child{
    border-top-left-radius: 14px;
}
.sj-applied-jobs-table thead th:last-child{
    border-top-right-radius: 14px;
}/* Body */
.sj-applied-jobs-table tbody tr{
    transition: all 0.25s ease;
}
.sj-applied-jobs-table tbody tr:hover{
    background: #f9fbff;
}
.sj-applied-jobs-table tbody td{
    padding: 18px 20px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    font-size: 13px;
    color: #344054;
    white-space: nowrap;
}/* Job Cell */
.sj-job-cell{
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 260px;
}
.sj-job-cell h4{
    font-size: 14px;
    font-weight: 700;
    color: #101828;
    margin: 0 0 4px;
    line-height: 1.3;
}
.sj-job-cell p{
    font-size: 12px;
    color: #667085;
    margin: 0;
}/* Logo */
.sj-applied-job-logo{
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 73, 193, 0.18);
}/* Status Pills */
.sj-status-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
}
.sj-status-pill.review{
    background: rgba(0, 181, 245, 0.12);
    color: #0077b6;
}
.sj-status-pill.shortlisted{
    background: rgba(18, 183, 106, 0.12);
    color: #027a48;
}
.sj-status-pill.interview{
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
}
.sj-status-pill.rejected{
    background: rgba(240, 68, 56, 0.12);
    color: #b42318;
}/* Action Button */
.sj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* View / Edit Button */
.sj-view-btn {
    border: 1px solid rgba(0, 73, 193, 0.12);
    background: #ffffff;
    color: #0049c1;
}

.sj-view-btn:hover {
    background: #0049c1;
    color: #ffffff;
    border-color: #0049c1;
}

/* Delete Button */
.sj-del-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;

    border: 1px solid rgba(220, 53, 69, 0.12);
    background: #ffffff;
    color: #dc3545;
}

.sj-del-btn:hover {
    background: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}
/* Responsive Wrapper */
.table-responsive{
    border-radius: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sj-password-card{
    max-width: 100%;
}

.sj-password-page-header{
    margin-bottom: 32px;
}

.sj-password-page-icon{
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 73, 193, 0.10) 0%, rgba(12, 0, 124, 0.14) 100%);
    color: #0049c1;
    font-size: 30px;
}

.sj-password-page-header h2{
    font-size: 1.7rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.sj-password-page-header p{
    font-size: 14px;
    color: #667085;
    line-height: 1.7;
    max-width: 460px;
    margin: 0 auto;
}

/* ================= PASSWORD FIELD ================= */
.sj-password-wrap{
    position: relative;
}

.sj-password-wrap .sj-auth-control{
    padding-right: 52px;
}

.sj-password-toggle{
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #667085;
    border-radius: 10px;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sj-password-toggle:hover{
    background: rgba(0, 73, 193, 0.08);
    color: #0049c1;
}

/* ================= PASSWORD STRENGTH ================= */
.sj-password-strength{
    margin-top: 6px;
    margin-bottom: 24px;
}

.sj-password-strength-bar{
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sj-password-strength-bar span{
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    transition: all 0.35s ease;
}

.sj-password-strength p{
    margin: 0;
    font-size: 12.5px;
    color: #667085;
    line-height: 1.6;
}

/* ================= PASSWORD TIPS ================= */
.sj-password-tips{
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid rgba(0, 73, 193, 0.08);
    border-radius: 18px;
    padding: 18px 20px;
    margin-top: 10px;
}

.sj-password-tips h6{
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.sj-password-tips ul{
    margin: 0;
    padding-left: 18px;
}

.sj-password-tips li{
    font-size: 13px;
    color: #475467;
    margin-bottom: 8px;
    line-height: 1.5;
}

.sj-password-tips li:last-child{
    margin-bottom: 0;
}
/* ==========================================
   MINIMAL PROFILE PREVIEW
========================================== */

.sj-profile-view {

}

/* Header */
.sj-profile-header {
    background: #fff;
    border: 1px solid rgba(0, 73, 193, 0.08);
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.05);
}

.sj-profile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sj-profile-main {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.sj-profile-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
}

.sj-profile-info h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1023;
    margin: 0 0 6px;
}

.sj-profile-role {
    font-size: 15px;
    font-weight: 500;
    color: #0049c1;
    margin-bottom: 14px;
}

.sj-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sj-profile-badges span {
    padding: 7px 14px;
    border-radius: 999px;
    background: oklch(97% .015 255);
    color: #0049c1;
    font-size: 12px;
    font-weight: 600;
}

/* Cards */
.sj-profile-card {
    background: #fff;
    border: 1px solid rgba(0, 73, 193, 0.08);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.05);
    margin-bottom: 24px;
}

.sj-profile-card:last-child {
    margin-bottom: 0;
}

.sj-profile-card-head {
    margin-bottom: 18px;
}

.sj-profile-card-head h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1023;
    margin: 0;
}

/* Text */
.sj-profile-text {
    font-size: 14px;
    line-height: 1.9;
    color: #667085;
    margin: 0;
}

/* Skills */
.sj-profile-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sj-profile-skills span {
    padding: 8px 14px;
    border-radius: 999px;
    background: #f8faff;
    border: 1px solid rgba(0, 73, 193, 0.06);
    color: #344054;
    font-size: 13px;
    font-weight: 500;
}

/* Links */
.sj-profile-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sj-profile-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    background: #f8faff;
    transition: all 0.3s ease;
}

.sj-profile-links a:hover {
    color: #0049c1;
    background: #eef4ff;
}

.sj-profile-links i {
    font-size: 16px;
    color: #0049c1;
}

/* Sidebar List */
.sj-profile-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sj-profile-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f6;
}

.sj-profile-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sj-profile-list span {
    font-size: 13px;
    color: #667085;
}

.sj-profile-list strong {
    font-size: 13px;
    font-weight: 600;
    color: #0b1023;
    text-align: right;
}

/* Responsive */
@media (max-width: 991.98px) {
    .sj-profile-header {
        padding: 24px;
    }

    .sj-profile-header-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .sj-profile-main {
        flex-direction: column;
        text-align: center;
    }

    .sj-profile-badges {
        justify-content: center;
    }

    .sj-profile-header .main-btn {
        width: 100%;
        justify-content: center;
    }

    .sj-profile-info h1 {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .sj-profile-header,
    .sj-profile-card {
        padding: 20px;
        border-radius: 18px;
    }

    .sj-profile-avatar img {
        width: 82px;
        height: 82px;
    }

    .sj-profile-info h1 {
        font-size: 22px;
    }

    .sj-profile-role,
    .sj-profile-text,
    .sj-profile-links a {
        font-size: 13px;
    }

    .sj-profile-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .sj-profile-list strong {
        text-align: left;
    }
}
.sj-role-options {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.sj-role-option {
    flex: 1;
    margin: 0;
    cursor: pointer;
}

.sj-role-option input {
    display: none;
}

.sj-role-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 54px;
    border: 1px solid #d1d3e2;
    border-radius: 14px;
    background: #fff;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sj-role-box i {
    font-size: 16px;
    color: #667085;
    transition: all 0.3s ease;
}

/* Hover */
.sj-role-option:hover .sj-role-box {
    border-color: rgba(0, 73, 193, 0.2);
    background: #f8faff;
}

/* Selected */
.sj-role-option input:checked + .sj-role-box {
    border-color: #0049c1;
    background: rgba(0, 73, 193, 0.06);
    color: #0049c1;
    box-shadow: 0 0 0 3px rgba(0, 73, 193, 0.08);
}

.sj-role-option input:checked + .sj-role-box i {
    color: #0049c1;
}

/* Responsive */
@media (max-width: 575.98px) {
    .sj-role-options {
        flex-direction: column;
    }

    .sj-role-box {
        height: 50px;
        font-size: 13px;
    }
}
.wt-plan-section{
    background: #f6f8fc;
    position: relative;
    overflow: hidden;
}

.wt-section-heading .wt-subtitle{
    display: inline-block;
    background: rgba(99,102,241,0.1);
    color: #6366f1;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wt-section-heading .wt-title{
    font-size: 42px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

.wt-section-heading .wt-description{
    color: #6b7280;
    font-size: 16px;
    max-width: 600px;
    margin: auto;
}

.wt-plan-card{
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    border: 1px solid #edf0f7;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
}

.wt-plan-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(99,102,241,0.16);
    border-color: #6366f1;
}

.wt-plan-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wt-plan-logo{
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(99,102,241,0.25);
}

.wt-plan-price{
    font-size: 28px;
    font-weight: 800;
    color: #111827;
}

.wt-plan-content{
    margin-bottom: 30px;
}

.wt-plan-name{
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.wt-plan-duration{
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}

.wt-plan-bottom{
    margin-top: auto;
}

.wt-plan-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wt-plan-btn:hover{
    background: linear-gradient(135deg,  #0049c1 0%, #0c007c 100%);
    color: #fff;
    transform: scale(1.02);
}

/* =================== Dashboaard CSS Ends =================== */
/* MOBILE CARD */

.sj-mobile-job-card{

    background:#fff;

    border:1px solid #e9e9e9;

    border-radius:16px;

    padding:18px;

    margin-bottom:18px;

    box-shadow:0 5px 18px rgba(0,0,0,.05);

}

.sj-mobile-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:15px;

}

.sj-mobile-job-card h5{

    margin-bottom:4px;

    font-size:18px;

    color:#222;

    font-weight:700;

}

.sj-mobile-job-card small{

    color:#888;

}

.sj-mobile-btn{

    display:block;

    width:100%;

    background:#0c007c;

    color:#fff;

    text-align:center;

    padding:12px;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.sj-mobile-btn:hover{

    background:#1f12b3;

    color:#fff;

}

.sj-status-pill{

    padding:6px 12px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.sj-status-pill.shortlisted{

    background:#dff8e6;

    color:#0b8f3d;

}

.sj-status-pill.interview{

    background:#e7ecff;

    color:#3157ff;

}

.sj-status-pill.review{

    background:#fff4d8;

    color:#b97800;

}

.sj-status-pill.rejected{

    background:#ffe3e3;

    color:#d93025;

}

@media(max-width:991px){

    .sj-dashboard-card{

        background:transparent;

        border:none;

        padding:0;

    }

}
/* =========================
   MEDIA QUERIES
========================= */
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
    }
}

/* =========================
   TABLET + BELOW (991px)
========================= */
@media (max-width: 991px) {
    .logo {
        width: 120px;
    }
    .sj-mobile-controls{
        flex-shrink: 0;
    }

    .navbar-collapse{
        width: 100%;
        flex-basis: 100%;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eaecf0;
    }

    .navbar-light .navbar-nav .nav-link{
        margin-left: 0;
    }

    .navbar-light .navbar-nav .nav-link.last{
        margin-left: 0;
        margin-top: 12px;
        display: inline-flex;
        width: fit-content;
    }
    .hero-h{
        font-size: 3.5rem;
    }
    .hero-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .main-heading .main-h{
        font-size: 30px
    }
    .job-category-grid{
        margin-top: 30px
    }
    .company-brand {
        font-size: 15px;
    }
    .test-left{
        display: none
    }
    .footer-newsletter-text h3 {
        font-size: 22px;
    }
    .footer-newsletter-text p {
        font-size: 14px;
    }
    .active-card {
        top: 30px;
        left: -120px;
    }
    .active-card.active-card-2{
        right: 30px
    }
    .popular-tags {
        margin-bottom: 20px;
    }
    .sj-profile-img{
        width: 38px;
        height: 38px;
    }

    .navbar-toggler{
        padding: 6px 10px;
    }
    .sj-dashboard-hero{
        padding: 28px;
    }

    .sj-dashboard-hero-content{
        flex-direction: column;
        align-items: flex-start;
    }

    .sj-dashboard-title{
        font-size: 1.7rem;
    }

    .sj-dashboard-subtitle{
        font-size: 13px;
    }

    .sj-dashboard-profile-mini img{
        width: 70px;
        height: 70px;
    }
    /* Auth */
    .sj-auth-clean-card {
        padding: 34px;
    }

    .sj-auth-header h1 {
        font-size: 1.8rem;
    }

    /* Testimonial */
    .testimonial-slider-wrap {
        height: 600px;
    }

    .testimonial-text {
        font-size: 1.15rem;
    }

    .testimonial-user h4 {
        font-size: 1.1rem;
    }

    .testimonial-user p {
        font-size: 0.9rem;
    }

    /* Filter Sidebar */
    .sj-filter-sidebar {
        position: fixed;
        top: 0 !important;
        margin-bottom: 0;
        padding: 22px;
        border-radius: 0px 18px 18px 0px !important;
    }

    .sj-filter-header h3 {
        font-size: 1.2rem;
    }

    /* Job Detail */
    .sj-job-detail-title {
        font-size: 1.6rem;
    }

    .sj-job-detail-hero,
    .sj-job-detail-card,
    .sj-job-sidebar-card,
    .sj-job-apply-card {
        padding: 24px;
    }
    .sj-password-page-header h2{
        font-size: 1.5rem;
    }

    .sj-password-page-icon{
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    .sj-applied-jobs-table{
        min-width: 900px;
    }
    .sj-applied-jobs-table thead th,    .sj-applied-jobs-table tbody td{
        padding: 16px 16px;
    }
    .sj-job-cell{
        min-width: 220px;
    }
}
.app-logo{
    display: none;
}
/* =========================
   MOBILE (768px)
========================= */
@media (max-width: 768px) {
    .app-logo{
        display: block;
        margin-bottom: 20px;
    }
    .app-logo img{
        width: 200px;
    }
    .hero-h {
        font-size: 2.2rem;
    }
    .hero-p {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .job-search-btn{
        margin-left: 0px;
    }
    .sj-user-dashboard-section{
        padding-bottom: 88px;
    }

    .sj-dashboard-hero{
        padding: 22px;
        border-radius: 20px;
    }

    .sj-dashboard-welcome{
        font-size: 12px;
    }

    .sj-dashboard-title{
        font-size: 1.45rem;
    }

    .sj-dashboard-subtitle{
        font-size: 12.5px;
    }

    .sj-dashboard-stat-card,
    .sj-dashboard-card{
        padding: 12px;
        border-radius: 12px;
    }

    .sj-dashboard-stat-card h3{
        font-size: 16px;
    }



    .sj-application-item{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .sj-app-left h4{
        font-size: 13px;
    }

    .sj-app-left p{
        font-size: 12px;
    }

    .sj-status-pill{
        font-size: 10.5px;
    }

    .sj-quick-link{
        font-size: 12.5px;
    }
    /* Auth */
    .sj-auth-section {
        padding: 30px 0 30px;
        background-image: url(../../site_assets/img/mob/login-screen.png);
        background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f4f8ff;
    }
.sj-auth-header {
    margin-bottom: 15px;
}
    .sj-auth-clean-card {
        padding: 24px;
        border-radius: 22px;
    }

    .sj-auth-logo-dark {
        font-size: 1.7rem;
    }

    .sj-auth-header h1 {
        font-size: 1.5rem;
    }

    .sj-auth-header p,
    .sj-auth-group label,
    .sj-auth-control,
    .sj-google-auth-btn,
    .sj-auth-check,
    .sj-auth-link {
        font-size: 13px;
    }

    .sj-auth-control {
        padding: 13px 14px;
    }

    .sj-google-auth-btn {
        padding: 13px 16px;
    }

    .sj-auth-divider {
        margin: 10px 0;
    }

    /* Blog */
    .blog-content {
        padding: 1.25rem;
    }

    .blog-content h3 {
        font-size: 1.05rem;
    }

    .blog-content p {
        font-size: 0.9rem;
    }

    /* Job Search */
    .job-search-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 20px;
    }

    .job-search-divider {
        width: 100%;
        height: 1px;
    }

    .job-search-btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 20px;
    }
    .quote-icon {
        font-size: 14px;
    }
    .footer-newsletter {
        padding: 1rem;
    }
    .popular-tags {
        gap: 0.5rem .5rem;
        font-size: 14px;
        color: #6c757d;
    }
    .active-card.active-card-2 {
        right: 10px;
    }
    .active-card {
        top: 150px;
        left: -80px;
    }
    .main-heading .main-h {
        font-size: 24px;
    }
    .job-icon-box {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    .job-category-card {
        padding: 1rem 1rem;
    }
    .job-card{
        margin-top: 20px;
        padding: 15px
    }
    .job-company-logo {
        width: 35px;
        height: 35px;
    }
    .top-companies-title {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }
    .top-companies-section {
        padding: 1.5rem 1.5rem;
    }
    .top-companies-card{
        padding: 1.5rem 1.5rem;
    }
    .testimonial-text {
        font-size: 14px;
    }
    .job-search-field input {
        font-size: 1.05rem;
    }
    .main-heading-gap {
        margin-bottom: 20px;
    }
    .main-heading .main-h{
        line-height: 1.3
    }

    /* Filter Sidebar */
    .sj-filter-sidebar {
        padding: 20px;
        border-radius: 18px;
    }

    .sj-filter-title {
        font-size: 14px;
    }

    .sj-filter-check {
        font-size: 13px;
        gap: 10px;
    }

    .sj-filter-check input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    /* Apply Modal */
    .sj-apply-modal-header {
        padding: 22px 20px 18px;
    }

    .sj-apply-modal-body {
        padding: 20px;
    }

    .sj-apply-job-title {
        font-size: 1.3rem;
    }

    .sj-form-control {
        padding: 13px 14px;
        font-size: 13px;
    }

    .sj-upload-label {
        padding: 22px;
    }

    /* Job Detail */
    .sj-job-detail-title {
        font-size: 1.35rem;
    }

    .sj-job-detail-top {
        flex-direction: column;
    }

    .sj-job-detail-logo {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .sj-job-detail-meta {
        gap: 12px;
        flex-direction: column;
    }

    .sj-job-detail-hero,
    .sj-job-detail-card,
    .sj-job-sidebar-card,
    .sj-job-apply-card {
        padding: 20px;
        border-radius: 18px;
    }
    .sj-password-card{
        padding: 24px;
        border-radius: 22px;
    }

    .sj-password-page-header{
        margin-bottom: 26px;
    }

    .sj-password-page-header h2{
        font-size: 1.35rem;
    }

    .sj-password-page-header p{
        font-size: 13px;
    }

    .sj-password-page-icon{
        width: 62px;
        height: 62px;
        font-size: 24px;
        border-radius: 18px;
    }

    .sj-password-tips{
        padding: 16px;
        border-radius: 16px;
    }

    .sj-password-tips li{
        font-size: 12.5px;
    }

    .sj-password-toggle{
        width: 34px;
        height: 34px;
        right: 10px;
    }
    .sj-applied-jobs-table{
        min-width: 820px;
    }
    .sj-applied-job-logo{
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 13px;
        border-radius: 12px;
    }
    .sj-job-cell h4{
        font-size: 13px;
    }
    .sj-job-cell p{
        font-size: 11px;
    }
    .sj-status-pill{
        font-size: 10px;
        padding: 6px 12px;
    }
    .sj-view-btn{
        padding: 8px 14px;
        font-size: 11px;
    }
    .footer-main-grid {
        gap: 1.5rem;
    }
    .footer-bottom {
        margin-top: 1rem;
    }
    .wt-section-heading .wt-title{
        font-size: 26px;
    }

    .wt-plan-card{
        padding: 20px;
    }

    .wt-plan-price{
        font-size: 22px;
    }
    .wt-plan-content {
        margin-bottom: 14px;
    }
    .wt-plan-top{
       margin-bottom: 20px; 
    }
    .wt-plan-logo {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    }
    .sj-auth-row{
        display: none;
    }
    .sj-dashboard-hero-content{
        text-align:center;
    }
    .sj-dashboard-info{
        order: 2;
    }
.sj-dashboard-profile-mini{
    order: 1;
    width: 100%;
}
.sj-dashboard-stat-card{
    display:flex;
    text-align: center;
    flex-direction: column;
}
.sj-action-card .sj-stat-icon {
    background: linear-gradient(135deg, #0c007c 0%, #0049c1 100%);
    color: #fff;
    transition: all 0.3s ease;
}
.sj-hero-search-section {
            padding: 75px 0 30px;
}
.sj-hero-main-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
}
.sj-hero-sub-title {
    margin: 8px 0 0;
    font-size: 14px;
}
.simple-breadcrumb-section {
            padding: 75px 0 20px;
}
.simple-page-title{
    font-size: 22px;
}
.contact-form-card{
    padding: 15px;
}
.sj-form-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sj-form-group {
    margin-bottom: 10px;
}
.simple-breadcrumb-list{
    display: none;
}
}

/* =========================
   TABLET UP (768px+)
========================= */
@media (min-width: 768px) {

    /* Job Categories */
    .job-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Top Companies */
    .top-companies-title {
        font-size: 2.8rem;
    }

    .top-companies-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .top-companies-section {
        padding: 4.5rem 3rem;
    }

    /* Footer */
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

/* =========================
   DESKTOP (992px+)
========================= */
@media (min-width: 992px) {

    .job-category-grid {
        grid-template-columns: repeat(6, 1fr);
        margin-top: 50px;
    }
}