
#section1-img{
    width: 200px;
    height: 80px;
}
.container-section1 {
    max-width: 100%;
    margin-top: 10px;
    margin-right: 30px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    
}
.menu-section1{
    display: flex;
    list-style: none;
    padding: 10px 20px;
  
}

.menu-section1 li {
    margin-left: 16px;
    
}
.menu-section1 a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.nav-a:hover{
     font-weight: 600;
border-bottom: 8px solid #f9bc1f;

}


/* Responsive styles */
@media (max-width: 768px) {
    .container-section1 {
        flex-direction: column;
        text-align: center;
    }

    .menu-section1 {
        flex-direction: column;
        margin-top: 16px;
    }

    .menu-section1 li {
        margin: 8px 0;
    }
}
