.vxr_footer3_main_box {
    position: relative;
    background-image: url('https://cdn.vexar.io/uploads/templates/sections/deb00176-0914-46c9-9015-28bb24824b11/img/footer.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 600px;
    padding: 80px 0 0;
    overflow: hidden;
}

.vxr_footer3_main_box .vxr_footer3_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.vxr_footer3_main_box .vxr_footer3_container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.vxr_footer3_main_box .vxr_footer3_content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
    align-items: start;
    padding-bottom: 80px;
}

.vxr_footer3_main_box .vxr_footer3_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vxr_footer3_main_box .vxr_footer3_input_group {
    width: 100%;
}

.vxr_footer3_main_box .vxr_footer3_input,
.vxr_footer3_main_box .vxr_footer3_textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.vxr_footer3_main_box .vxr_footer3_input::placeholder,
.vxr_footer3_main_box .vxr_footer3_textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.vxr_footer3_main_box .vxr_footer3_input:focus,
.vxr_footer3_main_box .vxr_footer3_textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}

.vxr_footer3_main_box .vxr_footer3_textarea {
    min-height: 120px;
    resize: vertical;
}

.vxr_footer3_main_box .vxr_footer3_submit_wrapper {
    margin-top: 10px;
}

.vxr_footer3_main_box .vxr_footer3_submit {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, #2c8bc5 0%, #11eaf1 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vxr_footer3_main_box .vxr_footer3_submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.vxr_footer3_main_box .vxr_footer3_center_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.vxr_footer3_main_box .vxr_footer3_icon_wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.vxr_footer3_main_box .vxr_footer3_icon {
    font-size: 32px;
    color: white;
}

.vxr_footer3_main_box .vxr_footer3_title {
    color: white;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vxr_footer3_main_box .vxr_footer3_info_section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: white;
}

.vxr_footer3_main_box .vxr_footer3_text p {
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.vxr_footer3_main_box .vxr_footer3_contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vxr_footer3_main_box .vxr_footer3_contact_item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.vxr_footer3_main_box .vxr_footer3_contact_item i {
    width: 20px;
    color: #667eea;
    font-size: 18px;
}

.vxr_footer3_main_box .vxr_footer3_social {
    display: flex;
    gap: 15px;
}

.vxr_footer3_main_box .vxr_footer3_social_link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.vxr_footer3_main_box .vxr_footer3_social_link:hover {
    background: linear-gradient(135deg, #2c8bc5 0%, #11eaf1 100%);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.vxr_footer3_main_box .vxr_footer3_copyright {
    background: #0F1B23;
    padding: 20px 0;
    text-align: center;
}

.vxr_footer3_main_box .vxr_footer3_copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.vxr_footer3_header {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 2rem;
    align-items: center;
}

@media (max-width: 992px) {
    .vxr_footer3_main_box .vxr_footer3_content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .vxr_footer3_main_box .vxr_footer3_center_section {
        order: -1;
    }
}

@media (max-width: 768px) {
    .vxr_footer3_main_box {
        padding: 60px 0 0;
    }

    .vxr_footer3_main_box .vxr_footer3_content {
        gap: 40px;
        padding-bottom: 60px;
    }

    .vxr_footer3_main_box .vxr_footer3_container {
        padding: 0 15px;
    }

    .vxr_footer3_main_box .vxr_footer3_title {
        font-size: 24px;
    }

    .vxr_footer3_main_box .vxr_footer3_icon_wrapper {
        width: 70px;
        height: 70px;
    }

    .vxr_footer3_main_box .vxr_footer3_icon {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .vxr_footer3_main_box .vxr_footer3_contact_item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .vxr_footer3_main_box .vxr_footer3_social {
        justify-content: center;
    }
}

.vxrA52CC {
    width: 100px;
    height: 100px;
}

.vxr05298 {
    width: 20px;
    height: 20px;
}

.vxr47F46 {
    width: 20px;
    height: 20px;
}

.vxr4B883 {
    background-color: rgb(0, 0, 0);
    background-image: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    color: rgb(255, 255, 255) !important;
    text-align: center !important;
    opacity: 1 !important;
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    z-index: 9999 !important;
}

.vxrFD729 {
    color: #53aeff!important;
}