/* FOOTER */
.footer-premium {
    background-color: #0b1120 !important;
    background-image: radial-gradient(circle at 50% 0%, #111a2e 0%, #0b1120 100%);
    position: relative;
    padding-top: 100px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-logo {
    font-size: 2rem;
    color: white;
    font-weight: 800;
}

.footer-link {
    color: #cbd5e0;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    margin-bottom: 12px;
}

.footer-link:hover {
    color: var(--ppi-info);
    transform: translateX(8px);
}

.social-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-circle:hover {
    background: var(--ppi-info);
    color: white;
    transform: translateY(-5px);
}

.contact-pill {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.contact-pill:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--ppi-info);
}

.border-secondary {
    border-color: rgba(255, 255, 255, 0.05) !important;
}
/* end of footer */

.social-circle {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
    color: white;
    text-decoration: none;
}

.social-circle:hover {
    background: var(--ppi-info);
    transform: translateY(-5px);
}

.contact-pill {
    background: rgba(13, 202, 240, 0.1);
    border: 1px solid rgba(13, 202, 240, 0.2);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
