/* PMT Service Pages */

.pmt-service .section-title,
.pmt-service .section-title.style-2,
.pmt-service .section-title h2,
.pmt-service .section-title span {
    text-align: center;
}

/* Theme buttons — use project blue, not red variant */
.pmt-service .theme-btn.theme-btn-3,
.pmt-service .theme-btn-3 {
    background-color: var(--theme);
}

.pmt-service .theme-btn.theme-btn-3::after,
.pmt-service .theme-btn-3::after {
    background-color: var(--theme);
}

/* Service sliders — blue theme (icons, nav, pagination) */
.pmt-service .service-section-3 .service-wrapper-3 .service-card-items .icon {
    color: var(--theme);
}

.pmt-service .service-section-3 .slider-button .array-buttons .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
    border-color: var(--theme);
}

.pmt-service .service-section-3 .slider-button .array-buttons .array-next {
    background-color: var(--theme);
}

.pmt-service .service-section-3 .slider-button .array-buttons .array-next:hover {
    background-color: var(--header);
    color: var(--white);
}

.pmt-service .swiper-dot.style-2 .swiper-pagination-bullet {
    background: var(--theme);
}

.pmt-service .swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
}

.pmt-service .swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: var(--theme);
}

/* Section labels & workflow accordion — blue accent */
.pmt-service .section-title.style-2 span::before {
    background-color: var(--theme);
}

.pmt-service .how-we-work-wrapper-2 .faq-items .accordion .accordion-item .icon {
    color: var(--theme);
}

/* Hero — listing page title width only on large desktop */
@media (min-width: 1200px) {
    .pmt-service:not(.pmt-service-detail) .pmt-service-hero .hero-content h1 {
        max-width: 20ch;
    }
}

