.nav-link {
    font-size: 14px;
    font-weight: 500;
}

.header {
    padding: 1em 2em;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.request-quote-cta {
    background: #252e57;
    padding: 12px 22px;
    border-radius: 52px;
}

.request-quote-cta:hover {
    color: white;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: static;
}

.dropdown-title {
    font-weight: bold;
}

.dropdown-menu {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 105px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(233, 233, 233);
    backdrop-filter: blur(20px);
    background: #ffffffd3;
    /* background: #fffffff0; */
    box-shadow: 1em;
}

.dropdown-link {
    font-size: 14px;
    padding: 0;
    display: block;
    height: fit-content;
    width: fit-content;
}

.dropdown-link:hover {
    background: rgba(255, 255, 255, 0);
}

.dropdown-grid {
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    justify-content: space-between;
    gap: 1em;
}

.navbar-product-dropdown-grid {
    /* max-width: 700px; */
    margin: auto;
}

.link-underline {
    display: block;
    min-height: 1px;
    border-radius: 12px;
    width: 0%;
    background: #eb2626;
    transition: all;
    box-sizing: border-box;
}

.dropdown-link:hover .link-underline {
    transition: .2s;
    width: 100%;
    min-height: 1px!important;
}

.main-wrapper {
    position: relative;
}

.navbar {
    position: sticky !important;
    top: -1px;
    z-index: 9999;
}

.word-mark-logo-wrapper {
    display: grid;
    gap: 0;
    padding: 12px 0;
    display: none;
}

.word-mark-logo {
    font-size: 16px;
    color: #252e57;
    font-weight: 700;
}

.word-mark-logo-description {
    font-size: 12px;
    color: black;
    line-height: normal;
    line-height: 18px;
}

@media only screen and (min-width: 993px) {
    .header {
        display: block !important;
    }

    .navbar-nav {
        margin: auto;
    }

    .navbar .navbar-brand {
        height: 90px;
    }

    .navbar-product-dropdown-grid {
        max-width: 700px;
        margin: auto;
    }

    .about-product-dropdown-grid {
        max-width: 900px;
    }

    .resources-product-dropdown-grid {
        max-width: 900px;
        gap: 1px;
    }
}

@media only screen and (max-width: 992px) {
    .header .navbar-brand {
        height: 39px;
    }

    .navbar .navbar-brand {
        height: 52px;
    }

    .header {
        display: none;
    }

    .header {
        padding: 1em;
    }

    .request-quote-cta {
        font-size: 14px;
    }

    .request-quote-cta {
        display: none;
    }

    .dropdown-grid {
        grid-template-columns: none !important;
        gap: 12px;
    }

    .navbar-collapse {
        height: 80vh;
        overflow: scroll;
    }

    .nav-link {
        text-align: center;
        padding-right: 0;
        font-family: "Nunito", sans-serif;
    }

    .dropdown-grid {
        justify-content: center;
    }

    a.dropdown-item.dropdown-link {
        text-align: center;
        margin: auto;
    }

    .dropdown-title {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400 !important;
    }



    .dropdown-title::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .sub-dropdown-item {
        display: none;
    }
}

.dropdown-title-active {
    font-weight: bold;
}

.active-dropdown-item {
    display: block;
}

#navbarRoot,
#navbarRoot-inner {
    position: sticky !important;
    top: -1px;
    z-index: 9999;
}

.dropdown-item {
    white-space: normal !important;
}

#myTab .nav-item button {
    font-size: 18px;
    /* font-weight: 600; */
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .navbar .navbar-brand {
        height: 80px;
    }
}

.navbar-brand {
    border-radius: 0px;
}