header {
    background-color: #10202f;
}

main section {
    background-color: #d8d9d9;
}

a.btn {
    border-radius: 25xp;
}

nav div a img {
    max-width: 50px;
    max-height: 50px;
}

body {
    background: #f7f7fa;
}

.navbar-custom {
    background: #111827;
    padding: 1.5rem 2rem;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 1.1rem;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.btn-primary {
    background: #2563eb;
    border: none;
    font-weight: 600;
}

.service-card {
    background: #f3f4f6;
    border: none;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    min-height: 130px;
}

.service-icon {
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.about-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d1d5db;
    display: inline-block;
}

.footer-custom {
    background: #111827;
}

/* Portfolio blok styling */
.portfolio-hr {
    border: none;
    border-top: 2px solid #444;
    width: 60%;
    margin-left: 0;
    margin-bottom: 1.5rem;
}

.portfolio-card {
    background: #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(20, 25, 35, 0.05);
    max-width: 100%;
}

.portfolio-screenshot {
    background: #d4d4d4;
    height: 160px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.portfolio-screenshot img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.portfolio-divider {
    height: 2px;
    background: #858586;
    width: 100%;
}

.portfolio-info {
    background: #e1e1e1;
}

.portfolio-description {
    color: #181818;
    font-size: 1rem;
}

.portfolio-btn {
    min-width: 70px;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.25rem 1rem;
    font-size: 1rem;
}

.service-card {
    transition: transform 0.15s, box-shadow 0.15s;
}

.service-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 32px rgba(44, 62, 80, 0.08);
    z-index: 2;
}

.service-icon svg {
    display: block;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}