/* Hero — tablet & mobile: center all content */
@media (max-width: 1199.98px) {
    .pmt-service .pmt-service-hero .hero-slide>.container .row {
        justify-content: center;
    }

    .pmt-service .pmt-service-hero .hero-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .pmt-service .pmt-service-hero .hero-content h1,
    .pmt-service .pmt-service-hero .hero-content h5 {
        max-width: none;
        text-align: center;
    }

    .pmt-service .pmt-service-hero .hero-content .hero-button,
    .pmt-service-detail-hero__buttons {
        justify-content: center;
        align-items: center;
    }

    .pmt-service-detail-hero__tagline {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .pmt-service-detail-hero__highlights {
        justify-content: center;
    }

    .pmt-service-detail-hero__actions {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Hero detail — tablet & mobile: content lower, centered, highlights 2 per row */
@media (max-width: 1199.98px) {
    .pmt-service-detail-hero .hero-slide {
        align-items: flex-end;
        justify-content: center;
        padding-top: var(--pmt-header-offset, 92px);
        padding-bottom: clamp(40px, 6vh, 64px);
        min-height: 100dvh;
        height: auto;
    }

    .pmt-service-detail-hero .hero-banner-slider,
    .pmt-service-detail-hero .hero-banner-slider .swiper-wrapper,
    .pmt-service-detail-hero .hero-banner-slider .swiper-slide {
        min-height: 100dvh;
        height: auto;
    }

    .pmt-service-detail-hero .hero-slide>.container {
        width: 100%;
        margin-top: auto;
    }

    .pmt-service-detail-hero .hero-slide>.container .row {
        justify-content: center;
    }

    .pmt-service-detail-hero .hero-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 560px;
    }

    .pmt-service-detail-hero .hero-content h5,
    .pmt-service-detail-hero .hero-content h1 {
        text-align: center;
        max-width: none;
    }

    .pmt-service-detail-hero .hero-content h1 {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .pmt-service-detail-hero__highlights {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 14px;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .pmt-service-detail-hero__highlights li {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        border-radius: 10px;
        padding: 8px 10px;
        font-size: 11px;
        line-height: 1.35;
        gap: 6px;
    }

    .pmt-service-detail-hero__highlights li i {
        font-size: 13px;
        flex-shrink: 0;
    }
}

@media (max-width: 767.98px) {
    .pmt-service-detail-hero .hero-slide {
        padding-bottom: clamp(56px, 10vh, 96px);
    }

    .pmt-service-detail-hero .hero-content h1 {
        font-size: clamp(26px, 7.5vw, 36px);
    }

    .pmt-service-detail-hero__tagline {
        font-size: 15px;
        line-height: 1.55;
        margin-top: 8px;
        max-width: 100%;
    }

    .pmt-service-detail-hero__actions {
        margin-top: 16px;
        margin-bottom: 4px;
        width: 100%;
    }

    .pmt-service-detail-hero__buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        padding-bottom: 4px;
    }

    .pmt-service-detail-hero__buttons .theme-btn,
    .pmt-service-detail-hero__buttons .text-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .pmt-service-detail-hero__highlights {
        max-width: 100%;
        gap: 6px;
    }

    .pmt-service-detail-hero__highlights li {
        font-size: 10px;
        padding: 7px 8px;
    }
}

.pmt-service-detail-hero .hero-slide {
    padding-bottom: clamp(48px, 8vh, 88px);
}

.pmt-service-hero .hero-content h1 {
    max-width: none;
}

.pmt-service-marquee {
    margin-top: -1px;
}

.pmt-service-marquee .scrolling-wrap .comm {
    gap: 48px;
}

.pmt-service-marquee .scrolling-wrap .comm .cmn-textslide {
    gap: 20px;
    padding-right: 24px;
}

.pmt-service-marquee .scrolling-wrap .comm .cmn-textslide img {
    flex-shrink: 0;
    margin-right: 4px;
}

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

.pmt-service .section-title.text-center span::before,
.pmt-service .section-title.style-2.text-center span::before {
    position: static;
    width: 8px;
    height: 8px;
    transform: none;
    left: auto;
    top: auto;
}

.pmt-service-detail-choose-us .section-title.style-2 span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
}

.pmt-service-detail-choose-us .section-title.style-2 span::before {
    position: static;
    transform: none;
    flex-shrink: 0;
}

.pmt-service-detail-choose-us .choose-image video.pmt-choose-us-video,
.pmt-service-detail-choose-us .pmt-choose-us-grid__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* Why Choose Us — home-2 layout, blue theme */
.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-image {
    margin-left: 0;
    margin-right: 0;
}

.pmt-choose-us-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
    grid-template-areas:
        "heading"
        "media"
        "content";
}

.pmt-choose-us-grid__heading {
    grid-area: heading;
}

.pmt-choose-us-grid__media {
    grid-area: media;
}

.pmt-choose-us-grid__content {
    grid-area: content;
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items {
    margin-top: 0;
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .icon {
    font-size: 45px;
    color: var(--theme);
    line-height: 1;
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .icon i {
    color: var(--theme);
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .content {
    margin-top: 20px;
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .content h4 {
    font-size: 20px;
    color: var(--header2);
    margin-bottom: 10px;
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .content p {
    max-width: 270px;
    margin-bottom: 0;
}

.pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

/* Service detail — breathing room before workflow section */
.pmt-service-detail .pmt-service-detail-choose-us {
    padding-bottom: clamp(64px, 7vw, 100px);
}

.pmt-service-detail .pmt-service-detail-choose-us+.pmt-workflow-timeline {
    margin-top: clamp(48px, 5vw, 72px);
}

.pmt-service-detail .pmt-choose-us-grid {
    gap: clamp(32px, 4vw, 48px);
}

@media (min-width: 1200px) {
    .pmt-choose-us-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "heading media"
            "content media";
        align-items: stretch;
        gap: clamp(40px, 4vw, 56px) clamp(48px, 5vw, 64px);
    }

    .pmt-choose-us-grid__media {
        align-self: stretch;
        display: flex;
        min-height: 100%;
        height: 100%;
    }

    .pmt-service-detail-choose-us .pmt-choose-us-grid__media.choose-image {
        margin-left: 40px;
        margin-right: 0;
        width: 100%;
        min-height: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
    }

    .pmt-service-detail-choose-us .pmt-choose-us-grid__media video.pmt-choose-us-video,
    .pmt-service-detail-choose-us .pmt-choose-us-grid__media img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        aspect-ratio: unset;
        object-fit: cover;
        border-radius: 8px;
    }

    .pmt-service-detail-choose-us .pmt-choose-us-grid__heading,
    .pmt-service-detail-choose-us .pmt-choose-us-grid__heading h2,
    .pmt-service-detail-choose-us .pmt-choose-us-grid__heading span {
        text-align: left;
    }

    .pmt-service-detail-choose-us .pmt-choose-us-grid__heading.section-title.style-2 span {
        align-items: flex-start;
    }
}

@media (max-width: 1199.98px) {
    .pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items-area {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px 24px;
    }

    .pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items {
        flex: 1 1 220px;
        max-width: 280px;
        text-align: center;
    }

    .pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .content {
        margin-left: auto;
        margin-right: auto;
    }

    .pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items .content p {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items-area {
        flex-direction: column;
        align-items: center;
        gap: 28px;
    }

    .pmt-service-detail-choose-us .choose-us-wrapper-2 .choose-us-content .icon-items {
        max-width: 320px;
        width: 100%;
    }
}

.pmt-service-detail-scope.pmt-service-project {
    background-color: #f7f9fb;
}

.pmt-service-list__heading {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.pmt-service-list__intro {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(15, 49, 58, 0.75);
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.75;
    text-align: center;
}

.pmt-service-project {
    background-color: #f7f9fb;
    padding-bottom: 90px;
}

.pmt-service-project .swiper-slide {
    height: auto;
}

.pmt-service-project .project-card-item {
    height: 100%;
}

.pmt-service-project .project-card-item .project-image {
    height: 460px;
    min-height: 460px;
}

.pmt-service-project .project-card-item .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pmt-service-choose-bg {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.pmt-service-choose-bg.service-bg-section::before {
    background: linear-gradient(180deg,
            rgba(15, 49, 58, 0) 0%,
            rgba(15, 49, 58, 0) 32%,
            rgba(15, 49, 58, 0.5) 62%,
            rgba(15, 49, 58, 0.9) 84%,
            #0F313A 100%);
    z-index: 1;
}

.pmt-service-choose-bg .container {
    position: relative;
    z-index: 2;
}

.pmt-service-choose-bg__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding-top: 280px;
    padding-bottom: 100px;
}

.pmt-service-choose-bg__content .theme-btn {
    margin: 0 auto;
}

.pmt-service-choose-cards .service-card-item.pmt-service-uniform-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pmt-service-choose-cards .service-card-item .service-image {
    height: 220px;
    min-height: 220px;
    flex-shrink: 0;
    overflow: hidden;
}

.pmt-service-choose-cards .service-card-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pmt-service-choose-cards .service-card-item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pmt-service-choose-cards .service-card-item .content p {
    margin-bottom: 0;
}

.pmt-service-workflow .pmt-service-workflow__heading {
    margin-bottom: 32px;
}

/* Service workflow — timeline layout (listing page) */
.pmt-workflow-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    background-color: #003865;
    background-image: var(--pmt-workflow-bg);
    background-size: cover;
    background-position: center 62%;
    background-repeat: no-repeat;
    min-height: 920px;
}

.pmt-workflow-timeline::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
            rgba(255, 255, 255, 0.92) 0%,
            rgba(255, 255, 255, 0.72) 18%,
            rgba(255, 255, 255, 0.18) 34%,
            rgba(255, 255, 255, 0.04) 48%,
            transparent 58%);
    pointer-events: none;
    z-index: 0;
}

.pmt-workflow-timeline__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 57%) minmax(0, 43%);
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 780px;
}

/* ── Left column ── */
.pmt-workflow-timeline__left {
    position: relative;
    min-height: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.pmt-workflow-timeline__intro {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 56px) clamp(20px, 2.5vw, 28px);
}

.pmt-workflow-timeline__label {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--theme);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.pmt-workflow-timeline__label-dot {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    background: var(--theme);
}

.pmt-workflow-timeline__copy {
    position: relative;
    z-index: 1;
    max-width: 520px;
    padding-bottom: clamp(72px, 10vw, 120px);
}

.pmt-workflow-timeline__watermark {
    position: absolute;
    left: 400px;
    bottom: 100px;
    font-size: clamp(288px, 17vw, 250px);
    font-weight: 800;
    font-style: italic;
    line-height: 0.88;
    letter-spacing: -0.01em;
    color: rgba(234, 234, 234, 0.407);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    white-space: nowrap;
    transform: rotate(-11deg);
    transform-origin: left bottom;
}

.pmt-workflow-timeline__title {
    position: relative;
    z-index: 1;
    max-width: 11ch;
    margin: 0;
    color: var(--header, #003865);
    font-size: clamp(32px, 3.6vw, 52px);
    font-weight: 700;
    line-height: 1.12;
}

.pmt-workflow-timeline__divider {
    position: relative;
    z-index: 1;
    display: block;
    width: 72px;
    height: 4px;
    margin: 22px 0 18px;
    border-radius: 999px;
    background: #f5a623;
}

.pmt-workflow-timeline__text {
    position: relative;
    z-index: 1;
    max-width: 460px;
    margin: 0;
    color: rgba(15, 49, 58, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.pmt-workflow-timeline__highlights {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: auto;
    padding: 22px clamp(16px, 2.5vw, 28px);
    background: #01172d;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.pmt-workflow-timeline__highlight {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 4px 8px;
}

.pmt-workflow-timeline__highlight:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 52px;
    background: rgba(255, 255, 255, 0.22);
}

.pmt-workflow-timeline__highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    color: #f5c842;
    font-size: 30px;
    line-height: 1;
}

.pmt-workflow-timeline__highlight-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
    flex: 1;
    min-width: 0;
    color: #f5c842;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0.01em;
    text-align: left;
}

.pmt-workflow-timeline__highlight-label span {
    display: block;
}

/* ── Right column — timeline over shared background ── */
.pmt-workflow-timeline__right {
    padding: clamp(36px, 4.5vw, 56px) clamp(20px, 3vw, 40px);
    display: flex;
    align-items: center;
}

.pmt-workflow-timeline__steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.pmt-workflow-timeline__steps::before {
    content: "";
    position: absolute;
    top: 36px;
    bottom: 36px;
    left: 7px;
    width: 2px;
    background: rgba(255, 255, 255, 0.45);
    z-index: 0;
}

.pmt-workflow-timeline__step {
    position: relative;
    z-index: 1;
    padding-left: 22px;
}

.pmt-workflow-timeline__step-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 36, 68, 0.14);
}

.pmt-workflow-timeline__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--header, #003865);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    flex-shrink: 0;
}

