@media (max-width: 1660px) {
    .navbar-items {
        gap: 1rem;
    }
}

@media (max-width: 1400px) {
    .navbar-bottom {
        padding: 0px 1%;
        gap: 2rem;
    }
}

@media (max-width: 1190px) {
   
    .navbar-items {
        display: block;
        position: absolute;
        top: 90px;
        top: 100%;
        background-color: white;
        width: 100%;
        height: 100vh;
        border-top: 2px solid hsla(0, 0%, 71.4%, .3);
        left: -100%;
        padding: 10px;
        overflow: hidden;
        transition: left .4s ease;
    }

    .hamburger {
        display: flex;
        background-color: #1eb53a;
        height: 100%;
        width: 80px;
    }

    .hamburger span {
        background-color: white;
    }

    .navbar-bottom-cta {
        padding-right: 1rem;
    }

    .navbar-bottom {
        gap: 0;
        display: flex;
        position: relative;
        padding-left: 5%;
        padding-right: 0;
    }

    .navbar-logo-wrapper {
        padding: 0 10px;
        flex-grow: 1;
        margin-top: 5px;
    }

    .nav-item-header {
        gap: 0px;
        justify-content: space-between;
        padding-right: 15px;
    }

    .navbar-dropdown-arrow {
        width: 15px;
        transform: rotate(-90deg);
    }

    .nav-item-header {
        width: 100%;
        cursor: pointer;
    }

    .nav-dropdown-menu.active {
        left: 0 !important;
        opacity: 1 !important;
    }

    .nav-dropdown-mobile-header {
        display: flex;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 10px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    .navbar-items.active {
        left: 0;
  
    }

    .navbar-items .nav-item-header a {
        display: block;
        padding: 1rem 0;
    }

    .navbar-items .nav-item-header a:hover {
        border-bottom: 2px solid transparent;
    }

    .navbar-items .nav-dropdown-menu {
        left: 100%;
        top: 0;
        height: 100vh;
        z-index: 1;
        overflow: scroll;
        padding-bottom: 50vh
    }

    .navbar-items.active .nav-item-dropdown:hover .nav-dropdown-menu {
        left: 100%;
    }

    .navbar-items.active .nav-item-dropdown:hover .navbar-dropdown-arrow {
        transform: scaleY(0);
        transform: rotate(-90deg);
    }
}

@media (max-width: 800px) {
    .mobile-bottom-cta {
        display: flex;
    }
}

@media (max-width: 740px) {
    .navbar-bottom-cta {
        height: 60px;
        position: absolute;
        bottom: -60px;
        left: 0;
        background-color: #1E3050;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    .navbar-items {
        top: calc(100% + 60px);
    }
    #navbar {
        padding-bottom: 60px;
    }

    .navbar-bottom-cta {
        padding: 0px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-cta {
        display: inline-block;
        text-align: center;
    }

    .nav-cta-sub-text {
        color: white;
        font-size: 13px;
        text-align: center;
    }

    .nav-cta-number {
        font-size: 25px;
    }

    .navbar-bottom {
        box-shadow: none;
    }
}

@media (max-width: 600px) {
    .navabr-top-cta {
        font-size: 16px;
    }

    .navbar-top-number {
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .nav-dropdown-menu-group {
        flex-direction: column;
    }
}

@media (max-width: 525px) {
    .navbar-logo {
        width: 200px;
        height: auto;
    }

    .navbar-bottom-cta {
        font-size: 14px;
    }
}
@media (max-width: 495px) {
    .navabr-top-cta {
        text-wrap: wrap;
    }

    .navbar-top-cta-br {
        display: block;
    }

    .navabr-top-cta {
        text-align: center;
    }

    .navbar-bottom {
        height: 80px;
    }

}


@media (max-width: 390px) {
    .navbar-logo {
        width: 190px;
    }

    .mobile-bottom-img-cta {
        width: 15px;
        height: auto;
    }

    .mobile-bottom-img-cta-wrapper {
        padding: 8px;
    }
}

@media (max-width: 350px) {
    .navbar-logo-wrapper {
        padding-left: 0px;
    }
}