/* Branded bilingual Contact page. */

.pm-contact-page {
    color: #0b1738;
    background: #fff;
}

.pm-contact-page main {
    overflow: hidden;
}

.pm-contact-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    padding: 180px 0 80px;
    isolation: isolate;
    background: #f8faff;
}

.pm-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('/assets/img/page-title/22.png') center/cover no-repeat;
}

.pm-contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(249,251,255,.98) 0%, rgba(249,251,255,.94) 50%, rgba(11,23,56,.18) 100%);
}

.pm-contact-hero__panel {
    width: min(690px, 100%);
    padding: 42px;
    border: 1px solid rgba(11,23,56,.10);
    border-radius: 28px;
    background: rgba(255,255,255,.90);
    box-shadow: 0 24px 60px rgba(11,23,56,.14);
    backdrop-filter: blur(14px);
}

.pm-contact-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: #69758d;
    font-size: .86rem;
    font-weight: 700;
}

.pm-contact-breadcrumb a {
    color: #0b1738;
}

.pm-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #9b7226;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.pm-contact-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #d9ae56;
}

.pm-contact-hero h1 {
    margin: 0 0 18px;
    color: #0b1738;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.pm-contact-hero p {
    max-width: 620px;
    margin: 0;
    color: #5d6981;
    font-size: 1.08rem;
    line-height: 1.8;
}

.pm-contact-section {
    padding: 100px 0;
    background: #f5f8fd;
}

.pm-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 28px;
    align-items: start;
}

.pm-contact-card {
    border: 1px solid rgba(11,23,56,.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31,52,115,.09);
}

.pm-contact-form-card {
    padding: 36px;
}

.pm-contact-form-card h2,
.pm-contact-info-card h2,
.pm-contact-service-links h2 {
    margin: 0 0 12px;
    color: #0b1738;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.pm-contact-form-card > p,
.pm-contact-info-card > p,
.pm-contact-service-links > p {
    margin: 0 0 26px;
    color: #65718b;
    line-height: 1.75;
}

.pm-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pm-contact-field--full {
    grid-column: 1 / -1;
}

.pm-contact-field label {
    display: block;
    margin-bottom: 8px;
    color: #0b1738;
    font-size: .9rem;
    font-weight: 800;
}

.pm-contact-field input,
.pm-contact-field select,
.pm-contact-field textarea {
    width: 100%;
    border: 1px solid #dbe2ee;
    border-radius: 12px;
    padding: 14px 15px;
    color: #0b1738;
    background: #fbfcff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pm-contact-field input:focus,
.pm-contact-field select:focus,
.pm-contact-field textarea:focus {
    outline: 0;
    border-color: #b88831;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(217,174,86,.16);
}

.pm-contact-field textarea {
    min-height: 170px;
    resize: vertical;
}

.pm-contact-submit {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 24px;
    border: 0;
    border-radius: 999px;
    color: #0b1738;
    background: linear-gradient(135deg, #f4d88f, #d9aa4e);
    box-shadow: 0 12px 28px rgba(181,128,30,.22);
    font-weight: 900;
    cursor: pointer;
}

.pm-contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pm-contact-response {
    min-height: 24px;
    margin: 18px 0 0;
}

.pm-contact-side {
    display: grid;
    gap: 24px;
}

.pm-contact-info-card {
    padding: 30px;
}

.pm-contact-map {
    width: 100%;
    min-height: 285px;
    border: 0;
    border-radius: 18px;
}

.pm-contact-list {
    display: grid;
    gap: 13px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.pm-contact-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 13px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(11,23,56,.08);
    border-radius: 15px;
    background: #f8fafe;
}

.pm-contact-list i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #0b1738;
    background: linear-gradient(135deg, #f5d995, #d5a94e);
}

.pm-contact-list strong,
.pm-contact-list span,
.pm-contact-list a {
    display: block;
}

.pm-contact-list strong {
    margin-bottom: 3px;
    color: #0b1738;
}

.pm-contact-list span,
.pm-contact-list a {
    color: #65718b;
    line-height: 1.55;
}

.pm-contact-service-links {
    padding: 100px 0;
}

.pm-contact-service-links__head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.pm-contact-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pm-contact-service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid rgba(11,23,56,.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(31,52,115,.07);
}

.pm-contact-service-card__icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 15px;
    color: #0b1738;
    background: linear-gradient(135deg, #f5d995, #d5a94e);
}

.pm-contact-service-card h3 {
    margin: 0 0 10px;
    color: #0b1738;
    font-size: 1.12rem;
}

.pm-contact-service-card p {
    flex: 1 1 auto;
    margin: 0;
    color: #65718b;
    line-height: 1.65;
}

.pm-contact-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    color: #9b7226;
    font-weight: 800;
}

.pm-contact-page[dir="rtl"] .pm-contact-kicker::before {
    order: 2;
}

@media (max-width: 1199px) {
    .pm-contact-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .pm-contact-hero {
        min-height: 500px;
        padding: 150px 0 70px;
    }

    .pm-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .pm-contact-section,
    .pm-contact-service-links {
        padding: 76px 0;
    }

    .pm-contact-hero__panel,
    .pm-contact-form-card,
    .pm-contact-info-card {
        padding: 28px 23px;
    }

    .pm-contact-form-grid,
    .pm-contact-service-grid {
        grid-template-columns: 1fr;
    }

    .pm-contact-field--full {
        grid-column: auto;
    }
}

@media (max-width: 575px) {
    .pm-contact-hero {
        min-height: auto;
        padding: 132px 0 58px;
    }

    .pm-contact-hero h1 {
        font-size: clamp(2.6rem, 14vw, 3.7rem);
    }

    .pm-contact-submit {
        width: 100%;
    }
}
