
/* === Tema Hitam & Biru Teknologi (Sama seperti halaman sebelumnya) === */
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;
}

.section-header p {
    color: #adb5bd;
}

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);
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 35px;
    }
}

/* Styling khusus untuk kartu proyek */
.project-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.project-icon i {
    font-size: 2rem;
    color: #0d6efd;
}

.project-card .card-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.project-card .card-title a {
    color: #ffffff;
}

.project-card .card-title a:hover {
    color: #0d6efd;
}

.project-card .card-text {
    color: #adb5bd;
    flex: 1;
    margin-bottom: 1.5rem;
}

.project-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    color: #0d6efd;
    font-weight: 500;
}

.project-link i {
    transition: transform 0.2s;
}

.project-link:hover i {
    transform: translateX(5px);
}

.project-link:hover {
    text-decoration: none;
    color: #3b8eff;
}

/* Badge kategori */
.category-badge {
    display: inline-block;
    background-color: rgba(13, 110, 253, 0.15);
    color: #0d6efd;
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(13, 110, 253, 0.3);
}

p {
    color: #e0e0e0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230d6efd' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

img {
    max-height: 40px;
    width: auto;
}
