:root {
    --primary-color: #3C65F5;
    --primary-color-hover: #b4c0e0;
    --secondary-color: #05264E;
    --border-color-2: #E0E6F7;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --primary-color-rgb: 60, 101, 245;
}

@supports (content-visibility: auto) {
    .defer-render {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
    }
}

/* ============================================
   Section Heading Patterns
   ============================================ */
.home-section-heading {
    margin: 0 auto 26px;
    max-width: 760px;
}

.home-section-heading .section-title {
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: -.03em;
    line-height: 1.08;
    margin-bottom: 14px !important;
}

.home-section-heading .font-lg {
    color: #60708a;
    margin: 0 auto;
    max-width: 620px;
}

.home-section-heading--left {
    margin-left: 0;
    max-width: 620px;
}

.home-section-kicker {
    align-items: center;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .18em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home-section-kicker::before {
    background: linear-gradient(90deg, var(--primary-color), #8fb3ff);
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 8px;
    width: 42px;
}

/* ============================================
   Hero Section (home-hero-modern / search-box style-1)
   ============================================ */
.home-hero-modern {
    padding: 4px 0 12px;
    position: relative;
}

.home-hero-modern::before {
    background:
        radial-gradient(circle at top left, rgba(var(--primary-color-rgb), .16), transparent 34%),
        radial-gradient(circle at top right, rgba(9, 33, 66, .12), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-hero-modern .banner-hero {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(245, 248, 255, .96)),
        linear-gradient(135deg, rgba(var(--primary-color-rgb), .08), rgba(5, 38, 78, .04));
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 36px;
    box-shadow: 0 32px 80px rgba(15, 23, 42, .10);
    overflow: hidden;
    padding: 32px 28px;
    position: relative;
}

.home-hero-modern .banner-hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, 0));
    content: "";
    height: 160px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.home-hero-modern .banner-inner {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    align-items: center;
    background: rgba(var(--primary-color-rgb), .10);
    border: 1px solid rgba(var(--primary-color-rgb), .12);
    border-radius: 999px;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .12em;
    margin-bottom: 22px;
    padding: 10px 16px;
    text-transform: uppercase;
}

.hero-kicker::before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

.home-hero-modern .heading-banner {
    font-size: clamp(40px, 5vw, 68px);
    letter-spacing: -.045em;
    line-height: .98;
    margin-bottom: 18px;
    max-width: 12ch;
}

.home-hero-modern .banner-description {
    color: #5b6b86;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 58ch;
}

/* Hero Search Box */
.home-hero-search {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    margin-top: 28px;
    padding: 22px;
}

.home-hero-search .form-find {
    margin-top: 0 !important;
}

.home-hero-search .form-find form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero-search .home-search-grid {
    align-items: stretch;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 251, 255, .98));
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1.2fr) auto;
    overflow: hidden;
    width: 100%;
}

.home-hero-search .home-search-field {
    align-items: center;
    background: transparent;
    display: flex;
    min-width: 0;
    padding: 10px 6px;
    position: relative;
}

.home-hero-search .home-search-field::after {
    background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0), rgba(var(--primary-color-rgb), .14), rgba(var(--primary-color-rgb), 0));
    content: "";
    height: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.home-hero-search .home-search-field--keyword::after {
    display: none;
}

.home-hero-search .form-find .box-industry,
.home-hero-search .form-find .search-btn-group,
.home-hero-search .form-find .select-location,
.home-hero-search .form-find .home-location-select,
.home-hero-search .form-find .input-keysearch {
    margin: 0 !important;
}

.home-hero-search .form-find .input-keysearch,
.home-hero-search .form-find .select2,
.home-hero-search .form-find .select-location,
.home-hero-search .form-find .home-location-select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 60px;
}

.home-hero-search .form-find .box-industry,
.home-hero-search .form-find .select-location,
.home-hero-search .form-find .home-location-select,
.home-hero-search .form-find .input-keysearch {
    flex: 1 1 210px;
}

