/* ========================================
   ZENRIN DataCom - Career & Training Page Styles
   ======================================== */

body {
    background-color: #f3f9fb;
}

/* Career Hero Section */
.career-hero {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 50%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        linear-gradient(to left, transparent 0%, transparent 70%, rgb(32 127 221/1) 100%),
        url("../images/career-mv.jpg")no-repeat center right/auto 150%;
    background-color: #207fdd;
    border-radius: 0 0 50px 50px;
    padding: 150px 0 100px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}

.career-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/career-hero-pattern.png")no-repeat center right/contain;
    opacity: 0.3;
}

.career-text-hero {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.career-hero-image {
    position: relative;
    z-index: 1;
}

.career-hero-image img {
    border-radius: 12px;
}

/* Career Introduction Section */
.career-intro {
    padding: 100px 0 0;
}

.career-intro-title {
    font-size: 36px;
    font-weight: 900;
    color: #207fdd;
    line-height: 1.6;
    margin-bottom: 40px;
}

.career-intro-text {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 100px;
}

.career-intro-image {
    max-width: 800px;
    margin: 0 auto -20px;
    position: relative;
}

/* Career Model Sections */
.career-model {
    border-radius: 50px;
    margin-bottom: 40px;
}

.career-model-sales {
    background: #207fdd;
    border-radius: 50px;
    padding: 50px;
}

.career-model-tech {
    background: #209377;
    border-radius: 50px;
    padding: 50px;
}

.career-model-title {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.career-model-subtitle {
    font-size: 16px;
    color: #fff;
    opacity: 0.95;
    margin-bottom: 0;
}

.career-model-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.career-path-list {
    padding: 0 20px;
}

.career-path-item {
    background: #fff;
    border-radius: 12px;
    padding: 40px 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.career-path-item:last-child {
    margin-bottom: 0;
}

.career-path-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.career-path-icon {
    flex-shrink: 0;
    width: 80px;
    height: auto;
    max-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-path-icon img {
    width: 100%;
    height: auto;
}

.career-path-content {
    flex: 1;
}

.career-path-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.career-path-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* Training Program Section */
.training-program {
    background: #207fdd;
    padding: 100px 0;
    border-radius: 50px 50px 0 0;
}

.training-program-title {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.training-program-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.9;
    opacity: 0.95;
    margin-bottom: 100px;
}

.training-program-image {
    max-width: 600px;
    margin: 0 auto -20px;
}

.training-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
}

.training-content-title {
    font-size: 28px;
    font-weight: 900;
    color: #207fdd;
    text-align: center;
    margin-bottom: 10px;
}

.training-item {
    background: #207fdd;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.training-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(32, 127, 221, 0.3);
}

.training-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-icon img {
    width: 100%;
    height: auto;
}

.training-text {
    flex: 1;
}

.training-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* Mid Career Schedule Section */
.midcareer-schedule {
    background:
        linear-gradient(to bottom, transparent 0%, transparent 30%, rgb(243 249 251/.6) 100%);
    background-color: #fff;
    padding: 100px 0 200px;
    margin-bottom: -100px;
}

.midcareer-content {
    text-align: center;
}

.midcareer-title {
    font-size: 36px;
    font-weight: 900;
    color: #207fdd;
    line-height: 1.5;
    margin-bottom: 10px;
}

.midcareer-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    opacity: 0.95;
    margin: 0;
}

.midcareer-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.midcareer-image img {
    width: 100%;
    height: auto;
}


/* Responsive Design */
@media (max-width: 991px) {
    .career-hero {
        padding: 150px 0 0;
        border-radius: 0 0 50px 50px;
        min-height: auto;
    }

    .career-text-hero {
        min-height: auto;
        padding: 0 30px 40px;
    }

    .career-intro {
        padding: 80px 0;
    }

    .career-intro-title {
        font-size: 28px;
    }

    .career-model {
        padding: 60px 0;
    }

    .career-model-title {
        font-size: 26px;
    }

    .career-path-list {
        padding: 0;
        margin-top: 30px;
    }

    .training-program {
        padding: 80px 0;
    }

    .training-program-title {
        font-size: 32px;
    }

    .training-content {
        padding: 40px 30px;
    }

    .midcareer-schedule {
        padding: 80px 0 150px;
    }

    .midcareer-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .career-hero {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/.7) 50%, rgb(32 127 221/.5) 60%, rgb(32 127 221/.3) 100%),
            url("../images/career-mv.jpg")no-repeat top right 50%/auto 100%;
        padding: 150px 0 50px;
        border-radius: 0 0 25px 25px;
    }

    .career-intro {
        padding: 60px 0 0;
    }

    .career-intro-title {
        font-size: 24px;
    }

    .career-intro-text {
        font-size: 15px;
        margin-bottom: 50px;
        line-height: 2.5;
    }

    .career-model {
        padding: 0 0;
        border-radius: 30px;
    }

    .career-model-title {
        font-size: 22px;
    }

    .career-model-subtitle {
        font-size: 14px;
    }

    .career-path-item {
        padding: 20px;
        align-items: center;
    }

    .career-path-icon {
        width: 50px;
        height: 50px;
    }

    .career-path-title {
        font-size: 16px;
    }

    .career-path-text {
        font-size: 14px;
    }

    .career-model-sales,
    .career-model-tech {
        padding: 40px 15px 15px;
        border-radius: 25px;
    }

    .training-program {
        padding: 60px 0;
        border-radius: 30px 30px 0 0;
    }

    .training-program-title {
        font-size: 26px;
    }

    .training-program-text {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .training-content {
        padding: 30px 20px;
    }

    .training-content-title {
        font-size: 22px;
    }

    .training-item {
        padding: 20px;
    }

    .training-icon {
        width: 40px;
        height: 40px;
    }

    .training-item-title {
        font-size: 15px;
    }

    .midcareer-schedule {
        background:
            linear-gradient(to bottom, transparent 0%, transparent 30%, rgb(243 249 251/.6) 100%);
        background-color: #fff;
        padding: 50px 0 150px;
    }

    .midcareer-title {
        font-size: 24px;
    }

    .midcareer-text {
        font-size: 15px;
    }

    .midcareer-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {

    .career-intro-title {
        font-size: 20px;
    }

    .career-model-title {
        font-size: 20px;
    }

    .training-program-title {
        font-size: 22px;
    }

    .training-content-title {
        font-size: 20px;
    }

    .midcareer-title {
        font-size: 20px;
    }
}