/* Mobile First Styles */
@media (max-width: 767.98px) {
    .header {
        padding: 10px;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.5rem;
    }
    
    .navbar-collapse {
        background: #fff;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .dropdown-menu {
        border: none;
        box-shadow: none;
    }
    
    .nav-link {
        padding: 0.5rem 1rem;
    }
    
    .header-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }
    
    #menuBt {
        order: 2;
        margin: 0 15px 0 0;
        padding: 0;
        background: none;
        border: none;
        transform: scale(0.9);
    }
    
    #menuBt img {
        /* width: 30px; */
        height: 20px;
    }

    .menu-list img{
        margin-top: auto;
    }

     .menu-list {
        height: auto;
     }
    
    .menu-list {
        flex-direction: column;
        align-items: center;
    }
    
    .menu-list ul{
        margin-top: 5px !important;
        margin-left: -150px;
         flex-direction: column;
    }

    .menu-list li {
        width: 100%;
        margin: 5px 0;
       
    }

    .menu-list{
        width: 10%;
    }

    .menu-list img{
        margin-top: 10px;
    }
    
    /* Responsive Font Sizes */
    html {
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 1rem;
    }

    .header-1>a{
        width: 10rem;
    }

    .footer-2-1, .footer-3-1, .footer-4-1{
        font-size: 1rem !important;

    }

    .footer-2-2 span, .footer-3-2 span, .footer-4-2 span{
        font-size: 0.8rem !important;
    }

    .footer-container-1>img{
        height: 2rem !important;
    }

    .footer-container-1-1{
        width: 8rem !important;
        height: 2rem !important;
        line-height: 2rem !important;
    }

    .footer-container-1-1 a{
        font-size: 0.9rem !important;

    }

    .menu-list li a{
        color: black;
    }

    .menu-list li:hover a{
    color: #0047bb !important;
}


}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
    html {
        font-size: 16px;
    }
    
    body{
        min-width: none;
    }
}