.home-hero-search .form-find .search-btn-group {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.home-hero-search .home-search-actions {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    min-width: 158px;
    padding: 10px;
}

.home-hero-search .form-find .btn {
    border-radius: 16px;
    min-height: 60px;
    padding: 0 22px;
}

.home-hero-search .btn-advanced-filter {
    background: rgba(var(--primary-color-rgb), .08);
    border: 1px solid rgba(var(--primary-color-rgb), .12);
    color: var(--secondary-color);
}

.home-hero-search .btn-find {
    box-shadow: 0 14px 30px rgba(var(--primary-color-rgb), .24);
    min-width: 124px;
    padding: 0 28px;
}

.home-hero-search .input-keysearch {
    background-image: none !important;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    margin-right: 0 !important;
    padding-left: 48px !important;
    padding-right: 18px !important;
}

.home-hero-search .input-keysearch::placeholder {
    color: #7a8aa3;
    font-weight: 500;
}

.home-hero-search .select2-container {
    width: 100% !important;
}

.home-hero-search .select2::before,
.home-hero-search .select2::after,
.home-hero-search .box-industry .select2::before,
.home-hero-search .box-industry .select2::after,
.home-hero-search .select-location::before,
.home-hero-search .select-location::after,
.home-hero-search .home-location-select::before,
.home-hero-search .home-location-select::after {
    content: none !important;
    display: none !important;
}

.home-hero-search .select2-container .select2-selection--single,
.home-hero-search select.select-location,
.home-hero-search select.home-location-select {
    align-items: center;
    display: flex;
    min-height: 60px;
}

.home-hero-search .select2-container .select2-selection--single {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.home-hero-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    padding-left: 44px !important;
    padding-right: 34px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hero-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    background: none !important;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 1;
    right: 8px;
    top: 0;
    width: 24px;
}

.home-hero-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #7686a0 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    display: block !important;
    height: 0;
    margin: 0;
    position: static;
    width: 0;
}

.home-hero-search .box-industry,
.home-hero-search .select-location,
.home-hero-search .home-location-select,
.home-hero-search .input-keysearch {
    position: relative;
    width: 100%;
}

.home-hero-search .home-industry-select {
    appearance: none;
    background-image: none !important;
    color: var(--secondary-color);
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    margin-right: 0 !important;
    padding-left: 44px !important;
    padding-right: 34px !important;
}

.home-hero-search .home-industry-select option {
    color: var(--secondary-color);
}

