/* Simple About Us Section Styling - Working WITH W3.CSS */

/* About Section Container - Just change the background */
#about {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 50%, #718096 100%) !important;
    position: relative;
}

/* Simple text readability fix */
#about .w3-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Make text readable without breaking W3.CSS */
#about .w3-content h4 {
    color: #1a202c;
}

#about .w3-content .w3-opacity {
    color: #2d3748;
    opacity: 1;
}

#about .w3-wide {
    color: #374151;
}

/* Keep the slideshow improvements from before */
#about .slideshow-container {
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}