/* Career page section headings use cta-bg-section grid banners */

/* Center all section titles & subtitles on Career page */
main .pmt-career-page .section-title,
main .pmt-career-page .section-title.style-2,
main .pmt-career-page .section-title h2,
main .pmt-career-page .section-title span {
    text-align: center;
}

.pmt-career-page .section-title.text-center span,
.pmt-career-page .section-title.style-2.text-center span,
.pmt-career-page .pmt-career-stories__heading span {
    padding-left: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pmt-career-page .section-title.text-center span::before,
.pmt-career-page .section-title.style-2.text-center span::before,
.pmt-career-page .pmt-career-stories__heading span::before {
    position: static;
    width: 8px;
    height: 8px;
    transform: none;
    left: auto;
    top: auto;
    background-color: var(--theme, #13b5ea);
}

.pmt-career-benefits-cards .section-title,
main .pmt-career-benefits-cards .section-title,
.pmt-career-benefits-cards .section-title h2,
main .pmt-career-benefits-cards .section-title h2,
.pmt-career-benefits-cards .section-title span,
main .pmt-career-benefits-cards .section-title span {
    text-align: center;
}

.pmt-career-benefits-grid .service-card-item .content h4,
main .pmt-career-benefits-grid .service-card-item .content h4,
.pmt-career-benefits-grid .service-card-item .content p,
main .pmt-career-benefits-grid .service-card-item .content p {
    text-align: center;
}

.pmt-career-benefits-grid .service-card-item .content .icon {
    display: flex;
    justify-content: center;
}

.pmt-career-benefits-grid__row+.pmt-career-benefits-grid__row {
    border-top: 1px solid rgba(15, 49, 58, 0.1);
}

.pmt-career-benefits-grid__row .service-card-item {
    height: 100%;
}

.pmt-career-culture-core .pmt-core-value__copy {
    text-align: center;
    margin-inline: auto;
}

.pmt-career-culture-core .pmt-core-value__panel-grid {
    text-align: center;
}

.pmt-career-culture-core .pmt-core-value__eyebrow {
    justify-content: center;
}

.pmt-career-culture-core .pmt-core-value__glyph-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pmt-career-culture-core .pmt-core-value__index {
    position: static;
    margin-top: 12px;
}

@media (min-width: 992px) {
    .pmt-career-culture-core .pmt-core-value__panel-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .pmt-career-culture-core .pmt-core-value__glyph-col {
        min-height: 0;
    }

    .pmt-career-culture-core .pmt-core-value__copy {
        max-width: 720px;
    }
}

.pmt-career-page .pmt-page-hero .hero-content h5 {
    font-size: clamp(1.25rem, 1rem + 1vw, 1.9rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.pmt-career-page .pmt-page-hero .hero-content__description {
    font-size: clamp(1rem, 1.1rem + 0.2vw, 1.25rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    max-width: 640px;
    margin: -12px 0 28px;
}

@media (min-width: 1200px) {
    .pmt-career-page .pmt-page-hero .hero-content__description {
        text-align: left;
    }
}

.pmt-career-open-positions:empty {
    display: none;
    padding: 0;
}

.pmt-career-jobs__filters {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .pmt-career-jobs__filters {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .pmt-career-jobs__filters {
        grid-template-columns: 1fr;
    }
}

.pmt-career-jobs__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pmt-career-jobs__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
}

.pmt-career-jobs__card h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.pmt-career-jobs__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: rgba(15, 49, 58, 0.72);
}

.pmt-career-jobs__empty {
    text-align: center;
    color: rgba(15, 49, 58, 0.72);
    margin-top: 24px;
}

.pmt-career-recruitment__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 991.98px) {
    .pmt-career-recruitment__timeline {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .pmt-career-recruitment__timeline {
        grid-template-columns: 1fr;
    }
}

.pmt-career-recruitment__step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(0, 56, 101, 0.06);
}

.pmt-career-recruitment__num {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--theme, #13b5ea);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pmt-career-disclaimer__box {
    background: #f4f7fa;
    border-radius: 12px;
    padding: 28px 32px;
    text-align: center;
}

.pmt-career-disclaimer__box h3 {
    margin-bottom: 12px;
}

.pmt-career-cta__eyebrow {
    margin-bottom: 8px;
    font-weight: 600;
    opacity: 0.9;
}

.pmt-career-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .pmt-career-footer__grid {
        grid-template-columns: 1fr;
    }
}

.pmt-career-footer__label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--header, #003865);
}

.pmt-career-job-hero__box,
.pmt-career-job-block {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
    padding: 28px;
}

.pmt-career-job-hero__meta,
.pmt-career-job-block ul {
    margin: 0;
    padding-left: 1.2rem;
}

.pmt-career-testimonial__body blockquote {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(15, 49, 58, 0.82);
}

.pmt-career-testimonial__name {
    margin: 0;
    font-weight: 700;
    color: var(--header, #003865);
}

.pmt-career-testimonial__role {
    margin: 4px 0 0;
    color: rgba(15, 49, 58, 0.72);
}

.pmt-career-life__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991.98px) {
    .pmt-career-life__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .pmt-career-life__grid {
        grid-template-columns: 1fr;
    }
}

.pmt-career-life__item {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
    background: var(--white);
}

.pmt-career-dev-timeline__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 520px;
    margin-inline: auto;
}

