/* ==========================================================================
   Custom Global Styles & Layout Enhancements
   ========================================================================== */

.owl-nav,
.owl-dots {
    display: none !important;
}

[x-cloak] {
    display: none !important;
}

/* ── Swiper Custom Styling & Card Fixes ── */
.job-swiper-wrapper {
    position: relative;
    padding-bottom: 10px;
}

.job-swiper-container {
    overflow: hidden;
    padding: 12px 8px 60px 8px !important;
}

.swiper-pagination-custom {
    bottom: 8px !important;
}

.job-swiper-container .swiper-slide {
    height: auto;
    display: flex;
}

.job-board-card,
.job-card {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 22px 24px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
    transition: all 0.25s ease !important;
    position: relative !important;
}

.job-board-card:hover,
.job-card:hover {
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.12), 0 0 16px rgba(239, 192, 60, 0.15) !important;
    transform: translateY(-3px) !important;
}

.job-card-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex-grow: 0 !important;
}

.job-board-card .job-card-status,
.job-card .job-card-status {
    margin-bottom: 8px !important;
}

.job-board-card .job-type,
.job-card .job-type {
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 14px !important;
    border-radius: 999px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
}

.job-board-card h4,
.job-card h4,
.job-card-title {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.job-board-card h4 a,
.job-card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}

.job-board-card h4 a:hover,
.job-card-title a:hover {
    color: #d99b11 !important;
}

.job-board-card .job-salary,
.job-card .job-salary {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
    font-size: 0.88rem !important;
    color: #64748b !important;
    display: block !important;
    line-height: 1.4 !important;
}

.job-board-card .job-location,
.job-card .job-location {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
    font-size: 0.88rem !important;
    color: #d99b11 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.job-board-card .job-card-footer,
.job-card .job-card-footer {
    margin-top: 18px !important;
    padding-top: 14px !important;
    border-top: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-next-custom:hover,
.swiper-button-prev-custom:hover {
    background: rgb(239, 192, 60);
    color: #000000;
    border-color: rgb(239, 192, 60);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(239, 192, 60, 0.35);
}

.swiper-pagination-custom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 999px;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    width: 28px;
    background: rgb(239, 192, 60);
}

/* ── Select2 Styling Overrides ── */
.select-field .select2-container,
.jobs-hero-field .select2-container {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    position: relative !important;
}

.select-field .select2-container .selection,
.jobs-hero-field .select2-container .selection {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
}

.select-field,
.jobs-hero-field.select-field {
    min-width: 200px !important;
}

.select-field i,
.jobs-hero-field.select-field i {
    margin-right: 10px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent !important;
    height: 100% !important;
    width: 100% !important;
    flex: 1 1 0% !important;
    outline: none !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 44px !important;
    font-size: 0.92rem !important;
    color: #0f172a !important;
    font-weight: 500 !important;
    text-align: left !important;
    line-height: 46px !important;
    height: 46px !important;
    width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: none !important;
    outline: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    background: transparent !important;
    transition: all 0.15s ease !important;
    z-index: 3 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.12) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #94a3b8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 2px !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #64748b transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 4px 4px 0 4px !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #64748b transparent !important;
    border-width: 0 4px 4px 4px !important;
}

.select2-container--open .select2-dropdown {
    min-width: 100% !important;
}

.select2-dropdown {
    border: 1px solid rgba(148, 163, 184, 0.25) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.08) !important;
    background: #ffffff !important;
    overflow: hidden !important;
    margin-top: 4px !important;
    z-index: 9999 !important;
}

.select2-search--dropdown {
    padding: 8px !important;
    background: #f8fafc !important;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(148, 163, 184, 0.35) !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    font-size: 0.9rem !important;
    outline: none !important;
    background: #ffffff !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: rgb(239, 192, 60) !important;
    box-shadow: 0 0 0 2px rgba(239, 192, 60, 0.2) !important;
}

.select2-results__option {
    padding: 8px 12px !important;
    font-size: 0.9rem !important;
    color: #475569 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(239, 192, 60, 0.15) !important;
    color: #000000 !important;
    font-weight: 500;
}

/* ── Unified Premium Hero Search Bar & Controls ── */
.jobs-hero-form {
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.06), 0 8px 10px -6px rgba(15, 23, 42, 0.03) !important;
}

.hero-field,
.jobs-hero-field {
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

.hero-field:focus-within,
.jobs-hero-field:focus-within {
    border-color: rgb(239, 192, 60) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(239, 192, 60, 0.2) !important;
}

.hero-field i,
.jobs-hero-field i {
    color: #d99b11 !important;
    font-size: 0.95rem !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
}

.hero-field .form-control,
.hero-field .form-select,
.jobs-hero-field .form-control,
.jobs-hero-field .form-select {
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    padding: 0 !important;
    height: 100% !important;
}

.hero-field .form-select,
.jobs-hero-field .form-select {
    padding-right: 1.75rem !important;
    cursor: pointer;
}

.hero-field .form-control::placeholder,
.jobs-hero-field .form-control::placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

/* ── Hero Action Buttons Sizing & Styling ── */
.btn-hero-action {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-hero-location {
    background: rgba(239, 192, 60, 0.15) !important;
    border-color: rgba(239, 192, 60, 0.35) !important;
    color: #b48008 !important;
}

.btn-hero-location:hover {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    box-shadow: 0 4px 12px rgba(239, 192, 60, 0.3) !important;
    transform: translateY(-1px) !important;
}

.btn-hero-location:active {
    transform: translateY(0) !important;
}

.btn-hero-reset {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #64748b !important;
}

.btn-hero-reset:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-1px) !important;
}

.btn-hero-reset:active {
    transform: translateY(0) !important;
}

.hero-submit,
.jobs-hero-submit {
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
}

/* ==========================================================================
   Company Profile Page Modern Redesign & Spacing Optimization
   ========================================================================== */

.company-profile-section {
    background: #f8fafc;
    padding: 32px 0 64px !important;
}

.company-hero-custom {
    position: relative;
    background: #0f172a;
}

.company-hero-custom .company-hero-cover {
    height: 220px !important;
    border-radius: 0 0 32px 32px !important;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%) !important;
}

.company-hero-custom .container {
    position: relative;
    margin-top: -90px !important;
}

.company-hero-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08), 0 0 1px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.9);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.company-hero-logo-box {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 8px 20px -6px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    flex-shrink: 0;
}

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

.company-hero-tagline {
    font-size: 0.96rem;
    line-height: 1.5;
    color: #475569;
    margin: 4px 0 10px;
    max-width: 680px;
}

