.contact-modern {
    --contact-navy: #06183f;
    --contact-navy-soft: #0b2d69;
    --contact-blue: #0c5adb;
    --contact-blue-bright: #2e7bf3;
    --contact-cyan: #5dd8e6;
    --contact-ink: #101c38;
    --contact-text: #53617a;
    --contact-muted: #7d899e;
    --contact-line: #e5eaf2;
    --contact-surface: #f4f7fb;
    --contact-white: #fff;
    direction: rtl;
    overflow: hidden;
    color: var(--contact-ink);
    background: var(--contact-white);
}

.contact-modern *,
.contact-modern *::before,
.contact-modern *::after {
    box-sizing: border-box;
}

.contact-modern .container {
    width: min(100% - 40px, 1200px);
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 0;
}

.contact-modern h1,
.contact-modern h2,
.contact-modern h3,
.contact-modern p {
    margin-top: 0;
}

.contact-modern a {
    text-decoration: none;
}

.contact-hero {
    position: relative;
    min-height: 680px;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: var(--contact-navy);
}

.contact-hero__media,
.contact-hero__overlay,
.contact-hero__grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-hero__media {
    z-index: -5;
    background: url("../images/slider/contactus.jpg") center center / cover no-repeat;
    transform: scale(1.02);
    animation: contact-hero-reveal 1.2s cubic-bezier(.2, .8, .2, 1) both;
}

.contact-hero__overlay {
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(4, 22, 59, .58) 0%, rgba(4, 21, 58, .84) 52%, rgba(3, 15, 43, .98) 100%),
        linear-gradient(180deg, rgba(4, 20, 54, .13) 0%, rgba(3, 14, 40, .73) 100%);
}

.contact-hero__grid {
    z-index: -3;
    opacity: .13;
    background-image:
        linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px);
    background-size: 74px 74px;
    -webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 5%, #000 100%);
}

.contact-hero__ring {
    position: absolute;
    z-index: -2;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    pointer-events: none;
}

.contact-hero__ring::before {
    position: absolute;
    inset: 54px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: inherit;
}

.contact-hero__ring--one {
    top: -330px;
    left: -190px;
    width: 640px;
    height: 640px;
}

.contact-hero__ring--two {
    right: -170px;
    bottom: -310px;
    width: 530px;
    height: 530px;
}

.contact-hero__container {
    position: relative;
    min-height: 680px;
    padding-top: 38px;
    padding-bottom: 104px;
}

.contact-breadcrumb {
    display: flex;
    width: max-content;
    min-height: 38px;
    align-items: center;
    gap: 11px;
    padding: 7px 15px;
    color: rgba(255, 255, 255, .7);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 99px;
    background: rgba(255, 255, 255, .07);
    font-size: 13px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.contact-breadcrumb a {
    color: #fff;
    transition: color .25s ease;
}

.contact-breadcrumb a:hover,
.contact-breadcrumb a:focus-visible {
    color: var(--contact-cyan);
}

.contact-breadcrumb i {
    color: rgba(255, 255, 255, .42);
}

.contact-hero__content {
    max-width: 670px;
    margin-left: auto;
    padding-top: 76px;
    animation: contact-content-in .85s .14s cubic-bezier(.2, .8, .2, 1) both;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--contact-blue);
    font-size: 14px;
    font-weight: 800;
}

.contact-eyebrow--light {
    color: rgba(255, 255, 255, .84);
}

.contact-eyebrow__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 6px rgba(12, 90, 219, .12);
}

.contact-eyebrow--light .contact-eyebrow__dot {
    color: var(--contact-cyan);
    box-shadow: 0 0 0 6px rgba(93, 216, 230, .14);
}

.contact-hero h1 {
    max-width: 660px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(42px, 4.55vw, 64px);
    font-weight: 900;
    line-height: 1.34;
    letter-spacing: -2.7px;
    text-shadow: 0 12px 38px rgba(0, 12, 39, .3);
}

.contact-hero__content > p {
    max-width: 610px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 2.05;
}

.contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.contact-button {
    position: relative;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 800;
    transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.contact-button::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .22) 48%, transparent 70%);
    transform: translateX(130%);
    transition: transform .65s ease;
}

.contact-button:hover::before,
.contact-button:focus-visible::before {
    transform: translateX(-130%);
}

.contact-button:hover,
.contact-button:focus-visible {
    transform: translateY(-3px);
}

.contact-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--contact-blue-bright), var(--contact-blue));
    box-shadow: 0 17px 36px rgba(12, 90, 219, .32);
}

.contact-button--primary:hover,
.contact-button--primary:focus-visible {
    color: #fff;
    box-shadow: 0 22px 42px rgba(12, 90, 219, .44);
}

