:root {
    --africoders-primary: #0e665a;
    --africoders-secondary: #e74c3c;
    --africoders-accent: #3498db;
    --gradient-primary: #2563eb;
    --gradient-accent: #10b981;
    --dark-color: #2c3e50;
    --light-color: #f8f9fc;
    }
    
    
    .page-header-gradient {
    background: linear-gradient(135deg, var(--gradient-primary), var(--gradient-accent));
    color: white;
    }
    
    body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .navbar-brand img {
    height: 40px;
    }
    
    .bg-africoders {
    background-color: var(--africoders-primary);
    }
    
    .btn-africoders {
    background-color: var(--africoders-secondary);
    color: white;
    }
    
    footer {
    background-color: #2c3e50;
    color: #ccc;
    }
    
    footer a {
    color:inherit;
    text-decoration:none;
    }
    
    .hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    }
    
    .help-card {
    transition: transform 0.3s;
    height: 100%;
    }
    
    .help-card:hover {
    transform: translateY(-5px);
    }
    
    .navbar-brand .logo {
    height: 18px;
    margin-bottom: 6px;
    }
    
    .page-header {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
    
    .hidden, .hide {
    display: none;
    }
    
    
    .timeline {
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
    }
    .timeline-item {
    position: relative;
    padding-bottom: 1.5rem;
    }
    .timeline-item:last-child {
    padding-bottom: 0;
    }
    .timeline-item-marker {
    position: absolute;
    left: -1.5rem;
    top: 0;
    }
    .timeline-item-marker-indicator {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px var(--bs-primary);
    }
    .timeline-item-content {
    padding-left: 1rem;
    position: relative;
    background: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    }
    .timeline::before {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e9ecef;
    }
    
    .hero-section {
    background: linear-gradient(135deg, #2563eb, #10b981);
    color: white;
    }
    
    .tool-header {
    background-color: white;
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
    }
    
    .tool-icon-lg {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    }
    
    .tool-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    }
    
    .upload-area {
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 3rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f9f9f9;
    }
    
    .upload-area:hover {
    border-color: var(--primary-color);
    background-color: #f0f5ff;
    }
    
    .step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    }
    
    .feature-list li {
    margin-bottom: 10px;
    padding-left: 1.5rem;
    position: relative;
    }
    
    .feature-list li:before {
    content: "✓";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-weight: bold;
    }
    
    .related-tool-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    padding: 1rem;
    }
    
    .related-tool-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .related-tool-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 10px;
    }
    
    .breadcrumb {
    background-color: transparent;
    padding: 0;
    }
    
    .badge-popular {
    background-color: #ff6b6b;
    }
    
    
    
    .dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    }
    
    .dropdown-item {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    margin: 0.1rem 0.5rem;
    width: auto;
    }
    
    .dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--primary-color);
    }
    
    
    .hover-bg {
    transition: all 0.2s ease;
    }
    
    .hover-bg:hover {
    background-color: #f8f9fa;
    transform: translateX(3px);
    }
    
    .related-tools-container {
    }
    
    .bg-light.rounded-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .breadcrumb-item a {text-decoration: none;}
    
    
    /* Enhanced dropdown grid styling */
    .dropdown-menu-xl {
    min-width: 800px;
    padding: 1rem;
    }
    
    .dropdown-menu-xl .container-fluid {
    padding: 0;
    }
    
    .dropdown-menu-xl .row {
    margin: 0;
    }
    
    .dropdown-menu-xl .col-md-4 {
    padding: 0 0.5rem;
    }
    
    .dropdown-menu-xl .dropdown-item {
    white-space: normal;
    }
    
    @media (max-width: 992px) {
    .dropdown-menu-xl {
    min-width: 600px;
    }
    
    .dropdown-menu-xl .col-md-4 {
    width: 50%;
    }
    }
    
    @media (max-width: 768px) {
    .dropdown-menu-xl {
    min-width: 300px;
    }
    
    .dropdown-menu-xl .col-md-4 {
    width: 100%;
    }
    }
    