.company-meta-pills {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.company-meta-pill {
    background: #f1f5f9;
    color: #475569;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
}

.company-meta-pill i {
    color: #64748b;
    font-size: 0.82rem;
}

/* Redesigned Profile Content Cards */
.profile-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 28px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 18px -2px rgba(15, 23, 42, 0.03);
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.profile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.profile-card-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-card-title i {
    color: #d99b11;
    font-size: 1.05rem;
}

.profile-text-content {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #334155;
}

/* Values Grid */
.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.value-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.86rem;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
}

.value-badge:hover {
    background: rgba(239, 192, 60, 0.12);
    border-color: rgba(239, 192, 60, 0.4);
    color: #9a6800;
    transform: translateY(-1px);
}

.value-badge i {
    color: #d99b11;
    font-size: 0.9rem;
}

/* Perks Grid */
.perks-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.perk-compact-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: all 0.2s ease;
}

.perk-compact-card:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 6px 16px -4px rgba(15, 23, 42, 0.05);
    transform: translateY(-1px);
}

.perk-icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: rgba(239, 192, 60, 0.15);
    color: #9a6800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.perk-compact-card h4 {
    font-size: 0.94rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.perk-compact-card p {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #64748b;
    margin: 0;
}

/* Sticky Sidebar */
.company-sidebar-sticky {
    position: sticky;
    top: 90px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sidebar-data-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-data-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}

.sidebar-data-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-data-item .data-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-weight: 500;
}

.sidebar-data-item .data-label i {
    width: 18px;
    text-align: center;
    color: #94a3b8;
}

.sidebar-data-item .data-value {
    font-weight: 600;
    color: #0f172a;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

/* Openings Listing Cards */
.opening-row-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 12px;
}

.opening-row-card:last-child {
    margin-bottom: 0;
}

.opening-row-card:hover {
    border-color: rgba(239, 192, 60, 0.6);
    box-shadow: 0 8px 24px -6px rgba(239, 192, 60, 0.2);
    transform: translateY(-2px);
}

.opening-row-card h4 {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.opening-row-card h4 a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.opening-row-card h4 a:hover {
    color: #d99b11;
}

.opening-meta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.83rem;
    color: #64748b;
}

.opening-meta-row span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.opening-meta-row i {
    color: #94a3b8;
}

@media (max-width: 991px) {
    .company-profile-section {
        padding: 24px 0 48px !important;
    }

    .company-sidebar-sticky {
        position: static;
        margin-top: 24px;
    }

    .perks-compact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .company-hero-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 18px;
        border-radius: 18px;
    }

    .company-hero-meta-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .company-meta-pills {
        justify-content: center;
    }

    .opening-row-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .opening-actions {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        border-top: 1px solid #f1f5f9;
    }
}

/* ==========================================================================
   Body & Footer Spacing
   ========================================================================== */
.job-detail-body {
    padding-bottom: 80px !important;
}

@media (max-width: 767px) {
    .job-detail-body {
        padding-bottom: 48px !important;
    }
}

/* ==========================================================================
   Premium Refined Job Detail Header & Meta Cards
   ========================================================================== */
.job-detail-hero {
    padding: 24px 0 28px !important;
}

.job-detail-header {
    border-radius: 16px !important;
    padding: 18px 24px !important;
    background: #13151c !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5) !important;
}

.job-detail-logo {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    background: #1a1d27 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 6px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.job-detail-label {
    padding: 2.5px 8px !important;
    font-size: 0.68rem !important;
    border-radius: 6px !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 4px !important;
    background: rgba(239, 192, 60, 0.12) !important;
    color: rgb(239, 192, 60) !important;
    border: 1px solid rgba(239, 192, 60, 0.25) !important;
}

.job-detail-title {
    font-size: 1.3rem !important;
    margin: 0 0 6px !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
}

.job-detail-tags {
    gap: 6px 14px !important;
    font-size: 0.825rem !important;
}

.job-detail-actions .btn,
.job-detail-actions button,
.job-detail-actions .job-save,
.job-detail-actions .job-share {
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 9px !important;
    padding: 0 16px !important;
    font-size: 0.84rem !important;
}

.job-detail-meta {
    margin-top: 14px !important;
    gap: 12px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.job-detail-meta .meta-item {
    background: #181b24 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    gap: 12px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    min-width: 0 !important;
    transition: all 0.2s ease !important;
}

.job-detail-meta .meta-item:hover {
    border-color: rgba(239, 192, 60, 0.45) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    transform: translateY(-1px) !important;
}

.job-detail-meta .meta-item i {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 8px !important;
    background: rgba(239, 192, 60, 0.12) !important;
    color: rgb(239, 192, 60) !important;
    font-size: 0.825rem !important;
    box-shadow: none !important;
}

.job-detail-meta .meta-content {
    min-width: 0 !important;
    flex: 1 !important;
}

.job-detail-meta .label {
    font-size: 0.68rem !important;
    color: #94a3b8 !important;
    margin-bottom: 2px !important;
    line-height: 1 !important;
}

.job-detail-meta .value {
    font-size: 0.84rem !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media (max-width: 991px) {
    .job-detail-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}

@media (max-width: 767px) {
    .job-detail-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .job-detail-meta .meta-item {
        padding: 8px 10px !important;
    }
}

@media (max-width: 480px) {
    .job-detail-meta {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   Premium Action Cards (Candidate & Employer Hero CTAs)
   ========================================================================== */
.infodatawrap {
    padding-top: 36px !important;
    padding-bottom: 12px !important;
}

.infodatawrap .row>[class*="col-"] {
    display: flex !important;
}

.userloginbox {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 24px 30px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
    width: 100% !important;
    min-height: 112px !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05) !important;
}

.userloginbox::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -15% !important;
    width: 250px !important;
    height: 250px !important;
    background: radial-gradient(circle, rgba(239, 192, 60, 0.16) 0%, rgba(239, 192, 60, 0) 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 0 !important;
    transition: transform 0.5s ease, opacity 0.5s ease !important;
}

.userloginbox::after {
    display: none !important;
}

.userloginbox.postjobbox {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05) !important;
}

.userloginbox.postjobbox::before {
    background: radial-gradient(circle, rgba(239, 192, 60, 0.18) 0%, rgba(239, 192, 60, 0) 70%) !important;
}

.userloginbox:hover,
.userloginbox.postjobbox:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.09), 0 0 20px rgba(239, 192, 60, 0.18) !important;
    border-color: rgba(239, 192, 60, 0.75) !important;
}

.userloginbox:hover::before {
    transform: scale(1.2) !important;
    opacity: 0.95 !important;
}

.userlogin-body {
    flex: 1 !important;
    min-width: 0 !important;
    z-index: 1 !important;
}

.userloginbox h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em !important;
    line-height: 1.35 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
    transition: color 0.2s ease !important;
}

.userloginbox:hover h3 {
    color: #d99b11 !important;
}