.contact-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.contact-button--ghost:hover,
.contact-button--ghost:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .14);
}

.contact-hero__status {
    position: absolute;
    right: auto;
    bottom: 68px;
    left: 0;
    display: flex;
    width: 294px;
    align-items: center;
    gap: 16px;
    padding: 20px 21px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 21px;
    background: rgba(4, 24, 65, .5);
    box-shadow: 0 20px 48px rgba(0, 13, 42, .22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    animation: contact-content-in .85s .32s cubic-bezier(.2, .8, .2, 1) both;
}

.contact-hero__status-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--contact-blue-bright), var(--contact-blue));
    box-shadow: 0 10px 25px rgba(12, 90, 219, .3);
    font-size: 19px;
}

.contact-hero__status > div {
    display: grid;
    gap: 4px;
}

.contact-hero__status-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .7);
    font-size: 10px;
}

.contact-hero__status-label i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5de2aa;
    box-shadow: 0 0 0 5px rgba(93, 226, 170, .11);
    animation: contact-status-pulse 1.6s ease-in-out infinite;
}

.contact-hero__status strong {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.contact-hero__status small {
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
}

.contact-hero__scroll {
    position: absolute;
    right: 50%;
    bottom: 24px;
    display: grid;
    width: 28px;
    height: 43px;
    place-items: start center;
    padding-top: 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 99px;
    transform: translateX(50%);
}

.contact-hero__scroll span {
    width: 4px;
    height: 8px;
    border-radius: 99px;
    background: #fff;
    animation: contact-scroll 1.8s ease-in-out infinite;
}

.contact-channels {
    position: relative;
    z-index: 5;
    padding: 68px 0 40px;
    background: linear-gradient(180deg, #fff 0 62%, var(--contact-surface) 62% 100%);
}

.contact-channels__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
}

.contact-channel {
    position: relative;
    display: flex;
    min-height: 275px;
    gap: 18px;
    overflow: hidden;
    padding: 29px;
    border: 1px solid rgba(7, 27, 74, .08);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 20px 58px rgba(7, 27, 74, .1);
    transition: border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.2, .8, .2, 1);
}

.contact-channel::after {
    position: absolute;
    left: -70px;
    bottom: -80px;
    width: 170px;
    height: 170px;
    content: "";
    border-radius: 50%;
    background: rgba(12, 90, 219, .045);
    transition: transform .4s ease;
}

.contact-channel:hover {
    border-color: rgba(12, 90, 219, .2);
    box-shadow: 0 28px 65px rgba(7, 27, 74, .14);
    transform: translateY(-7px);
}

.contact-channel:hover::after {
    transform: scale(1.18);
}

.contact-channel--featured {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #0d5dde, #092e70);
    box-shadow: 0 23px 58px rgba(12, 90, 219, .23);
}

.contact-channel--featured::after {
    background: rgba(255, 255, 255, .07);
}

.contact-channel__icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    place-items: center;
    color: var(--contact-blue);
    border-radius: 17px;
    background: #edf4ff;
    font-size: 20px;
}

.contact-channel--featured .contact-channel__icon {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.contact-channel__body {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.contact-channel__body > small {
    display: block;
    margin: 2px 0 7px;
    color: var(--contact-blue);
    font-size: 10px;
    font-weight: 900;
}

.contact-channel--featured .contact-channel__body > small {
    color: var(--contact-cyan);
}

.contact-channel h2 {
    margin-bottom: 14px;
    color: var(--contact-ink);
    font-size: 21px;
    font-weight: 900;
}

.contact-channel--featured h2 {
    color: #fff;
}

.contact-channel p {
    margin-bottom: 15px;
    color: var(--contact-text);
    font-size: 12px;
    line-height: 2;
}

.contact-channel--featured p {
    color: rgba(255, 255, 255, .7);
}

.contact-channel__body > a:not(.contact-channel__contact) {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--contact-blue);
    font-size: 11px;
    font-weight: 900;
    transition: gap .25s ease, color .25s ease;
}

.contact-channel__body > a:not(.contact-channel__contact):hover {
    gap: 12px;
    color: var(--contact-navy);
}

.contact-channel__contact {
    display: block;
    overflow: hidden;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .86);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .25s ease, transform .25s ease;
}

.contact-channel__contact:hover {
    color: #fff;
    transform: translateX(-3px);
}

.contact-channel__availability {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #31815f;
    font-size: 10px;
    font-weight: 800;
}

.contact-channel__availability i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4fd09a;
    box-shadow: 0 0 0 5px rgba(79, 208, 154, .1);
}

