/* ==========================================================================
   NEW PREMIUM DARK FOOTER STYLES
   ========================================================================== */

.college-footer {
    background: linear-gradient(160deg, #060d1a 0%, #0a1628 50%, #0c1f3a 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* Animated background grid */
.college-footer::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(0, 192, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 192, 255, 0.04) 1px, transparent 1px) !important;
    background-size: 40px 40px !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Top glowing border line */
.footer-top-glow {
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent 0%, #0055cc 20%, #00c0ff 50%, #0055cc 80%, transparent 100%) !important;
    box-shadow: 0 0 20px rgba(0, 192, 255, 0.5) !important;
    position: relative !important;
    z-index: 2 !important;
}

.footer-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 56px 28px 28px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* 4-column grid */
.footer-grid {
    display: grid !important;
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
}

/* --- LOGO --- */
.footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 16px !important;
}

.footer-logo-badge {
    flex-shrink: 0 !important;
    filter: drop-shadow(0 0 12px rgba(0, 192, 255, 0.4)) !important;
}

.footer-logo-text h3 {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 2px 0 !important;
    letter-spacing: -0.3px !important;
}

.footer-logo-text p {
    font-size: 11px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.footer-about-text {
    font-size: 13px !important;
    color: #94a3b8 !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
}

/* --- SOCIAL BUTTONS --- */
.footer-social-links {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.fsoc-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px) !important;
}

.fsoc-fb { background: rgba(24, 119, 242, 0.2) !important; }
.fsoc-fb:hover { background: #1877f2 !important; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4) !important; }

.fsoc-tw { background: rgba(15, 20, 25, 0.4) !important; }
.fsoc-tw:hover { background: #000000 !important; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5) !important; }

.fsoc-yt { background: rgba(255, 0, 0, 0.2) !important; }
.fsoc-yt:hover { background: #ff0000 !important; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(255, 0, 0, 0.4) !important; }

.fsoc-ig { background: rgba(225, 48, 108, 0.2) !important; }
.fsoc-ig:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(225, 48, 108, 0.4) !important; }

.fsoc-wa { background: rgba(37, 211, 102, 0.2) !important; }
.fsoc-wa:hover { background: #25d366 !important; transform: translateY(-4px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4) !important; }

/* --- COLUMN TITLES --- */
.footer-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin: 0 0 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer-title-icon {
    color: #00c0ff !important;
    font-size: 12px !important;
}

.footer-title-line {
    display: block !important;
    width: 36px !important;
    height: 2px !important;
    background: linear-gradient(90deg, #00c0ff, #0055cc) !important;
    border-radius: 4px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 0 10px rgba(0, 192, 255, 0.5) !important;
}

/* --- LINKS LIST --- */
.footer-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links-list li {
    margin-bottom: 10px !important;
}

.footer-links-list li a {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
}

.footer-links-list li a i {
    font-size: 9px !important;
    color: #00c0ff !important;
    transition: transform 0.25s ease !important;
}

.footer-links-list li a:hover {
    color: #ffffff !important;
    padding-left: 4px !important;
}

.footer-links-list li a:hover i {
    transform: translateX(3px) !important;
}

/* --- CONTACT LIST --- */
.footer-contact-details {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-contact-details li {
    display: flex !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
    align-items: flex-start !important;
}

.fcon-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
    background: rgba(0, 192, 255, 0.12) !important;
    border: 1px solid rgba(0, 192, 255, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #00c0ff !important;
    font-size: 13px !important;
    margin-top: 1px !important;
}

.footer-contact-details li span,
.footer-contact-details li a {
    font-size: 12.5px !important;
    color: #94a3b8 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.footer-contact-details li a:hover {
    color: #00c0ff !important;
}

/* --- DIVIDER --- */
.footer-divider {
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(0, 192, 255, 0.3), transparent) !important;
    margin-bottom: 24px !important;
}

/* --- BOTTOM BAR --- */
.footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.footer-copyright p {
    font-size: 12.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.footer-copyright a {
    color: #00c0ff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.footer-copyright a:hover {
    text-decoration: underline !important;
}

.footer-visitor-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: rgba(0, 192, 255, 0.12) !important;
    border: 1px solid rgba(0, 192, 255, 0.25) !important;
    color: #00c0ff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 2px 10px !important;
    border-radius: 20px !important;
}

.footer-meta-links span {
    font-size: 12px !important;
    color: #475569 !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px !important;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
    .footer-container {
        padding: 36px 16px 20px !important;
    }
}