.userlogin-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    color: #9a6800 !important;
    letter-spacing: 0.01em !important;
    transition: color 0.2s ease !important;
}

.userlogin-cta span {
    color: #9a6800 !important;
    transition: color 0.2s ease !important;
}

.userlogin-cta i {
    font-size: 0.82rem !important;
    color: #9a6800 !important;
    transition: transform 0.25s ease, color 0.2s ease !important;
}

.userloginbox:hover .userlogin-cta span,
.userloginbox:hover .userlogin-cta i {
    color: #d99b11 !important;
}

.userloginbox:hover .userlogin-cta i {
    transform: translateX(5px) !important;
}

.userlogin-icon-wrap {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, rgba(239, 192, 60, 0.18) 0%, rgba(239, 192, 60, 0.06) 100%) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(239, 192, 60, 0.3) !important;
    box-shadow: 0 8px 18px -4px rgba(239, 192, 60, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    z-index: 1 !important;
    transition: all 0.3s ease !important;
}

.userlogin-icon-wrap img,
.userloginbox img {
    position: static !important;
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
    margin: 0 !important;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.12)) !important;
    transition: transform 0.3s ease !important;
}

.userloginbox:hover .userlogin-icon-wrap {
    background: linear-gradient(135deg, rgba(239, 192, 60, 0.28) 0%, rgba(239, 192, 60, 0.12) 100%) !important;
    transform: scale(1.08) rotate(3deg) !important;
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 12px 24px -4px rgba(239, 192, 60, 0.3) !important;
}

@media (max-width: 991px) {
    .userloginbox {
        padding: 20px 22px !important;
        border-radius: 18px !important;
        gap: 16px !important;
    }

    .userloginbox h3 {
        font-size: 1.08rem !important;
    }

    .userloginbox p {
        font-size: 0.82rem !important;
        margin-bottom: 8px !important;
    }

    .userlogin-icon-wrap {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        border-radius: 14px !important;
    }

    .userlogin-icon-wrap img,
    .userloginbox img {
        width: 30px !important;
        height: 30px !important;
    }
}

@media (max-width: 575px) {
    .userloginbox {
        padding: 16px 18px !important;
        border-radius: 16px !important;
    }

    .userloginbox h3 {
        font-size: 1.02rem !important;
    }

    .userlogin-cta {
        display: none !important;
    }

    .userlogin-icon-wrap {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
    }

    .userlogin-icon-wrap img,
    .userloginbox img {
        width: 26px !important;
        height: 26px !important;
    }
}

/* Logo theme toggle styles */
.navbar-brand .logo-dark {
    display: inline-block !important;
}

html.dark .navbar-brand .logo-light,
[data-bs-theme="dark"] .navbar-brand .logo-light {
    display: none !important;
}

html.dark .navbar-brand .logo-dark,
[data-bs-theme="dark"] .navbar-brand .logo-dark {
    display: inline-block !important;
}

/* ═════════════════════════════════════════════════════════════════
   JobRabbit Premium Dark & Gold (#efc03c / rgb(239, 192, 60)) Global Theme
   ═════════════════════════════════════════════════════════════════ */

/* ═════════════════════════════════════════════════════════════════
   JobRabbit Signature Theme: White Sections, White Cards & Inputs,
   Black Header & Footer ONLY, All Blue Replaced by Yellow (#efc03c / rgb(239, 192, 60))
   ═════════════════════════════════════════════════════════════════ */

/* ── Global Canvas & Typography ── */
html,
body {
    background-color: #ffffff !important;
    color: #334155 !important;
}

