/* ==========================================
   PROFILE PAGE STYLES
   ========================================== */

/* Profile hero section */
.profile-hero-section {
    height: 300px;
    background: linear-gradient(135deg, #2e7d32 0%, #66bb6a 100%);
    overflow: hidden;
}

.profile-hero-bg {
    background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1200') center/cover;
    opacity: 0.2;
}

.profile-company-overlay {
    background: linear-gradient(135deg, rgba(46,125,50,0.1), rgba(102,187,106,0.1));
}

/* Core values icons */
.core-value-icon {
    width: 100px;
    height: 100px;
}

/* Why choose us section */
.why-choose-bg {
    background: linear-gradient(135deg, #f5f5f0 0%, #e8f5e9 100%);
}
