/**
 * About Page Styles
 * Company information, team, values
 */

/* Styles are embedded in about.php for simplicity */
/* This file can be used for additional custom styles if needed */

.btn-white {
    background: white;
    color: #667eea;
    border: 2px solid white;
}

.btn-white:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline-white:hover {
    background: white;
    color: #667eea;
}

