/* ========================================
   ZENRIN DataCom - Interview Page Styles
   ======================================== */

/* Interview Hero Section */
.interview-hero {
    background-color: #207fdd;
    border-radius: 0 0 50px 50px;
    margin-top: -100px;
    padding-top: 100px;
    min-height: 600px;
    position: relative;
}

.interview-hero.sy {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        url("../images/interview/sy-head.jpg")no-repeat top right/auto 100%;
}

.interview-hero.mw {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        url("../images/interview/mw-head.jpg")no-repeat top right/auto 100%;
}

.interview-hero.ks {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        url("../images/interview/ks-head.jpg")no-repeat top right/auto 100%;
}

.interview-hero.ys {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        url("../images/interview/ys-head.jpg")no-repeat top right/auto 100%;
}

.interview-hero.ma {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        url("../images/interview/ma-head.jpg")no-repeat top right/auto 100%;
}

.interview-hero.ms {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        url("../images/interview/ms-head.jpg")no-repeat top right/auto 100%;
}

.interview-hero-content {
    display: flex;
    align-items: center;
    min-height: 600px;
}

.interview-hero-text {
    position: relative;
}

.interview-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 45px;
    opacity: 0.9;
}

.interview-number {
    font-size: 120px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    position: absolute;
    top: -40px;
    left: 110px;
    z-index: 0;
}

.interview-hero-title {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.interview-hero-info {
    position: relative;
    z-index: 1;
}

.employee-department {
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
}

.employee-name {
    border-bottom: 1px solid #fff;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.employee-job-category {
    color: #fff;
    font-weight: bold;
}

.employee-details {
    font-size: 13px;
    color: #fff;
    opacity: 0.8;
}

.interview-hero-image {
    padding: 0;
    overflow: hidden;
    min-height: 600px;
}

.interview-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Interview Content */
.interview-content {
    background: #fff;
}

.interview-qa-section {
    padding: 80px 0;
}

.interview-qa-section:nth-child(even) {
    background: #fcfcfc;
}

.interview-qa-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.interview-qa-image img {
    width: 100%;
    height: auto;
    display: block;
}

.interview-qa-text {
    position: relative;
    padding: 0 20px;
}

/* Quote Marks */
.quote-mark {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

/*.quote-mark-open {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ctext x='0' y='40' font-size='50' fill='%23207fdd' font-family='serif'%3E%E2%80%9C%3C/text%3E%3C/svg%3E");
}

.quote-mark-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ctext x='0' y='40' font-size='50' fill='%23207fdd' font-family='serif'%3E%E2%80%9D%3C/text%3E%3C/svg%3E");
    float: right;
    margin-top: -20px;
    margin-bottom: 10px;
}*/

.interview-qa-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    padding: 0 50px;
}

.interview-qa-title::before,
.interview-qa-title::after {
    content: "";
    position: absolute;
    font-size: 55px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.interview-qa-title::before {
    top: 0;
    left: 0;
    background-image: url("../images/quotation01.svg");
}

.interview-qa-title::after {
    bottom: 0;
    right: 0;
    background-image: url("../images/quotation02.svg");
}

.interview-qa-body {
    clear: both;
}

.interview-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.interview-text:last-child {
    margin-bottom: 0;
}


/* SCHEDULE SECTION */
.interview-schedule-section {
    background: #fff;
    padding: 80px 0;
}

.interview-schedule-section table {
    background: #FCFCFC;
    overflow: hidden;
    border-radius: 25px;
}

.interview-schedule-section table thead th {
    font-size: 30px;
    border-bottom: 1px solid #aaa !important;
    background: #fff;
    color: #207fdd;
    padding: 0 0 30px;
}

.interview-schedule-section table th,
.interview-schedule-section table td {
    padding: 25px;
    border-bottom: 1px solid #aaa;
    display: block;

}

.interview-schedule-section table tr:last-child th,
.interview-schedule-section table tr:last-child td {
    border-bottom: none;
}

.interview-schedule-section table th {
    background: #207fdd;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.interview-schedule-section table td {
    position: relative;
}

.interview-schedule-section table td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #7BBAF9 transparent transparent transparent;
}

.interview-schedule-section table tr:last-child td::before {
    display: none;
}

/* Responsive Design */
@media (max-width: 1299px) {
    .interview-hero {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/sy-head.jpg")no-repeat top right 80%/auto 100%;
        min-height: auto;
    }

    .interview-hero.sy {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/sy-head.jpg")no-repeat top right 80%/auto 100%;
    }

    .interview-hero.mw {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/mw-head.jpg")no-repeat top right 80%/auto 100%;
    }

    .interview-hero.ks {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/ks-head.jpg")no-repeat top right 80%/auto 100%;
    }

    .interview-hero.ys {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/ys-head.jpg")no-repeat top right 80%/auto 100%;
    }

    .interview-hero.ma {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/ma-head.jpg")no-repeat top right 80%/auto 100%;
    }

    .interview-hero.ms {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 35%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
            url("../images/interview/ms-head.jpg")no-repeat top right 80%/auto 100%;
    }
}

@media (max-width: 991px) {

    .interview-hero,
    .interview-hero.sy,
    .interview-hero.mw,
    .interview-hero.ks,
    .interview-hero.ys,
    .interview-hero.ma,
    .interview-hero.ms {
        background: #207fdd;
        overflow: hidden;
        padding: 40px 0 0;
    }

    .interview-hero-content {
        padding: 40px 30px 40px;
        min-height: auto;
    }

    .interview-hero-image {
        min-height: 400px;
    }

    .interview-number {
        font-size: 80px;
        top: -20px;
    }

    .interview-hero-title {
        font-size: 32px;
    }

    .interview-qa-section {
        padding: 60px 0;
    }

    .interview-qa-title {
        font-size: 24px;
    }

    .interview-qa-text {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .interview-hero {
        border-radius: 0 0 30px 30px;
    }

    .interview-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .interview-hero-image {
        min-height: 300px;
    }

    .interview-number {
        font-size: 60px;
        top: -10px;
    }

    .interview-hero-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .employee-name {
        font-size: 18px;
    }

    .interview-qa-section,
    .interview-schedule-section {
        padding: 40px 0;
    }

    .interview-qa-title {
        font-size: 20px;
        padding: 0px 40px;
    }

    .interview-qa-title::before,
    .interview-qa-title::after {
        width: 30px;
        height: 25px;
    }

    .interview-text {
        font-size: 15px;
    }

    .quote-mark {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .interview-hero-title {
        font-size: 22px;
    }

    .interview-qa-title {
        font-size: 18px;
    }
}