.home-hero-search .box-industry::before,
.home-hero-search .home-search-field--location::before,
.home-hero-search .home-search-field--keyword::before {
    color: #90a0b8;
    font-family: uicons-regular-rounded;
    font-size: 18px;
    left: 16px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.home-hero-search .box-industry::before {
    content: "\f173";
}

.home-hero-search .home-search-field--location::before {
    content: "\f1a7";
}

.home-hero-search .home-search-field--keyword::before {
    content: "\f1bf";
}

.home-hero-search .home-search-field--location .select-location {
    appearance: none;
    background-image: none !important;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    margin-right: 0 !important;
    padding-left: 44px;
    padding-right: 34px;
}

.home-hero-search .home-search-field--location .home-location-select {
    appearance: none;
    background-image: none !important;
    color: var(--secondary-color);
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    margin-right: 0 !important;
    padding-left: 44px;
    padding-right: 34px;
}

.home-hero-search .home-search-field--location input.home-location-select::-webkit-calendar-picker-indicator {
    display: none !important;
}

.home-hero-search .home-search-field--location input.home-location-select::-webkit-list-button {
    display: none !important;
}

.home-hero-search .home-search-field--location .select-location option {
    color: var(--secondary-color);
}

.home-hero-search .home-search-field--location .home-location-select option {
    color: var(--secondary-color);
}

.home-hero-search .list-tags-banner {
    border-top: 1px solid rgba(var(--primary-color-rgb), .08);
    margin-top: 18px !important;
    padding-top: 18px;
}

.home-hero-search .list-tags-banner strong {
    color: var(--secondary-color);
    font-size: 12px;
    letter-spacing: .12em;
    margin-right: 10px;
    text-transform: uppercase;
}

.home-hero-search .list-tags-banner a {
    background: rgba(var(--primary-color-rgb), .08);
    border-radius: 999px;
    color: var(--secondary-color);
    display: inline-block;
    margin: 6px 8px 0 0;
    padding: 8px 14px;
}

/* Hero Metrics */
.hero-metrics {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.hero-metric {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
    padding: 18px 20px;
}

.hero-metric-value {
    color: var(--secondary-color);
    display: block;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    margin-bottom: 8px;
}

.hero-metric-label {
    color: #60708a;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

/* Banner Images (right side of hero) */
.home-hero-modern .banner-imgs {
    min-height: 480px;
}

.home-hero-modern .banner-imgs .block-1,
.home-hero-modern .banner-imgs .block-2,
.home-hero-modern .banner-imgs .block-3,
.home-hero-modern .banner-imgs .block-4 {
    filter: drop-shadow(0 24px 44px rgba(15, 23, 42, .12));
}

/* Job of the Day Content */
.job-of-the-day-content {
    position: relative;
    min-height: 200px;
}
.job-of-the-day-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.8);
    z-index: 10;
    border-radius: 12px;
}
.job-of-the-day-list {
    transition: opacity .3s ease;
}

/* Job Cards Refined */
.card-grid-2 {
    background: #fff;
    border: 1px solid #eef2f8;
    border-radius: 12px;
    padding: 18px;
    transition: box-shadow .25s, transform .25s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-grid-2:hover {
    box-shadow: 0 12px 32px rgba(15, 23, 42, .10);
    transform: translateY(-3px);
}
.card-grid-2 .card-grid-2-image-left {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.card-grid-2 .card-grid-2-image-left .image-box {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-grid-2 .card-grid-2-image-left .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-grid-2 .card-grid-2-image-left .image-box span {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}
.card-grid-2 .right-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.card-grid-2 .name-job {
    color: #465271;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-grid-2 .card-location {
    color: #92a0b8;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.card-grid-2 .card-block-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-grid-2 .card-block-info h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 6px;
}
.card-grid-2 .card-block-info h6 a {
    color: #05264e;
    text-decoration: none;
    transition: color .2s;
}
.card-grid-2 .card-block-info h6 a:hover {
    color: var(--primary-color);
}
.card-grid-2 .card-time {
    display: inline-block;
    background: #eef2f8;
    border-radius: 4px;
    color: #465271;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
}
.card-grid-2 .card-2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f3f8;
}
.card-grid-2 .card-salary {
    font-size: 14px;
    font-weight: 700;
}
.card-grid-2 .card-salary .color-brand-1 {
    color: var(--primary-color);
}
.card-grid-2 .btn-gray-small {
    background: #f0f4ff;
    border: none;
    border-radius: 6px;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    transition: background .2s;
}
.card-grid-2 .btn-gray-small:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Company Cards Refined */
.item-5 .item-logo.homepage-card {
    background: #fff;
    border: 1px solid #eef2f8;
    border-radius: 12px;
    padding: 18px;
    transition: box-shadow .25s, transform .25s;
    height: 100%;
}
.item-5:hover .item-logo.homepage-card {
    box-shadow: 0 12px 32px rgba(15, 23, 42, .10);
    transform: translateY(-3px);
}
.item-5 .image-left {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    background: #f0f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.item-5 .image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-5 .text-info-right h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-5 .text-info-right a {
    text-decoration: none;
    color: #05264e;
}
.item-5 .text-info-right a:hover {
    color: var(--primary-color);
}
.item-5 .text-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f3f8;
}
.item-5 .location-label {
    color: #92a0b8;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.item-5 .text-info-bottom .font-xs {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
}

/* Location Cards */
.card-image-top {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eef2f8;
    transition: box-shadow .25s, transform .25s;
}
.card-image-top:hover {
    box-shadow: 0 12px 32px rgba(15, 23, 42, .10);
    transform: translateY(-3px);
}
.card-image-top .image {
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.card-image-top .image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.3), transparent);
}
.card-image-top .informations {
    padding: 14px 16px;
}
.card-image-top .informations .h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
}
.card-image-top .informations .h5 a {
    color: #05264e;
    text-decoration: none;
}
.card-image-top .informations .h5 a:hover {
    color: var(--primary-color);
}