.contact-compose {
    scroll-margin-top: 110px;
    padding: 95px 0 118px;
    background:
        radial-gradient(circle at 95% 4%, rgba(12, 90, 219, .07), transparent 28%),
        var(--contact-surface);
}

.contact-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .62fr);
    gap: 68px;
    align-items: end;
    margin-bottom: 48px;
}

.contact-section-heading h2,
.contact-location__heading h2 {
    color: var(--contact-ink);
    font-size: clamp(31px, 3.7vw, 48px);
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: -1.4px;
}

.contact-section-heading h2 {
    margin-bottom: 0;
}

.contact-section-heading > p {
    margin-bottom: 5px;
    color: var(--contact-muted);
    font-size: 14px;
    line-height: 2;
}

.contact-compose__grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: 24px;
    align-items: stretch;
}

.contact-guide {
    position: relative;
    isolation: isolate;
    min-height: 100%;
    overflow: hidden;
    color: #fff;
    border-radius: 29px;
    background:
        linear-gradient(145deg, rgba(7, 27, 72, .93), rgba(5, 20, 52, .98)),
        url("../images/slider/contact-bottom.jpg") center / cover no-repeat;
    box-shadow: 0 24px 65px rgba(7, 27, 74, .16);
}

.contact-guide::after {
    position: absolute;
    z-index: -1;
    right: -120px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: inset 0 0 0 55px rgba(255, 255, 255, .025);
}

.contact-guide__pattern {
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image: radial-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent 78%);
    mask-image: linear-gradient(180deg, #000, transparent 78%);
}

.contact-guide__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 42px 38px;
}

.contact-guide__icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 34px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    font-size: 22px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.contact-guide__content > small {
    margin-bottom: 8px;
    color: var(--contact-cyan);
    font-size: 11px;
    font-weight: 900;
}

.contact-guide h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.65;
}

.contact-guide__content > p {
    margin-bottom: 29px;
    color: rgba(255, 255, 255, .67);
    font-size: 13px;
    line-height: 2;
}

.contact-guide__steps {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-guide__steps li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 15px;
    background: rgba(255, 255, 255, .055);
}

.contact-guide__steps li > span {
    display: grid;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    place-items: center;
    color: var(--contact-cyan);
    border-radius: 12px;
    background: rgba(93, 216, 230, .1);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
}

.contact-guide__steps div {
    display: grid;
    gap: 3px;
}

.contact-guide__steps strong {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.contact-guide__steps small {
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
}

.contact-guide__privacy {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 28px;
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    line-height: 1.8;
}

.contact-guide__privacy i {
    color: var(--contact-cyan);
}

.contact-form-card {
    padding: 40px;
    border: 1px solid rgba(7, 27, 74, .08);
    border-radius: 29px;
    background: #fff;
    box-shadow: 0 22px 65px rgba(7, 27, 74, .09);
}

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

.contact-field {
    display: grid;
    gap: 9px;
    margin: 0;
}

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

.contact-field > span:first-child {
    color: var(--contact-ink);
    font-size: 11px;
    font-weight: 800;
}

.contact-field > span:first-child b {
    color: #e55050;
    font-weight: 900;
}

.contact-field__control {
    position: relative;
    display: block;
}

.contact-field__control > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 17px;
    color: #9aa7bb;
    font-size: 14px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: color .25s ease;
}

.contact-field__control--textarea > i {
    top: 20px;
    transform: none;
}

.contact-field input,
.contact-field textarea {
    display: block;
    width: 100%;
    margin: 0;
    color: var(--contact-ink);
    border: 1px solid #dfe6f0;
    border-radius: 14px;
    outline: 0;
    background: #fafcff;
    font-family: inherit;
    font-size: 12px;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.contact-field input {
    height: 54px;
    padding: 0 45px 0 15px;
}

.contact-field input[dir="ltr"] {
    padding: 0 15px 0 45px;
    text-align: left;
}

.contact-field__control:has(input[dir="ltr"]) > i {
    right: auto;
    left: 17px;
}

.contact-field textarea {
    min-height: 164px;
    padding: 16px 45px 16px 15px;
    line-height: 1.9;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #a7b2c3;
}

.contact-field__control:focus-within > i {
    color: var(--contact-blue);
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: rgba(12, 90, 219, .55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(12, 90, 219, .08);
}

.contact-optional {
    margin-top: 23px;
    overflow: hidden;
    border: 1px solid var(--contact-line);
    border-radius: 16px;
    background: #f8faff;
}

.contact-optional summary {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 17px;
    color: var(--contact-text);
    list-style: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}

.contact-optional summary::-webkit-details-marker {
    display: none;
}

.contact-optional summary::marker {
    display: none;
    content: "";
}

.contact-optional summary > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.contact-optional summary i {
    color: var(--contact-blue);
    transition: transform .25s ease;
}

.contact-optional[open] summary i {
    transform: rotate(45deg);
}

.contact-optional summary small {
    padding: 5px 9px;
    color: var(--contact-blue);
    border-radius: 99px;
    background: #eaf2ff;
    font-size: 9px;
}

.contact-optional__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    padding: 4px 16px 17px;
}

.contact-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 25px;
}

