﻿/* === COMBINED PAGES CSS === */

/* Breadcrumb styles (shared across detail pages) */
.jd-breadcrumb{padding:12px 0;font-size:13px;color:#6b7280}
.jd-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .2s}
.jd-breadcrumb a:hover{color:#6366f1}
.jd-breadcrumb svg{width:14px;height:14px;vertical-align:-2px;margin:0 6px;opacity:.5}

/* homepage-refined.css */
: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;
    }
}


/* inner-pages.css */
/* ============================================
   Inner-page Styles from Laravel theme-meta.blade.php
   ============================================ */

/* --- Site Header Shell --- */
.site-header-shell {
    padding-top: 4px;
    position: relative;
    z-index: 100;
}

.site-header-shell .header {
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    margin-left: 10%;
    margin-right: auto;
    max-width: 1200px;
    padding: 2px 0;
}

.site-header-shell .main-header {
    align-items: center;
    display: flex;
    gap: 0;
    min-height: 48px;
    padding: 0;
}

.site-header-shell .header-left,
.site-header-shell .header-right {
    position: relative;
    z-index: 2;
}

.site-header-shell .header-left {
    align-items: center;
    display: flex;
    justify-self: start;
}

.site-header-shell .header-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: visible;
    position: static;
    transform: none;
    width: auto;
    z-index: 1;
}

.site-header-shell .header-logo img {
    max-height: 28px;
    width: auto;
}

.site-header-shell .nav-main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.site-header-shell .main-menu {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

.site-header-shell .main-menu > li > a {
    border-radius: 999px;
    color: var(--secondary-color);
    display: inline-flex;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 10px;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.site-header-shell .main-menu > li > a:hover,
.site-header-shell .main-menu > li.current-menu-item > a,
.site-header-shell .main-menu > li.current-menu-parent > a {
    background: rgba(var(--primary-color-rgb), .08);
    color: var(--primary-color);
}

.site-header-shell .header-right {
    display: flex;
    justify-self: end;
    justify-content: flex-end;
}

.site-header-shell .block-signin {
    display: flex;
    gap: 10px;
}

.site-header-shell .block-signin .text-link-bd-btom {
    align-items: center;
    border-radius: 999px;
    color: var(--secondary-color);
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    padding: 12px 16px;
    text-decoration: none;
}

.site-header-shell .block-signin .text-link-bd-btom:hover {
    background: rgba(var(--primary-color-rgb), .08);
    color: var(--primary-color);
}

.site-header-shell .btn-shadow {
    box-shadow: 0 18px 36px rgba(var(--primary-color-rgb), .28);
}

.site-header-shell .header-item {
    align-items: center;
    background: rgba(var(--primary-color-rgb), .06);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 999px;
    padding: 8px 14px 8px 10px;
}

/* --- Inner Hero Shell (page breadcrumb/hero area) --- */
.inner-hero-shell {
    padding-top: 18px;
}

.inner-hero-shell .breadcrumb-cover,
.inner-hero-shell .banner-hero {
    background:
        radial-gradient(circle at top left, rgba(var(--primary-color-rgb), .16), transparent 30%),
        linear-gradient(135deg, #0b2b58, #143e74 58%, rgba(var(--primary-color-rgb), .96)) !important;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(10, 40, 84, .22);
    overflow: hidden;
    position: relative;
}

.inner-hero-shell .breadcrumb-cover::after,
.inner-hero-shell .banner-hero::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, .16), transparent 44%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.inner-hero-shell .breadcrumb-cover > .container,
.inner-hero-shell .banner-hero > .banner-inner {
    position: relative;
    z-index: 1;
}

.inner-hero-shell h1,
.inner-hero-shell h2,
.inner-hero-shell p,
.inner-hero-shell li,
.inner-hero-shell a,
.inner-hero-shell span {
    color: #fff !important;
}

.inner-hero-shell .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.inner-hero-shell .breadcrumbs li {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 10px 14px;
}

/* --- Inner Page Content Shell --- */
.inner-page-section {
    padding-top: 20px;
}

.inner-page-panel,
.inner-page-sidebar,
.inner-page-profile,
.auth-shell .auth-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 255, .98));
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.inner-page-panel {
    padding: 28px;
}

.inner-page-sidebar {
    padding: 26px 24px;
}

.inner-page-profile {
    margin-top: -38px;
    padding: 26px 28px;
    position: relative;
    z-index: 2;
}

/* --- Detail Cover Shell --- */
.detail-cover-shell .banner-hero {
    border-radius: 34px;
    overflow: hidden;
}

.detail-cover-shell .wrap-cover-image img {
    min-height: 240px;
    object-fit: cover;
}

.detail-cover-shell .image-company img,
.detail-cover-shell .image-candidate img {
    background: #fff;
    border: 8px solid rgba(255, 255, 255, .92);
    border-radius: 28px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, .16);
}

/* --- Listing Shell --- */
.listing-shell .jobs-listing,
.listing-shell .filter-section,
.listing-shell .company-listing {
    margin-top: 0;
}

/* --- Jobs Page Shell --- */
.jobs-page-shell {
    position: relative;
}

.jobs-page-shell::before {
    background:
        radial-gradient(circle at top left, rgba(var(--primary-color-rgb), .08), transparent 26%),
        radial-gradient(circle at bottom right, rgba(10, 40, 84, .06), transparent 24%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.jobs-page-shell > .container {
    position: relative;
    z-index: 1;
}

.jobs-shell-grid {
    row-gap: 24px;
}

/* --- Pagination Override --- */
.inner-page-section .paginations {
    margin: 24px 0 40px;
    text-align: center;
    clear: both;
}

.inner-page-section .paginations .pager {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.inner-page-section .paginations .pager li {
    display: inline-block;
}

.inner-page-section .paginations .pager li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    text-decoration: none;
    transition: all .2s ease;
}

.inner-page-section .paginations .pager li a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.inner-page-section .paginations .pager li a.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.inner-page-section .paginations .pager li a.pager-number {
    border-radius: 10px;
}

/* --- Company Grid Card --- */
.company-grid-card {
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow .2s ease, border-color .2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.company-grid-card:hover {
    border-color: rgba(var(--primary-color-rgb), .15);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.company-grid-card-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
}

.company-grid-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-grid-card-logo-fallback {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color);
}

.company-grid-card-name {
    font-size: 15px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
}

.company-grid-card-name a {
    color: var(--secondary-color);
    text-decoration: none;
}

.company-grid-card-name a:hover {
    color: var(--primary-color);
}

.company-grid-card-location {
    font-size: 13px;
    color: #94a3b8;
}

.company-grid-card-location i {
    font-size: 12px;
    margin-right: 2px;
}

.company-grid-card-btn {
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 20px;
    margin-top: 4px;
}

/* --- Jobs Hero Strip --- */
.jobs-hero-strip {
    background: linear-gradient(135deg, #f0f4ff, #e8eeff);
    border-bottom: 1px solid rgba(var(--primary-color-rgb), .08);
    padding: 18px 0;
}

.jobs-hero-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.jobs-hero-strip-copy h1 {
    font-size: 22px;
    font-weight: 800;
    color: var(--secondary-color);
    margin: 0;
    line-height: 1.2;
}

.jobs-hero-strip-copy p {
    font-size: 14px;
    color: #94a3b8;
    margin: 4px 0 0;
}

.jobs-hero-strip-copy p strong {
    color: var(--primary-color);
    font-weight: 800;
}

.jobs-hero-strip-stats {
    display: flex;
    gap: 16px;
}

.jobs-hero-stat {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.jobs-hero-stat-num {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.2;
}

.jobs-hero-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* --- Job Row Card --- */
.job-row-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 14px;
    padding: 16px 20px;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.job-row-card:hover {
    border-color: rgba(var(--primary-color-rgb), .15);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.job-row-card-logo {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
}

.job-row-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-row-card-logo-fallback {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color);
}

.job-row-card-body {
    flex: 1;
    min-width: 0;
}

.job-row-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.job-row-card-title {
    font-size: 15px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
}

.job-row-card-title a {
    color: var(--secondary-color);
    text-decoration: none;
}

.job-row-card-title a:hover {
    color: var(--primary-color);
}

.job-row-card-salary {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 8px;
}

.job-row-card-salary .text-muted {
    color: #94a3b8;
    font-weight: 600;
}

.job-row-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 13px;
    color: #94a3b8;
    flex-wrap: wrap;
}

.job-row-card-company {
    color: #475569;
    font-weight: 600;
    text-decoration: none;
}

.job-row-card-company:hover {
    color: var(--primary-color);
}

.job-row-card-sep {
    color: #cbd5e1;
}

.job-row-card-location i {
    font-size: 12px;
    margin-right: 2px;
}

.job-row-card-type {
    font-weight: 600;
    color: #475569;
}

.job-row-card-desc {
    font-size: 13px;
    color: #94a3b8;
    margin: 6px 0 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-row-card-actions {
    flex-shrink: 0;
}

.job-row-card-btn {
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 18px;
    white-space: nowrap;
}

/* --- Jobs Search Bar --- */
.jobs-search-bar {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 255, .98));
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 28px;
    box-shadow: 0 22px 56px rgba(15, 23, 42, .08);
    margin-bottom: 24px;
    padding: 20px;
}

.jobs-search-form {
    width: 100%;
}

.jobs-search-fields {
    display: flex;
    gap: 12px;
    align-items: center;
}

.jobs-search-input-group {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 16px;
    padding: 0 16px;
    min-height: 56px;
}

.jobs-search-input-group i {
    color: #94a3b8;
    font-size: 18px;
}

.jobs-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    background: transparent;
    min-height: 56px;
}

.jobs-search-input::placeholder {
    color: #94a3b8;
}

.jobs-search-btn {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 16px;
    white-space: nowrap;
    font-weight: 700;
}



/* --- Jobs Results Header --- */
.jobs-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.jobs-results-info {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.jobs-results-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--secondary-color);
    margin: 0;
}

