/* === Tema Hitam & Biru Teknologi (Sama seperti ekosistem Taaho) === */
body {
    background-color: #000000;
    color: #e0e0e0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: #3b8eff;
    text-decoration: underline;
}

.bg-black-custom {
    background-color: #0a0a0a;
}

.navbar,
.card,
footer section {
    background-color: #111111;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 100, 255, 0.2);
}

.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd;
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: #000;
    border-color: #0d6efd;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #000;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #3b8eff;
    border-color: #3b8eff;
    color: #000;
}

.card {
    background-color: #111111;
    border-left: 4px solid #0d6efd;
    border-radius: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.3);
}

hr {
    border-color: #0d6efd;
    opacity: 0.3;
}

.section-header {
    margin-bottom: 2rem;
}

.section-header h2 {
    color: #ffffff;
    border-bottom: 2px solid #0d6efd;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

footer {
    border-top: 2px solid #0d6efd;
    background-color: #0a0a0a;
}

footer a {
    color: #adb5bd;
}

footer a:hover {
    color: #0d6efd;
}

.navbar-toggler {
    border-color: #0d6efd;
}

.navbar-toggler-icon {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}

.text-accent {
    color: #0d6efd;
}

.bg-accent-soft {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Styling khusus untuk halaman profil */
.profile-header {
    background-color: #0a0a0a;
    padding: 3rem 0;
    border-bottom: 2px solid #0d6efd;
    margin-bottom: 2rem;
}

.skill-badge {
    display: inline-block;
    background-color: rgba(13, 110, 253, 0.15);
    color: #0d6efd;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    margin: 0.25rem;
    border: 1px solid rgba(13, 110, 253, 0.3);
    font-size: 0.9rem;
    transition: all 0.2s;
}

.skill-badge:hover {
    background-color: rgba(13, 110, 253, 0.25);
    transform: translateY(-2px);
}

.project-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.project-icon i {
    font-size: 1.5rem;
    color: #0d6efd;
}

.project-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.project-card .card-text {
    color: #adb5bd;
    flex: 1;
    margin-bottom: 1rem;
}

.experience-item {
    padding: 1.5rem;
    background-color: #111111;
    border-left: 4px solid #0d6efd;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.experience-item h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.experience-item .company {
    color: #0d6efd;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.experience-item .duration {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.experience-item ul {
    color: #adb5bd;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.experience-item li {
    margin-bottom: 0.25rem;
}

.profile-section {
    margin-bottom: 3rem;
}

.profile-section h2 {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.profile-section h2 i {
    color: #0d6efd;
    margin-right: 1rem;
    font-size: 2rem;
}

.profile-nav {
    background-color: #111111;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    border: 1px solid #333;
}

.profile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.profile-nav li {
    margin: 0;
}

.profile-nav a {
    color: #adb5bd;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    transition: all 0.2s;
}

.profile-nav a:hover {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    text-decoration: none;
}

.back-to-taaho {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.profile-img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    border-radius: 50%; /* supaya bulat seperti icon */
    border: 3px solid #fff; /* opsional biar ada garis putih */
}