.skill span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgb(26, 100, 161);
}

.bar {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 8px;
    overflow: hidden;
}

.fill {
    height: 8px;
    background: rgb(26, 100, 161);
    border-radius: 5px;
}

.floating-socials {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1600;
}

.floating-socials a {
    font-size: 24px;
    color: rgb(26, 100, 161);
    transition: color 0.3s ease;
}

.floating-socials a:hover {
    color: white;
}

.quick-links {
    text-align: center;
    margin-top: 20px;
}

.quick-links a {
    color: rgb(26, 100, 161);
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease;
}

.quick-links a:hover {
    color: white;
}

.quick-links-under-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.quick-links-under-title a {
    color: rgb(26, 100, 161);
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.3s ease;
}

.quick-links-under-title a:hover {
    color: white;
}

.floating-socials-right {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1600;
}

.floating-socials-right a {
    font-size: 24px;
    color: rgb(26, 100, 161);
    transition: color 0.3s ease;
    text-decoration: none;
}

.social-icons a {
    font-size: 24px;
    color: #16114bff;
    text-decoration: none;
    transition: color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}  

.social-icons a:hover,
.social-icons a:focus,
.social-icons a:active {
    color: white;
    outline: none;
}

.floating-socials-right a:hover {
    color: white;
}

.social-icons-header {
    display: none;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}

.social-icons-header a {
    font-size: 20px;
    color: rgb(26, 100, 161);
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons-header a:hover {
    color: white;
}

@media (max-width: 768px) {
    .floating-socials-right {
        display: none;
    }

    .social-icons-header {
        display: flex;
    }
}

@media (max-width: 768px) {
    .floating-socials {
        flex-direction: row;
        justify-content: center;
        top: auto;
        bottom: 20px;
        left: 0;
        right: 0;
    }
}

.floating-socials-right {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1600;
}  

.floating-socials-right a {
    font-size: 24px;
    color: rgb(26, 100, 161);
    text-decoration: none;
    transition: color 0.3s ease;
}

.floating-socials-right a:hover {
    color: white;
}

.social-icons-header {
    display: none;
    justify-content: center;
    gap: 20px;
    margin: 15px auto;
}

.social-icons-header a {
    font-size: 20px;
    color: rgb(26, 100, 161);
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons-header a:hover {
    color: white;
}

@media (max-width: 768px) {
    .floating-socials-right {
    display: none;
}

.social-icons-header {
    display: flex;
    }
}