body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
}

.btn {
    border-radius: 5px;
}

.form-control, .form-select {
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.section-title {
    color: #0d6efd;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cv-entry {
    margin-bottom: 25px;
}

.required-field::after {
    content: " *";
    color: red;
}

.navbar-brand {
    font-weight: 600;
}

.navbar-dark {
    background-color: #2c3e50 !important;
}

.alert {
    border-radius: 8px;
}

.table th {
    border-top: none;
    font-weight: 600;
}

.education-entry, .experience-entry, .publication-entry, .skill-entry {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.remove-btn {
    margin-top: 10px;
}