/* external: https://cdn-vexar.lon1.digitaloceanspaces.com/uploads/templates/sections/8b336742-b311-4210-8fb7-4c79af77fcbc/style.css */
.vxr_f1_main_box {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
    padding: 60px 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    position: relative;
    overflow: hidden;
}

.vxr_f1_main_box::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #444 50%, transparent 100%);
}

.vxr_f1_main_box .vxr_f1_container {
max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vxr_f1_main_box .vxr_f1_grid {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.vxr_f1_main_box .vxr_f1_column {
display: flex;
    flex-direction: column;
}

.vxr_f1_main_box .vxr_f1_logo {
font-size: 28px;
    font-weight: 700;
    color: #00d4ff;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
}

.vxr_f1_main_box .vxr_f1_description {
font-size: 14px;
    line-height: 1.6;
    color: #b8b8b8;
    margin-bottom: 25px;
}

.vxr_f1_main_box .vxr_f1_title {
font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}

.vxr_f1_main_box .vxr_f1_title::after {
content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #00d4ff;
}

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

.vxr_f1_main_box .vxr_f1_menu_item {
margin-bottom: 12px;
}

.vxr_f1_main_box .vxr_f1_menu_link {
color: #b8b8b8;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.vxr_f1_main_box .vxr_f1_menu_link:hover {
color: #00d4ff;
    transform: translateX(5px);
}

.vxr_f1_main_box .vxr_f1_contact_item {
display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #b8b8b8;
}

.vxr_f1_main_box .vxr_f1_contact_icon {
width: 16px;
    height: 16px;
    margin-right: 12px;
    fill: #00d4ff;
    flex-shrink: 0;
}

.vxr_f1_main_box .vxr_f1_payment_methods {
display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.vxr_f1_main_box .vxr_f1_payment_item {
background: #333;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #444;
    transition: all 0.3s ease;
}

.vxr_f1_main_box .vxr_f1_payment_item:hover {
background: #00d4ff;
    border-color: #00d4ff;
    transform: translateY(-2px);
}

.vxr_f1_main_box .vxr_f1_social {
display: flex;
    gap: 15px;
    margin-top: 20px;
}

.vxr_f1_main_box .vxr_f1_social_link {
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #444;
}

.vxr_f1_main_box .vxr_f1_social_link:hover {
background: #00d4ff;
    border-color: #00d4ff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.3);
}

.vxr_f1_main_box .vxr_f1_social_icon {
width: 18px;
    height: 18px;
    fill: #ffffff;
}

.vxr_f1_main_box .vxr_f1_newsletter {
margin-top: 20px;
}

.vxr_f1_main_box .vxr_f1_newsletter_form {
display: flex;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #333;
    border: 1px solid #444;
}

.vxr_f1_main_box .vxr_f1_newsletter_input {
flex: 1;
    padding: 12px 15px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}

.vxr_f1_main_box .vxr_f1_newsletter_input::placeholder {
color: #888;
}

.vxr_f1_main_box .vxr_f1_newsletter_btn {
padding: 12px 20px;
    background: #00d4ff;
    color: #1a1a1a;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.vxr_f1_main_box .vxr_f1_newsletter_btn:hover {
background: #00b8e6;
    transform: scale(1.05);
}

.vxr_f1_main_box .vxr_f1_bottom {
border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 40px;
}

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

.vxr_f1_main_box .vxr_f1_copyright {
font-size: 14px;
    color: #888;
}

.vxr_f1_main_box .vxr_f1_bottom_links {
display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.vxr_f1_main_box .vxr_f1_bottom_link {
color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.vxr_f1_main_box .vxr_f1_bottom_link:hover {
color: #00d4ff;
}

.vxr_f1_main_box .drag_h {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    cursor: move;
    z-index: 100;
}

@media (max-width: 768px) {
    .vxr_f1_main_box .vxr_f1_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vxr_f1_main_box .vxr_f1_bottom_content {
        flex-direction: column;
        text-align: center;
    }

    .vxr_f1_main_box .vxr_f1_newsletter_form {
        flex-direction: column;
    }

    .vxr_f1_main_box .vxr_f1_newsletter_btn {
        border-radius: 0 0 8px 8px;
    }
}

.vxr_f1_title.vxr0CCA7 {
margin-top: 25px;
    font-size: 16px;
}