.jobs-results-count {
    color: #94a3b8;
    font-size: 14px;
    font-weight: 600;
    background: rgba(var(--primary-color-rgb), .06);
    border-radius: 999px;
    padding: 4px 12px;
}

.jobs-results-actions {
    display: flex;
    gap: 8px;
}

.jobs-clear-btn {
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
}

/* --- Filter Block Title --- */
.filter-block-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* --- Jobs Explorer Hero (listing page dark hero) --- */
.jobs-explorer-hero {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .16), transparent 28%),
        linear-gradient(135deg, #09244f, #123c73 54%, #2d4eb4);
    border-radius: 34px;
    box-shadow: 0 28px 80px rgba(9, 36, 79, .22);
    color: #fff;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    margin-bottom: 24px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.jobs-explorer-hero::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, .12), transparent 40%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.jobs-explorer-copy,
.jobs-explorer-note {
    position: relative;
    z-index: 1;
}

.jobs-explorer-kicker {
    color: rgba(255, 255, 255, .78);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.jobs-explorer-hero h2 {
    color: #fff;
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.02;
    margin-bottom: 12px;
    max-width: 10ch;
}

.jobs-explorer-hero p {
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 58ch;
}

.jobs-explorer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.jobs-explorer-pill {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    display: inline-flex;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
}

.jobs-explorer-pill strong {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.jobs-explorer-note {
    display: flex;
    justify-content: flex-end;
}

.jobs-explorer-note-card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    max-width: 320px;
    padding: 22px;
    width: 100%;
}

.jobs-explorer-note-label {
    color: rgba(255, 255, 255, .74);
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.jobs-explorer-note-card strong {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.jobs-explorer-note-card p {
    font-size: 14px;
    line-height: 1.6;
}

/* --- Jobs Toolbar (sorting/filter controls) --- */
.jobs-toolbar-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 249, 255, .98));
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
    margin-bottom: 22px;
    padding: 18px 20px;
}

.jobs-toolbar-summary {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.jobs-toolbar-kicker,
.filter-panel-kicker {
    color: var(--primary-color);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.jobs-toolbar-count {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 700;
}

.jobs-toolbar-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.jobs-toolbar-button,
.jobs-toolbar-select {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    display: inline-flex;
    min-height: 52px;
    padding: 8px 14px;
}

.jobs-toolbar-button {
    color: var(--secondary-color);
    gap: 10px;
    font-weight: 700;
}

.jobs-filter-count {
    align-items: center;
    background: rgba(var(--primary-color-rgb), .12);
    border-radius: 999px;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    padding: 0 8px;
}

.jobs-toolbar-select .btn {
    align-items: center;
    color: var(--secondary-color);
    display: inline-flex;
    gap: 8px;
    padding: 0;
}

.jobs-toolbar-select .text-sort_by {
    color: #607086;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}

.jobs-view-switcher {
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    display: inline-flex;
    gap: 6px;
    padding: 6px;
}

.jobs-view-switcher .view-type {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.jobs-view-switcher .view-type.active,
.jobs-view-switcher .view-type:hover {
    background: rgba(var(--primary-color-rgb), .10);
}

.jobs-results-grid {
    row-gap: 18px;
}

.jobs-active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.jobs-active-chip {
    background: rgba(var(--primary-color-rgb), .08);
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 999px;
    color: var(--secondary-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 34px;
    padding: 0 14px;
}

/* --- Modern Filter Panel (sidebar) --- */
.modern-filter-panel .sidebar-shadow {
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 255, .98));
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 28px;
    box-shadow: 0 22px 56px rgba(15, 23, 42, .08);
    padding: 18px;
    position: sticky;
    top: 120px;
}

.modern-filter-panel .filter-block {
    background: rgba(var(--primary-color-rgb), .03);
    border: 1px solid rgba(var(--primary-color-rgb), .06);
    border-radius: 22px;
    padding: 18px;
}

.modern-filter-panel .filter-block.head-border {
    background: transparent;
    border: 0;
    padding: 0 0 10px;
}

.filter-panel-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.filter-panel-header h5 {
    margin-bottom: 0;
}

.modern-filter-panel .filter-block + .filter-block {
    margin-top: 16px;
}

.modern-filter-panel .link-reset {
    align-items: center;
    background: rgba(var(--primary-color-rgb), .08);
    border-radius: 999px;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 34px;
    padding: 0 14px;
    text-transform: uppercase;
}

.modern-filter-panel .medium-heading {
    font-size: 15px;
    line-height: 1.3;
}

/* --- Modern Job Card (listing cards) --- */
.modern-job-card,
.modern-job-card.card-grid-2 {
    background: linear-gradient(180deg, #fff, #f8fbff);
    border: 1px solid rgba(var(--primary-color-rgb), .10);
    border-radius: 26px;
    box-shadow: 0 20px 52px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.modern-job-card .card-grid-2-image-left {
    align-items: center;
    background: linear-gradient(180deg, rgba(var(--primary-color-rgb), .05), rgba(255, 255, 255, .98));
    border-bottom: 1px solid rgba(var(--primary-color-rgb), .08);
    display: flex;
    gap: 14px;
    padding: 20px 22px;
}

.modern-job-card .card-block-info {
    padding: 22px;
}

.modern-job-card .image-box {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    display: inline-flex;
    height: 72px;
    justify-content: center;
    min-width: 72px;
    padding: 12px;
}

.modern-job-card .image-box img {
    max-height: 46px;
    object-fit: contain;
}

.modern-job-card .name-job,
.modern-job-card h4 a,
.modern-job-card h6 a {
    color: var(--secondary-color);
}

.modern-job-card .name-job,
.modern-job-card h4,
.modern-job-card h6 {
    font-weight: 800;
}

.modern-job-card h4,
.modern-job-card h6 {
    line-height: 1.35;
    margin-bottom: 10px;
    min-height: auto;
}

.modern-job-card .location-small {
    color: #94a3b8;
    display: block;
    margin-top: 4px;
}

.modern-job-card .job-card-topline {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.modern-job-card .job-card-posted {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.modern-job-card .job-card-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.modern-job-card .card-briefcase,
.modern-job-card .card-time {
    align-items: center;
    background: rgba(var(--primary-color-rgb), .05);
    border-radius: 999px;
    color: #5a6b82;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 34px;
    padding: 0 12px;
}

.modern-job-card .job-card-description {
    font-size: 15px !important;
    line-height: 1.7 !important;
    min-height: 76px;
}

.modern-job-card .job-card-tags {
    min-height: 42px;
}

.modern-job-card .btn-grey-small {
    background: rgba(var(--primary-color-rgb), .08);
    border-radius: 999px;
    color: var(--secondary-color) !important;
    font-weight: 700;
    padding: 7px 12px;
}

.modern-job-card .job-card-footer {
    align-items: end;
    border-top: 1px solid rgba(var(--primary-color-rgb), .08);
    margin-top: 22px !important;
    padding-top: 18px;
}

.modern-job-card .salary-information .card-text-price,
.modern-job-card .salary-information .job-hidden-job-for-guest-text {
    font-weight: 800;
}

.modern-job-card .btn-apply-now {
    border-radius: 12px;
    min-width: 112px;
}

.modern-job-card .job-card-apply-btn {
    align-items: center;
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(var(--primary-color-rgb), .22);
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    min-width: 132px;
    padding: 0 22px;
}

.modern-job-card.job-grid {
    height: 100%;
}

.job-grid .modern-job-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-grid .modern-job-card .card-block-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.job-grid .modern-job-card .job-card-footer {
    margin-top: auto !important;
}

/* --- Job Empty State --- */
.job-empty .text-center {
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 255, .98));
    border: 1px dashed rgba(var(--primary-color-rgb), .18);
    border-radius: 28px;
    padding: 42px 24px;
}

/* --- Display Flex Utility --- */
.display-flex2 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

/* --- Filter by word (character filter) --- */
.box-list-character ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-by-word {
    align-items: center;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    min-width: 38px;
    padding: 0 10px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.filter-by-word:hover {
    background: rgba(255, 255, 255, .28);
    transform: scale(1.04);
}

/* --- Auth Shell (login/register pages) --- */
.auth-shell {
    padding: 80px 0 100px;
    position: relative;
    background-color: #f8fafc;
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
}

.auth-shell::before {
    background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.08), transparent 40%),
        radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.08), transparent 40%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.auth-shell .container {
    position: relative;
    z-index: 1;
}

.auth-shell .auth-card {
    padding: 45px 40px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.auth-shell .auth-card h2.section-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a;
    margin-bottom: 12px;
}

.auth-shell .auth-card .text-brand-2 {
    font-size: 15px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 30px;
}

.auth-shell .auth-form .form-group {
    margin-bottom: 20px;
}

.auth-shell .auth-form .form-control,
.auth-shell .auth-form .form-select {
    border-radius: 14px;
    min-height: 56px;
    border: 1px solid #e2e8f0;
    padding: 0 20px;
    font-size: 15px;
    background-color: #fcfcfd;
    transition: all 0.3s ease;
}

.auth-shell .auth-form .form-control:focus,
.auth-shell .auth-form .form-select:focus {
    border-color: #5558e8;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    background-color: #ffffff;
}

.auth-shell .btn-primary {
    background: linear-gradient(135deg, #5558e8 0%, #8b5cf6 100%);
    border: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
    transition: all 0.3s ease;
}

.auth-shell .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(99, 102, 241, 0.3);
}

.auth-shell .img-1 img,
.auth-shell .img-2 img {
    filter: drop-shadow(0 30px 60px rgba(15, 23, 42, 0.12));
    transition: all 0.5s ease;
}

.auth-shell .img-1:hover img,
.auth-shell .img-2:hover img {
    transform: translateY(-10px);
}

/* --- Responsive: 991.98px --- */
@media (max-width: 991.98px) {
    .jobs-explorer-hero {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .jobs-explorer-note {
        justify-content: flex-start;
    }

    .jobs-toolbar-shell {
        padding: 16px;
    }

    .jobs-toolbar-controls {
        justify-content: flex-start;
    }

    .jobs-hero-strip-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-row-card {
        flex-wrap: wrap;
    }

    .job-row-card-actions {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .job-row-card-btn {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        padding: 10px 16px;
        display: inline-flex;
    }

    .jobs-search-fields {
        flex-direction: column;
    }

    .jobs-search-input-group {
        width: 100%;
    }

    .jobs-search-btn {
        width: 100%;
    }

    .jobs-results-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .modern-filter-panel .sidebar-shadow {
        position: static;
        top: auto;
    }

    .site-header-shell {
        padding-top: 2px;
    }

    .site-header-shell .header,
    .site-footer-shell .footer {
        border-radius: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-header-shell .main-header {
        display: flex !important;
        min-height: 44px;
    }

    .site-header-shell .header-left,
    .site-header-shell .header-right {
        width: auto;
    }

    .site-header-shell .header-nav {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
    }

    .inner-page-profile {
        margin-top: -18px;
        padding: 22px 18px;
    }

    .inner-page-panel,
    .inner-page-sidebar,
    .auth-shell .auth-card {
        border-radius: 24px;
        padding: 22px 18px;
    }

    .inner-hero-shell .breadcrumbs {
        justify-content: flex-start;
        margin-top: 18px !important;
    }
}

/* --- Responsive: 767.98px --- */
@media (max-width: 767.98px) {
    .jobs-explorer-hero {
        border-radius: 24px;
        padding: 22px 18px;
    }

    .jobs-explorer-hero h2 {
        max-width: none;
    }

    .jobs-toolbar-shell,
    .modern-filter-panel .sidebar-shadow,
    .modern-job-card,
    .modern-job-card.card-grid-2 {
        border-radius: 22px;
    }

    .jobs-toolbar-button,
    .jobs-toolbar-select {
        width: 100%;
    }

    .jobs-view-switcher {
        width: 100%;
    }

    .jobs-view-switcher .view-type {
        flex: 1 1 auto;
    }

    .filter-panel-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .modern-job-card .job-card-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    /* Contact form */
    .contact-form-card {
        padding: 28px 20px !important;
        border-radius: 16px !important;
    }

    /* Jobs hero strip */
    .jobs-hero-strip {
        padding: 14px 0;
    }
    .jobs-hero-strip-inner {
        gap: 12px;
    }
    .jobs-hero-strip-copy h1 {
        font-size: 18px;
    }
    .jobs-hero-strip-copy p {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .jobs-hero-stat {
        padding: 6px 12px;
    }
    .jobs-hero-stat-num {
        font-size: 16px;
    }

    /* Company grid cards */
    .company-grid-card {
        padding: 20px 16px !important;
        text-align: left !important;
        border-radius: 14px !important;
    }
    .company-grid-card-logo {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }
    .company-grid-card-name {
        font-size: 15px !important;
        text-align: left !important;
    }
    .company-grid-card-name a {
        text-align: left !important;
    }
    .company-grid-card-location {
        font-size: 12px !important;
        text-align: left !important;
        line-height: 1.4;
    }
    .company-grid-card-btn {
        width: auto !important;
        min-width: 100px !important;
        font-size: 12px !important;
        padding: 7px 16px !important;
        border-radius: 8px !important;
        margin-top: 4px;
    }

    /* Jobs search bar */
    .jobs-search-bar {
        padding: 14px;
        border-radius: 20px;
    }
    .jobs-search-input-group {
        min-height: 48px;
        border-radius: 12px;
        padding: 0 12px;
    }
    .jobs-search-input {
        font-size: 14px;
        min-height: 48px;
    }
    .jobs-search-btn {
        min-height: 48px;
        padding: 0 20px;
        border-radius: 12px;
        font-size: 14px;
    }

    /* Jobs results header */
    .jobs-results-title {
        font-size: 18px;
    }

    /* Job row card - override common-forms.css centering */
    .job-row-card {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 12px !important;
        padding: 14px !important;
        border-radius: 14px !important;
    }
    .job-row-card-logo {
        width: 40px !important;
        height: 40px !important;
        border-radius: 10px !important;
        flex-shrink: 0;
    }
    .job-row-card-body {
        flex: 1 !important;
        min-width: 0;
    }
    .job-row-card-top {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 2px !important;
    }
    .job-row-card-title {
        font-size: 14px !important;
        line-height: 1.3;
    }
    .job-row-card-salary {
        font-size: 12px !important;
        margin-top: 2px !important;
    }
    .job-row-card-meta {
        font-size: 12px !important;
        gap: 4px !important;
        flex-wrap: wrap;
        margin-top: 2px !important;
    }
    .job-row-card-desc {
        font-size: 12px !important;
        margin-top: 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        white-space: normal !important;
        overflow: hidden !important;
    }
    .job-row-card-actions {
        width: auto !important;
        display: flex !important;
        justify-content: center !important;
        flex-shrink: 0;
        align-self: center;
    }
    .job-row-card-btn {
        width: auto !important;
        min-width: 90px !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        font-size: 12px !important;
        padding: 7px 14px !important;
        border-radius: 8px !important;
        white-space: nowrap;
    }

    /* FAQ tabs scroll */
    .list-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }
    .list-tabs .nav-tabs {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .list-tabs .nav-tabs li {
        display: inline-block;
    }
    .list-tabs .nav-tabs a {
        white-space: nowrap;
        font-size: 13px;
        padding: 8px 14px;
    }

    /* About page */
    .about-hero {
        padding: 40px 0 50px;
    }
    .about-hero h1 {
        font-size: 24px;
    }
    .about-hero p {
        font-size: 14px;
    }
    .about-section {
        padding: 40px 0;
    }
    .about-section h2 {
        font-size: 20px;
    }
    .about-values {
        gap: 16px;
    }
    .about-value-card {
        padding: 20px;
    }

    /* Auth shell on inner pages */
    .auth-shell {
        padding: 40px 0 60px;
    }
    .auth-shell .auth-card {
        padding: 28px 20px;
        border-radius: 20px;
    }
    .auth-shell .auth-card h2.section-title {
        font-size: 24px;
    }
}

/* ============================================
   Grid/List View Toggle
   ============================================ */
.jobs-view-toggle {
    display: inline-flex;
    border: 1px solid rgba(var(--primary-color-rgb), .15);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.jobs-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 34px;
    border: none;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.jobs-view-btn:hover {
    background: rgba(var(--primary-color-rgb), .06);
    color: #475569;
}
.jobs-view-btn.active {
    background: var(--primary-color, #3355ff);
    color: #fff;
}
.jobs-view-btn + .jobs-view-btn {
    border-left: 1px solid rgba(var(--primary-color-rgb), .10);
}
.jobs-results-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Grid Cards */
.jobs-grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 10px 0 20px;
}
.job-grid-card {
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb), .08);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, border-color .2s ease;
    text-align: center;
}
.job-grid-card:hover {
    box-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    transform: translateY(-3px);
}
.job-grid-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: center;
}
.job-grid-card-logo {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.job-grid-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-grid-card-company-info {
    min-width: 0;
}
.job-grid-card-company {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-grid-card-company:hover {
    color: var(--primary-color, #3355ff);
}
.job-grid-card-location {
    font-size: 12px;
    color: #94a3b8;
}
.job-grid-card-location i {
    font-size: 10px;
    margin-right: 2px;
}
.job-grid-card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
}
.job-grid-card-title a {
    color: var(--secondary-color, #0f172a);
    text-decoration: none;
}
.job-grid-card-title a:hover {
    color: var(--primary-color, #3355ff);
}
.job-grid-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    justify-content: center;
}
.job-grid-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}
.job-grid-tag-type {
    background: rgba(var(--primary-color-rgb), .08);
    color: var(--primary-color, #3355ff);
}
.job-grid-tag-salary {
    background: #ecfdf5;
    color: #059669;
}
.job-grid-card-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 auto 14px;
    flex-grow: 1;
}
.job-grid-card-btn {
    align-self: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 18px;
}

@media (max-width: 767.98px) {
    .jobs-grid-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .job-grid-card-btn {
        width: 100%;
        justify-content: center;
        align-items: center;
        line-height: 1;
        padding-top: 12px;
        padding-bottom: 10px;
    }

    /* Override common-forms.css centering */
    .job-row-card {
        text-align: left !important;
    }
    .job-row-card .job-row-card-top {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 4px;
    }
    .job-row-card .job-row-card-meta {
        justify-content: flex-start;
    }
    .job-row-card .job-row-card-desc {
        text-align: left !important;
    }
    .jobs-results-header {
        text-align: left !important;
        align-items: flex-start !important;
    }
    .jobs-results-header .jobs-results-title {
        text-align: left !important;
    }
}




/* common-forms.css */
.auth-container,.contact-page,.job-detail{max-width:800px;margin:40px auto;padding:30px;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;margin-bottom:8px;color:#334155}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;transition:border-color 0.2s ease,box-shadow 0.2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#5558e8;box-shadow:0 0 0 3px rgba(85,88,232,0.1)}.btn-primary{background:linear-gradient(135deg,#5558e8,#8b5cf6);color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-weight:600;transition:all 0.25s ease}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 16px rgba(85,88,232,0.3)}.btn-primary:hover,.btn-success:hover,.btn-warning:hover,.btn-danger:hover,.btn-apply:hover,.btn-default:hover,.btn-send-message:hover,.emp-btn-primary:hover,.hp-cta-btn-secondary:hover,.dash-hero-btn.secondary:hover{color:#fff !important}@media (max-width:991px){.site-header-shell .main-menu{display:none !important}.site-header-shell .burger-icon{display:flex !important}.site-header-shell .header-nav{width:auto;flex:0}.banner-hero .heading-banner,.banner-hero h1,.banner-hero h2{font-size:clamp(22px,4vw,32px)}.banner-hero p,.banner-hero .banner-description{font-size:15px;line-height:1.6}.block-banner .form-find{flex-direction:column;gap:10px}.block-banner .form-find .btn,.block-banner .form-find button{width:100%}.hp-hero-grid{grid-template-columns:1fr !important;gap:24px !important}.hp-hero-visual{display:none !important}.hp-category-grid{grid-template-columns:repeat(2,1fr) !important}.hp-why-grid{grid-template-columns:repeat(2,1fr) !important}.hp-companies-grid{grid-template-columns:repeat(2,1fr) !important}.hp-jobs-grid{grid-template-columns:repeat(2,1fr) !important}.hp-cta-inner{padding:40px 24px !important}.jobs-search-fields{flex-direction:column}.jobs-search-input-group{width:100%}.jobs-search-btn{width:100%}.jobs-hero-strip-inner{flex-direction:column;align-items:center;text-align:center;gap:12px}.jobs-shell-grid .modern-filter-panel,.jobs-shell-grid .filter-section{margin-bottom:20px}.company-listing .row > div,.candidate-listing .row > div{flex:0 0 50%;max-width:50%}.row > .col-xl-4{flex:0 0 50%;max-width:50%}.contact-page .form-group{margin-bottom:16px}.job-detail-section .row > .col-lg-4,.company-detail-job-list .row > .col-lg-4{order:2;margin-top:24px}.job-detail-section .row > .col-lg-8,.company-detail-job-list .row > .col-lg-8{order:1}.inner-page-profile{margin-top:-16px;padding:20px 16px}.site-footer-shell .footer .row > div{flex:0 0 50%;max-width:50%;margin-bottom:20px}.btn-primary,.btn-default,.btn-apply,.btn-shadow{min-height:44px}.contact-page{margin:20px auto;padding:20px}.auth-container{margin:20px auto;padding:24px}.inner-page-section{padding-top:16px}}@media (max-width:1200px){.sticky-bar.stick{left:12px !important;right:12px !important;width:auto !important}}@media (max-width:768px){.site-header-shell .main-header{justify-content:space-between;min-height:52px;padding:0 8px}.site-header-shell .header-left{flex:1}.site-header-shell .header-nav{display:flex !important;align-items:center;width:auto;flex:0;order:3}.site-header-shell .nav-main-menu{display:none !important}.site-header-shell .header-right,.site-header-shell .header .header-right{display:flex !important;align-items:center;gap:8px;width:auto;flex-shrink:0;order:2;min-width:auto;text-align:left;padding-right:0}.site-header-shell .burger-icon{display:flex !important;position:relative;right:auto;top:auto;margin-left:4px}.site-header-shell .header-logo img{max-height:28px}.site-header-shell .header{border-radius:12px !important;margin:0 12px}.site-header-shell .block-signin{display:flex;align-items:center;gap:6px}.site-header-shell .block-signin .text-link-bd-btom{font-size:13px;padding:6px 10px}.site-header-shell .block-signin .btn-shadow{font-size:13px;padding:8px 16px}.banner-hero{border-radius:20px !important;padding:24px 16px !important}.banner-hero .wrap-cover-image img{display:none}.banner-hero .heading-banner,.banner-hero h1,.banner-hero h2{font-size:clamp(20px,5vw,28px);text-align:center;max-width:none}.banner-hero p,.banner-hero .banner-description{font-size:14px;text-align:center}.jobs-hero-strip{padding:14px 0}.jobs-hero-strip-inner{align-items:center;text-align:center}.jobs-hero-strip-copy h1{font-size:20px}.jobs-hero-strip-copy p{font-size:13px}.jobs-hero-strip-stats{justify-content:center}.hp-search{padding:12px;border-radius:12px}.hp-search form{flex-direction:column}.hp-search-field{width:100%;border-right:none;border-bottom:1px solid #f1f5f9}.hp-search-field:last-of-type{border-bottom:none}.hp-search-btn{width:100%;justify-content:center;margin-top:4px}.hp-search-tags{flex-wrap:wrap;justify-content:center;gap:6px}.hp-hero{padding:20px 0 16px !important}.hp-categories,.hp-jobs,.hp-why,.hp-companies,.hp-locations,.hp-cta{padding:32px 0}.hp-category-grid{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;padding:0 16px !important}.hp-jobs-grid{grid-template-columns:1fr !important;padding:0 16px !important}.hp-why-grid{grid-template-columns:1fr !important;padding:0 16px !important}.hp-companies-grid{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;padding:0 16px !important}.hp-locations-grid{grid-template-columns:1fr;padding:0 16px}.hp-hero-grid{text-align:center}.hp-hero-badge{margin-left:auto;margin-right:auto}.hp-hero-title{font-size:clamp(26px,7vw,38px) !important}.hp-hero-desc{font-size:15px;margin-left:auto;margin-right:auto}.hp-hero-stats{justify-content:center;gap:16px}.hp-hero-stat strong{font-size:22px}.hp-section-title{font-size:clamp(22px,5vw,30px) !important}.hp-section-desc{font-size:14px}.hp-job-card{text-align:center}.hp-job-card .hp-job-card-top{justify-content:center}.hp-job-card .hp-job-tags{justify-content:center}.hp-job-card .hp-job-salary-row{justify-content:center}.hp-job-card .hp-job-card-foot{justify-content:center}.hp-location-card{text-align:center}.hp-location-card .hp-location-head{justify-content:center}.hp-location-card .hp-location-row{justify-content:center;flex-wrap:wrap}.hp-location-card .hp-location-divider{display:none}.hp-location-card .hp-location-explore{margin-left:auto;margin-right:auto;width:100%;justify-content:center}.hp-location-card .hp-location-info{text-align:left}.hp-cta-inner{padding:32px 16px !important;border-radius:20px !important}.hp-cta-content h2{font-size:clamp(22px,5vw,30px) !important}.hp-cta-content p{font-size:15px}.hp-trusted-logos{gap:24px}.hp-trusted-logos span{font-size:18px}.jobs-search-bar{padding:14px;border-radius:18px}.jobs-search-fields{flex-direction:column}.jobs-search-btn{width:100%}.job-row-card{flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px}.job-row-card-logo{width:44px;height:44px}.job-row-card-actions{width:100%;display:flex;justify-content:center}.job-row-card-btn{width:100%;justify-content:center;align-items:center;text-align:center;line-height:1 !important;padding-top:14px !important;padding-bottom:8px !important;display:inline-flex !important}.job-row-card-top{flex-direction:column;align-items:center;gap:4px}.jobs-grid-cards{grid-template-columns:1fr !important;gap:12px !important}.jobs-results-grid .modern-job-card{border-radius:18px}.company-listing .row > div,.candidate-listing .row > div{flex:0 0 100%;max-width:100%}.company-grid-card{padding:18px 14px;border-radius:14px;text-align:center}.row > .col-xl-4,.row > .col-lg-4{flex:0 0 100%;max-width:100%}.jobs-results-header{flex-direction:column;align-items:center;text-align:center}.jobs-toolbar-shell{padding:12px}.jobs-toolbar-controls{width:100%;justify-content:center}.jobs-toolbar-button,.jobs-toolbar-select{width:100%}.job-detail-section .row > .col-lg-4,.company-detail-job-list .row > .col-lg-4{order:2;margin-top:20px;padding-left:0 !important}.job-detail-section .row > .col-lg-8,.company-detail-job-list .row > .col-lg-8{order:1}.inner-page-profile{margin-top:-12px;padding:16px 14px;text-align:center}.image-company img,.image-candidate{width:72px;height:72px}.single-apply-jobs .row{flex-direction:column;gap:12px}.single-apply-jobs .col-md-5,.single-apply-jobs .col-md-7{text-align:center !important}.share-job-inline{justify-content:center}.contact-page{padding:16px;margin:16px auto;text-align:center}.auth-container{padding:20px 16px;margin:16px auto;border-radius:14px;text-align:center}.site-footer-shell .footer{border-radius:16px !important;margin:0 12px;padding:20px 16px 10px}.site-footer-shell .footer .row > div{flex:0 0 100%;max-width:100%;margin-bottom:16px}.site-footer-shell .footer-bottom .row > div{text-align:center !important;margin-bottom:8px}.site-footer-shell .footer-bottom{margin-top:16px;padding-top:14px}.site-footer-shell .footer-social{justify-content:center}.btn-primary,.btn-default,.btn-apply,.btn-shadow,.btn-send-message{width:100%;min-height:46px;font-size:14px}.jobs-search-input-group{min-height:48px}.jobs-search-input{font-size:16px !important}.inner-page-panel,.inner-page-sidebar{padding:18px 14px;border-radius:18px;text-align:center}.inner-page-section{padding-top:12px}.container{padding-left:16px;padding-right:16px}.hp-job-card-head{padding:16px}.hp-job-card-body{padding:14px 16px}.hp-job-card-foot{padding:12px 16px}.hp-job-title{font-size:15px}.hp-company-card{padding:24px 16px 20px}.hp-company-logo{width:52px;height:52px}.hp-location-head{padding:14px 16px 0}.hp-location-body{padding:10px 16px 14px}.hp-location-name{font-size:17px}.hp-location-row{gap:12px}.hp-location-num strong{font-size:22px}.hp-why-card{padding:28px 18px 24px}.category-reference-grid{grid-template-columns:repeat(2,1fr) !important;gap:12px !important}.inner-hero-shell .breadcrumb-cover,.inner-hero-shell .banner-hero{border-radius:20px !important}.jobs-explorer-hero{padding:20px 16px !important}.modern-filter-panel .sidebar-shadow{border-radius:18px;padding:14px}.apply-banner-modern .box-we-hiring{border-radius:20px !important;padding:24px 16px !important}.form-group input,.form-group textarea,.form-group select,.form-control,.form-select,input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="url"],input[type="date"],textarea,select{font-size:16px !important}table,.table-responsive{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.company-grid-card h4{font-size:14px !important}.contact-form-card{padding:28px 24px !important}}@media (max-width:480px){.container{padding-left:12px;padding-right:12px}.site-header-shell{padding-top:0}.site-header-shell .header{margin:0 8px;border-radius:10px !important}.site-header-shell .main-header{min-height:48px;padding:0 6px}.site-header-shell .header-logo img{max-height:24px}.site-header-shell .block-signin .btn-shadow{font-size:12px;padding:7px 12px}.banner-hero{border-radius:16px !important;padding:18px 12px !important}.banner-hero .heading-banner,.banner-hero h1,.banner-hero h2{font-size:clamp(18px,6vw,24px)}.banner-hero p{font-size:13px}.banner-hero .wrap-cover-image img{display:none !important}.hp-hero{padding:12px 0 12px !important}.hp-hero-title{font-size:clamp(22px,7vw,32px) !important;margin-bottom:12px !important}.hp-hero-desc{font-size:14px;line-height:1.6;margin-left:auto;margin-right:auto}.hp-hero-badge{font-size:11px;padding:6px 12px}.hp-search{padding:8px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,0.06)}.hp-search-field{padding:4px 10px}.hp-search-field label{font-size:10px}.hp-search-field input{font-size:14px}.hp-search-btn{min-height:44px;font-size:14px}.hp-search-tags{gap:4px}.hp-search-tags a{font-size:11px;padding:4px 10px}.hp-category-grid{grid-template-columns:1fr !important;gap:10px !important}.hp-companies-grid{grid-template-columns:1fr !important;gap:10px !important}.hp-why-grid{gap:10px !important}.hp-categories,.hp-jobs,.hp-why,.hp-companies,.hp-locations,.hp-cta{padding:24px 0}.hp-section-header{margin-bottom:28px !important}.hp-section-title{font-size:clamp(20px,6vw,26px) !important;margin-bottom:8px !important}.hp-section-desc{font-size:13px}.hp-cta-inner{padding:28px 14px !important;border-radius:16px !important}.hp-cta-content h2{font-size:clamp(20px,6vw,26px) !important;margin-bottom:10px !important}.hp-cta-content p{font-size:13px;margin-bottom:20px}.hp-cta-btn{padding:10px 20px;font-size:13px;border-radius:10px}.hp-job-card{border-radius:14px}.hp-job-card-head{padding:14px}.hp-job-card-body{padding:12px 14px}.hp-job-card-foot{padding:10px 14px}.hp-job-title{font-size:14px}.hp-job-salary{font-size:18px}.hp-job-logo{width:40px;height:40px;border-radius:10px}.hp-company-card{padding:20px 14px 16px;border-radius:14px}.hp-company-logo{width:44px;height:44px;border-radius:12px}.hp-company-name{font-size:14px}.hp-location-card{border-radius:16px}.hp-location-head{padding:14px 16px 0}.hp-location-body{padding:10px 16px 14px}.hp-location-pin{width:40px;height:40px;border-radius:12px}.hp-location-name{font-size:15px}.hp-location-num strong{font-size:20px}.hp-location-explore{font-size:11px;padding:6px 10px}.hp-why-card{padding:22px 14px 20px;border-radius:14px}.hp-why-card h3{font-size:14px}.hp-why-card p{font-size:12px}.hp-why-icon{width:48px;height:48px}.hp-category-card{padding:20px 14px 16px;border-radius:12px}.hp-category-card h3{font-size:14px}.hp-category-count{font-size:11px;padding:3px 8px}.hp-hero-stats{flex-direction:column;gap:10px}.hp-hero-stat strong{font-size:20px}.hp-hero-stat span{font-size:12px}.jobs-hero-strip{padding:10px 0}.jobs-hero-strip-copy h1{font-size:18px}.jobs-hero-strip-copy p{font-size:12px}.jobs-hero-stat{padding:6px 12px}.jobs-hero-stat-num{font-size:16px}.jobs-search-bar{padding:10px;border-radius:14px;margin-bottom:16px}.jobs-search-btn{min-height:44px;font-size:13px}.job-row-card{padding:12px;border-radius:12px}.job-row-card-logo{width:38px;height:38px;border-radius:10px}.job-row-card-title{font-size:14px}.job-row-card-meta{font-size:12px}.job-row-card-desc{font-size:12px}.job-row-card-btn{font-size:12px;padding:7px 14px;justify-content:center}.job-grid-card{padding:14px;border-radius:12px}.job-grid-card-title{font-size:14px}.company-grid-card{padding:14px 12px;border-radius:12px}.company-grid-card-logo{width:44px;height:44px;border-radius:10px}.company-grid-card-name{font-size:13px}.company-grid-card-btn{font-size:12px;padding:6px 14px}.jobs-results-title{font-size:18px}.jobs-toolbar-shell{padding:10px;border-radius:18px}.jobs-toolbar-count{font-size:13px}.jobs-view-switcher{width:100%}.jobs-view-switcher .view-type{flex:1 1 auto}.inner-page-profile{margin-top:-8px;padding:12px}.inner-page-panel,.inner-page-sidebar{padding:14px 12px;border-radius:14px}.inner-page-panel h4,.inner-page-sidebar h5{font-size:16px}.job-header-content{flex-direction:column;align-items:flex-start !important;gap:10px}.job-header-content .ml-auto{margin-left:0 !important;width:100%}.job-header-content .ml-auto .btn{width:100%}.single-apply-jobs .row{flex-direction:column}.single-apply-jobs .col-md-5{margin-bottom:10px}.single-apply-jobs .col-md-5 .btn{width:100%}.box-company-profile .row{flex-direction:column}.box-company-profile .col-lg-4{text-align:center !important;margin-top:12px}.box-company-profile .col-lg-4 .btn{width:100%}.sidebar-border{border-radius:14px;padding:14px}.sidebar-list-job ul li{padding:6px 0}.sidebar-company{font-size:16px}.auth-container,.contact-page{padding:16px 12px;margin:12px auto;border-radius:12px}.auth-container h2,.auth-container h3{font-size:22px}.site-footer-shell{padding:12px 0 16px}.site-footer-shell .footer{margin:0 8px;border-radius:12px !important;padding:16px 12px 8px}.site-footer-shell .footer .row > div{margin-bottom:12px}.site-footer-shell .footer .h6{font-size:14px;margin-bottom:10px}.site-footer-shell .menu-footer li{margin-bottom:6px}.site-footer-shell .menu-footer li a{font-size:13px}.site-footer-shell .footer-bottom{margin-top:12px;padding-top:10px}.site-footer-shell .footer-social{margin-top:12px;gap:10px}.site-footer-shell .footer-social .icon-socials{width:32px;height:32px}.site-footer-shell .site-copyright{font-size:12px}.btn-primary,.btn-default,.btn-apply,.btn-shadow,.btn-send-message{min-height:42px;font-size:13px;border-radius:10px}.form-group input,.form-group textarea,.form-group select,.form-control,.form-select,input[type="text"],input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="url"],input[type="date"],textarea,select{font-size:16px !important;padding:10px 14px;border-radius:10px}.category-reference-grid{grid-template-columns:1fr !important;gap:10px !important}.category-reference-card{padding:14px;border-radius:12px}.jobs-explorer-hero{border-radius:16px !important;padding:16px 12px !important}.jobs-explorer-hero h2{font-size:24px}.inner-hero-shell .breadcrumb-cover,.inner-hero-shell .banner-hero{border-radius:16px !important}.inner-hero-shell .breadcrumbs{gap:6px}.inner-hero-shell .breadcrumbs li{padding:6px 10px;font-size:12px}.apply-banner-modern .box-we-hiring{border-radius:16px !important;padding:18px 12px !important}.apply-banner-modern .apply-banner-kicker{font-size:13px}.apply-banner-modern .apply-banner-heading{font-size:28px}.apply-banner-modern .apply-banner-subtitle{font-size:14px}.apply-banner-modern .btn-apply{width:100%;font-size:14px}.paginations .pager{gap:4px}.paginations .pager li a{min-width:34px;height:34px;font-size:13px;padding:0 10px;border-radius:8px}.listing-shell{margin-top:8px}.modern-filter-panel .sidebar-shadow{border-radius:14px;padding:12px}.modern-filter-panel .filter-block{border-radius:14px;padding:12px}.mobile-header-wrapper-style{max-width:85vw}.box-newsletter{border-radius:14px;padding:24px 14px}.text-md-newsletter{font-size:18px}.contact-form-card{padding:20px 16px !important}.jobs-results-header{text-align:center}.jobs-results-header .jobs-results-title{text-align:center}.job-row-card{text-align:center}.job-row-card .job-row-card-top{align-items:center}.company-grid-card{text-align:center}.pricing-card{text-align:center}.contact-page{text-align:center}.auth-container{text-align:center}.inner-page-panel,.inner-page-sidebar{text-align:center}.sidebar-border{text-align:center}.category-reference-card{text-align:center}}@media(max-width:768px){.acct-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(228,225,240,0.7);z-index:200;padding:6px 0 env(safe-area-inset-bottom,6px);box-shadow:0 -4px 20px rgba(85,88,232,0.08)}.acct-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0;flex:1;text-decoration:none;font-size:10px;font-weight:600;color:#8b8fa8;transition:color .2s}.acct-bottom-nav a.active{color:#5558e8}.acct-bottom-nav a svg{width:20px;height:20px;stroke-width:1.8}.acct-content{padding-bottom:80px !important}.acct-sidebar-nav a{min-height:44px;padding:12px 16px}.acct-hero-tiles{gap:10px}.acct-hero-tile{padding:14px;border-radius:12px}.acct-job-card{padding:14px;border-radius:12px}.acct-job-card h4{font-size:14px}.acct-job-card-meta{font-size:11px;flex-wrap:wrap;gap:6px}.resume-card{padding:14px;flex-direction:column;align-items:flex-start;gap:12px}.resume-card-actions{width:100%;justify-content:flex-start}}@media(max-width:768px){.site-header-shell{padding:12px 0 !important}.site-header-shell .logo{height:28px !important}.header-right .btn{padding:8px 16px !important;font-size:12px !important}}@media(max-width:768px){.job-row-card{padding:16px;border-radius:12px;border:1px solid #f1f5f9}.job-row-card .job-title{font-size:15px}.job-row-card .job-meta{font-size:11px;gap:8px;flex-wrap:wrap}.job-grid-card{padding:16px;border-radius:12px}.job-grid-card .job-title{font-size:14px}}@media(max-width:768px){.company-grid-card{padding:16px;border-radius:12px}.company-grid-card .company-name{font-size:14px}.company-grid-card .company-location{font-size:11px}}@media(max-width:768px){.jobs-filter-panel{position:static !important;max-height:none !important;overflow:visible !important;padding:16px !important;border-radius:12px !important;margin-bottom:16px}.jobs-filter-toggle{display:flex !important;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:13px;font-weight:600;color:#4f46e5;cursor:pointer;margin-bottom:12px}.jobs-search-field input{border-radius:10px !important;padding:12px 16px !important}}@media(max-width:768px){.footer-col-1,.footer-col-2,.footer-col-3,.footer-col-4{margin-bottom:24px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-bottom-links{justify-content:center}}@media(max-width:768px){.pricing-card{padding:20px;border-radius:14px}.pricing-card .price{font-size:28px}.pricing-card .features{font-size:12px}}@media(max-width:768px){.banner-hero{padding:24px 0 !important}.banner-hero .banner-text h2{font-size:22px !important;line-height:1.3 !important}.banner-hero .banner-text p{font-size:13px !important}}@media(max-width:768px){html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button{touch-action:manipulation}img{height:auto}}@media(max-width:768px){.auth-shell{padding:16px !important}.auth-shell .auth-card{padding:24px 20px !important;border-radius:16px !important}.auth-shell h2{font-size:20px !important}}@media(max-width:768px){.skeleton{border-radius:8px}}

/* premium-homepage.css */
/* Premium Header Styles */

.site-header-shell {
    padding: 12px 24px 0;
    position: relative;
    z-index: 1000;
}

.site-header-shell .header {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.04);
    float: none !important;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header-shell .header.scrolled {
    background: rgba(255,255,255,0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 8px 32px rgba(0,0,0,0.08);
    border-color: #e2e8f0;
}

.site-header-shell .main-header {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0 8px 0 20px;
    gap: 0;
}

.site-header-shell .header-left {
    flex-shrink: 0;
    margin-right: auto;
}

.site-header-shell .header-logo img {
    max-height: 34px;
    width: auto;
    transition: transform 0.2s ease;
}

.site-header-shell .header-logo:hover img {
    transform: scale(1.05);
}

.site-header-shell .header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.site-header-shell .nav-main-menu {
    display: flex;
    width: auto;
}

.site-header-shell .main-menu {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.site-header-shell .main-menu > li {
    display: flex;
    align-items: center;
    float: none;
    padding: 0;
}

.site-header-shell .main-menu > li > a {
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    white-space: nowrap;
    line-height: 1.4;
    display: flex;
    align-items: center;
    float: none;
}

.site-header-shell .main-menu > li > a:hover {
    color: #5558e8;
    background: #f0f0ff;
}

.site-header-shell .main-menu > li > a.active {
    color: #5558e8;
    background: #f0f0ff;
}

.site-header-shell .header-right {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header-shell .block-signin {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header-shell .text-link-bd-btom {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    padding: 9px 18px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.site-header-shell .text-link-bd-btom:hover {
    color: #5558e8;
    border-color: #c7d2fe;
    background: #f8f7ff;
}

.site-header-shell .btn-shadow {
    background: #5558e8;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    box-shadow: 0 2px 8px rgba(85,88,232,0.25);
    transition: all 0.2s ease;
    text-decoration: none;
}

.site-header-shell .btn-shadow:hover {
    background: #4f46e5;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(85,88,232,0.35);
    color: #fff;
}

.site-header-shell .burger-icon {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.site-header-shell .burger-icon:hover {
    background: #f1f5f9;
}

.site-header-shell .burger-icon span {
    display: block;
    width: 22px;
    height: 2px;
    background: #334155;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* User dropdown */
.site-header-shell .user-header-dropdown > li > a {
    gap: 8px;
    padding: 6px 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.site-header-shell .user-header-dropdown > li > a:hover {
    background: #f1f5f9;
}

.site-header-shell .user-header-dropdown .dropdown-menu {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 48px rgba(0,0,0,0.1);
    padding: 8px;
    margin-top: 12px;
    min-width: 220px;
}

.site-header-shell .user-header-dropdown .dropdown-item {
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    transition: all 0.2s ease;
    margin: 2px 0;
}

.site-header-shell .user-header-dropdown .dropdown-item:hover {
    background: #f0f0ff;
    color: #5558e8;
}

/* Sticky bar override */
.sticky-bar.stick {
    position: fixed !important;
    top: 12px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,0.96) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 8px 32px rgba(0,0,0,0.08) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0 !important;
    z-index: 1001 !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .site-header-shell .main-menu > li > a {
        padding: 8px 12px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .site-header-shell .header {
        margin: 0 12px;
        border-radius: 12px;
    }

    .site-header-shell .header-nav {
        display: none;
    }

    .site-header-shell .burger-icon {
        display: flex;
    }

    .site-header-shell .text-link-bd-btom {
        display: none;
    }
}

@media (max-width: 480px) {
    .site-header-shell .header {
        margin: 0 8px;
        border-radius: 10px;
    }
}

/* ============================================
   Mobile Offcanvas Menu
   ============================================ */
.mobile-header-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}

.mobile-header-active.sidebar-visible {
    transform: translateX(0) !important;
}

.mobile-header-active .offcanvas-header {
    display: flex;
    justify-content: flex-end;
    padding: 16px 16px 0;
    flex-shrink: 0;
}

.mobile-header-active .offcanvas-header .btn-close {
    position: static !important;
    top: auto !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #f1f5f9;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 18px;
    color: #475569;
    padding: 0;
}

.mobile-header-active .offcanvas-header .btn-close:hover {
    background: #e2e8f0;
}

.offcanvas-header .btn-close::before {
    content: "\00d7";
    font-size: 20px;
    line-height: 1;
}

.mobile-header-active .mobile-header-wrapper-inner {
    padding: 0 22px 20px !important;
    height: auto !important;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    scrollbar-width: none;
}

.mobile-header-active .mobile-header-wrapper-inner::-webkit-scrollbar {
    display: none;
}

/* panel width handled by .mobile-header-active */
}

.mobile-search {
    margin-bottom: 24px;
}

.mobile-search form {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 14px 0 44px;
    min-height: 48px;
    position: relative;
}

.mobile-search form input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 15px;
    color: #0f172a;
    padding: 10px 0 10px 32px;
}

.mobile-search form input::placeholder {
    color: #94a3b8;
}

.mobile-search form i {
    color: #94a3b8;
    font-size: 16px;
    margin-right: 10px;
}

.mobile-header-border {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    margin: 0;
}

.mobile-menu li a {
    display: block;
    padding: 14px 0;
    color: #334155;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.mobile-menu li a:hover {
    color: #5558e8;
}

.mobile-account {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.mobile-account h6 {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.site-copyright {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    font-size: 13px;
    color: #94a3b8;
}

/* Body overlay when mobile menu is open */
body.mobile-menu-active {
    overflow: hidden;
}

.body-overlay-1 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.mobile-menu-active .body-overlay-1 {
    display: block;
    opacity: 1;
}

/* Burger icon â†’ X animation */
.site-header-shell .burger-icon.burger-close .burger-icon-top {
    transform: rotate(45deg) translate(5px, 5px);
}

.site-header-shell .burger-icon.burger-close .burger-icon-mid {
    opacity: 0;
    transform: scaleX(0);
}

.site-header-shell .burger-icon.burger-close .burger-icon-bottom {
    transform: rotate(-45deg) translate(5px, -5px);
}

.site-header-shell .burger-icon span {
    transition: all 0.3s ease;
}

/* ============================================
   Mobile Menu Auth Buttons
   ============================================ */
.mobile-auth-buttons {
    display: flex;
    gap: 10px;
    padding: 16px 0 0;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-btn-primary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #5558e8, #8b5cf6);
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.mobile-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(85, 88, 232, 0.3);
    color: #fff;
}
.mobile-btn-outline {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #5558e8;
    background: transparent;
    border: 2px solid #5558e8;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}
    transition: all 0.2s;
}
.mobile-btn-outline:hover {
    background: rgba(85, 88, 232, 0.06);
    color: #5558e8;
}

/* ============================================
   Mobile Footer â€“ fully polished
   ============================================ */
@media (max-width: 768px) {
    .site-footer-shell {
        padding: 16px 0 20px;
    }

    .site-footer-shell .footer {
        margin: 0 12px !important;
        border-radius: 18px;
        padding: 32px 24px 20px;
        background: linear-gradient(170deg, #e8edff 0%, #f4f6ff 40%, #ffffff 100%);
        border: 1px solid rgba(var(--primary-color-rgb), 0.12);
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
    }

    .site-footer-shell .footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    .site-footer-shell .footer .row > div {
        margin-bottom: 0;
    }

    /* Logo column: full width, centered, with decorative separator */
    .site-footer-shell .footer .footer-col-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px !important;
        border-bottom: 2px solid rgba(var(--primary-color-rgb), 0.08);
        background-image: linear-gradient(90deg, transparent, rgba(var(--primary-color-rgb), 0.06), transparent);
        background-size: 60% 2px;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .site-footer-shell .footer .footer-col-1 a {
        display: block;
        margin-bottom: 12px;
    }

    .site-footer-shell .footer .footer-col-1 .color-text-paragraph-2 {
        font-size: 14px;
        line-height: 1.6;
        max-width: 340px;
        margin: 0 auto 16px;
        color: #5a6577;
    }

    .site-footer-shell .footer-social {
        justify-content: center;
        margin-top: 0;
        gap: 14px;
    }

    /* Top row: vertical separator between columns + bottom border */
    .site-footer-shell .footer .footer-col-2 {
        border-right: 1px solid rgba(var(--primary-color-rgb), 0.10);
        border-bottom: 2px solid rgba(var(--primary-color-rgb), 0.08);
        padding-bottom: 18px;
        margin-bottom: 18px !important;
        padding-right: 16px;
    }

    .site-footer-shell .footer .footer-col-3 {
        border-bottom: 2px solid rgba(var(--primary-color-rgb), 0.08);
        padding-bottom: 18px;
        margin-bottom: 18px !important;
        padding-left: 16px;
    }

    .site-footer-shell .footer .footer-col-4 {
        border-right: 1px solid rgba(var(--primary-color-rgb), 0.10);
        padding-right: 16px;
    }

    .site-footer-shell .footer .footer-col-5 {
        padding-left: 16px;
    }

    /* Link columns: 50/50 grid */
    .site-footer-shell .footer .footer-col-2,
    .site-footer-shell .footer .footer-col-3,
    .site-footer-shell .footer .footer-col-4,
    .site-footer-shell .footer .footer-col-5 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        text-align: center;
    }

    .site-footer-shell .footer .h6 {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: var(--secondary-color);
        position: relative;
        display: inline-block;
    }

    .site-footer-shell .menu-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 0;
        list-style: none;
    }

    .site-footer-shell .menu-footer li {
        margin-bottom: 0 !important;
    }

    .site-footer-shell .menu-footer li a {
        font-size: 14px;
        line-height: 2;
        color: #5a6577;
        display: inline-block;
        padding: 3px 12px;
        border-radius: 8px;
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    .site-footer-shell .menu-footer li a:hover {
        color: var(--primary-color);
        background-color: rgba(var(--primary-color-rgb), 0.08);
    }

    /* Footer bottom: side-by-side with accent */
    .site-footer-shell .footer-bottom {
        margin-top: 4px;
        padding-top: 18px;
        border-top: 2px solid rgba(var(--primary-color-rgb), 0.08);
    }

    .site-footer-shell .footer-bottom .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .site-footer-shell .footer-bottom .row > div {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .site-footer-shell .footer-bottom .text-md-end {
        text-align: right !important;
    }

    .site-footer-shell .footer-bottom .font-xs {
        font-size: 12px;
        line-height: 1.5;
        color: #6b7688;
    }
}

@media (max-width: 480px) {
    .site-footer-shell .footer {
        margin: 0 8px !important;
        border-radius: 14px;
        padding: 28px 20px 18px;
    }

    .site-footer-shell .footer .footer-col-1 .color-text-paragraph-2 {
        font-size: 13px;
        max-width: 300px;
    }
}

/* ============================================
   Company cards mobile overrides
   ============================================ */
@media (max-width: 767.98px) {
    .company-grid-card {
        padding: 20px 16px !important;
        border-radius: 14px !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-items: center !important;
    }
    .company-grid-card-logo {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
        margin-bottom: 8px;
    }
    .company-grid-card-name {
        font-size: 15px !important;
        font-weight: 800 !important;
        margin-bottom: 4px;
    }
    .company-grid-card-location {
        font-size: 12px !important;
        color: #94a3b8 !important;
        line-height: 1.4 !important;
        margin-bottom: 4px;
    }
    .company-grid-card-btn,
    .company-grid-card .btn {
        width: fit-content !important;
        max-width: 200px !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 12px !important;
        padding: 6px 16px !important;
        border-radius: 8px !important;
        font-weight: 700 !important;
        text-align: center !important;
    }
}
