/* ==========================================================================
   TRONTEK CAREERS Custom Stylesheet
   For enhanced performance and maintainability.
   ========================================================================== */

:root {
    --ekon-orange: #e56828;
    --ekon-orange-dark: #e56828;
    --ekon-dark: #0f1419;
    --ekon-gray-bg: #f8f9fa;
    --ekon-card-border: #eef0f2;
    --ekon-text-main: #2b2f33;
    --ekon-text-muted: #6c757d;
}

/* General Typography & Utility */
.ekon-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ekon-text-main);
    background-color: #ffffff;
    overflow-x: hidden;
}

.ekon-page h1,
.ekon-page h2,
.ekon-page h3,
.ekon-page h4,
.ekon-page h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-orange {
    color: var(--ekon-orange, #e56828) !important;
}

.bg-orange {
    background-color: var(--ekon-orange, #e56828) !important;
}

/* Section Badge Utility */
.section-badge-orange {
    color: var(--ekon-orange, #e56828);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

/* 1. Hero Section */
.careers-hero-section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.careers-hero-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.careers-hero-bg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.careers-hero-card {
    position: absolute;
    right: 0;
    top: 36%;
    bottom: 14%;
    z-index: 2;
    width: 44%;
    background: rgba(229, 104, 40, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 40px 60px 40px 50px;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
}

.careers-hero-card h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.careers-hero-card p {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 1.45;
    opacity: 0.95;
    margin-bottom: 0;
    color: #ffffff;
    max-width: 440px;
}

/* 2. Why Join Trontek Section */
.careers-why-section {
    padding: 80px 0 100px 0;
    background-color: #ffffff;
}

.why-join-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 60px;
    color: #111111;
    letter-spacing: -0.02em;
}

.why-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-start;
}

.why-card-col {
    flex: 1 1 calc(20% - 15px);
    min-width: 190px;
    transition: margin 0.3s ease;
}

/* Staggered vertical elevation matching reference screenshot */
.why-card-col:nth-child(1) {
    margin-top: 35px;
}

.why-card-col:nth-child(2) {
    margin-top: 0px;
}

.why-card-col:nth-child(3) {
    margin-top: 55px;
}

.why-card-col:nth-child(4) {
    margin-top: 0px;
}

.why-card-col:nth-child(5) {
    margin-top: 35px;
}

.why-card {
    background: #f2f4f8;
    border: none;
    border-radius: 12px;
    padding: 40px 20px 32px 20px;
    text-align: center;
    min-height: 290px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.why-card:hover {
    background-color: #ffe1d0;
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.why-card-icon {
    font-size: 2.8rem;
    color: #111111;
    margin-bottom: 22px;
    background: transparent;
    width: auto;
    height: auto;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    line-height: 1.25;
    font-family: 'Outfit', sans-serif;
}

.why-card-desc {
    font-size: 0.88rem;
    color: #4a4d52;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
}

@media (max-width: 991px) {

    .why-card-col:nth-child(1),
    .why-card-col:nth-child(2),
    .why-card-col:nth-child(3),
    .why-card-col:nth-child(4),
    .why-card-col:nth-child(5) {
        margin-top: 0;
    }
}

/* 3. Life at Trontek Section */
.careers-life-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.life-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111111;
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.life-desc {
    font-size: 1.15rem;
    color: #222222;
    line-height: 1.5;
    max-width: 320px;
    margin-bottom: 0;
    font-weight: 400;
}

.life-img-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.life-img-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.life-img-card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.life-badge {
    background: #e56828;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.25;
    padding: 14px 10px;
    text-align: center;
    margin-top: 0;
    border-radius: 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.01em;
}

/* 4. Voice from Our Team Section */
.careers-voice-section {
    padding: 80px 0 95px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.employee-stories-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
}

.employee-stories-badge .badge-line {
    width: 26px;
    height: 2px;
    background-color: #e56828;
    display: inline-block;
}

.employee-stories-badge .badge-text {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #475569;
    text-transform: uppercase;
}

.voice-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: #0f172a;
    letter-spacing: -0.02em;
    font-family: 'Outfit', sans-serif;
}

.voice-subtitle {
    font-size: 1.15rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 45px;
}

.testimonial-slider-wrapper {
    position: relative;
    padding: 0 45px;
}

@media (max-width: 767px) {
    .testimonial-slider-wrapper {
        padding: 0 10px;
    }
}

.testimonial-slider-container {
    overflow: hidden;
    width: 100%;
    padding: 15px 5px 25px 5px;
}

.testimonial-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    display: flex;
}

@media (max-width: 991px) {
    .testimonial-slide {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (max-width: 767px) {
    .testimonial-slide {
        flex: 0 0 100%;
    }
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px 24px 24px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f1f5f9;
    border-top: 4px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
    border-top-color: #e56828;
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(229, 104, 40, 0.12);
}

.testimonial-header-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.testimonial-img {
    width: 135px;
    height: 175px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
    background: #f1f5f9;
}

.testimonial-profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.testimonial-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.testimonial-role {
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 500;
    line-height: 1.35;
}

.testimonial-role-line {
    width: 24px;
    height: 3px;
    background-color: #e56828;
    border-radius: 2px;
    margin-top: 8px;
    display: block;
}

.testimonial-quote-body {
    text-align: left;
    margin-bottom: 16px;
}

.testimonial-quote-icon {
    font-family: Georgia, serif;
    font-size: 2.2rem;
    line-height: 1;
    color: #e56828;
    font-weight: bold;
    margin-bottom: 4px;
}

.testimonial-text {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.55;
    margin-bottom: 0;
}

.testimonial-footer-action {
    text-align: left;
    margin-top: auto;
}

.testimonial-read-more {
    color: #e56828;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.testimonial-read-more:hover {
    color: #d05315;
    gap: 10px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    z-index: 10;
}

.slider-btn:hover {
    background: #e56828;
    border-color: #e56828;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(229, 104, 40, 0.4);
}

.slider-btn-prev {
    left: -5px;
}

.slider-btn-next {
    right: -5px;
}

@media (max-width: 767px) {
    .slider-btn {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
    .slider-btn-prev {
        left: -5px;
    }
    .slider-btn-next {
        right: -5px;
    }
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #e56828;
    width: 24px;
    border-radius: 10px;
}

.slider-dot.inactive {
    background: #c2c6ce;
}

/* 5. Grow With Us Section */
.careers-grow-section {
    padding: 85px 0 95px 0;
    background-color: #ffffff;
}

.grow-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.02em;
}

.grow-subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e56828;
    margin-bottom: 18px;
    line-height: 1.25;
    font-family: 'Outfit', sans-serif;
}

.grow-desc {
    font-size: 0.92rem;
    color: #333333;
    line-height: 1.5;
    max-width: 310px;
    margin-bottom: 0;
}

.grow-left-col {
    padding-right: 15px !important;
}

@media (min-width: 992px) {
    .grow-right-col {
        padding-left: 10px !important;
        display: flex;
        justify-content: space-between;
    }
}

.grow-steps-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

/* Compact Square Boxes matching reference screenshot */
.grow-step-card {
    background: #f2f4f8;
    border: none;
    border-radius: 14px;
    width: 145px;
    height: 165px;
    padding: 15px 10px 14px 10px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.grow-step-card:hover {
    background-color: #ffe1d0;
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Staggered Vertical Positions: Two UP (0px) and Two DOWN (45px) */
.grow-card-1 {
    margin-top: 45px;
}

.grow-card-2 {
    margin-top: 0px;
}

.grow-card-3 {
    margin-top: 45px;
}

.grow-card-4 {
    margin-top: 0px;
}

.grow-step-icon {
    font-size: 2.2rem;
    color: #111111;
    margin-bottom: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 100%;
}

.grow-step-img-icon {
    height: 36px;
    width: 36px;
    object-fit: contain;
    display: block;
}

.grow-step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 4px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.2;
}

.grow-step-desc {
    font-size: 0.76rem;
    color: #555555;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Connecting Bold Curved Arrows in the middle of the overlapping boxes */
.grow-arrow-mid {
    width: 50px;
    height: 35px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 10;
    pointer-events: none;
}

.arrow-mid-1 {
    margin-top: 60px;
}

.arrow-mid-2 {
    margin-top: 60px;
}

.arrow-mid-3 {
    margin-top: 60px;
}

.grow-arrow-svg {
    width: 50px;
    height: 35px;
    overflow: visible;
}

.grow-arrow-svg path,
.grow-line-animated {
    stroke-dasharray: 5 3.5;
    animation: growLineFlow 1.4s linear infinite;
}

@keyframes growLineFlow {
    from {
        stroke-dashoffset: 17;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 991px) {
    .grow-steps-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .grow-step-card {
        margin-top: 0 !important;
    }

    .grow-arrow-mid {
        display: none;
    }
}

/* 6. Open Positions Section */
.careers-jobs-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.jobs-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f1419;
    margin-bottom: 35px;
}

.filter-pill-select {
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    border: 1px solid #dcdfe3;
    border-radius: 30px;
    padding: 10px 42px 10px 22px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2b2f33;
    cursor: pointer;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-pill-select:focus {
    outline: none;
    border-color: #e56828;
    box-shadow: 0 0 0 3px rgba(243, 108, 33, 0.15);
}

.job-row-card {
    background: #ffffff;
    border: 1px solid #ebedf0;
    border-radius: 12px;
    padding: 20px 28px;
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: 35% 25% 24% auto;
    align-items: center;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.job-row-card > div:first-child {
    padding-right: 15px;
    text-align: left;
}

.job-row-card > div:last-child {
    text-align: right;
    justify-self: end;
}

.job-row-card:hover {
    border-color: #e56828;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.job-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f1419;
    margin-bottom: 2px;
}

.job-sub {
    font-size: 0.8rem;
    color: #888e95;
}

.job-meta-tag {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f1419;
}

.btn-job-apply {
    border: 1.5px solid #0f1419;
    color: #0f1419;
    background: transparent;
    padding: 8px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-job-apply:hover {
    background: #e56828;
    border-color: #e56828;
    color: #ffffff;
}

/* Jobs Pagination */
.jobs-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    margin-bottom: 40px;
}

.jobs-page-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #111111;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.jobs-page-btn:hover {
    border-color: #e56828;
    color: #e56828;
}

.jobs-page-btn.active {
    background: #e56828;
    border-color: #e56828;
    color: #ffffff;
}

.jobs-page-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Job Description Modal Overlay */
.job-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 20, 25, 0.65);
    backdrop-filter: blur(6px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
}

.job-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.job-modal-box {
    background: #ffffff;
    width: 100%;
    max-width: 720px;
    max-height: 88vh;
    border-radius: 20px;
    padding: 38px 42px;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(20px) scale(0.96);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: left;
}

.job-modal-overlay.active .job-modal-box {
    transform: translateY(0) scale(1);
}

.job-modal-close {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f4f8;
    border: none;
    font-size: 1.1rem;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.job-modal-close:hover {
    background: #e56828;
    color: #ffffff;
}

.job-modal-header {
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.job-modal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 10px;
}

.job-modal-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.job-badge {
    font-size: 0.82rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    background: #f2f4f8;
    color: #333333;
}

.job-badge-orange {
    background: rgba(229, 104, 40, 0.12);
    color: #e56828;
}

.job-modal-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    background: #f8fafc;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 24px;
}

.job-info-item-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.job-info-item-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a202c;
}

.job-modal-section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111111;
    margin-top: 20px;
    margin-bottom: 10px;
}

.job-modal-text {
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.6;
}

.job-modal-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.job-modal-list li {
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.65;
    margin-bottom: 6px;
}

.job-modal-footer {
    border-top: 1px solid #f0f2f5;
    padding-top: 22px;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 576px) {
    .job-modal-box {
        padding: 28px 20px;
    }
    .job-modal-footer {
        flex-direction: column;
        align-items: stretch;
    }
}

/* 7. CTA Section - Edge to Edge & Touching Footer */
.careers-cta-full-section {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.careers-cta-banner {
    position: relative;
    width: 100%;
    border-radius: 0 !important;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 60px 0;
}

.careers-cta-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.careers-cta-card {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 42px 48px 38px 45px;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
    margin-right: 10px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.cta-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    color: #e56828;
    margin-bottom: 16px;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.cta-card-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    margin-bottom: 28px;
}

.cta-card-lbl {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 2px;
}

.cta-card-email {
    font-family: 'Outfit', sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    color: #e56828;
    text-decoration: none;
    display: inline-block;
    line-height: 1.1;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

.cta-card-email:hover {
    color: #e56828;
}

/* Responsive adjustments for Careers */
@media (max-width: 991px) {
    .careers-hero-container {
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: hidden;
    }
    .careers-hero-bg {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        max-height: 380px;
        object-fit: cover;
        object-position: 5% center;
        transform: scale(1.15);
    }
    .careers-hero-card {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        width: calc(100% - 32px);
        margin: -35px auto 30px auto;
        padding: 30px 24px;
        border-radius: 24px;
        border-top-left-radius: 50px;
        box-shadow: 0 12px 30px rgba(229, 104, 40, 0.25);
        background: rgba(229, 104, 40, 0.7);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .careers-hero-card h1 {
        font-size: 1.85rem;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }
    .careers-hero-card p {
        font-size: 1.0rem;
        line-height: 1.4;
        max-width: 100%;
        text-align: center;
    }
    .why-card-col {
        flex: 1 1 calc(50% - 10px);
    }
    .grow-steps-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .grow-step-card {
        margin-top: 0 !important;
        width: 145px;
    }
    .grow-arrow-mid {
        display: none;
    }
    
    /* CTA Section Mobile */
    .careers-cta-banner {
        flex-direction: column;
        min-height: auto;
        background: #0f1419;
        border-radius: 0 !important;
        overflow: hidden;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }
    .careers-cta-bg-img {
        position: relative;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .careers-cta-card {
        position: relative;
        width: calc(100% - 32px);
        margin: -40px auto 30px auto;
        padding: 30px 24px;
        border-radius: 20px;
        max-width: 100%;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
    .cta-card-title {
        font-size: 1.65rem;
        line-height: 1.2;
        margin-bottom: 12px;
        color: #e56828;
    }
    .cta-card-sub {
        font-size: 1.05rem;
        line-height: 1.35;
        margin-bottom: 20px;
    }
    .cta-card-lbl {
        font-size: 0.95rem;
        margin-bottom: 4px;
    }
    .cta-card-email {
        font-size: 1.55rem;
        color: #e56828;
        word-break: break-all;
    }
}

@media (max-width: 767px) {
    .careers-hero-bg {
        aspect-ratio: 1 / 1;
        height: auto;
        max-height: 340px;
        object-position: 0% center;
        transform: scale(1.2);
    }
    .careers-hero-card {
        width: calc(100% - 24px);
        margin-top: -30px;
        padding: 26px 20px;
        border-top-left-radius: 40px;
        text-align: center;
    }
    .careers-hero-card h1 {
        font-size: 1.65rem;
        text-align: center;
    }
    .careers-hero-card p {
        font-size: 0.92rem;
        text-align: center;
    }
    .why-card-col {
        flex: 1 1 100%;
    }
    .grow-step-card {
        width: 100%;
        max-width: 280px;
        height: auto;
        padding: 22px 18px;
    }
    .job-row-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .job-row-card > div {
        width: 100%;
        text-align: left !important;
        justify-self: start !important;
        padding-right: 0 !important;
    }
    .btn-job-apply {
        align-self: flex-start;
    }
    .testimonial-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .careers-cta-bg-img {
        height: 180px;
    }
    .careers-cta-card {
        width: calc(100% - 24px);
        margin-top: -30px;
        padding: 24px 18px;
    }
    .cta-card-title {
        font-size: 1.45rem;
        color: #e56828;
    }
    .cta-card-sub {
        font-size: 0.98rem;
    }
    .cta-card-email {
        font-size: 1.35rem;
        color: #e56828;
    }
}