/* Newsletter */
.box-newsletter {
    background: linear-gradient(135deg, #05264e, #0a3d7a);
    border-radius: 20px;
    padding: 48px 32px;
    position: relative;
    overflow: hidden;
}
.box-newsletter::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(60, 101, 245, .15);
    pointer-events: none;
}
.text-md-newsletter {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.box-form-newsletter .form-newsletter .input-group {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
}
.box-form-newsletter .input-newsletter {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px 0 0 8px;
    color: #fff;
    font-size: 14px;
    padding: 14px 18px;
    flex: 1;
}
.box-form-newsletter .input-newsletter::placeholder {
    color: rgba(255,255,255,.5);
}
.box-form-newsletter .input-newsletter:focus {
    outline: none;
    border-color: var(--primary-color);
    background: rgba(255,255,255,.18);
}
.box-form-newsletter .btn-default {
    background: var(--primary-color);
    border: none;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-weight: 600;
    padding: 14px 24px;
    white-space: nowrap;
    transition: background .2s;
}
.box-form-newsletter .btn-default:hover {
    background: #2d50d9;
}
@media (max-width: 767px) {
    .box-newsletter {
        padding: 32px 20px;
    }
    .text-md-newsletter {
        font-size: 22px;
    }
    .box-form-newsletter .input-group {
        flex-direction: column;
    }
    .box-form-newsletter .input-newsletter {
        border-radius: 8px;
    }
    .box-form-newsletter .btn-default {
        border-radius: 8px;
        margin-top: 8px;
    }
}

/* Section Spacing */
.section-box {
    padding: 0 0;
}

/* Animations */
.hover-up {
    transition: transform .25s ease, box-shadow .25s ease;
}
.hover-up:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .12);
}

/* ============================================
   Category Reference Grid
   ============================================ */
.category-reference-shell {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
}

.category-reference-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1199px) {
    .category-reference-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .category-reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .category-reference-grid {
        grid-template-columns: 1fr;
    }
}

.category-reference-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.category-reference-link:hover {
    color: inherit;
    text-decoration: none;
}

.category-reference-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .12);
    border-radius: 15px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .03);
    display: flex;
    gap: 16px;
    min-height: 92px;
    padding: 18px 18px 17px;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.category-reference-card:hover {
    background: #fcfdff;
    border-color: rgba(var(--primary-color-rgb), .18);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
    transform: translateY(-1px);
}

.category-reference-card .image-left {
    align-items: center;
    display: flex;
    flex: 0 0 40px;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
}

.category-reference-card .image-left img,
.category-reference-card .image-left i,
.category-reference-card .category-reference-fallback-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(76, 134, 255, .15), rgba(76, 134, 255, .04));
    border-radius: 14px;
    color: #4d86ff;
    display: inline-flex;
    font-size: 19px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.category-reference-card .image-left img {
    object-fit: cover;
    padding: 7px;
}

.category-reference-card .category-reference-fallback-icon svg {
    height: 22px;
    width: 22px;
}

.category-reference-card .text-info-right {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 1px;
}

.category-reference-card .h5,
.category-reference-card .h6 {
    color: var(--secondary-color);
    font-size: 1.06rem;
    font-weight: 600 !important;
    line-height: 1.24;
    margin: 0 0 5px;
}

.category-reference-count {
    color: #5a6b7f;
    font-size: .98rem;
    line-height: 1.32;
    margin: 0;
}

/* ============================================
   Home Panel (Top Companies / Recruiters)
   ============================================ */
.home-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), #fff);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .07);
    padding: 34px 28px;
}

.home-panel .box-swiper {
    margin-top: 0 !important;
}

/* ============================================
   Home Tabs (Jobs of the Day)
   ============================================ */
.home-tabs-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(245, 248, 255, .96));
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 30px;
    padding: 28px;
}

.home-tabs-shell .nav-tabs {
    border: 0;
    gap: 10px;
    justify-content: center;
}

.home-tabs-shell .nav-tabs a {
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
    padding: 12px 18px;
}

.home-tabs-shell .nav-tabs a.active {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

/* ============================================
   Apply Banner
   ============================================ */
.apply-banner-modern .box-we-hiring {
    background:
        radial-gradient(circle at top right, rgba(var(--primary-color-rgb), .24), transparent 34%),
        linear-gradient(135deg, #0a2854, #12396e 54%, var(--primary-color));
    align-items: center;
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(10, 40, 84, .24);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr) auto;
    overflow: hidden;
    padding: 34px 30px;
    position: relative;
}

.apply-banner-modern .box-we-hiring::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, .18), transparent 48%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.apply-banner-modern .text-1,
.apply-banner-modern .text-2,
.apply-banner-modern .text-3 {
    margin: 0;
    position: relative;
    z-index: 1;
}

