.careers-detail-hero {
    padding: 140px 0 120px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.6;
    z-index: 1;
}

.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 2;
}

.glass-breadcrumb {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.job-title-display {
    font-size: 5rem;
    font-weight: 950;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: -3px;
    line-height: 1;
    text-transform: uppercase;
}

.job-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.form-control::placeholder {
    color: #999 !important;
    font-weight: 500;
}

.meta-pill {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.meta-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.meta-pill.experience {
    background: #dc3545;
    border-color: transparent;
}

.content-card,
.application-card {
    border: 2px solid #eee;
}

.section-title {
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    color: #111;
    text-transform: uppercase;
    font-size: 1.25rem !important;
    letter-spacing: 1px;
}

.section-title i {
    color: #dc3545;
    font-size: 1.5rem;
}

.section-block {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #f2f2f2;
}

.career-html-content li {
    margin-bottom: 18px;
    line-height: 1.7;
    list-style: none;
    position: relative;
    padding-left: 35px;
    color: #555;
    font-size: 1.05rem;
}

.career-html-content li::before {
    content: "\EB82";
    font-family: "remixicon";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-size: 1.3rem;
    top: -2px;
}

/* Architecturally Focused Inputs with Bold Black Borders */
.modern-input-group {
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.modern-input-group .input-group-text {
    background: #f8f9fa;
    border: none;
    /* Removed individual borders */
    border-right: 1px solid #000;
    color: #000;
    border-radius: 0;
    padding: 0 10px;
    font-size: 1rem;
}

textarea.form-control.modern-control {
    border: 1px solid #d1d1d1 !important;
}

input.form-control.modern-control {
    border: 1px solid #d1d1d1 !important;
}

.modern-input-group .form-control {
    border: none !important;
    /* Managed by parent container */
    background: transparent;
    height: 54px;
    font-weight: 700;
    color: #000;
    font-size: 1rem;
    padding-left: 15px;
}

.modern-input-group:focus-within {
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 1);
    transform: translate(-2px, -2px);
    border-color: #000;
}

.modern-control {
    border: 2px solid #000 !important;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 700;
    color: #000;
    height: 54px;
    transition: all 0.3s;
}

.modern-control:focus {
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 1);
    transform: translate(-2px, -2px);
    border-color: #000;
    outline: none;
    background: #fff;
}

/* Textarea and other fixes */
textarea.modern-control {
    height: auto !important;
}

.resume-upload-zone {
    border: 2px dashed #000;
    border-radius: 16px;
    padding: 45px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #fafafa;
}

.resume-upload-zone:hover {
    background: #fff5f5;
    border-color: #dc3545;
    border-style: solid;
}

.btn-black-premium {
    background: linear-gradient(135deg, #dc3545 0%, #a51d2a 100%);
    color: #fff !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 12px;
    padding: 18px 30px !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(220, 53, 69, 0.2);
}

.btn-black-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.4);
    background: linear-gradient(135deg, #ff4d5e 0%, #dc3545 100%);
}

.btn-black-premium:active {
    transform: translateY(0);
}

.btn-black-premium i {
    transition: transform 0.3s;
}

.btn-black-premium:hover i {
    transform: translateX(5px);
}

.form-sticky-container {
    position: sticky;
    top: 120px;
}

.related-job-card {
    border: 2px solid #f0f0f0;
}

.related-job-card:hover {
    border-color: #000;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05);
    transform: translate(-5px, -5px);
}

.bg-danger-soft {
    background: rgba(220, 53, 69, 0.1);
}

@media (max-width: 991px) {
    .job-title-display {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .form-sticky-container {
        position: static;
        margin-top: 40px;
    }

    .careers-detail-hero {
        padding: 100px 0 80px;
    }
}
