html {
    overflow-y: scroll;
}

.contact-outer {
    margin-bottom: 40px;
}

.contact-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
}

.contact-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.contact-head .ico {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-head .ico svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.contact-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    font-weight: 700;
    color: #fff;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item .ico {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-item .ico svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.contact-item .value {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.contact-item .value a {
    color: #fff;
    text-decoration: none;
}

.contact-item .value a:hover {
    text-decoration: underline;
}

.contact-card .value,
.contact-card a {
    font-size: 20px !important;
}

.contact-card .ico {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.contact-card .ico svg {
    width: 30px !important;
    height: 30px !important;
}

#ft {
    background: #1a2332;
    color: #fff;
    padding: 60px 20px 30px;
    width: 100%;
    position: relative;
    clear: both;
}

#ft_wr {
    max-width: 1200px;
    margin: 0 auto;
}

#ft_copy {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
