.navbar-toggler {
    background-color: var(--primary);
}

@media(max-width: 768px) {
    
.nav-item{
 box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
        margin-bottom: 14px;
        border-radius: 10px;
}
.dropdown-toggle::after {
    display: inline-block;
    /* margin-left: 15.255em; */
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    left: revert;
    right: 13px;
    top: 21px;
    /* background: red; */
}
.custom-height{
    height: 300px;
}

.bg-light .container{
    height: fit-content !important;
}

   
.position-set {
    position: relative;
    top: unset;      
   
}

.hero-section{
    padding: 30px;
    padding-bottom: 30px !important;
}

    .hero-section {
        padding-top: 100px;
    }
    .custom-height{
        display: none;
    }

}

.feature-badge:hover{
    background-color: #003399 !important;
}