.vxr_footer71_main_box {
    font-family: 'Raleway', sans-serif;
    color: #f5f0e8;
}

.vxr_footer71_main_box * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.vxr_footer71_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.vxr_footer71_top {
    background: #3d3a36;
    padding: 80px 0 60px;
}

.vxr_footer71_grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 48px;
}

.vxr_footer71_logo {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
}

.vxr_footer71_logo_img {
    height: 50px;
    width: auto;
    display: block;
    object-fit: contain;
}

.vxr_footer71_brand_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(250, 246, 240, 0.6);
    margin-bottom: 24px;
}

.vxr_footer71_social {
    display: flex;
    gap: 12px;
}

.vxr_footer71_social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(250, 246, 240, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(250, 246, 240, 0.7);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vxr_footer71_social a:hover {
    background: #e8a87c;
    border-color: #e8a87c;
    color: #fff;
    transform: translateY(-2px);
}

.vxr_footer71_col_title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #faf6f0;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.vxr_footer71_col_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e8a87c;
    border-radius: 1px;
}

.vxr_footer71_links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vxr_footer71_links a {
    text-decoration: none;
    color: rgba(250, 246, 240, 0.6);
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.vxr_footer71_links a:hover {
    color: #e8a87c;
    padding-left: 6px;
}

.vxr_footer71_contact_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vxr_footer71_contact_item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: rgba(250, 246, 240, 0.6);
    font-size: 14px;
    transition: color 0.3s ease;
}

a.vxr_footer71_contact_item:hover {
    color: #e8a87c;
}

.vxr_footer71_contact_item i {
    font-size: 14px;
    color: #e8a87c;
    width: 18px;
    flex-shrink: 0;
}

.vxr_footer71_bottom {
    background: #342f2b;
    padding: 20px 0;
}

.vxr_footer71_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.vxr_footer71_copy {
    font-size: 13px;
    color: rgba(250, 246, 240, 0.4);
}

.vxr_footer71_bottom_links {
    display: flex;
    gap: 24px;
}

.vxr_footer71_bottom_links a {
    text-decoration: none;
    color: rgba(250, 246, 240, 0.4);
    font-size: 13px;
    transition: color 0.3s ease;
}

.vxr_footer71_bottom_links a:hover {
    color: #e8a87c;
}

@media (max-width: 1024px) {
    .vxr_footer71_grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .vxr_footer71_top {
        padding: 60px 0 40px;
    }

    .vxr_footer71_grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .vxr_footer71_brand {
        text-align: center;
    }

    .vxr_footer71_social {
        justify-content: center;
    }

    .vxr_footer71_col_title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .vxr_footer71_col {
        text-align: center;
    }

    .vxr_footer71_links {
        align-items: center;
    }

    .vxr_footer71_contact_list {
        align-items: center;
    }

    .vxr_footer71_bottom_inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .vxr_footer71_bottom_links {
        gap: 16px;
    }
}