﻿.contact-page {
    background: var(--black-color);
}

.contact-breadcrumb-copy {
    max-width: 780px;
    margin: 18px auto 0;
    color: var(--white-color);
    text-align: center;
}

.contact-page .breadcrumb-section .breadcrumb-shape::before,
.contact-page .breadcrumb-section .breadcrumb-shape::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    pointer-events: none;
    background: #2563eb;
    opacity: .82;
    transform: translateX(-50%);
}

.contact-page .breadcrumb-section .breadcrumb-shape::before {
    top: 0;
    width: 1920px;
    height: 594px;
    -webkit-mask: url("../assets/images/breadcrumb/breadcrumb-shado-top.png") center top / 100% 100% no-repeat;
    mask: url("../assets/images/breadcrumb/breadcrumb-shado-top.png") center top / 100% 100% no-repeat;
}

.contact-page .breadcrumb-section .breadcrumb-shape::after {
    bottom: 0;
    width: 1920px;
    height: 594px;
    -webkit-mask: url("../assets/images/breadcrumb/breadcrumb-shado-bottom.png") center bottom / 100% 100% no-repeat;
    mask: url("../assets/images/breadcrumb/breadcrumb-shado-bottom.png") center bottom / 100% 100% no-repeat;
}

.contact-page .breadcrumb-section .breadcrumb-shado-top,
.contact-page .breadcrumb-section .breadcrumb-shado-bottom {
    opacity: 0 !important;
}

.contact-wapper,
.contact-form-box,
.roadmap-panel,
.focus-item {
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-three);
    background: var(--background-one);
}

.contact-wapper {
    padding: 34px;
}

.contact-section .section-title p,
.contact-form-box .section-title p,
.roadmap-section .section-title p,
.focus-item p,
.step-text,
.step-list,
.contact-content p {
    color: var(--white-color);
}

.contact-item-wrapper {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-three);
    background: rgba(255, 255, 255, .04);
}

.contact-icon,
.focus-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary-rgb-12);
    color: var(--primary-color);
}

.contact-content h3 {
    margin: 4px 0 0;
    color: var(--white-color);
    font-size: 18px;
    line-height: 1.45;
}

.contact-content h3 a {
    color: inherit;
}

.contact-social-links {
    margin-top: 24px;
}

.contact-form-box {
    padding: 30px;
    height: 100%;
}

.contact-quick-actions {
    display: grid;
    gap: 14px;
}

.contact-action {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-three);
    background: rgba(255, 255, 255, .04);
    color: var(--white-color);
    text-decoration: none;
    transition: all .2s ease;
}

.contact-action:hover {
    border-color: var(--primary-color);
    color: var(--white-color);
    transform: translateY(-2px);
}

.contact-action i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--white-color);
}

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

.contact-action small {
    color: var(--white-color);
    opacity: .78;
}

.contact-note {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    padding: 16px;
    border-radius: var(--border-radius-three);
    background: var(--primary-rgb-12);
    color: var(--white-color);
    font-weight: 800;
}

.contact-note i {
    color: var(--primary-color);
}

.contact-map-frame {
    overflow: hidden;
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-three);
    background: var(--background-one);
}

.contact-map-frame iframe {
    width: 100%;
    min-height: 430px;
    display: block;
    border: 0;
}

.contact-map-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.roadmap-panel {
    padding: 34px;
}

.timeline {
    position: relative;
    display: grid;
    gap: 22px;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    width: 2px;
    background: rgba(255, 255, 255, .12);
}

.timeline-line-progress {
    width: 100%;
    height: 0;
    background: var(--primary-color);
}

.timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 18px;
    opacity: .55;
    transform: translateY(14px);
    transition: opacity .35s ease, transform .35s ease;
}

.timeline-step.in-view,
.timeline-step.is-completed,
.timeline-step.is-current {
    opacity: 1;
    transform: translateY(0);
}

.step-marker {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 22px;
}

.step-dot {
    width: 16px;
    height: 16px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    background: var(--black-color);
}

.step-card {
    padding: 22px;
    border: 1px solid var(--border-color-one);
    border-radius: var(--border-radius-three);
    background: rgba(255, 255, 255, .04);
}

.step-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.step-label,
.step-period,
.step-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.step-label,
.step-period {
    color: var(--primary-color);
}

.step-title {
    margin: 0 0 8px;
    color: var(--white-color);
}

.step-list {
    margin: 14px 0 0;
    padding-left: 18px;
}

.step-pill {
    margin-top: 16px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .08);
    color: var(--white-color);
}

.step-pill-primary {
    background: var(--primary-color);
}

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

.focus-item {
    padding: 24px;
}

.focus-item h3 {
    margin: 16px 0 8px;
    color: var(--white-color);
}

@media (max-width: 991px) {
    .contact-wapper,
    .contact-form-box,
    .roadmap-panel {
        padding: 24px;
    }

    .focus-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .contact-item,
    .contact-action,
    .timeline-step {
        grid-template-columns: 1fr;
    }

    .timeline-line,
    .step-marker {
        display: none;
    }
}
