:root {
    #25408a: #007031;
    --car-navy: #1a2b49;
    --car-slate-bg: #f8fafc;
    --car-border: #e2e8f0;
    --car-text-muted: #64748b;
}

/* ================= HERO ================= */
.ih-career-hero {
    position: relative;
    padding: 100px 0 110px;
    background-color: #f8fafc;
}

.ih-hero-inner {
    max-width: 780px;
}

.ih-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #25408a ;
    background-color: rgba(79, 70, 229, 0.1);
    border: 1px solid rgba(79, 70, 229, 0.2);
    margin-bottom: 24px;
}

.ih-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #25408a !important;
    display: inline-block;
    animation: ih-pulse 1.6s ease-in-out infinite;
}

@keyframes ih-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

.ih-hero-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #0f172a;
    margin-bottom: 28px;
}

.ih-hero-gradient-text {
    background-image: linear-gradient(to right, #263C84, #1C75BC);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ih-hero-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #475569;
    max-width: 620px;
    margin-bottom: 40px;
}

.ih-hero-actions {
    gap: 16px;
}

@media (min-width: 992px) {
    .ih-hero-title { font-size: 62px; }
}

@media (max-width: 575.98px) {
    .ih-career-hero { padding: 64px 0 72px; }
    .ih-hero-title { font-size: 34px; }
}

/* ================= BUTTONS ================= */
.ih-btn-primary {
    background-color: #25408a ;
    border: 1px solid #25408a ;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    padding: 14px 28px;
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.18);
    transition: all 0.2s ease;
}

.ih-btn-primary:hover,
.ih-btn-primary:focus {
    background-color: #25408a ;
    border-color: #25408a ;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(79, 70, 229, 0.28);
}

.ih-btn-outline {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 700;
    border-radius: 12px;
    padding: 14px 28px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.ih-btn-outline:hover,
.ih-btn-outline:focus {
    background-color: #f8fafc;
    color: #0f172a;
}

.ih-btn-secondary {
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 24px;
    transition: all 0.2s ease;
}

.ih-btn-secondary:hover {
    background-color: #e2e8f0;
    color: #0f172a;
}

.ih-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 700;
    border-radius: 12px;
    padding: 14px 28px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: all 0.2s ease;
}

.ih-btn-white i { color: #25408a ; }

.ih-btn-white:hover {
    background-color: #f8fafc;
    color: #0f172a;
}

/* ================= STATS ================= */
.ih-stats-section {
    padding: 48px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.ih-stat-num {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.ih-stat-brand { color: #25408a ; }

.ih-stat-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .ih-stat-num { font-size: 40px; }
}

/* ================= SECTION HEADINGS (shared) ================= */
.ih-why-section,
.ih-positions-section {
    padding: 90px 0;
}

.ih-section-intro {
    max-width: 680px;
    margin-bottom: 56px;
}

.ih-section-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f172a;
    margin-bottom: 14px;
}

.ih-section-title-left { text-align: left; }

.ih-section-desc {
    font-size: 16px;
    color: #475569;
    margin-bottom: 0;
}

.ih-section-desc-left {
    text-align: left;
    max-width: 520px;
}

@media (min-width: 992px) {
    .ih-section-title { font-size: 42px; }
}

/* ================= WHY WORK CARDS ================= */
.ih-glass-card {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    padding: 32px;
    transition: all 0.25s ease;
}

.ih-glass-card:hover {
    border-color: rgba(79, 70, 229, 0.3);
    box-shadow: 0 18px 30px -10px rgba(79, 70, 229, 0.12);
    transform: translateY(-2px);
}

.ih-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background-color: #eef2ff;
    color: #25408a ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #e0e7ff;
    margin-bottom: 18px;
}

.ih-card-title {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.ih-card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 0;
}


.car-hero {
    padding: 6rem 0 4rem;
    background: linear-gradient(180deg, #ffffff 0%, var(--car-slate-bg) 100%);
}

.car-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(0, 112, 49, 0.08);
    color: #25408a;
    font-weight: 600;
    font-size: 0.85rem;
}

.car-ping-dot {
    position: relative;
    display: inline-flex;
    width: 8px;
    height: 8px;
}

.car-ping-dot .ping-core {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25408a;
}

.car-ping-dot .ping-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25408a;
    animation: car-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes car-ping {

    75%,
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.car-hero-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: var(--car-navy);
    line-height: 1.15;
}

.gradient-text {
    background: linear-gradient(90deg, #25408a, #22a35a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.car-hero-sub {
    font-size: 1.1rem;
    color: var(--car-text-muted);
    max-width: 520px;
}

.car-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25408a;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

.car-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 112, 49, 0.25);
    color: #fff;
}

.car-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--car-navy);
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid var(--car-border);
    text-decoration: none;
}

