.about-header {
    background: linear-gradient(rgba(15, 61, 46, 0.85), rgba(43, 43, 43, 0.85)), 
                url('../images/about.avif') center center/cover no-repeat;
    color: var(--mist-white);
    padding: 120px 0 80px;
    text-align: center;
}

.about-header .hero-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: var(--mist-white);
}

.about-header .hero-subtitle {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    color: rgba(245, 247, 246, 0.95);
}

.about-content-section {
    padding: 80px 0;
    background: var(--pure-white);
}

.about-content-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--corporate-shadow);
    margin-bottom: 2rem;
    border: 1px solid var(--corporate-border);
}

.about-content-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.about-content-image:hover img {
    transform: scale(1.05);
}

.about-content-text h2 {
    color: var(--charcoal-grey);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
}

.about-content-text p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: var(--steel-grey);
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.feature-list li {
    margin-bottom: 0.75rem;
    padding-left: 2rem;
    position: relative;
    color: var(--steel-grey);
    line-height: 1.6;
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--muted-gold);
    font-weight: bold;
    font-size: 1.2rem;
}

.mission-vision {
    padding: 80px 0;
    background: var(--mist-white);
}

.mission-card, .vision-card {
    background-color: var(--pure-white);
    border-radius: 10px;
    padding: 3rem 2.5rem;
    height: 100%;
    box-shadow: var(--corporate-shadow);
    position: relative;
    overflow: hidden;
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
    border: 1px solid var(--corporate-border);
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(15, 61, 46, 0.1);
    border-color: var(--muted-gold);
}

.mission-card {
    border-top-color: var(--muted-gold);
}

.vision-card {
    border-top-color: var(--soft-sky-blue);
}

.mission-card h3, .vision-card h3 {
    color: var(--charcoal-grey);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.mission-card p, .vision-card p {
    color: var(--steel-grey);
    line-height: 1.7;
    margin: 0;
}

.mission-card .icon, .vision-card .icon {
    font-size: 2.5rem;
    color: var(--muted-gold);
    margin-bottom: 1.5rem;
}

.vision-card .icon {
    color: var(--soft-sky-blue);
}

.journey-section {
    padding: 80px 0;
    background: var(--pure-white);
}

.journey-timeline {
    position: relative;
    padding-left: 30px;
    margin-top: 3rem;
}

.journey-timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--muted-gold);
}

.timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -33px;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--deep-forest-green);
    border: 3px solid var(--muted-gold);
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--deep-forest-green);
    margin-bottom: 0.5rem;
}

.timeline-content h4 {
    color: var(--charcoal-grey);
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.timeline-content p {
    color: var(--steel-grey);
    line-height: 1.6;
    margin: 0;
}

.values-section {
    padding: 80px 0;
    background: var(--mist-white);
}

.value-card {
    text-align: center;
    transition: all 0.3s ease;
    background: var(--pure-white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--corporate-shadow);
    border: 1px solid var(--corporate-border);
    border-top: 4px solid var(--deep-forest-green);
    height: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
    border-top-color: var(--muted-gold) !important;
    border-color: var(--muted-gold);
}

.value-card .icon {
    font-size: 2.5rem;
    color: var(--muted-gold);
    margin-bottom: 1.5rem;
}

.value-card h4 {
    color: var(--charcoal-grey);
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.value-card p {
    color: var(--steel-grey);
    line-height: 1.6;
    margin: 0;
}

.stats-section {
    padding: 80px 0;
    background: linear-gradient(rgba(15, 61, 46, 0.9), rgba(43, 43, 43, 0.9)), 
                url('../images/contact.avif') center center/cover no-repeat;
    color: var(--mist-white);
    text-align: center;
}

.stat-item {
    padding: 1.5rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--muted-gold);
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(245, 247, 246, 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.team-section {
    padding: 80px 0;
    background: var(--pure-white);
}

.team-card {
    background-color: var(--pure-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--corporate-shadow);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 1.5rem;
    border: 1px solid var(--corporate-border);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--muted-gold);
}

.team-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.team-info {
    padding: 2rem;
    text-align: center;
}

.team-name {
    color: var(--charcoal-grey);
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.team-position {
    color: var(--muted-gold);
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.team-description {
    color: var(--steel-grey);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
}

.team-social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--mist-white);
    color: var(--deep-forest-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid var(--corporate-border);
}

.team-social a:hover {
    background-color: var(--muted-gold);
    color: var(--pure-white);
    transform: translateY(-3px);
    border-color: var(--muted-gold);
}

.certifications-section {
    padding: 80px 0;
    background: var(--mist-white);
}

.certification-card {
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    background: var(--pure-white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--corporate-shadow);
    border: 1px solid var(--corporate-border);
}

.certification-card:hover {
    transform: translateY(-5px);
    border-color: var(--muted-gold);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.certification-img {
    height: 80px;
    width: auto;
    margin-bottom: 1.5rem;
    object-fit: contain;
}

.certification-card h4 {
    color: var(--charcoal-grey);
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.certification-card p {
    color: var(--steel-grey);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}


@media (max-width: 768px) {
    .about-header {
        padding: 100px 0 60px;
    }
    
    .about-header .hero-title {
        font-size: 2.2rem;
    }
    
    .about-header .hero-subtitle {
        font-size: 1rem;
    }
    
    .mission-card, .vision-card {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .cta-content {
        padding: 3rem 1.5rem !important;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }
    
    .journey-timeline {
        padding-left: 20px;
    }
    
    .timeline-item::before {
        left: -23px;
    }
    
    .team-img {
        height: 220px;
    }
    
    .stat-item {
        padding: 1rem;
    }
    
    .feature-list li {
        padding-left: 1.5rem;
    }
    
    .value-card, .certification-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .team-social a {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .timeline-year {
        font-size: 1rem;
    }
    
    .timeline-content h4 {
        font-size: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
    
    .about-content-text h2 {
        font-size: 1.6rem;
    }
}