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

.college-footer {
    background: linear-gradient(160deg, #00172c 0%, #002842 45%, #003b61 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* Animated background grid & luminous aura */
.college-footer::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        radial-gradient(ellipse at 20% 30%, rgba(56, 189, 248, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 70%, rgba(255, 153, 51, 0.08) 0%, transparent 60%),
        linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 36px 36px, 36px 36px !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Top glowing border line */
.footer-top-glow {
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent 0%, #ff9933 20%, #38bdf8 50%, #ff9933 80%, transparent 100%) !important;
    box-shadow: 0 0 25px rgba(56, 189, 248, 0.6) !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;
}

/* --- GLASSMORPHIC FOOTER CARDS --- */
.college-footer .footer-col {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 18px !important;
    padding: 24px !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.college-footer .footer-col:hover {
    border-color: rgba(56, 189, 248, 0.35) !important;
    box-shadow: 0 15px 35px rgba(0, 59, 97, 0.3), 0 0 20px rgba(56, 189, 248, 0.15) !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;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    transition: all 0.25s ease !important;
}

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

.footer-links-list li a:hover {
    color: #ffffff !important;
    background: rgba(56, 189, 248, 0.12) !important;
    padding-left: 12px !important;
}

.footer-links-list li a:hover i {
    transform: translateX(4px) !important;
    color: #ff9933 !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: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, rgba(0, 59, 97, 0.6) 0%, rgba(56, 189, 248, 0.2) 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #38bdf8 !important;
    font-size: 13px !important;
    margin-top: 1px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease !important;
}

.footer-contact-details li:hover .fcon-icon {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, #003b61 0%, #38bdf8 100%) !important;
    color: #ffffff !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: #38bdf8 !important;
}

/* Floating Back To Top Button */
.footer-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #003b61 0%, #38bdf8 100%);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 6px 20px rgba(0, 59, 97, 0.4), 0 0 15px rgba(56, 189, 248, 0.3);
    cursor: pointer;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.footer-back-to-top:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 59, 97, 0.6), 0 0 25px rgba(56, 189, 248, 0.6);
    color: #ffffff;
}

/* --- DIVIDER --- */
.footer-divider {
    height: 1px !important;
    background: linear-gradient(90deg, transparent 0%, rgba(56, 189, 248, 0.4) 25%, rgba(255, 153, 51, 0.4) 75%, transparent 100%) !important;
    margin-bottom: 24px !important;
    position: relative !important;
}

/* --- BOTTOM BAR --- */
.footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 16px 24px !important;
    padding: 6px 0 0 0 !important;
    text-align: center !important;
}

.footer-bottom-left {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px 14px !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
    line-height: 1.6 !important;
}

.footer-copy-text {
    color: #94a3b8 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    letter-spacing: 0.1px !important;
}

.footer-highlight-text {
    color: #f1f5f9 !important;
    font-weight: 600 !important;
    margin: 0 3px !important;
}

.footer-pipe-sep {
    display: inline-block !important;
    width: 1px !important;
    height: 14px !important;
    background: rgba(148, 163, 184, 0.35) !important;
    vertical-align: middle !important;
}

.footer-dev-text {
    color: #94a3b8 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.footer-dev-link {
    color: #38bdf8 !important;
    background: linear-gradient(135deg, #38bdf8 0%, #00c0ff 60%, #60a5fa 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.4)) !important;
}

.footer-dev-link:hover {
    filter: drop-shadow(0 0 14px rgba(56, 189, 248, 0.85)) brightness(1.25) !important;
    transform: translateY(-1px) !important;
}

/* Visitor Badge with Glowing Pill Effect */
.footer-visitor-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.18) 0%, rgba(3, 105, 161, 0.28) 100%) !important;
    border: 1.5px solid rgba(56, 189, 248, 0.45) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(56, 189, 248, 0.15) !important;
    color: #38bdf8 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 14px !important;
    border-radius: 999px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: default !important;
    user-select: none !important;
}

.footer-visitor-badge:hover {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.3) 0%, rgba(3, 105, 161, 0.45) 100%) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 6px 20px rgba(56, 189, 248, 0.35), inset 0 0 16px rgba(56, 189, 248, 0.3) !important;
    transform: translateY(-2px) scale(1.03) !important;
}

.visitor-icon-pulse {
    display: inline-flex !important;
    align-items: center !important;
    color: #38bdf8 !important;
    font-size: 13px !important;
    animation: eye-subtle-pulse 3s infinite ease-in-out !important;
}

@keyframes eye-subtle-pulse {
    0%, 100% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.18); opacity: 1; filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.8)); }
}

.visitor-count-num {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
}

.visitor-label {
    font-size: 11.5px !important;
    color: #bae6fd !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px !important;
    }
    .footer-bottom {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 14px !important;
    }
    .footer-bottom-left {
        justify-content: center !important;
    }
    .footer-bottom-right {
        justify-content: center !important;
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .footer-bottom-left {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .footer-pipe-sep {
        display: none !important;
    }
    .footer-container {
        padding: 36px 16px 20px !important;
    }
}
