* {
    margin: 0;
    padding: 0;
    
}

@media (min-width: 600px) {
    .fa-cross-icon {
        font-size: 1em;
        border: 1px solid grey;
        border-radius: 7px;
        padding: 0.8em 0.8em;
        margin: 1em 0.5em;
    }

    .Log-img-2a {
        width: 85%;
        height: 100%;
        padding: 0.8em 0.0em 0.8em 0.8em;
    }

}

@media (max-width: 600px) {
    .fa-cross-icon {
        font-size: 0.9em;
        border: 1px solid grey;
        border-radius: 7px;
        padding: 0.3em 0.3em;
        margin-right: 0.5em !important;
        margin-left: 0.5em !important;
    }

    .Log-img-2a {
        width: 80%;
        height: 100%;
        padding: 0.8em 0.0em 0.8em 0.5em;
    }
}

.fa-nav-icon {
    padding: 0.5em;
    margin: 0.5em;
    font-size: 20px;
    border: 1px solid white;
    border-radius: 5px;
}

.fa-nav-icon:hover {
    cursor: pointer;
}

.covering {
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: black !important;
    opacity: 0.5;
    transition: width 0.5s ease-in-out;
}

.covering.active {
    width: 100vw;
}

.side-pannel-dropdown {
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    transition: width 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    background-color: white!important;
}

.side-pannel-dropdown.active {
    width: 50vw;
}

.logo-container-2a {
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Body-side-drop {
    width: 100%;
    padding: 0 !important;
    
}

.side_drop_list_1a {
    list-style-type: none;
    font-weight: 500;
    font-size: 20px;
    padding-left: 0px !important;
    color: black;
}

/* Dropdown animation */
.side-dropdown {
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    margin: 0 !important;
    padding: 0 !important;
}

.side-dropdown-active {
    max-height: 500px; /* Adjust to fit the dropdown content */
    background-color: rgb(6, 57, 112) !important;
    color: #fff !important;
}



.side-dropdown-active .anchor-1a{
    color: rgb(6, 57, 112) !important;
}

.side-dropdown-active .anchor-1a{
    color: rgb(6, 57, 112) !important;
}

/* Animation for each list item */
.side-dropdown li {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.side-dropdown-active li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(0.1s * var(--index));
}

.txt-drop-item {
    padding: 15px 10px !important;
    cursor: pointer;
}

.com-nav-drop{
    background-color: white!important;
    color: rgb(6, 57, 112) !important;
}

.txt-drop-item:hover {
    background-color: rgb(6, 57, 112) !important;
    color: white;
}

.drop-item-inner{
    padding: 7px 25px !important;
}

.drop-item-inner:hover{
    padding: 7px 25px !important;
    background-color: rgb(46, 114, 187) !important;
    color: white!important;
}

/* Hover effect */
.txt-drop-item:hover {
    background-color: rgb(6, 57, 112) !important;
    color: white;
}

/* Active state for selected dropdown */
.txt-drop-item.active {
    background-color: rgb(6, 57, 112) !important;
    color: white;
}

.dropdown-item-1a {
    padding: 0.8em 1.2em;
}

.dropdown-item-1a:hover {
    color: white !important;
    background-color: rgb(7, 72, 141)!important;
}

.dropdown-item-1a:hover .anchor-1a {
    color: white !important;
    background-color: rgb(7, 72, 141)!important;
}


.anchor-1a{
    color: rgb(6, 57, 112) !important;
    text-decoration: none!important;
}