.vxr_header9_main_box {
    position: relative;
    height: 180px;
    background: url('https://cdn.vexar.io/uploads/templates/sections/2ab91ae2-1061-469e-9cd8-dee55dcf78ed/img/header.png') center/cover no-repeat;
    color: white;
}

.vxr_header9_logo img {
    max-width: 250px;
}

.vxr_header9_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.vxr_header9_navbar {
    position: relative;
    z-index: 110;
    padding: 20px 0;
}

.vxr_header9_navbar_fix {
    background: #ffffffba;
    position: fixed;
    top: -15px;
    width: 100%;
    animation: fixHeader .5s forwards ease-in-out;
}

@keyframes fixHeader {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}

.vxr_header9_navbar_fix a {
    color: #242a2e !important;
    font-weight: 400;
}

.vxr_header9_navbar_fix lord-icon {
    --lord-icon-primary: #242a2e;
    --lord-icon-secondary: #242a2e;
}

.vxr_header9_navbar .vxr_header9_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vxr_header9_menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.vxr_header9_menu a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    transition: opacity 0.3s;
}

.vxr_header9_menu a:hover {
    opacity: 0.8;
}

.vxr_header9_contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vxr_header9_contact_item {
    display: grid;
    grid-template-columns: 1fr 30px;
    align-items: center;
    text-align: right;
    gap: 8px;
    font-size: 16px;
    color: #fff;
}

.vxr_header9_contact_item:hover {
    opacity: 0.8;
}

.vxr_header9_contact_item i {
    font-size: 12px;
    opacity: 0.8;
}

.vxr_header9_hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 30px;
    height: 25px;
    justify-content: space-between;
}

.vxr_header9_hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    transition: all 0.3s ease;
}

.vxr_header9_hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.vxr_header9_hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

@media (max-width: 990px) {
    .vxr_header9_hamburger {
        display: flex;
    }

    .vxr_header9_navbar{
        padding: 10px 0;
    }

    .vxr_header9_nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.95);
        transition: right 0.3s ease;
        z-index: 99;
    }

    .vxr_header9_navbar_fix .vxr_header9_hamburger span{
        background: #242a2e;
    }

    .vxr_header9_menu a{
        color: #fff !important;
    }

    .vxr_header9_nav.active {
        right: 0;
    }

    .vxr_header9_menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        gap: 40px;
    }

    .vxr_header9_menu a {
        font-size: 24px;
    }

    .vxr_header9_menu a:hover {
        opacity: 0.8;
    }
}

@media (max-width: 480px) {
    .vxr_header9_navbar .vxr_header9_container {
        padding: 0 15px;
    }
}

.ceSection.vxr_header9_main_box.vxrEFC5B {
    background-image: url("https://pub-08b6088190b042f18a650510cb012bce.r2.dev/uploads/projects/ed1e612ed0ee4913915b35b95abe5279/files/82a5a7b45d9f489e8e60ac420f45fec6.png");
}

.vxr23D22 {
    width: 30px;
    height: 30px;
}

.vxr0E896 {
    width: 30px;
    height: 30px;
}