.contact-security {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    min-height: 54px;
    padding-right: 14px;
    border: 1px solid var(--contact-line);
    border-radius: 14px;
    background: #f5f8fc;
}

.contact-security__challenge {
    display: grid;
    gap: 2px;
}

.contact-security__challenge small {
    color: var(--contact-muted);
    font-size: 8px;
}

.contact-security__challenge strong {
    direction: ltr;
    color: var(--contact-navy);
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.contact-security input {
    width: 72px;
    height: 52px;
    padding: 0 8px;
    color: var(--contact-ink);
    border: 0;
    border-right: 1px solid var(--contact-line);
    outline: 0;
    background: #fff;
    font-family: inherit;
    font-size: 12px;
    text-align: center;
}

.contact-security input:focus {
    box-shadow: inset 0 0 0 2px rgba(12, 90, 219, .3);
}

.contact-submit {
    position: relative;
    display: inline-flex;
    min-width: 165px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    padding: 12px 22px;
    color: #fff;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--contact-blue-bright), var(--contact-blue));
    box-shadow: 0 14px 30px rgba(12, 90, 219, .25);
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: box-shadow .3s ease, transform .3s ease;
}

.contact-submit::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .24) 48%, transparent 70%);
    transform: translateX(130%);
    transition: transform .65s ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
    box-shadow: 0 19px 38px rgba(12, 90, 219, .37);
    transform: translateY(-2px);
}

.contact-submit:hover::before,
.contact-submit:focus-visible::before {
    transform: translateX(-130%);
}

.contact-submit span,
.contact-submit i {
    position: relative;
    z-index: 2;
}

.contact-submit i {
    font-size: 12px;
    transform: rotate(-28deg);
}

.contact-form-card .form-message {
    display: none;
    margin: 18px 0 0;
    padding: 13px 15px;
    border: 0;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.8;
}

.contact-form-card .form-message:not(:empty) {
    display: block;
}

.contact-form-card .form-message.alert-success {
    color: #236c4e;
    background: #eaf8f1;
}

.contact-form-card .form-message.alert-danger {
    color: #a93a3a;
    background: #fff0f0;
}

.contact-location {
    padding: 112px 0 125px;
    background: #fff;
}

.contact-location__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
}

.contact-location__heading > div {
    max-width: 770px;
}

.contact-location__heading h2 {
    margin-bottom: 0;
}

.contact-location__heading > a {
    display: inline-flex;
    min-height: 48px;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding: 10px 17px;
    color: var(--contact-blue);
    border: 1px solid rgba(12, 90, 219, .15);
    border-radius: 14px;
    background: #f4f8ff;
    font-size: 11px;
    font-weight: 900;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}

.contact-location__heading > a:hover,
.contact-location__heading > a:focus-visible {
    color: #fff;
    background: var(--contact-blue);
    transform: translateY(-2px);
}

.contact-map {
    position: relative;
    overflow: hidden;
    height: 570px;
    padding: 8px;
    border: 1px solid rgba(7, 27, 74, .09);
    border-radius: 29px;
    background: #fff;
    box-shadow: 0 28px 75px rgba(7, 27, 74, .12);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 21px;
    filter: saturate(.85) contrast(1.02);
}