.pmt-workflow-timeline__step-body {
    min-width: 0;
}

.pmt-workflow-timeline__step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: -14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f5a623;
    border: 3px solid rgba(255, 255, 255, 0.65);
    transform: translate(-50%, 50%);
    z-index: 2;
}

.pmt-workflow-timeline__step-body h4 {
    margin: 0 0 6px;
    color: var(--header, #003865);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.pmt-workflow-timeline__step-body p {
    margin: 0;
    color: rgba(15, 49, 58, 0.65);
    font-size: 15px;
    line-height: 1.55;
}

.pmt-workflow-timeline__step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    color: var(--theme);
    font-size: 36px;
    line-height: 1;
}

.pmt-workflow-timeline__step-icon i {
    display: block;
}

/* Tablet — keep 2-column layout like reference */
@media (max-width: 1199.98px) and (min-width: 768px) {
    .pmt-workflow-timeline {
        min-height: 720px;
        background-position: 65% 18%;
    }

    .pmt-workflow-timeline__grid {
        grid-template-columns: minmax(0, 50%) minmax(0, 50%);
        min-height: 640px;
    }

    .pmt-workflow-timeline::before {
        background: linear-gradient(105deg,
                rgba(255, 255, 255, 0.86) 0%,
                rgba(255, 255, 255, 0.62) 10%,
                rgba(255, 255, 255, 0.22) 22%,
                rgba(255, 255, 255, 0.04) 34%,
                transparent 44%);
    }

    .pmt-workflow-timeline__intro {
        padding: clamp(32px, 4vw, 48px) clamp(20px, 3vw, 32px) clamp(16px, 2vw, 24px);
    }

    .pmt-workflow-timeline__copy {
        max-width: 100%;
        padding-bottom: clamp(32px, 6vw, 56px);
    }

    .pmt-workflow-timeline__title {
        max-width: 11ch;
        font-size: clamp(28px, 3.2vw, 40px);
    }

    .pmt-workflow-timeline__text {
        max-width: 100%;
        font-size: 14px;
    }

    .pmt-workflow-timeline__watermark {
        left: clamp(100px, 2vw, 200px);
        bottom: clamp(48px, 7vw, 88px);
        font-size: clamp(120px, 20vw, 180px);
    }

    .pmt-workflow-timeline__highlights {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: repeat(3, auto);
        align-items: center;
        gap: 14px 12px;
        padding: 20px 18px 22px;
        border-top-right-radius: 0;
    }

    .pmt-workflow-timeline__highlight:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .pmt-workflow-timeline__highlight:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .pmt-workflow-timeline__highlight:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .pmt-workflow-timeline__highlight:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .pmt-workflow-timeline__highlight:nth-child(5) {
        grid-column: 1;
        grid-row: 3;
    }

    .pmt-workflow-timeline__highlight:not(:last-child)::after {
        display: none;
    }

    .pmt-workflow-timeline__highlight {
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        padding: 0;
    }

    .pmt-workflow-timeline__highlight-icon {
        font-size: 22px;
        width: 26px;
    }

    .pmt-workflow-timeline__highlight-label {
        font-size: 11px;
        line-height: 1.08;
    }

    .pmt-workflow-timeline__right {
        padding: clamp(28px, 3.5vw, 40px) clamp(14px, 2vw, 24px);
    }

    .pmt-workflow-timeline__steps {
        max-width: 100%;
        gap: 14px;
    }

    .pmt-workflow-timeline__steps::before {
        left: 7px;
        top: 28px;
        bottom: 28px;
    }

    .pmt-workflow-timeline__step {
        padding-left: 20px;
    }

    .pmt-workflow-timeline__step:not(:last-child)::after {
        left: 7px;
        bottom: -7px;
    }

    .pmt-workflow-timeline__step-card {
        grid-template-columns: 40px minmax(0, 1fr) 38px;
        gap: 10px;
        padding: 14px 14px;
    }

    .pmt-workflow-timeline__step-num {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .pmt-workflow-timeline__step-icon {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .pmt-workflow-timeline__step-body h4 {
        font-size: 15px;
    }

    .pmt-workflow-timeline__step-body p {
        font-size: 12px;
    }
}

/* Mobile — stacked layout, background image on intro only */
@media (max-width: 767.98px) {
    .pmt-workflow-timeline {
        min-height: 0;
        background-image: none;
        background-color: #eef3f7;
    }

    .pmt-workflow-timeline::before {
        display: none;
    }

    .pmt-workflow-timeline__grid {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .pmt-workflow-timeline__left {
        display: contents;
    }

    .pmt-workflow-timeline__intro {
        order: 1;
        position: relative;
        overflow: hidden;
        padding: 28px 20px 32px;
        background-color: #003865;
        background-image: var(--pmt-workflow-bg);
        background-size: cover;
        background-position: 12% 38%;
        background-repeat: no-repeat;
    }

    .pmt-workflow-timeline__intro::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.92) 0%,
                rgba(255, 255, 255, 0.78) 28%,
                rgba(255, 255, 255, 0.42) 52%,
                rgba(255, 255, 255, 0.12) 72%,
                transparent 100%);
        pointer-events: none;
        z-index: 0;
    }

    .pmt-workflow-timeline__intro>* {
        position: relative;
        z-index: 1;
    }

    .pmt-workflow-timeline__copy {
        max-width: none;
        padding-bottom: clamp(56px, 18vw, 96px);
    }

    .pmt-workflow-timeline__label {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .pmt-workflow-timeline__title {
        max-width: none;
        font-size: clamp(28px, 7.5vw, 36px);
    }

    .pmt-workflow-timeline__text {
        max-width: none;
        font-size: 14px;
        margin-bottom: 0;
    }

    .pmt-workflow-timeline__watermark {
        display: block;
        left: auto;
        right: clamp(-4px, -1vw, 4px);
        bottom: clamp(12px, 50vw, 218px);
        font-size: clamp(88px, 24vw, 120px);
        transform: rotate(-10deg);
        transform-origin: right bottom;
        color: rgba(234, 234, 234, 0.42);
        z-index: 0;
    }

    .pmt-workflow-timeline__highlights {
        order: 3;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        gap: 14px 16px;
        padding: 20px 22px 22px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: 0;
        position: relative;
        z-index: 3;
    }

    .pmt-workflow-timeline__highlight:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .pmt-workflow-timeline__highlight:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .pmt-workflow-timeline__highlight:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .pmt-workflow-timeline__highlight:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .pmt-workflow-timeline__highlight:nth-child(5) {
        grid-column: 1 / -1;
        grid-row: 3;
        /* justify-self: center; */
        width: max-content;
        max-width: calc(100% - 16px);
    }

    .pmt-workflow-timeline__highlight {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 0;
        min-width: 0;
    }

    .pmt-workflow-timeline__highlight::after {
        display: none;
    }

    .pmt-workflow-timeline__highlight-icon {
        font-size: 24px;
        width: 30px;
    }

    .pmt-workflow-timeline__highlight-label {
        font-size: 12px;
        line-height: 1.12;
    }

    .pmt-workflow-timeline__right {
        order: 2;
        padding: 12px 16px 16px;
        position: relative;
        z-index: 2;
        background: #eef3f7;
    }

    .pmt-workflow-timeline__steps {
        max-width: none;
        margin: 0;
        gap: 16px;
    }

    .pmt-workflow-timeline__steps::before {
        left: 7px;
        top: 32px;
        bottom: 32px;
        background: rgba(0, 56, 101, 0.18);
    }

    .pmt-workflow-timeline__step {
        padding-left: 20px;
    }

    .pmt-workflow-timeline__step:not(:last-child)::after {
        left: 7px;
        bottom: -8px;
        transform: translate(-50%, 50%);
        border-color: rgba(238, 243, 247, 0.95);
    }

    .pmt-workflow-timeline__step-card {
        grid-template-columns: 44px minmax(0, 1fr) 40px;
        gap: 12px;
        padding: 16px 16px 16px 18px;
        margin-left: 0;
    }

    .pmt-workflow-timeline__step-num {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .pmt-workflow-timeline__step-icon {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .pmt-workflow-timeline__step-body h4 {
        font-size: 18px;
    }

    .pmt-workflow-timeline__step-body p {
        font-size: 14px;
        line-height: 1.5;
    }

    .pmt-workflow-timeline .wow,
    .pmt-workflow-timeline__label,
    .pmt-workflow-timeline__title,
    .pmt-workflow-timeline__text,
    .pmt-workflow-timeline__step-body h4,
    .pmt-workflow-timeline__step-body p {
        text-align: left !important;
    }
}

@media (max-width: 575.98px) {
    .pmt-workflow-timeline__highlights {
        gap: 12px 14px;
        padding: 18px 18px 20px;
    }

    .pmt-workflow-timeline__highlight-icon {
        font-size: 22px;
        width: 28px;
    }

    .pmt-workflow-timeline__highlight-label {
        font-size: 11px;
    }

    .pmt-workflow-timeline__intro {
        padding: 24px 18px 28px;
    }

    .pmt-workflow-timeline__step-card {
        grid-template-columns: 40px minmax(0, 1fr) 34px;
        gap: 10px;
        padding: 14px 12px 14px 14px;
    }

    .pmt-workflow-timeline__step-num {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .pmt-workflow-timeline__step-icon {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }
}

.pmt-service-bg-cta__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 0;
}

.pmt-service-bg-cta__header h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.pmt-service-bg-cta__header .theme-btn {
    margin-top: 28px;
}

.pmt-service-bg-cta__subtitle {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 18px;
    opacity: 0.92;
    max-width: 640px;
    width: 100%;
    text-align: center !important;
    text-align-last: center !important;
    border-left: none !important;
    padding-left: 0 !important;
    font-style: italic;
    font-weight: 500;
    color: #fff !important;
}

.pmt-service-detail-gallery-project {
    scroll-margin-top: 120px;
}

/* Service detail CTA — fully centered */
.pmt-service-detail .pmt-service-bg-cta .counter-wrapper {
    justify-content: center;
    text-align: center;
    width: 100%;
}

.pmt-service-detail .pmt-service-bg-cta .counter-wrapper .counter-item {
    text-align: center;
}

@media (max-width: 991.98px) {
    .pmt-service-detail .pmt-service-bg-cta .counter-wrapper {
        justify-content: center;
        gap: 24px 32px;
    }

    .pmt-service-detail .pmt-service-bg-cta .counter-wrapper .counter-item {
        min-width: 140px;
        flex: 0 1 auto;
    }
}

.pmt-service-detail-cta-banner {
    line-height: 0;
}

.pmt-service-detail-cta-banner__image {
    display: block;
    width: 100%;
    height: auto;
}

.pmt-scope-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.pmt-scope-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(15, 49, 58, 0.78);
}

.pmt-scope-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #13b5ea;
}

.pmt-service-detail-scope .service-card-item .content p,
.pmt-service-detail-industries .service-card-item .content p {
    margin-bottom: 0;
}

.pmt-service-detail-hero__tagline {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.6;
    max-width: 720px;
    margin-top: 16px;
}

.pmt-service-detail-hero__actions {
    margin-top: 28px;
}

.pmt-service-detail-hero__highlights {
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .pmt-service-detail-hero__highlights {
        display: flex;
        flex-wrap: wrap;
    }
}

.pmt-service-detail-hero__highlights li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: rgba(15, 49, 58, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

.pmt-service-detail-hero__highlights li i {
    color: #13b5ea;
    font-size: 15px;
}

.pmt-service-detail-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

.pmt-service-detail-hero__buttons .theme-btn {
    margin-right: 4px;
}

.pmt-service-detail-hero__buttons .theme-btn i,
.pmt-service-detail-hero__buttons .text-btn i,
.pmt-service-detail-hero.hero-1 .hero-content .hero-button.pmt-service-detail-hero__buttons .theme-btn i,
.pmt-service-detail-hero.hero-1 .hero-content .hero-button.pmt-service-detail-hero__buttons .text-btn i,
.pmt-service-detail-hero .pmt-hero-btn__icon {
    transform: none !important;
    margin-left: 8px;
}

.pmt-service-detail-overview-banner .cta-bg-wrapper h2 {
    text-align: center;
}

.pmt-service-detail-overview {
    padding-top: 40px;
    padding-bottom: 56px;
}

.pmt-service-detail-overview__text {
    font-size: clamp(1.125rem, 1.15rem + 0.25vw, 1.375rem);
    line-height: 1.85;
    color: rgba(15, 49, 58, 0.9);
    text-align: left;
    max-width: 52rem;
    margin: 0 auto;
}

.pmt-service-detail-overview__text p {
    margin: 0 0 1.35rem;
}

.pmt-service-detail-overview__text p:last-child {
    margin-bottom: 0;
}

.pmt-equipment-card {
    width: 100%;
    border: 1px solid rgba(15, 49, 58, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    padding: 0;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pmt-equipment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 49, 58, 0.12);
}

.pmt-equipment-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.pmt-equipment-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmt-equipment-card__body {
    padding: 20px;
}

.pmt-equipment-card__body h5 {
    margin-bottom: 10px;
}

.pmt-equipment-card__link {
    color: #13b5ea;
    font-size: 14px;
}

.pmt-service-detail-choose-us .icon-items-area {
    margin-top: 24px;
}

.pmt-service-detail-map {
    margin: 32px 0;
}

.pmt-branch-map {
    width: 100%;
    height: 480px;
    min-height: 480px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    background: #e8f4f8;
}

@media (min-width: 768px) {
    .pmt-branch-map {
        height: 540px;
        min-height: 540px;
    }
}

@media (min-width: 1200px) {
    .pmt-branch-map {
        height: 620px;
        min-height: 620px;
    }
}

.pmt-branch-map .leaflet-control-attribution {
    font-size: 10px;
}

.pmt-branch-marker-wrap {
    background: transparent;
    border: none;
}

.pmt-branch-marker {
    width: 44px;
    height: 44px;
    background: var(--theme, #13B5EA);
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 16px rgba(15, 49, 58, 0.28);
    overflow: hidden;
}

.pmt-branch-marker--flag {
    background: #fff;
    padding: 0;
}

.pmt-branch-marker--flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pmt-branch-marker i {
    font-size: 17px;
    line-height: 1;
}

.pmt-branch-chip__flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.pmt-branch-popup .leaflet-popup-content {
    margin: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #0f313a;
}

.pmt-branch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.pmt-branch-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    max-width: min(100%, 22rem);
    text-align: left;
    line-height: 1.3;
    background: #f0f6f8;
    color: #0f313a;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pmt-branch-chip:hover,
.pmt-branch-chip.is-active {
    background: var(--theme, #13B5EA);
    color: #fff;
    border-color: var(--theme, #13B5EA);
    box-shadow: 0 8px 20px rgba(19, 181, 234, 0.25);
}

.pmt-branch-chip:focus-visible {
    outline: 2px solid var(--theme, #13B5EA);
    outline-offset: 2px;
}

.pmt-service-detail-deliverables .pmt-deliverables-slider .swiper-wrapper {
    align-items: stretch;
}

.pmt-service-detail-deliverables .pmt-deliverables-slider .swiper-slide {
    height: auto;
    display: flex;
}

.pmt-service-detail-deliverables .service-card-items {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.pmt-service-detail-deliverables .service-card-items .icon {
    margin-bottom: 32px;
    flex-shrink: 0;
}

.pmt-service-detail-deliverables .service-card-items .service-contents {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.pmt-service-detail-deliverables .service-card-items .service-contents h4 {
    margin-bottom: 0;
    width: 100%;
}

.pmt-service-detail-projects {
    padding-top: clamp(56px, 7vw, 96px) !important;
}

.pmt-project-card,
.pmt-gallery-card,
.pmt-download-card {
    border: 1px solid rgba(15, 49, 58, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.pmt-project-card,
.pmt-download-card {
    height: 100%;
}

.pmt-service-detail-gallery .row {
    align-items: start;
}

.pmt-gallery-card {
    height: auto;
}

.pmt-project-card__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
}

.pmt-project-card__images figure {
    margin: 0;
    position: relative;
}

.pmt-project-card__images img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.pmt-project-card__images figcaption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(15, 49, 58, 0.78);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.pmt-project-card__body {
    padding: 20px;
}

.pmt-project-card__location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #13b5ea;
    font-size: 14px;
}

.pmt-gallery-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.pmt-gallery-card span {
    display: block;
    padding: 14px 16px;
    font-weight: 600;
}

.pmt-gallery-stage__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 700;
    color: #0f313a;
    text-align: center;
}

.pmt-gallery-stage--spaced {
    margin-top: clamp(2rem, 4vw, 3rem);
}

.pmt-download-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease;
}

.pmt-download-card:hover {
    background: #f0f6f8;
    color: inherit;
}

.pmt-download-card i {
    font-size: 28px;
    color: #13b5ea;
}

.pmt-download-card--group {
    display: block;
    padding: 0;
}

.pmt-download-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 24px 16px;
    font-weight: 600;
}

.pmt-download-card__list {
    list-style: none;
    margin: 0;
    padding: 0 12px 12px;
}

.pmt-download-card__list li+li {
    margin-top: 6px;
}

.pmt-download-card__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease;
}

.pmt-download-card__list a:hover {
    background: #f0f6f8;
    color: inherit;
}

.pmt-download-card__list-label {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #13b5ea;
    background: rgba(19, 181, 234, 0.1);
    padding: 3px 8px;
    border-radius: 4px;
}

.pmt-download-card__list-name {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.pmt-download-card__list a>.fa-download {
    flex-shrink: 0;
    font-size: 14px;
    color: rgba(15, 49, 58, 0.45);
}

.pmt-service-detail-downloads .section-title {
    margin-bottom: 48px;
}

.pmt-service-detail-downloads .section-title span {
    margin-bottom: 4px;
}

.pmt-service-detail-downloads .section-title h2 {
    margin-top: 12px;
    margin-bottom: 0;
}

.pmt-service-detail-downloads .row.g-4 {
    --bs-gutter-y: 1.25rem;
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .pmt-service-detail-downloads {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pmt-service-detail-downloads .section-title {
        margin-bottom: 36px;
    }

    .pmt-service-detail-downloads .section-title h2 {
        margin-top: 16px;
    }

    .pmt-service-detail-downloads .pmt-download-card {
        padding: 20px 18px;
    }
}

.pmt-equipment-modal__image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 16px;
}

.pmt-equipment-modal__spec {
    line-height: 1.7;
    color: rgba(15, 49, 58, 0.82);
}

.pmt-service-detail-benefits .slider-button {
    margin-top: 24px;
}

@media (max-width: 991.98px) {
    .pmt-service-project {
        padding-bottom: 70px;
    }

    .pmt-service-project .project-card-item .project-image {
        height: 380px;
        min-height: 380px;
    }

    .pmt-service-choose-bg__content {
        padding-top: 180px;
    }

    .pmt-service-detail-map .pmt-responsive-map iframe {
        min-height: 300px;
    }
}

@media (max-width: 767.98px) {
    .pmt-service-project .project-card-item .project-image {
        height: 320px;
        min-height: 320px;
    }

    .pmt-service-choose-cards .service-card-item .service-image {
        height: 200px;
        min-height: 200px;
    }
}

/* Service detail — certifications static grid */
.pmt-service-certifications__title .cta-bg-wrapper h2 {
    text-align: center;
}

.pmt-service-certifications__grid {
    padding: clamp(24px, 4vw, 40px) 0 clamp(32px, 5vw, 48px);
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.pmt-service-certifications__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-height: clamp(220px, 30vw, 340px);
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.pmt-service-certifications__card:hover {
    box-shadow: 0 8px 24px rgba(0, 56, 101, 0.1);
    transform: translateY(-2px);
}

.pmt-service-certifications__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding: clamp(12px, 2vw, 18px);
    min-height: clamp(160px, 22vw, 260px);
}

.pmt-service-certifications__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pmt-service-certifications__card img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: clamp(180px, 24vw, 280px);
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.pmt-service-certifications__label {
    margin: 0;
    padding: 10px 10px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: #f8fafb;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 600;
    color: #0f313a;
    text-align: center;
    display: block;
    width: 100%;
    min-height: 42px;
    word-break: break-word;
}

@media (min-width: 768px) {
    .pmt-service-certifications__label {
        font-size: 12px;
        padding: 12px;
        min-height: 48px;
    }
}

@media (min-width: 1200px) {
    .pmt-service-certifications__card img {
        max-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .pmt-service-certifications__card {
        min-height: 180px;
        padding: 10px;
    }

    .pmt-service-certifications__card img {
        max-height: 160px;
    }
}

.pmt-service-fleet-monitoring {
    background: #f4f8fa;
}

.pmt-fleet-monitoring__mockup {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 49, 58, 0.12);
    border: 1px solid rgba(15, 49, 58, 0.08);
}

.pmt-fleet-monitoring__mockup img {
    display: block;
    width: 100%;
    height: auto;
}

.pmt-fleet-kpi {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    padding: 18px 16px;
    background: #fff;
    border: 1px solid rgba(15, 49, 58, 0.08);
    border-radius: 10px;
}

.pmt-fleet-kpi__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(19, 181, 234, 0.12);
    color: #13b5ea;
    font-size: 18px;
}

.pmt-fleet-kpi__title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #0f313a;
}