::selection {
    background: rgba(239, 192, 60, 0.35) !important;
    color: #000000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.titleTop h3,
.section-title {
    color: #0f172a !important;
}

p,
.text-muted,
.hero-copy {
    color: #64748b !important;
}

a {
    color: inherit;
    transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover {
    color: #d99b11 !important;
}

/* ── Bootstrap Utilities Re-mapped from Blue to Gold ── */
.text-primary,
.text-info {
    color: #d99b11 !important;
}

.bg-primary {
    background-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.border-primary {
    border-color: rgb(239, 192, 60) !important;
}

.badge.bg-primary,
.badge.text-bg-primary {
    background-color: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
}

.badge.bg-light,
.badge.text-bg-light {
    background-color: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
}

/* ── Custom Scrollbar ── */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(239, 192, 60);
}

/* ── Header & Navbar (BLACK ONLY) ── */
.header,
.main-navbar {
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45) !important;
}

.main-navbar .navbar-brand {
    color: #ffffff !important;
}

.main-navbar .main-menu .nav-link {
    color: #e2e8f0 !important;
}

.main-navbar .main-menu .nav-link:hover,
.main-navbar .main-menu .nav-link:focus,
.main-navbar .main-menu .nav-link.active {
    color: #ffffff !important;
}

.main-navbar .main-menu .nav-link::before {
    background: rgb(239, 192, 60) !important;
}

.main-navbar .dropdown-menu {
    background: #111319 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7) !important;
}

.main-navbar .dropdown-menu .dropdown-item {
    color: #e2e8f0 !important;
}

.main-navbar .dropdown-menu .dropdown-item:hover,
.main-navbar .dropdown-menu .dropdown-item:focus {
    background: rgba(239, 192, 60, 0.15) !important;
    color: rgb(239, 192, 60) !important;
}

.mobile-menu {
    background-color: #000000 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-menu .main-menu .nav-link {
    color: #f8fafc !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-menu .dropdown-menu {
    background: #111113 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-menu .dropdown-item {
    color: #cbd5e1 !important;
}

.mobile-menu-close {
    background: #18181b !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

.mobile-menu-close:hover {
    background: #27272a !important;
    color: #ffffff !important;
}

.navbar-toggler.mobile-menu-toggle {
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.navbar-toggler.mobile-menu-toggle .navbar-toggler-icon {
    filter: invert(1) grayscale(100%) brightness(200%) !important;
}

/* ── Primary Buttons (YELLOW WITH BLACK TEXT) ── */
.btn-primary,
.jobs-hero-submit,
.hero-submit,
.search-btn,
.view-all-btn,
.company-viewall .btn,
.register-btn {
    background-color: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 14px rgba(239, 192, 60, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.jobs-hero-submit:hover,
.hero-submit:hover,
.search-btn:hover,
.view-all-btn:hover,
.company-viewall .btn:hover,
.register-btn:hover {
    background-color: #dfb02c !important;
    border-color: #dfb02c !important;
    color: #000000 !important;
    box-shadow: 0 6px 20px rgba(239, 192, 60, 0.45) !important;
    transform: translateY(-2px) !important;
}

.signin-btn,
.navbar-actions .signin-btn {
    color: #ffffff !important;
    border-color: rgb(239, 192, 60) !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}

.btn-outline-primary {
    color: #b48008 !important;
    border-color: rgb(239, 192, 60) !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}

.signin-btn:hover,
.navbar-actions .signin-btn:hover {
    background-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
}

.btn-outline-primary:hover {
    background-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
}

/* ── Hero & Search Section (WHITE / LIGHT CANVAS) ── */
.hero-section {
    background: radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 45%),
        linear-gradient(135deg, #f0f9ff 0%, #f0fff4 45%, #ffffff 100%) !important;
    border-bottom: none !important;
}

.jobs-hero,
.top-search-section,
.inner-hero,
.contact-banner {
    background: linear-gradient(120deg, rgba(226, 242, 255, 0.85) 0%, rgba(221, 252, 231, 0.85) 100%) !important;
    border-bottom: none !important;
}

.hero-badge,
.jobs-hero-badge,
.subtitle,
.contact-badge {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    border-radius: 999px !important;
}

.hero-title,
.jobs-hero-title {
    color: #0f172a !important;
}

.hero-title span,
.jobs-hero-title span {
    color: #d99b11 !important;
}

.hero-search,
.jobs-hero-form,
.hero-search-wrapper {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 16px 40px -4px rgba(15, 23, 42, 0.08) !important;
    border-radius: 20px !important;
}

/* ── Inputs (WHITE BACKGROUND EVERYWHERE) ── */
.form-control,
.form-select,
.hero-field,
.jobs-hero-field,
.custom-input-field {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
}

.hero-field i,
.jobs-hero-field i {
    color: #d99b11 !important;
}

.form-control:focus,
.form-select:focus,
.hero-field:focus-within,
.jobs-hero-field:focus-within,
.custom-input-field:focus {
    background-color: #ffffff !important;
    border-color: rgb(239, 192, 60) !important;
    box-shadow: 0 0 0 3px rgba(239, 192, 60, 0.25) !important;
    color: #0f172a !important;
}

/* Eliminate nested inner borders on inputs/selects inside hero-field */
.hero-field .form-control,
.hero-field .form-select,
.jobs-hero-field .form-control,
.jobs-hero-field .form-select,
.hero-field .select2-container,
.hero-field .select2-selection,
.jobs-hero-field .select2-container,
.jobs-hero-field .select2-selection {
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.hero-field .form-control:focus,
.hero-field .form-select:focus,
.jobs-hero-field .form-control:focus,
.jobs-hero-field .form-select:focus,
.hero-field .select2-selection:focus,
.jobs-hero-field .select2-selection:focus {
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-control::placeholder,
.hero-field .form-control::placeholder,
.custom-input-field::placeholder {
    color: #94a3b8 !important;
}

.hero-stat {
    background: #ffffff !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06) !important;
}

.stat-value {
    color: #d99b11 !important;
}

.stat-label {
    color: #64748b !important;
}

.hero-link {
    color: #475569 !important;
}

.hero-link:hover {
    color: #d99b11 !important;
}

.hero-link i {
    color: #d99b11 !important;
}

.hero-floating-card {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
}

/* ── Section Backgrounds (WHITE / CLEAN LIGHT) ── */
.section,
.bg-light {
    background-color: #f8fafc !important;
}

.bg-white {
    background-color: #ffffff !important;
}

/* ==========================================================================
   Palghar District Showcase (Dark Luxury & Why Choose JobRabbit)
   ========================================================================== */
.palghar-showcase-section {
    background: #000000 !important;
    background-image: 
        radial-gradient(circle at 10% 15%, rgba(239, 192, 60, 0.09) 0%, transparent 45%),
        radial-gradient(circle at 90% 85%, rgba(239, 192, 60, 0.07) 0%, transparent 45%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 85px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    color: #f8fafc !important;
}

.palghar-showcase-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 16px !important;
    border-radius: 999px !important;
    background: rgba(239, 192, 60, 0.12) !important;
    border: 1px solid rgba(239, 192, 60, 0.3) !important;
    color: rgb(239, 192, 60) !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

.palghar-showcase-badge i {
    color: rgb(239, 192, 60) !important;
    font-size: 0.75rem !important;
}

.palghar-showcase-title {
    font-size: 2.4rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 20px !important;
}

.palghar-showcase-title .highlight-gold {
    background: linear-gradient(135deg, #ffffff 40%, rgb(239, 192, 60) 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.palghar-showcase-desc {
    color: #94a3b8 !important;
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
}

.palghar-showcase-desc strong {
    color: #f1f5f9 !important;
    font-weight: 600 !important;
}

.palghar-city-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 18px 0 26px !important;
}

.palghar-city-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 14px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #cbd5e1 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.palghar-city-chip i {
    font-size: 0.72rem !important;
    color: rgb(239, 192, 60) !important;
    transition: transform 0.2s ease !important;
}

.palghar-city-chip:hover {
    background: rgba(239, 192, 60, 0.15) !important;
    border-color: rgba(239, 192, 60, 0.45) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.palghar-city-chip:hover i {
    transform: scale(1.15) !important;
}

.palghar-city-chip-more {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 12px !important;
    color: #64748b !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.palghar-btn-primary {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    padding: 13px 28px !important;
    border-radius: 999px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(239, 192, 60, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.palghar-btn-primary:hover {
    background: #f3cc52 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(239, 192, 60, 0.5) !important;
}

.palghar-btn-outline {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    font-weight: 600 !important;
    padding: 13px 28px !important;
    border-radius: 999px !important;
    backdrop-filter: blur(8px) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.palghar-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(239, 192, 60, 0.6) !important;
    color: rgb(239, 192, 60) !important;
    transform: translateY(-2px) !important;
}

/* ── Why Choose JobRabbit Card (Glass Luxury) ── */
.palghar-why-card {
    background: rgba(18, 18, 22, 0.75) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 26px !important;
    padding: 38px 36px !important;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.palghar-why-card:hover {
    border-color: rgba(239, 192, 60, 0.4) !important;
    box-shadow: 0 24px 60px -10px rgba(0, 0, 0, 0.7), 0 0 24px rgba(239, 192, 60, 0.12) !important;
}

.palghar-why-card::before {
    content: '' !important;
    position: absolute !important;
    top: -30% !important;
    right: -20% !important;
    width: 220px !important;
    height: 220px !important;
    background: radial-gradient(circle, rgba(239, 192, 60, 0.18) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.palghar-why-header {
    margin-bottom: 26px !important;
}

.palghar-why-kicker {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: rgb(239, 192, 60) !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.palghar-why-title {
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    letter-spacing: -0.015em !important;
}

.palghar-why-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.palghar-why-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: all 0.25s ease !important;
}

.palghar-why-item:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(239, 192, 60, 0.35) !important;
    transform: translateX(4px) !important;
}

.palghar-why-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, rgba(239, 192, 60, 0.2) 0%, rgba(239, 192, 60, 0.06) 100%) !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    color: rgb(239, 192, 60) !important;
    font-size: 1.15rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 14px rgba(239, 192, 60, 0.2) !important;
    transition: transform 0.25s ease, background 0.25s ease !important;
}

.palghar-why-item:hover .palghar-why-icon {
    transform: scale(1.08) rotate(3deg) !important;
    background: linear-gradient(135deg, rgba(239, 192, 60, 0.3) 0%, rgba(239, 192, 60, 0.12) 100%) !important;
}

.palghar-why-content h5 {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 4px 0 !important;
}

.palghar-why-content p {
    color: #94a3b8 !important;
    font-size: 0.86rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.palghar-why-footer {
    margin-top: 24px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    font-size: 0.82rem !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
}

.palghar-why-footer i {
    color: rgb(239, 192, 60) !important;
}

@media (max-width: 767px) {
    .palghar-showcase-section {
        padding: 55px 0 !important;
    }
    .palghar-showcase-title {
        font-size: 1.85rem !important;
    }
    .palghar-why-card {
        padding: 26px 20px !important;
    }
    .palghar-why-title {
        font-size: 1.35rem !important;
    }
}

/* ── Infodata CTAs (Seekers & Employers Boxes in White) ── */


/* ── Job Cards & Job Board Cards (WHITE CANVAS) ── */
.job-board-card,
.job-card,
.job-card-v2 {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

.job-board-card:hover,
.job-card:hover,
.job-card-v2:hover {
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.12), 0 0 16px rgba(239, 192, 60, 0.15) !important;
    transform: translateY(-3px) !important;
}

.job-board-card h4 a,
.job-card-title a,
.job-card h4 a {
    color: #0f172a !important;
}

.job-board-card h4 a:hover,
.job-card-title a:hover,
.job-card h4 a:hover {
    color: #d99b11 !important;
}

.job-board-card .job-type,
.job-card .job-type,
.job-detail-label {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
}

.job-board-card .job-salary,
.job-card .job-salary {
    color: #64748b !important;
}

.job-board-card .job-location,
.job-card .job-location,
.job-location i {
    color: #d99b11 !important;
}

.job-board-card .job-card-footer,
.job-card .job-card-footer {
    border-top: 1px solid #f1f5f9 !important;
}

.job-company-title a,
.job-company a {
    color: #475569 !important;
}

.job-company-title a:hover,
.job-company a:hover {
    color: #d99b11 !important;
}

/* ── Company Cards (WHITE CANVAS) ── */
.company-card,
.company-board-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

.company-card:hover,
.company-board-card:hover {
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.12), 0 0 16px rgba(239, 192, 60, 0.15) !important;
    transform: translateY(-3px) !important;
}

.company-logo img,
.company-avatar-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

.company-card h5,
.company-board-card h5 {
    color: #0f172a !important;
}

.company-meta {
    color: #64748b !important;
}

.company-meta i {
    color: #d99b11 !important;
}

.company-openings {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    border-radius: 999px;
    padding: 6px 14px;
}

.company-openings i {
    color: #d99b11 !important;
}

/* ── Category Cards (WHITE CANVAS) ── */
.category-carousel .category-card,
.category-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

.category-carousel .category-card:hover,
.category-card:hover {
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.12), 0 0 16px rgba(239, 192, 60, 0.15) !important;
    transform: translateY(-4px) !important;
}

.category-icon {
    background: rgba(239, 192, 60, 0.12) !important;
    border: 1px solid rgba(239, 192, 60, 0.28) !important;
    color: #d99b11 !important;
}

.category-card h5,
.category-card h5 a {
    color: #0f172a !important;
}

.category-jobs {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
}

.category-nav {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08) !important;
}

.category-nav:hover {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
}

/* ── Industry Chips ── */
.industry-chip {
    background: #ffffff !important;
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.industry-chip .chip-icon {
    background: #f8fafc !important;
    color: #d99b11 !important;
    box-shadow: none !important;
}

.industry-chip:hover {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
}

.industry-chip:hover .chip-icon {
    color: rgb(239, 192, 60) !important;
    background: #000000 !important;
}

/* ── How It Works Cards (Black Background with Rich Texture) ── */
.howit-card {
    position: relative;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(239, 192, 60, 0.14) 0%, transparent 70%),
        radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        linear-gradient(165deg, #16181f 0%, #090a0d 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 18px 38px -8px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.howit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(239, 192, 60, 0.6), transparent);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.howit-card:hover {
    transform: translateY(-8px) !important;
    background:
        radial-gradient(ellipse 85% 60% at 50% 0%, rgba(239, 192, 60, 0.22) 0%, transparent 75%),
        radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
        linear-gradient(165deg, #1b1f28 0%, #0c0e13 100%) !important;
    border-color: rgba(239, 192, 60, 0.55) !important;
    box-shadow: 0 24px 50px -10px rgba(0, 0, 0, 0.75), 0 0 25px -4px rgba(239, 192, 60, 0.22), inset 0 1px 0 rgba(239, 192, 60, 0.4) !important;
}

.howit-card:hover::before {
    opacity: 1;
    background: linear-gradient(90deg, transparent, rgb(239, 192, 60), transparent);
}

.howit-icon {
    background: linear-gradient(145deg, rgba(239, 192, 60, 0.16) 0%, rgba(239, 192, 60, 0.05) 100%) !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
    color: rgb(239, 192, 60) !important;
    transition: all 0.3s ease !important;
}

.howit-icon i,
.howit-icon-alt i,
.howlist li .iconcircle i {
    color: rgb(239, 192, 60) !important;
    transition: color 0.3s ease !important;
}

.howit-card:hover .howit-icon {
    background: linear-gradient(135deg, #efc03c 0%, #d99b11 100%) !important;
    border-color: #efc03c !important;
    box-shadow: 0 0 24px rgba(239, 192, 60, 0.5), 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    transform: scale(1.06);
}

.howit-card:hover .howit-icon i {
    color: #0c0e13 !important;
}

.howit-card h4 {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.howit-card p {
    color: #94a3b8 !important;
    line-height: 1.65 !important;
}

/* ── Swiper Custom Controls ── */
.swiper-button-next-custom,
.swiper-button-prev-custom {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08) !important;
}

.swiper-button-next-custom:hover,
.swiper-button-prev-custom:hover {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    background: #cbd5e1 !important;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    background: rgb(239, 192, 60) !important;
}

/* ── Search Page Filter Cards & Inputs ── */
.filter-card,
.jobs-filter-sidebar {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

.filter-card-title,
.filter-title {
    color: #0f172a !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.form-check-input {
    background-color: #ffffff !important;
    border-color: #cbd5e1 !important;
}

.form-check-input:checked {
    background-color: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
}

/* ── Select2 Light Theme with Yellow Focus & Active ── */
.filter-card .select2-container--default .select2-selection--single,
.sidebar-widget .select2-container--default .select2-selection--single,
.form-group .select2-container--default .select2-selection--single,
.form-card .select2-container--default .select2-selection--single {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
}

/* Ensure hero and embedded search dropdowns never have an inner border or background */
.hero-field .select2-container--default .select2-selection--single,
.jobs-hero-field .select2-container--default .select2-selection--single,
.select-field .select2-container--default .select2-selection--single,
.hero-search .select2-container--default .select2-selection--single,
.jobs-hero-form .select2-container--default .select2-selection--single,
.hero-field .select2-selection,
.jobs-hero-field .select2-selection,
.select-field .select2-selection,
.hero-field .form-select,
.jobs-hero-field .form-select,
.select-field .form-select {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #0f172a !important;
}

.select2-dropdown {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12) !important;
    color: #0f172a !important;
}

.select2-search--dropdown .select2-search__field {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
}

.select2-results__option {
    color: #334155 !important;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.select2-results__option[aria-selected="true"] {
    background-color: rgba(239, 192, 60, 0.18) !important;
    color: #000000 !important;
}

/* ── Job Detail Page ── */
.job-detail-header,
.job-detail-hero {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

.job-detail-logo {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

.job-detail-title {
    color: #0f172a !important;
}

.job-detail-meta .meta-item {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}

.job-detail-meta .meta-item:hover {
    border-color: rgba(239, 192, 60, 0.5) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06) !important;
}

.job-detail-meta .meta-item i {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #d99b11 !important;
}

.job-detail-meta .label {
    color: #64748b !important;
}

.job-detail-meta .value {
    color: #0f172a !important;
}

.job-overview-card,
.job-description-wrapper,
.sidebar-widget {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

/* ── Blog Cards ── */
.blog-card,
.blog-detail-wrapper {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06) !important;
}

.blog-card:hover {
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.12), 0 0 16px rgba(239, 192, 60, 0.15) !important;
}

.blog-card-title,
.blog-card-title a {
    color: #0f172a !important;
}

.blog-card-title a:hover {
    color: #d99b11 !important;
}

.blog-category-badge,
.blog-badge {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
}

/* ── Pagination ── */
.pagination .page-item .page-link {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    color: #334155 !important;
}

.pagination .page-item.active .page-link {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.pagination .page-item .page-link:hover {
    background: #f8fafc !important;
    color: #d99b11 !important;
    border-color: rgb(239, 192, 60) !important;
}

/* ── Modals & Dialogs (WHITE FORM WITH YELLOW CTAs) ── */
.modal-content {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #0f172a !important;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18) !important;
}

/* ── Footer Modern (EXCLUSIVELY BLACK) ── */
.footer-modern {
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #94a3b8 !important;
}

.footer-modern .footer-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.footer-modern .footer-title {
    color: #ffffff !important;
}

.footer-modern .footer-links a {
    color: #94a3b8 !important;
}

.footer-modern .footer-links a:hover {
    color: rgb(239, 192, 60) !important;
}

.footer-modern .footer-contact li {
    color: #cbd5e1 !important;
}

.footer-modern .footer-contact i {
    color: rgb(239, 192, 60) !important;
}

.footer-modern .footer-contact a:hover {
    color: rgb(239, 192, 60) !important;
}

.footer-modern .footer-social a {
    background: rgba(239, 192, 60, 0.15) !important;
    color: rgb(239, 192, 60) !important;
    border: 1px solid rgba(239, 192, 60, 0.3) !important;
}

.footer-modern .footer-social a:hover {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
}

.footer-modern .footer-bottom {
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.footer-copy {
    color: #71717a !important;
}

.footer-copy a {
    color: rgb(239, 192, 60) !important;
}

.footer-legal-links a {
    color: #71717a !important;
}

.footer-legal-links a:hover {
    color: rgb(239, 192, 60) !important;
}

.footer-seo-badge {
    background: rgba(239, 192, 60, 0.15) !important;
    color: rgb(239, 192, 60) !important;
    border: 1px solid rgba(239, 192, 60, 0.3) !important;
}

/* ── Login Modal Text Fixes ── */
.login-banner-side h1,
.login-banner-side h2,
.login-banner-side h3,
.login-banner-side .banner-headline {
    color: #ffffff !important;
}

.login-banner-side p,
.login-banner-side .banner-subtext {
    color: #cbd5e1 !important;
}

.login-form-side h2,
.login-form-side .fw-bold {
    color: #0f172a !important;
}

/* ── City Badges & Location Cards ── */
.city-badge {
    background: rgba(15, 23, 42, 0.72) !important;
    border: 1px solid rgba(239, 192, 60, 0.45) !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: all 0.25s ease !important;
}

.city-badge i {
    color: rgb(239, 192, 60) !important;
}

.city-card:hover .city-badge {
    border-color: rgb(239, 192, 60) !important;
    box-shadow: 0 4px 18px rgba(239, 192, 60, 0.35) !important;
}

/* ── Blog Card Tags & Links ── */
.blog-card-tag,
.blog-card-tag.teal,
.blog-card-tag.orange {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}

.text-link,
.blog-card-footer .text-link {
    color: #d99b11 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
}

.text-link:hover,
.blog-card-footer .text-link:hover {
    color: #b48008 !important;
}

.text-link i,
.blog-card-footer .text-link i {
    color: #d99b11 !important;
    transition: transform 0.2s ease !important;
}

.text-link:hover i,
.blog-card-footer .text-link:hover i {
    transform: translateX(4px) !important;
}

.blog-read-time i {
    color: #d99b11 !important;
}

/* ── Global Yellow Replacement for Text-Primary / Icons ── */
.text-primary,
i.text-primary,
.text-primary i,
.shrink-0.text-primary,
.shrink-0.text-primary i {
    color: #d99b11 !important;
}

/* ── Job Detail Page Icons & Action Buttons ── */
.job-detail-tags i {
    color: #d99b11 !important;
}

.job-detail-actions .btn-primary,
#apply-now-btn {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px rgba(239, 192, 60, 0.35) !important;
}

.job-detail-actions .btn-primary i,
#apply-now-btn i {
    color: #000000 !important;
}

.job-detail-actions .btn-primary:hover,
#apply-now-btn:hover {
    background: #dfb02c !important;
    border-color: #dfb02c !important;
    color: #000000 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(239, 192, 60, 0.45) !important;
}

.job-detail-actions .job-save {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
}

.job-detail-actions .job-save i {
    color: #d99b11 !important;
}

.job-detail-actions .job-save:hover {
    background: rgba(239, 192, 60, 0.12) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.job-detail-actions .job-save.btn-primary {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.job-detail-actions .job-save.btn-primary i {
    color: #000000 !important;
}

.job-detail-actions .job-share:hover {
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
    background: rgba(239, 192, 60, 0.08) !important;
}

.job-snapshot li i {
    color: #d99b11 !important;
    font-size: 1.05rem !important;
}

/* ==========================================================================
   GLOBAL BRAND THEME OVERRIDES (Yellow/Gold Badge, Button, & Icon System)
   ========================================================================== */

/* ── 1. Universal Bootstrap Badges & Utility Colors ── */
.bg-primary,
.badge.bg-primary,
span.bg-primary,
div.bg-primary {
    background-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.bg-primary-subtle,
.bg-primary.bg-opacity-10,
[class*="bg-primary-subtle"] {
    background-color: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
}

.border-primary-subtle,
[class*="border-primary-subtle"] {
    border-color: rgba(239, 192, 60, 0.4) !important;
}

.badge.bg-primary-subtle,
.badge.border-primary-subtle {
    background-color: rgba(239, 192, 60, 0.15) !important;
    border-color: rgba(239, 192, 60, 0.4) !important;
    color: #9a6800 !important;
    font-weight: 600 !important;
}

/* ── 2. Primary & Outline Buttons ── */
.btn-primary,
button.btn-primary,
a.btn-primary {
    background-color: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
button.btn-primary:hover,
a.btn-primary:hover {
    background-color: #dfb02c !important;
    border-color: #dfb02c !important;
    color: #000000 !important;
    box-shadow: 0 4px 14px rgba(239, 192, 60, 0.45) !important;
}

.btn-outline-primary {
    border-color: rgb(239, 192, 60) !important;
    color: #0f172a !important;
    font-weight: 600 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active {
    background-color: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

/* ── 3. Text Primary & Primary Links / Icons ── */
.text-primary,
i.text-primary,
.text-primary i,
a.text-primary,
.btn-link.text-primary {
    color: #d99b11 !important;
}

.text-primary:hover,
a.text-primary:hover,
.btn-link.text-primary:hover {
    color: #b48008 !important;
}

/* ── 4. Job & Company Board Filter Badges & Controls ── */
.active-filter-pill {
    background: rgba(239, 192, 60, 0.15) !important;
    border: 1px solid rgba(239, 192, 60, 0.45) !important;
    color: #0f172a !important;
}

.active-filter-pill:hover {
    background: rgba(239, 192, 60, 0.25) !important;
    border-color: rgb(239, 192, 60) !important;
}

.active-filter-pill .pill-remove {
    color: #9a6800 !important;
}

.filter-card-active-badge {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.filter-accordion-card.is-open .filter-card-chevron {
    background: rgba(239, 192, 60, 0.2) !important;
    color: #9a6800 !important;
}

.filter-list span {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    font-weight: 600 !important;
}

.filter-field i {
    color: #d99b11 !important;
}

.jobs-board-summary-icon {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
}

.jobs-sparkle {
    color: #d99b11 !important;
}

.jobs-view-toggle .view-btn.active .view-btn-icon {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.jobs-filter-btn {
    border-color: rgb(239, 192, 60) !important;
    color: #0f172a !important;
}

.jobs-filter-btn:hover {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #000000 !important;
}

.jobs-filter-badge {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.jobs-pagination .page-item.active .page-link,
.jobs-pagination .page-link:hover,
.jobs-pagination ul li.active a {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

/* ── 5. Job & Company Cards Meta Icons ── */
.job-location,
.job-grid .job-location,
.job-list .job-location {
    color: #64748b !important;
}

.job-location i,
.job-grid .job-location i,
.job-list .job-location i {
    color: #d99b11 !important;
}

/* ── 6. Candidate Portal Dashboard & Nav ── */
.dashboard-nav li.active a,
.dashboard-nav li a:hover {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
}

.dashboard-nav li.active a i,
.dashboard-nav li a:hover i {
    color: #d99b11 !important;
}

.panel-heading a {
    color: #d99b11 !important;
}

.panel-heading a:hover {
    color: #b48008 !important;
}

.company-pill {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
}

/* ── 7. Blog Hero Card (Featured Latest Drop Card) ── */
.blog-hero-card {
    background: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    color: #0f172a !important;
    padding: 20px !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 30px -4px rgba(15, 23, 42, 0.06) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    overflow: hidden !important;
}

.blog-hero-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 20px 40px -8px rgba(15, 23, 42, 0.12), 0 0 20px rgba(239, 192, 60, 0.15) !important;
}

.blog-hero-card .blog-hero-media {
    position: relative !important;
    width: 100% !important;
    height: 205px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
    background: #f1f5f9 !important;
}

.blog-hero-card .blog-hero-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.35s ease !important;
}

.blog-hero-card:hover .blog-hero-media img {
    transform: scale(1.04) !important;
}

.blog-hero-card .blog-hero-tag {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    z-index: 2 !important;
}

.blog-hero-card .blog-hero-label {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #000000 !important;
    background: rgb(239, 192, 60) !important;
    box-shadow: 0 4px 12px rgba(239, 192, 60, 0.45) !important;
    border: none !important;
    padding: 4px 12px !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    width: fit-content !important;
    margin-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    z-index: 2 !important;
}

.blog-hero-card .blog-hero-meta-top {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.8rem !important;
    color: #64748b !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    flex-wrap: wrap !important;
}

.blog-hero-card .blog-hero-meta-top i {
    color: #94a3b8 !important;
    margin-right: 3px !important;
}

.blog-hero-card .blog-trending-badge {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    font-weight: 700 !important;
    font-size: 0.72rem !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.blog-hero-card h3 {
    margin: 0 0 8px !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-hero-card:hover h3 {
    color: #d99b11 !important;
}

.blog-hero-card .blog-hero-excerpt {
    color: #64748b !important;
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    margin: 0 0 16px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    width: auto !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-hero-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding-top: 14px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.blog-hero-author {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.blog-hero-author img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 1px solid #e2e8f0 !important;
}

.blog-hero-author span {
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
}

.blog-hero-meta .text-link {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #000000 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
}

.blog-hero-card:hover .blog-hero-meta .text-link {
    color: #d99b11 !important;
}

.blog-hero-card:hover .blog-hero-meta .text-link i {
    transform: translateX(4px) !important;
}

/* ── 8. Unified Modern Pagination ── */
.modern-pagination {
    margin-top: 32px !important;
    padding: 16px 24px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.custom-pagination,
.pagination.custom-pagination,
.jobs-pagination .pagination {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom-pagination .page-item .page-link,
.pagination.custom-pagination .page-item .page-link,
.jobs-pagination .pagination .page-item .page-link {
    min-width: 38px !important;
    height: 38px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
}

.custom-pagination .page-item .page-link:hover,
.pagination.custom-pagination .page-item .page-link:hover,
.jobs-pagination .pagination .page-item .page-link:hover {
    background: rgba(239, 192, 60, 0.15) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    transform: translateY(-1px) !important;
}

.custom-pagination .page-item.active .page-link,
.pagination.custom-pagination .page-item.active .page-link,
.jobs-pagination .pagination .page-item.active .page-link {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(239, 192, 60, 0.35) !important;
}

.custom-pagination .page-item.disabled .page-link,
.pagination.custom-pagination .page-item.disabled .page-link,
.jobs-pagination .pagination .page-item.disabled .page-link {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #cbd5e1 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

.custom-pagination .page-item .page-link.dots,
.pagination.custom-pagination .page-item .page-link.dots {
    border: none !important;
    background: transparent !important;
    color: #94a3b8 !important;
    cursor: default !important;
}

/* ── 9. Related Job Tags Badges ── */
.job-tag-cloud span,
.job-tag-cloud a.job-tag-link,
.job-tag-cloud .job-tag-link,
.job-tag-link {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(239, 192, 60, 0.15) !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    color: #9a6800 !important;
    padding: 7px 16px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 0.86rem !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin: 2px !important;
}

.job-tag-cloud a.job-tag-link:hover,
.job-tag-cloud .job-tag-link:hover,
.job-tag-link:hover {
    background: rgb(239, 192, 60) !important;
    border-color: rgb(239, 192, 60) !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(239, 192, 60, 0.35) !important;
    text-decoration: none !important;
}

/* ── 10. Official Social Share Brand Buttons (WhatsApp, LinkedIn, X) ── */
.share-btn-social,
.share-btn-large {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    border-radius: 12px !important;
    padding: 0 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
}

.share-btn-social:hover,
.share-btn-large:hover {
    transform: translateY(-2px) !important;
}

/* WhatsApp: Official Brand Green */
.share-btn-whatsapp,
a.share-btn-whatsapp {
    background-color: #25D366 !important;
    border: 1px solid #25D366 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25) !important;
}

.share-btn-whatsapp:hover,
a.share-btn-whatsapp:hover {
    background-color: #20ba5a !important;
    border-color: #20ba5a !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4) !important;
}

/* LinkedIn: Official Brand Blue */
.share-btn-linkedin,
a.share-btn-linkedin {
    background-color: #0A66C2 !important;
    border: 1px solid #0A66C2 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(10, 102, 194, 0.25) !important;
}

.share-btn-linkedin:hover,
a.share-btn-linkedin:hover {
    background-color: #004182 !important;
    border-color: #004182 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(10, 102, 194, 0.4) !important;
}

/* X (Twitter): Official Brand Black */
.share-btn-x,
a.share-btn-x {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

.share-btn-x:hover,
a.share-btn-x:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
}

/* Copy Link: Clean Neutral */
.share-btn-copy,
button.share-btn-copy {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #475569 !important;
}

.share-btn-copy:hover,
button.share-btn-copy:hover {
    background-color: #f8fafc !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.share-btn-copy.is-copied,
button.share-btn-copy.is-copied {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3) !important;
}

/* ── 11. Blog Detail Hero Visibility & Typography ── */
.blog-detail-hero::after {
    background: linear-gradient(180deg, rgba(11, 15, 25, 0.72) 0%, rgba(15, 23, 42, 0.92) 100%) !important;
}

.blog-detail-hero h1,
.blog-detail-hero-content h1 {
    color: #ffffff !important;
    font-size: clamp(2rem, 3.8vw, 2.75rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 18px 0 16px !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75) !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
}

.blog-detail-meta ul {
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.blog-detail-meta ul li i {
    color: #d99b11 !important;
}

/* ── 12. Blog Article Featured Image Sizing ── */
.blog-article .postimage,
.postimage {
    width: 100% !important;
    max-height: 400px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    margin-bottom: 28px !important;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.08) !important;
}

.blog-article .postimage img,
.postimage img {
    width: 100% !important;
    height: 380px !important;
    max-height: 400px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 18px !important;
    display: block !important;
}

@media (max-width: 767px) {
    .blog-article .postimage,
    .postimage,
    .blog-article .postimage img,
    .postimage img {
        height: 220px !important;
        max-height: 240px !important;
    }
}

/* ── 13. Premium Empty State Component ── */
.empty-state-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 22px !important;
    padding: 44px 32px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.06) !important;
    max-width: 540px !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.empty-state-card:hover {
    box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.1) !important;
}

.empty-state-card .empty-icon {
    width: 68px !important;
    height: 68px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, rgba(239, 192, 60, 0.18) 0%, rgba(239, 192, 60, 0.08) 100%) !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 18px !important;
    box-shadow: 0 6px 18px rgba(239, 192, 60, 0.16) !important;
}

.empty-state-card .empty-icon i {
    font-size: 28px !important;
    color: #d99b11 !important;
}

.empty-state-card h5 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em !important;
}

.empty-state-card p {
    font-size: 0.94rem !important;
    color: #64748b !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    max-width: 440px !important;
}

.empty-state-card .empty-action {
    margin-top: 20px !important;
}

/* ── 14. Contact Page Brand Polish ── */
.contact-badge {
    background: rgba(239, 192, 60, 0.15) !important;
    color: #9a6800 !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    margin-bottom: 12px !important;
}

.contact-details .icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, rgba(239, 192, 60, 0.18) 0%, rgba(239, 192, 60, 0.08) 100%) !important;
    border: 1px solid rgba(239, 192, 60, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #d99b11 !important;
    font-size: 1.15rem !important;
    box-shadow: 0 4px 12px rgba(239, 192, 60, 0.12) !important;
    transition: all 0.25s ease !important;
    flex-shrink: 0;
}

.contact-details li:hover .icon {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
    border-color: rgb(239, 192, 60) !important;
    box-shadow: 0 6px 16px rgba(239, 192, 60, 0.3) !important;
    transform: translateY(-2px);
}

.contact-details a {
    color: #0f172a !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}

.contact-details a:hover {
    color: #d99b11 !important;
    text-decoration: underline !important;
}

.contact-social a:hover {
    background: rgb(239, 192, 60) !important;
    color: #000000 !important;
}

.contact-form-modern .form-control:focus,
.contact-form-modern .form-select:focus {
    border-color: rgba(239, 192, 60, 0.6) !important;
    box-shadow: 0 0 0 0.18rem rgba(239, 192, 60, 0.2) !important;
}

.office-card a {
    color: #0f172a !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}

.office-card a i {
    color: #d99b11 !important;
}

.office-card a:hover {
    color: #d99b11 !important;
}









