/* Scoped 100% Overlap-Free Styling for About CIFL Page */
#about-cifl-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    line-height: 1.6;
    overflow-x: hidden;
}

#about-cifl-wrapper * {
    box-sizing: border-box;
}

/* Hero Banner */
#about-cifl-wrapper .hero-section {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    padding: 18px 15px !important;
    min-height: 0 !important;
    height: auto !important;
    color: #ffffff !important;
    text-align: center !important;
    border-bottom: 3px solid #ffc107 !important;
}

#about-cifl-wrapper .hero-title {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
}

/* Sidebar Styling */
#about-cifl-wrapper .sidebar-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
}

#about-cifl-wrapper .sidebar-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

#about-cifl-wrapper .sidebar-link:hover {
    background-color: #f3e8ff !important;
    color: #6b21a8 !important;
}

#about-cifl-wrapper .sidebar-link.active {
    background: linear-gradient(135deg, #4f0071, #2e1065) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(79, 0, 113, 0.25) !important;
}

#about-cifl-wrapper .sidebar-link.active i {
    color: #ffc107 !important;
}

/* Main Content Area */
#about-cifl-wrapper .main-content-container {
    padding: 30px 0 50px 0 !important;
}

/* Intro Card (Fixed Overlaps Guaranteed) */
#about-cifl-wrapper .intro-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
    display: block !important;
    position: relative !important;
    clear: both !important;
}

#about-cifl-wrapper .badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background-color: #f3e8ff !important;
    color: #4f0071 !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #e9d5ff !important;
    margin: 0 0 16px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
}

#about-cifl-wrapper .main-heading {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 12px 0 16px 0 !important;
    line-height: 1.35 !important;
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    clear: both !important;
    float: none !important;
}

#about-cifl-wrapper .lead-desc {
    font-size: 1.02rem !important;
    color: #475569 !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

/* Language Pill Badges */
#about-cifl-wrapper .cifl-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    color: #1e293b !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}

#about-cifl-wrapper .cifl-pill:hover {
    background: #4f0071 !important;
    color: #ffffff !important;
    border-color: #4f0071 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(79, 0, 113, 0.25) !important;
}

/* Collaboration Box */
#about-cifl-wrapper .collab-banner {
    background: linear-gradient(135deg, #190028 0%, #3b0764 100%) !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 30px !important;
    border-bottom: 4px solid #ffc107 !important;
    margin-bottom: 24px !important;
}

#about-cifl-wrapper .dept-item {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    height: 100% !important;
    transition: all 0.25s ease !important;
}

#about-cifl-wrapper .dept-item:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: #ffc107 !important;
    transform: translateY(-2px) !important;
}

/* Why Choose Cards */
#about-cifl-wrapper .why-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 26px 22px !important;
    text-align: center !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 16px rgba(79, 0, 113, 0.03) !important;
}

#about-cifl-wrapper .why-card:hover {
    transform: translateY(-5px) !important;
    border-color: #c084fc !important;
    box-shadow: 0 12px 28px rgba(79, 0, 113, 0.1) !important;
}

#about-cifl-wrapper .why-icon-wrap {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    background: #f3e8ff !important;
    color: #7c3aed !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
    margin: 0 auto 16px !important;
}

/* Call-to-Action Card & High-Contrast Buttons */
#about-cifl-wrapper .cta-card {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    border-radius: 20px !important;
    padding: 38px 28px !important;
    color: #ffffff !important;
    text-align: center !important;
    border-bottom: 4px solid #ffc107 !important;
    box-shadow: 0 10px 30px rgba(79, 0, 113, 0.25) !important;
    overflow: hidden !important;
}

#about-cifl-wrapper .cta-card h3 {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

#about-cifl-wrapper .cta-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.05rem !important;
    max-width: 700px !important;
    margin: 0 auto 24px auto !important;
    line-height: 1.6 !important;
}

#about-cifl-wrapper .cta-btn-primary {
    background: #ffc107 !important;
    color: #190028 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    border-radius: 50px !important;
    padding: 12px 26px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4) !important;
}

#about-cifl-wrapper .cta-btn-primary:hover {
    background: #ffffff !important;
    color: #4f0071 !important;
    transform: translateY(-2px) !important;
}

#about-cifl-wrapper .cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    border-radius: 50px !important;
    padding: 12px 26px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    transition: all 0.25s ease !important;
}

#about-cifl-wrapper .cta-btn-secondary:hover {
    background: #ffffff !important;
    color: #190028 !important;
    border-color: #ffffff !important;
    transform: translateY(-2px) !important;
}
