.about1 {
    display: flex;
    margin-top: 3rem;
    padding: 4rem 1rem;
    gap: 4rem;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 0.3s ease;
}

.image4 {
    width: 46%;
}

.img5 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.con2 {
    width: 52%;
}

.titl2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative;
    transition: color 0.3s ease;
}

.af {
    color: #AB2138;
    transition: color 0.3s ease;
}

.border {
    border-bottom: 3px solid #AB2138;
    width: 150px;
    margin-bottom: 2rem;
    transition: border-color 0.3s ease;
}

.text3 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 2rem;
    transition: color 0.3s ease;
}

.button2 {
    margin-top: 2rem;
    border: 2px solid #AB2138;
    padding: 1rem 2rem;
    border-radius: 30px;
    background: #AB2138;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.button2:hover {
    background: #8a1a2c;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(171, 33, 56, 0.3);
}


.mission-section {
    padding: 5rem 1rem;
    background: #f8f9fa;
    transition: background-color 0.3s ease;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    position: relative;
    transition: color 0.3s ease;
}

.section-title span {
    color: #AB2138;
    transition: color 0.3s ease;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 1px;
    background: #AB2138;
    transition: background-color 0.3s ease;
}

.mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.text8 {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 2rem;
    transition: color 0.3s ease;
}

.mission-list {
    list-style: none;
}

.mission-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.mission-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #AB2138;
    font-weight: bold;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.list-title {
    font-weight: 700;
    color: #1E1E1E;
    margin-bottom: 0.5rem;
    display: block;
    transition: color 0.3s ease;
}

.list-desc {
    font-weight: 400;
    color: #666;
    transition: color 0.3s ease;
}


.vision-section {
    padding: 5rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.vision-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.vision-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    transition: color 0.3s ease;
}

.vision-highlights {
    background: #AB2138;
    color: white;
    padding: 2rem;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.vision-highlights h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.vision-highlights ul {
    list-style: none;
}

.vision-highlights li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.vision-highlights li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: #FFD700;
}


.values-section {
    padding: 5rem 1rem;
    background: #f8f9fa;
    transition: background-color 0.3s ease;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto 0;
}

.value-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-icon {
    font-size: 2.5rem;
    color: #AB2138;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.value-card h3 {
    color: #AB2138;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

.value-card p {
    color: #666;
    line-height: 1.6;
    transition: color 0.3s ease;
}


.team-section {
    padding: 5rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
    line-height: 1.8;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.team-member {
    text-align: center;
}

.member-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.member-name {
    color: #AB2138;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.member-role {
    color: #666;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.member-bio {
    color: #444;
    line-height: 1.6;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}


.stats-section {
    padding: 5rem 1rem;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets/images/stats-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 3rem auto 0;
}

.stat-item {
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #AB2138;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}


.dark-mode .about1 {
    background-color: #1a202c;
}

.dark-mode .titl2 {
    color: #e0e0e0;
}

.dark-mode .af,
.dark-mode .border,
.dark-mode .section-title span,
.dark-mode .section-title::after,
.dark-mode .mission-list li::before,
.dark-mode .value-icon,
.dark-mode .value-card h3,
.dark-mode .member-name,
.dark-mode .stat-number {
    color: #e63946;
}

.dark-mode .text3,
.dark-mode .text8,
.dark-mode .list-desc,
.dark-mode .vision-text,
.dark-mode .value-card p,
.dark-mode .member-role,
.dark-mode .member-bio,
.dark-mode .team-description {
    color: #a0a0a0;
}

.dark-mode .list-title {
    color: #d0d0d0;
}

.dark-mode .mission-section,
.dark-mode .values-section {
    background: #2d3748;
}

.dark-mode .value-card {
    background: #1a202c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dark-mode .value-card:hover {
    box-shadow: 0 8px 25px rgba(230, 57, 70, 0.2);
}

.dark-mode .member-photo {
    border-color: #2d3748;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dark-mode .img5 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.dark-mode .vision-highlights {
    background: #e63946;
}

.dark-mode .button2 {
    border-color: #e63946;
    background: #e63946;
}

.dark-mode .button2:hover {
    background: #d62839;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}


@media (max-width: 992px) {
    .about1 {
        flex-direction: column;
        text-align: center;
    }
    
    .image4, .con2 {
        width: 100%;
    }
    
    .border {
        margin-left: auto;
        margin-right: auto;
    }
    
    .mission,
    .vision-content,
    .values-grid,
    .team-grid,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .titl2 {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .mission,
    .vision-content {
        grid-template-columns: 1fr;
    }
    
    .values-grid,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .img5 {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .about1 {
        padding: 2rem 1rem;
        gap: 2rem;
    }
    
    .titl2 {
        font-size: 1.8rem;
    }
    
    .button2 {
        width: 100%;
    }
    
    .values-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .img5 {
        height: 250px;
    }
    
    .member-photo {
        width: 150px;
        height: 150px;
    }
}