body.index-page {
    background-color: #f7f9fc;
}

section.section {
    border-radius: 14px;
    margin: 14px;
}

#header .profile-img img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero .container .btn {
    border-radius: 999px;
    padding: .6rem 1.2rem;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.25);
}

.portfolio .portfolio-content {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.portfolio .portfolio-content img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.resume .resume-item,
.skills .progress {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.04);
    padding: 12px;
}

@media (max-width: 991.98px) {
    #header .profile-img img {
        width: 90px;
        height: 90px;
    }

    section.section {
        margin: 10px 8px;
    }
}
