.profile-frame {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    height: 500px;
}

.custom-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%; 
    display: block;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.profile-deco {
    position: absolute;
    top: -10px;
    left: 6%;
    width: 80%;
    height: 100%;
    background: linear-gradient(45deg, var(--accent-color), transparent);
    border-radius: 30px;
    z-index: 1;
    opacity: 0.3;
}

.skill-item {
    border-radius: 15px !important;
    text-align: center;
}
