/* About ODL Page Stylesheet */
#about-odl-wrapper {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    background-color: #f8fafc !important;
    color: #1e293b !important;
    line-height: 1.6;
}

#about-odl-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-odl-wrapper .hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #ffffff !important;
    margin-bottom: 4px !important;
}

#about-odl-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-odl-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-odl-wrapper .sidebar-link:hover, 
#about-odl-wrapper .sidebar-link.active {
    background-color: #f3e8ff !important;
    color: #6b21a8 !important;
}

#about-odl-wrapper .sidebar-link.active {
    background-color: #4f0071 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(79, 0, 113, 0.2) !important;
}

#about-odl-wrapper .odl-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 26px !important;
    height: 100% !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.02) !important;
    transition: all 0.25s ease !important;
}

#about-odl-wrapper .odl-card:hover {
    box-shadow: 0 8px 24px rgba(79, 0, 113, 0.06) !important;
    border-color: #cbd5e1 !important;
}

#about-odl-wrapper .gold-accent-line {
    width: 32px !important;
    height: 3px !important;
    background: #ffc107 !important;
    border-radius: 2px !important;
    margin-bottom: 12px !important;
}

#about-odl-wrapper .icon-circle-purple {
    width: 46px !important;
    height: 46px !important;
    background: #4f0071 !important;
    color: #ffc107 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.15rem !important;
    flex-shrink: 0 !important;
}

#about-odl-wrapper .icon-circle-soft {
    width: 44px !important;
    height: 44px !important;
    background: #f3e8ff !important;
    color: #6b21a8 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.1rem !important;
    flex-shrink: 0 !important;
}

#about-odl-wrapper h1, 
#about-odl-wrapper h2, 
#about-odl-wrapper h3, 
#about-odl-wrapper h4, 
#about-odl-wrapper h5, 
#about-odl-wrapper h6 {
    font-family: 'Outfit', 'Inter', system-ui, -apple-system, sans-serif !important;
}

#about-odl-wrapper p, 
#about-odl-wrapper span, 
#about-odl-wrapper li {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}

#about-odl-wrapper .key-features-container {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.02) !important;
}

#about-odl-wrapper .feature-col-card {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 14px !important;
    padding: 18px 14px !important;
    height: 100% !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
}

#about-odl-wrapper .feature-col-card h6 {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
}

#about-odl-wrapper .feature-col-card p {
    font-family: 'Inter', system-ui, sans-serif !important;
    color: #64748b !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
}

#about-odl-wrapper .feature-col-card:hover {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(79, 0, 113, 0.06) !important;
}

#about-odl-wrapper .quick-links-bar {
    background: linear-gradient(135deg, #190028 0%, #4f0071 60%, #0d233a 100%) !important;
    border-radius: 16px !important;
    padding: 18px 30px !important;
    color: #ffffff !important;
}

#about-odl-wrapper .quick-link-item {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
}

#about-odl-wrapper .quick-link-item:hover {
    color: #ffc107 !important;
    transform: translateX(3px) !important;
}

/* 100% Perfect Equal Mobile Left & Right Padding Fix */
@media (max-width: 991.98px) {
    #about-odl-wrapper .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
    }
    #about-odl-wrapper .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #about-odl-wrapper [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #about-odl-wrapper .sidebar-card,
    #about-odl-wrapper .odl-card,
    #about-odl-wrapper .key-features-container,
    #about-odl-wrapper .quick-links-bar {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