.car-trust-grid {
    display: flex;
    gap: 2.5rem;
}

.car-trust-num {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--car-navy);
}

.car-trust-label {
    font-size: 0.85rem;
    color: var(--car-text-muted);
}

.car-hero-img-wrap {
    position: relative;
}

.car-hero-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.car-hero-img-glow {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(0, 112, 49, 0.15), transparent 70%);
    z-index: -1;
}

/* ── Sections ─────────────────────────────────────────────── */
.car-section-white {
    padding: 5rem 0;
    background: #fff;
}

.car-section-slate {
    padding: 5rem 0;
    background: var(--car-slate-bg);
}

.car-section-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--car-navy);
}

.car-muted {
    color: var(--car-text-muted);
}

/* ── Role Cards ───────────────────────────────────────────── */
.car-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid var(--car-border);
    border-radius: 16px;
    padding: 1.75rem;
    transition: box-shadow .2s ease, transform .2s ease;
}

.car-card:hover {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.car-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--car-navy);
}

.car-card-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: #25408a21;
    color: #25408a;
    white-space: nowrap;
}

.car-card-meta {
    font-size: 0.85rem;
    color: var(--car-text-muted);
}

.car-card-body {
    font-size: 0.92rem;
    color: #334155;
}

.car-card-footer {
    margin-top: 1.25rem;
}

.car-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    color: #25408a;
    font-weight: 700;
    cursor: pointer;
   
}

.car-card-cta:hover {
     text-decoration: none !important;
}

/* ── Apply Form ───────────────────────────────────────────── */
.car-selected-role {
    color: #25408a;
}

.car-apply-form {
    background: #fff;
    border: 1px solid var(--car-border);
    border-radius: 16px;
    padding: 2rem;
}

.car-form-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 0.9rem;
}

/* ── Job Detail + Apply Modal (Bootstrap 5 Integration) ───── */
.car-job-modal-x {
    z-index: 10;
}

.car-job-modal-left {
    flex: 1 1 58%;
    padding: 2.25rem;
    overflow-y: auto;
    border-right: 1px solid var(--car-border);
}

.car-job-modal-right {
    flex: 1 1 42%;
    padding: 2.25rem;
    overflow-y: auto;
    background: var(--car-slate-bg);
}

.car-job-modal-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--car-navy);
}

.car-job-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.9rem;
    color: var(--car-text-muted);
}

.car-job-modal-h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--car-navy);
    margin-bottom: 0.6rem;
}

.car-job-modal-p {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
}

.car-job-modal-list {
    padding-left: 1.1rem;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.7;
}

.car-job-modal-list li {
    margin-bottom: 0.35rem;
}

.car-job-modal-tech-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--car-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.car-job-modal-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0.6rem;
}

.car-tech-chip {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--car-border);
    color: var(--car-navy);
}

.car-job-modal-apply-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--car-navy);
}

/* ── Resume Dropzone ──────────────────────────────────────── */
.car-dropzone {
    position: relative;
    border: 2px dashed var(--car-border);
    border-radius: 12px;
    padding: 1.75rem 1rem;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: border-color .15s ease, background .15s ease;
}

.car-dropzone:hover,
.car-dropzone.dragover {
    border-color: #25408a;
    background: rgba(0, 112, 49, 0.04);
}

.car-dropzone.has-file {
    border-color: #25408a;
    border-style: solid;
}

.car-dropzone-icon {
    font-size: 1.6rem;
    color: var(--car-text-muted);
    margin-bottom: 0.4rem;
    display: block;
}

.car-dropzone-text {
    font-size: 0.9rem;
    color: var(--car-navy);
    font-weight: 600;
}

.car-dropzone-sub {
    font-size: 0.78rem;
    color: var(--car-text-muted);
    margin-top: 0.2rem;
}

.car-dropzone input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .car-job-modal-left {
        border-right: none;
        border-bottom: 1px solid var(--car-border);
    }
}

/* ── Success Modal ────────────────────────────────────────── */
.car-modal-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.car-modal-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #25408a;
}

.car-modal-icon {
    font-size: 2.5rem;
    color: #25408a;
    margin-bottom: 0.75rem;
}

.car-modal-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--car-navy);
}

.car-modal-sub {
    color: var(--car-text-muted);
    font-size: 0.95rem;
}

.car-modal-close-btn {
    background: var(--car-navy);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
    .car-hero {
        padding: 4rem 0 2.5rem;
    }

    .car-trust-grid {
        gap: 1.5rem;
    }
}


#jobModal{
    
    margin-top:100px;
    
}


/* ================= CTA ================= */
.ih-cta-section {
    padding: 90px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.ih-cta-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
}

.ih-cta-desc {
    font-size: 15px;
    color: #64748b;
    max-width: 520px;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .ih-cta-title { font-size: 34px; }
}