.apply-banner-modern .apply-banner-title {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.apply-banner-modern .apply-banner-kicker,
.apply-banner-modern .apply-banner-heading {
    display: block;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    position: static;
    text-transform: uppercase;
    transform: none;
}

.apply-banner-modern .apply-banner-kicker {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: .92;
}

.apply-banner-modern .apply-banner-heading {
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 900;
}

.apply-banner-modern .apply-banner-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    max-width: 420px;
}

.apply-banner-modern .apply-banner-subtitle br {
    display: block;
}

.apply-banner-modern .apply-banner-action {
    justify-self: end;
}

.apply-banner-modern .text-we-are,
.apply-banner-modern .text-hiring,
.apply-banner-modern .text-2,
.apply-banner-modern .text-2 * {
    color: #fff !important;
}

.apply-banner-modern .btn-apply {
    background: #fff;
    background-image: none;
    border-radius: 14px;
    color: var(--secondary-color);
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-width: 130px;
    padding: 16px 28px;
    white-space: nowrap;
}

.apply-banner-modern .btn-apply::before {
    display: none;
}

@media (max-width: 991px) {
    .apply-banner-modern .box-we-hiring {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .apply-banner-modern .apply-banner-action {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .apply-banner-modern .box-we-hiring {
        border-radius: 26px;
        gap: 18px;
        padding: 28px 22px;
    }

    .apply-banner-modern .apply-banner-kicker {
        font-size: 15px;
    }

    .apply-banner-modern .apply-banner-heading {
        font-size: 36px;
    }

    .apply-banner-modern .apply-banner-subtitle {
        font-size: 16px;
    }
}

/* Company Logo */
.company-logo-placeholder {
    align-items: center;
    background: #f0f4ff;
    border-radius: 8px;
    color: var(--primary-color);
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    width: 48px;
}

/* Job Cards */
.card-grid-2-image-left {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.card-grid-2-image-left .image-box {
    flex-shrink: 0;
}
.card-grid-2-image-left .image-box img {
    border-radius: 8px;
    object-fit: cover;
}
.card-grid-2-image-left .right-info {
    min-width: 0;
}
.card-grid-2-image-left .name-job {
    color: #465271;
    font-size: 13px;
    font-weight: 500;
}
.card-grid-2-image-left .card-location {
    color: #92a0b8;
    font-size: 12px;
}
.card-block-info .card-title,
.card-block-info h6 {
    font-size: 15px;
    margin: 8px 0;
}
.card-block-info h6 a {
    color: #05264e;
    text-decoration: none;
}
.card-block-info h6 a:hover {
    color: var(--primary-color);
}
.card-2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-salary {
    font-size: 14px;
    font-weight: 600;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

/* ============================================
   Responsive Breakpoints
   ============================================ */
@media (max-width: 991.98px) {
    .home-hero-modern .banner-hero {
        border-radius: 28px;
        padding: 24px 18px;
    }

    .home-hero-modern .heading-banner {
        max-width: none;
    }

    .home-hero-search {
        padding: 16px;
    }

    .home-hero-search .form-find form,
    .home-hero-search .form-find .search-btn-group {
        display: block;
    }

    .home-hero-search .home-search-grid {
        border-radius: 18px;
        grid-template-columns: 1fr;
    }

    .home-hero-search .home-search-field,
    .home-hero-search .home-search-actions {
        padding: 6px 0;
    }

    .home-hero-search .home-search-field::after {
        bottom: 0;
        height: 1px;
        left: 12px;
        right: 12px;
        top: auto;
        transform: none;
        width: auto;
    }

    .home-hero-search .home-search-actions {
        min-width: 0;
        padding-top: 10px;
    }

    .home-hero-search .form-find .search-btn-group .btn {
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .home-panel,
    .home-tabs-shell {
        border-radius: 24px;
        padding: 24px 18px;
    }
}
