/* ---------------------- General Styling*/
.w-webflow-badge {
    display: none !important;
}
select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.lang__toggle.w-dropdown-toggle.w--open {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.nav-menu__mobile--w {
    min-height: 100dvh !important;
}
.company-loop__mid-w {
    margin-top: -15em;
    margin-bottom: -15em;
}

/* ---------------------- Contact Form Styling*/
.contact-form__input--wrap .contact__form-field:focus {
    border: 0px solid hsla(0, 0%, 100%, 0.3);
}
/* wrapper for field */
.contact-form__input--wrap {
    background-image: linear-gradient(306deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}
.contact-form__input--wrap:focus-within {
    background-image: linear-gradient(306deg, var(--pink), var(--cream));
}
input,
select,
textarea {
    color: #dbd9d8 !important;
}
textarea:focus,
input:focus {
    color: #dbd9d8;
}

/* ---------------------- Weglot Styling*/
.language-option {
    white-space: nowrap;
    font-size: 0.88em;
    text-align: center;
}
.weglot_switcher.vertical_expand .language-option {
    font-size: 0.88em !important;
    line-height: 1 !important;
    padding: 0.75em 1.5em !important;
    font-family: inherit !important;
    height: 2.63em;
}
.wg-default {
    right: 0 !important;
}
.weglot-container.wg-default {
    min-width: 11em;
}
.language-option,
.language-option.active-language {
    border-radius: 0 !important;
    border-color: #343434;
    display: flex;
    justify-content: center;
}
.language-option.active-language {
    border-top-left-radius: 0.5em !important;
    border-color: #343434 !important;
    border-width: 1px !important;
    border-style: solid !important;
}
.language-option a {
    font-weight: inherit !important;
    line-height: 1 !important;
}
:where(.nav-dropdown--wrapper) {
    height: 0px;
}

/*responsive*/
@media screen and (max-width: 991px) {
    .wg-default {
        position: relative !important;
        width: 100% !important;
    }
    .language-option.active-language {
        border-radius: 0.5em !important;
        border-color: #343434 !important;
        border-width: 1px !important;
        border-style: solid !important;
    }
    .weglot_switcher.vertical_expand .language-option {
        font-size: 0.88em !important;
        line-height: 1 !important;
        padding: 1.25em 1.5em !important;
        font-family: inherit !important;
        height: auto !important;
    }
    .weglot_switcher.vertical_expand.down .language-list {
        bottom: 0 !important;
        top: auto !important;
    }
}