.pmt-career-dev-timeline__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    position: relative;
}

.pmt-career-dev-timeline__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 19px;
    top: calc(50% + 22px);
    width: 2px;
    height: calc(100% - 12px);
    background: rgba(0, 56, 101, 0.15);
}

.pmt-career-dev-timeline__marker {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme, #13b5ea);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.pmt-career-dev-timeline__label {
    font-size: 18px;
    font-weight: 600;
    color: var(--header, #003865);
}

.pmt-career-life__item figcaption {
    padding: 18px 16px 22px;
    font-weight: 700;
    font-size: clamp(1.15rem, 1rem + 0.6vw, 1.5rem);
    line-height: 1.3;
    text-align: center;
    color: var(--header, #003865);
}

.pmt-career-benefits-join__grid {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.pmt-career-benefits-join__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 28px 20px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
}

.pmt-career-benefits-join__icon {
    font-size: 36px;
    color: var(--theme, #13b5ea);
    line-height: 1;
}

.pmt-career-benefits-join__label {
    font-size: 17px;
    font-weight: 600;
    color: var(--header, #003865);
}

.pmt-career-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
    height: 100%;
}

.pmt-career-card__image,
.pmt-career-life__media {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #f4f7fa;
    cursor: zoom-in;
}

.pmt-career-card__image {
    aspect-ratio: 16 / 10;
}

.pmt-career-card__image img,
.pmt-career-life__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.pmt-career-life__media {
    aspect-ratio: 4 / 3;
    min-height: 220px;
}

/* Life at PMT — clickable card links to gallery */
a.pmt-career-life__media {
    cursor: pointer;
}

.pmt-career-life__item figcaption a {
    color: inherit;
    text-decoration: none;
}

.pmt-career-life__item figcaption a:hover {
    color: var(--theme, #13b5ea);
}

/* Life at PMT gallery page */
.pmt-career-life-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 991.98px) {
    .pmt-career-life-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .pmt-career-life-gallery__grid {
        grid-template-columns: 1fr;
    }
}

.pmt-career-life-gallery__item {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 56, 101, 0.08);
    background: #fff;
}

.pmt-career-life-gallery__media {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.pmt-career-life-gallery__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.pmt-career-life-gallery__media:hover img {
    transform: scale(1.05);
}

.pmt-career-culture-infographic__wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
    background: #fff;
}

.pmt-career-culture-infographic__img {
    display: block;
    width: 100%;
    height: auto;
}

.pmt-career-jobs__card h3 a {
    color: inherit;
    text-decoration: none;
}

.pmt-career-jobs__card h3 a:hover {
    color: var(--theme, #13b5ea);
}

.pmt-career-jobs__empty-state {
    text-align: center;
    color: rgba(15, 49, 58, 0.72);
    padding: 24px 0 8px;
}

.pmt-career-stories {
    background: #fff;
}

.pmt-career-stories-slider .swiper-slide {
    height: auto;
}

.pmt-career-stories__card {
    height: 100%;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
}

.pmt-career-stories__media {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #fff;
    cursor: zoom-in;
    aspect-ratio: 3 / 4;
    min-height: 420px;
}

.pmt-career-stories__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    background: #fff;
}

.pmt-career-image-modal__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
    margin: 0 auto;
}

.pmt-career-footer-cta .counter-item--link .pmt-bg-cta-contact-link {
    color: #fff;
    text-decoration: none;
}

.pmt-career-footer-cta .counter-item--link .pmt-bg-cta-contact-link p {
    margin: 0;
    font-size: clamp(1rem, 1.1rem + 0.2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.5;
}

.pmt-career-footer-cta .counter-item--link .pmt-bg-cta-contact-link:hover {
    color: var(--theme, #13b5ea);
}

.pmt-career-job-detail {
    background: #fff;
}

/* Job detail & life gallery hero — desktop left, mobile center */
.pmt-career-job-detail .pmt-page-hero .hero-content {
    max-width: 760px;
}

.pmt-career-job-detail .pmt-page-hero .hero-content h5,
.pmt-career-job-detail .pmt-page-hero .hero-content h1,
.pmt-career-job-detail .pmt-page-hero .hero-content__description,
.pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn,
.pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn i {
    color: #fff !important;
}

.pmt-career-job-detail .pmt-page-hero .hero-content h5 {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pmt-career-job-detail .pmt-page-hero .hero-content h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 22px;
    margin-bottom: 18px;
    max-width: 100%;
    line-height: 1.12;
}

.pmt-career-job-detail .pmt-page-hero .hero-content__description {
    font-size: clamp(0.95rem, 1rem + 0.1vw, 1.125rem);
    line-height: 1.65;
    color: #fff !important;
    margin: 0 0 30px;
    max-width: 100%;
    font-weight: 500;
}

.pmt-career-job-detail .pmt-page-hero .hero-content .hero-button {
    gap: 20px 36px;
    flex-wrap: wrap;
    align-items: center;
}

.pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn:hover {
    color: rgba(255, 255, 255, 0.82) !important;
}

@media (min-width: 1200px) {
    .pmt-career-job-detail .pmt-page-hero .hero-content {
        text-align: left;
    }

    .pmt-career-job-detail .pmt-page-hero .hero-content h5,
    .pmt-career-job-detail .pmt-page-hero .hero-content h1,
    .pmt-career-job-detail .pmt-page-hero .hero-content__description,
    .pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn,
    .pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn i {
        text-align: left;
    }

    .pmt-career-job-detail .pmt-page-hero .hero-slide>.container>.row {
        justify-content: flex-start !important;
    }
}

@media (max-width: 1199.98px) {
    .pmt-career-job-detail .pmt-page-hero .hero-slide>.container>.row {
        justify-content: center !important;
    }

    .pmt-career-job-detail .pmt-page-hero .hero-slide>.container>.row>[class*="col-"] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pmt-career-job-detail .pmt-page-hero .hero-content {
        margin-inline: auto;
        text-align: center;
        align-items: center;
        width: 100%;
        max-width: min(100%, 640px);
    }

    .pmt-career-job-detail .pmt-page-hero .hero-content h5,
    .pmt-career-job-detail .pmt-page-hero .hero-content h1,
    .pmt-career-job-detail .pmt-page-hero .hero-content__description,
    .pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn,
    .pmt-career-job-detail .pmt-page-hero .hero-content .hero-button .text-btn i {
        text-align: center;
    }

    .pmt-career-job-detail .pmt-page-hero .hero-content .hero-button {
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

/* Life gallery hero — keep faces visible on mobile crop */
.pmt-career-life-gallery .pmt-page-hero .hero-video__media {
    object-position: center 30%;
}

@media (max-width: 991.98px) {
    .pmt-career-life-gallery .pmt-page-hero .hero-video__media {
        object-position: center 18%;
    }

    .pmt-career-life-gallery .pmt-page-hero.hero-1 .hero-banner-slider,
    .pmt-career-life-gallery .pmt-page-hero.hero-1 .hero-banner-slider .swiper-wrapper,
    .pmt-career-life-gallery .pmt-page-hero.hero-1 .hero-slide {
        min-height: 500px;
    }
}

.pmt-career-job-detail .pmt-career-job-body h4 {
    margin: 28px 0 12px;
    color: var(--pmt-news-header, #003865);
    font-size: clamp(20px, 2.2vw, 24px);
    line-height: 1.45;
    font-weight: 700;
}

.pmt-career-job-detail .pmt-career-job-body h4:first-child {
    margin-top: 0;
}

.pmt-career-job-detail .pmt-career-job-body p,
.pmt-career-job-detail .pmt-career-job-body ul li {
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
}

.pmt-career-job-detail .pmt-career-job-body ul {
    margin: 0;
    padding-left: 1.5rem;
    list-style: disc outside;
}

.pmt-career-job-detail .pmt-career-job-body ul li {
    display: list-item;
    list-style: disc outside;
    padding-left: 4px;
}

.pmt-career-job-detail .pmt-career-job-body ul li::marker {
    color: var(--pmt-news-header, #003865);
}

.pmt-career-job-detail .pmt-career-job-body ul li+li {
    margin-top: 10px;
}

.pmt-career-job-detail .news-standard-wrapper .news-post-item .news-content .pmt-career-job-body {
    margin-bottom: 28px;
}

.pmt-career-job-detail .pmt-career-apply-feedback,
.pmt-career-job-detail .pmt-form-feedback,
.pmt-form-feedback {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    display: block !important;
}

.pmt-career-apply-notice {
    position: relative;
    z-index: 20;
    padding: 16px 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.pmt-career-apply-notice--success {
    background: #d1e7dd;
    border-bottom: 2px solid #198754;
    color: #0f5132;
}

.pmt-career-apply-notice--error {
    background: #f8d7da;
    border-bottom: 2px solid #dc3545;
    color: #842029;
}

.pmt-career-apply-notice p,
.pmt-career-apply-notice li {
    font-size: 15px;
    line-height: 1.5;
}

.pmt-career-job-detail .pmt-career-apply-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.pmt-career-job-detail .pmt-career-apply-form input:not([type="file"]),
.pmt-career-job-detail .pmt-career-apply-form textarea {
    background-color: #efefef;
    font-size: 16px;
    font-weight: 400;
    padding: 18px 22px;
    width: 100%;
    border: none;
    color: var(--text, #555);
    border-radius: 30px;
    outline: none;
}

.pmt-career-job-detail .pmt-career-apply-form input::placeholder,
.pmt-career-job-detail .pmt-career-apply-form textarea::placeholder {
    color: rgba(15, 49, 58, 0.62);
}

.pmt-career-job-detail .pmt-career-apply-form textarea {
    border-radius: 18px;
    min-height: 130px;
    resize: vertical;
}

.pmt-career-job-detail .pmt-career-apply-form .theme-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
    z-index: 1;
}

.pmt-career-job-detail .pmt-career-apply-form .theme-btn::after {
    z-index: -1;
}

.pmt-career-job-detail .pmt-career-apply-file label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header2, #0f313a);
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-career-apply-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6b7a82;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #e1e6e9;
    border-radius: 8px;
    background: #f7f9fa;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview__thumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex: 0 0 auto;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #e3ebf0;
    color: var(--theme, #1a73b7);
    font-size: 18px;
    flex: 0 0 auto;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview__meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview__name {
    font-size: 13px;
    font-weight: 600;
    color: var(--header2, #0f313a);
    word-break: break-all;
}

.pmt-career-job-detail .pmt-career-apply-form .pmt-apply-preview__size {
    font-size: 12px;
    color: #6b7a82;
}

.pmt-career-job-detail .pmt-career-apply-file input[type="file"] {
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 18px;
    background: #efefef;
    font-size: 14px;
    color: var(--text, #555);
}

.pmt-career-job-detail .main-sideber .single-sidebar-widget {
    margin-bottom: 0;
}

.pmt-career-job-detail #apply-form {
    position: sticky;
    top: 120px;
}

@media (max-width: 991.98px) {
    .pmt-career-job-detail #apply-form {
        position: static;
    }
}


.pmt-career-card h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 8px;
    text-align: center;
}

.pmt-career-card__body {
    padding: 18px 20px 22px;
}

.pmt-career-card__body p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(15, 49, 58, 0.78);
    text-align: center;
}

/* Career hero — same overlay as About / Contact (no custom blue tint) */

/* Career title banners — same grid banner as service overview / home partners */
.pmt-career-page .pmt-career-title-banner.cta-bg-section {
    min-height: 0;
    background-position: center center !important;
    background-size: cover !important;
}

.pmt-career-page .pmt-career-title-banner.cta-bg-section::before {
    display: none;
}

.pmt-career-page .pmt-career-title-banner .cta-bg-wrapper.style-2 {
    padding: 48px 0 36px;
}

.pmt-career-page .pmt-career-title-banner .cta-bg-wrapper h2.style-2 {
    font-size: clamp(2rem, 4.5vw, 4.25rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--header2, #0f313a);
    max-width: min(1100px, 92%);
    text-align: center;
    margin: 0 auto;
}

.pmt-career-page .pmt-career-intro .pmt-service-detail-overview__text {
    text-align: center;
}

.pmt-career-page .pmt-career-intro {
    padding-top: 40px;
    padding-bottom: 0;
    border-bottom: none;
}

.pmt-career-banner-image {
    line-height: 0;
}

.pmt-career-banner-image__img {
    display: block;
    width: 100%;
    height: auto;
}

.pmt-career-core-cta {
    padding-top: 32px;
    padding-bottom: 0;
}

.pmt-career-core-cta .theme-btn {
    margin-top: 0;
}

/* Testimonials — equal cards, centered incomplete rows */
.pmt-career-testimonials__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    align-items: stretch;
}

.pmt-career-testimonial {
    margin: 0;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 56, 101, 0.08);
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    min-width: 260px;
}

@media (max-width: 991.98px) {
    .pmt-career-testimonial {
        flex: 0 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 575.98px) {
    .pmt-career-testimonial {
        flex: 0 1 100%;
        max-width: 100%;
        min-width: 0;
    }
}

.pmt-career-testimonial__media {
    flex: 1 1 auto;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fa;
    overflow: hidden;
}

.pmt-career-testimonial__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.pmt-career-testimonial figcaption {
    flex: 0 0 auto;
    padding: 14px 18px 18px;
    font-weight: 600;
    color: var(--header, #003865);
    text-align: center;
    border-top: 1px solid rgba(0, 56, 101, 0.08);
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmt-career-cta__box {
    background: linear-gradient(135deg, #003865 0%, #0d5f8f 100%);
    color: #fff;
    border-radius: 16px;
    padding: clamp(32px, 5vw, 56px);
}

.pmt-career-cta__box h2,
.pmt-career-cta__box p {
    color: #fff;
}

.pmt-career-cta__box p {
    max-width: 640px;
    margin: 12px auto 24px;
}

.pmt-career-cta__box .theme-btn {
    background: #fff;
    color: #003865;
}

.pmt-career-cta__box .theme-btn:hover {
    background: #13b5ea;
    color: #fff;
}

.pmt-career-job-detail .pmt-career-job-recruitment .pmt-workflow-timeline__copy,
.pmt-career-job-detail .pmt-career-job-recruitment .pmt-workflow-timeline__title,
.pmt-career-job-detail .pmt-career-job-recruitment .pmt-workflow-timeline__label,
.pmt-career-job-detail .pmt-career-job-recruitment .pmt-workflow-timeline__text {
    text-align: left;
}

.pmt-career-page .pmt-career-development .pmt-workflow-timeline__copy,
.pmt-career-page .pmt-career-development .pmt-workflow-timeline__title,
.pmt-career-page .pmt-career-development .pmt-workflow-timeline__label,
.pmt-career-page .pmt-career-development .pmt-workflow-timeline__text {
    text-align: left;
}

.pmt-career-page .pmt-career-recruitment .pmt-workflow-timeline__copy,
.pmt-career-page .pmt-career-recruitment .pmt-workflow-timeline__title,
.pmt-career-page .pmt-career-recruitment .pmt-workflow-timeline__label,
.pmt-career-page .pmt-career-recruitment .pmt-workflow-timeline__text {
    text-align: left;
}

/* Recruitment disclaimer — hazard stripe background */
.pmt-career-disclaimer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pmt-career-disclaimer__inner {
    max-width: min(920px, 92%);
    margin: 0 auto;
    padding: clamp(36px, 6vw, 64px) clamp(24px, 4vw, 48px);
    background: rgba(255, 236, 0, 0.88);
    border: 3px solid #111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.pmt-career-disclaimer__inner h2 {
    margin: 0 0 16px;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
    font-weight: 800;
    color: #111;
    text-align: center;
}

.pmt-career-disclaimer__inner p {
    margin: 0;
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    line-height: 1.75;
    color: #1a1a1a;
    text-align: center;
}