.contact-map__badge {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: min(420px, calc(100% - 60px));
    align-items: center;
    gap: 14px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(7, 27, 74, .18);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.contact-map__badge > span {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    color: #fff;
    border-radius: 15px;
    background: var(--contact-blue);
    box-shadow: 0 10px 22px rgba(12, 90, 219, .25);
    font-size: 18px;
}

.contact-map__badge > div {
    display: grid;
    gap: 4px;
}

.contact-map__badge small {
    color: var(--contact-muted);
    font-size: 9px;
}

.contact-map__badge strong {
    color: var(--contact-ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.8;
}

@keyframes contact-hero-reveal {
    from {
        opacity: .58;
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        transform: scale(1.02);
    }
}

@keyframes contact-content-in {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contact-status-pulse {
    0%, 100% {
        opacity: .65;
        transform: scale(.86);
    }
    50% {
        opacity: 1;
        transform: scale(1.12);
    }
}

@keyframes contact-scroll {
    0%, 100% {
        opacity: .35;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(14px);
    }
}

@media (max-width: 1199px) {
    .contact-hero__content {
        max-width: 630px;
    }

    .contact-channel {
        padding: 25px 22px;
    }

    .contact-compose__grid {
        grid-template-columns: minmax(0, .66fr) minmax(0, 1.34fr);
    }

    .contact-guide__content {
        padding: 38px 31px;
    }

    .contact-form-card {
        padding: 34px;
    }
}

@media (max-width: 991px) {
    .contact-hero,
    .contact-hero__container {
        min-height: 650px;
    }

    .contact-hero__overlay {
        background:
            linear-gradient(90deg, rgba(4, 22, 59, .68), rgba(4, 21, 58, .88) 50%, rgba(3, 15, 43, .98)),
            linear-gradient(180deg, rgba(4, 20, 54, .18), rgba(3, 14, 40, .76));
    }

    .contact-hero__content {
        max-width: 620px;
        margin-left: auto;
        padding-top: 68px;
    }

    .contact-hero__status {
        display: none;
    }

    .contact-channels__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-channel--featured {
        grid-column: span 1;
    }

    .contact-channel:last-child {
        grid-column: 1 / -1;
        min-height: 215px;
    }

    .contact-section-heading {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .contact-section-heading > p {
        max-width: 680px;
    }

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

    .contact-guide {
        min-height: 580px;
    }

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

    .contact-location__heading {
        display: grid;
    }

    .contact-location__heading > a {
        width: max-content;
    }
}

@media (max-width: 767px) {
    .contact-modern .container {
        width: min(100% - 28px, 1200px);
    }

    .contact-hero,
    .contact-hero__container {
        min-height: 700px;
    }

    .contact-hero__container {
        padding-top: 22px;
        padding-bottom: 100px;
    }

    .contact-hero__media {
        background-position: 63% center;
    }

    .contact-hero__overlay {
        background: linear-gradient(180deg, rgba(3, 16, 44, .76), rgba(3, 16, 44, .91) 55%, rgba(3, 13, 37, .98));
    }

    .contact-hero__grid {
        background-size: 54px 54px;
    }

    .contact-hero__content {
        padding-top: 60px;
    }

    .contact-hero h1 {
        margin-bottom: 18px;
        font-size: clamp(36px, 11vw, 50px);
        letter-spacing: -1.6px;
    }

    .contact-hero__content > p {
        font-size: 14px;
        line-height: 2;
    }

    .contact-hero__scroll {
        display: none;
    }

    .contact-channels {
        padding-top: 48px;
    }

    .contact-channels__grid {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .contact-channel,
    .contact-channel:last-child {
        grid-column: auto;
        min-height: 235px;
    }

    .contact-compose,
    .contact-location {
        padding-top: 80px;
        padding-bottom: 88px;
    }

    .contact-section-heading h2,
    .contact-location__heading h2 {
        font-size: clamp(28px, 8.5vw, 38px);
        letter-spacing: -.9px;
    }

    .contact-form-card {
        order: -1;
        padding: 25px 20px;
        border-radius: 23px;
    }

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

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

    .contact-form__footer {
        display: grid;
    }

    .contact-security,
    .contact-submit {
        width: 100%;
    }

    .contact-security {
        justify-content: space-between;
    }

    .contact-security label {
        margin-right: auto;
    }

    .contact-guide {
        min-height: 565px;
        border-radius: 23px;
    }

    .contact-guide__content {
        padding: 32px 25px;
    }

    .contact-location__heading > a {
        width: 100%;
        justify-content: center;
    }

    .contact-map {
        height: 510px;
        padding: 5px;
        border-radius: 23px;
    }

    .contact-map iframe {
        border-radius: 18px;
    }

    .contact-map__badge {
        right: 17px;
        bottom: 17px;
        width: calc(100% - 34px);
    }
}

@media (max-width: 479px) {
    .contact-breadcrumb {
        font-size: 11px;
    }

    .contact-hero__actions {
        display: grid;
    }

    .contact-button {
        width: 100%;
    }

    .contact-channel {
        display: grid;
    }

    .contact-channel__icon {
        width: 50px;
        height: 50px;
    }

    .contact-optional summary {
        align-items: flex-start;
    }

    .contact-security__challenge small {
        display: none;
    }

    .contact-map__badge {
        align-items: flex-start;
    }
}

@supports not selector(:has(*)) {
    .contact-field input[dir="ltr"] {
        padding-right: 45px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-modern *,
    .contact-modern *::before,
    .contact-modern *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
