/* PMT Contact page — blue theme aligned with homepage, about, and news */

:root {
    --pmt-contact-accent: #13B5EA;
    --pmt-contact-header: #003865;
    --pmt-contact-navy: #0d266c;
}

body.pmt-contact-page .header-1.header-2 .header-main .header-right .theme-btn {
    background-color: var(--pmt-contact-accent);
}

body.pmt-contact-page .header-1.header-2 .header-main .header-right .theme-btn:hover {
    background-color: var(--pmt-contact-header);
}

body.pmt-contact-page .header-1.header-2 .header-main .header-right .text-btn:hover {
    color: var(--pmt-contact-accent) !important;
}

body.pmt-contact-page .header-1.header-2 .header-main .main-menu ul li a:hover,
body.pmt-contact-page .header-1.header-2 .header-main .main-menu ul li:hover > a {
    color: var(--pmt-contact-accent) !important;
}

body.pmt-contact-page .header-1.header-2 .header-main .main-menu ul li:hover > a::after {
    color: var(--pmt-contact-accent);
}

.pmt-contact .theme-btn {
    background-color: var(--pmt-contact-accent) !important;
    border-color: var(--pmt-contact-accent) !important;
}

.pmt-contact .theme-btn::after {
    background-color: var(--pmt-contact-header) !important;
}

.pmt-contact .theme-btn:hover {
    background-color: var(--pmt-contact-header) !important;
    border-color: var(--pmt-contact-header) !important;
}

.pmt-contact .section-title.style-2 span {
    color: var(--pmt-contact-accent);
}

.pmt-contact .section-title.style-2 h2 {
    color: var(--pmt-contact-header);
}

.pmt-contact .contact-us-wrapper .contact-us-content .contact-us-box .content span {
    color: var(--pmt-contact-accent);
}

.pmt-contact .contact-us-wrapper .contact-us-content .contact-us-box .content h5,
.pmt-contact .contact-us-wrapper .contact-us-content .contact-us-box .content h5 a {
    color: var(--pmt-contact-header);
}

.pmt-contact .contact-us-wrapper .contact-us-content .contact-us-box .content h5 a:hover {
    color: var(--pmt-contact-accent);
}

.pmt-contact .contact-box-items h3 {
    color: var(--pmt-contact-header);
}

.pmt-contact .contact-box-items .contact-form-items .form-clt input:focus,
.pmt-contact .contact-box-items .contact-form-items .form-clt textarea:focus {
    border-color: var(--pmt-contact-accent);
}

.pmt-contact .contact-box-items .contact-form-items button.theme-btn {
    background-color: var(--pmt-contact-accent) !important;
}

.pmt-contact .contact-box-items .contact-form-items button.theme-btn:hover {
    background-color: var(--pmt-contact-header) !important;
}

/* Breadcrumb video background */
.pmt-contact .breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.pmt-contact .breadcrumb-wrapper__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pmt-contact .breadcrumb-wrapper .container {
    position: relative;
    z-index: 2;
}

/* Intro media — full column width */
.pmt-contact .contact-us-wrapper .contact-image {
    max-width: 100%;
    width: 100%;
    margin-top: clamp(24px, 4vw, 48px);
    border-radius: 12px;
    overflow: hidden;
}

.pmt-contact .contact-us-wrapper .contact-image img,
.pmt-contact .contact-us-wrapper .contact-image__video {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    left: 0;
    position: static;
    border-radius: 12px;
}

.pmt-contact .contact-us-wrapper .contact-image:has(.contact-image__video) {
    aspect-ratio: 16 / 9;
    min-height: clamp(260px, 34vw, 440px);
}

.pmt-contact .contact-us-wrapper .contact-image__video {
    height: 100%;
    min-height: clamp(260px, 34vw, 440px);
    object-fit: cover;
}

.pmt-contact .contact-us-wrapper .contact-image img {
    height: auto;
    object-fit: cover;
}

/* Desktop: stretch intro media to align bottom with contact cards */
@media (min-width: 992px) {
    .pmt-contact .contact-us-wrapper > .row {
        align-items: stretch;
    }

    .pmt-contact .contact-us-wrapper .contact-us-intro-col {
        display: flex;
        flex-direction: column;
    }

    .pmt-contact .contact-us-wrapper .contact-us-intro-col .contact-image {
        flex: 1 1 auto;
        display: flex;
        margin-bottom: 0;
        aspect-ratio: unset;
        min-height: 0;
    }

    .pmt-contact .contact-us-wrapper .contact-us-intro-col .contact-image img,
    .pmt-contact .contact-us-wrapper .contact-us-intro-col .contact-image__video {
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
    }
}

.pmt-contact .breadcrumb-wrapper::before {
    background: linear-gradient(
        227deg,
        rgba(0, 56, 101, 0.35) 24.35%,
        rgba(13, 38, 108, 0.88) 81.21%
    );
}

.pmt-contact .breadcrumb-wrapper .page-heading.style-2 h1 {
    font-size: clamp(28px, 4vw, 52px);
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.25;
}

.pmt-contact .map-section .pmt-responsive-map iframe {
    display: block;
    width: 100%;
    height: clamp(280px, 55vw, 600px);
    border: 0;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .pmt-contact .contact-us-wrapper .contact-image img,
    .pmt-contact .contact-us-wrapper .contact-image__video {
        padding-right: 0;
        left: 0;
        position: static;
    }

    .pmt-contact .contact-us-wrapper .contact-image {
        max-width: 100%;
    }
}

