body {
    overflow-x: hidden;
}

.home-header {
    background: url("/wp-content/uploads/2025/07/hero-112.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    max-width: 100vw;
    width: 100vw;
    box-shadow: 0px 0px #00000070;
}

.home-header::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

.menu-header {
    position: absolute;
    top: 35px;
    right: 35px;
}

.button {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-contact-button {
    padding: 12px 25px !important;
    font-size: 13px !important;
}

.partner-logo {
    max-width: 300px; 
    max-height: 160px;
}

@media (max-width: 1023px) {
    .menu-header {
        top: 25px;
        right: 50px;
    }
    .partner-logo {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .menu-header {
        top: 35px;
        right: 35px;
    }
    .button {
        font-size: 14px;
    }
}