/* هيرو صفحة عن الشركة */
.about-hero {
    background: linear-gradient(rgba(211, 47, 47, 0.9), rgba(211, 47, 47, 0.9)),
                url('../images/logo.png');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    color: var(--primary-white);
}

.about-hero h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-hero p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
}

.vision-section {
    background: linear-gradient(rgba(47, 63, 211, 0.9), rgba(47, 77, 211, 0.9)),
                url('../images/logo.png');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    color: var(--primary-white);
}

.vision-section h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.vision-section p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
}

/* قسم القصة */
.story-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.story-content h2 {
    color: var(--primary-blue);
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.story-content p {
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.story-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.story-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: var(--primary-white);
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

/* قسم القيم */
.values-section {
    background-color: var(--light-gray);
    padding: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.value-card {
    background: url(../images/about-image.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    overflow: hidden;
    min-height: 300px;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
    border-radius: 20px;
}

.value-card h3,
.value-card p,
.value-card ul,
.value-card ul li {
    position: relative;
    z-index: 2;
}

.value-card h3 {
    color: var(--primary-blue);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.value-card p {
    color: var(--text-light);
    line-height: 1.7;
}

.value-card ul {
    list-style: none;
    text-align: left;
    padding-left: 20px;
}

.value-card ul li {
    color: var(--text-light);
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.value-card ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-weight: bold;
}

/* استبدال أيقونات الأعلام بروابط للصور */
.flag-icon {
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.flag-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.flag-icon img:hover {
    transform: scale(1.1) translateY(-5px);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.15));
}

/* قسم الفريق */
.team-section {
    background-color: var(--primary-white);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-member {
    text-align: center;
    background-color: var(--primary-white);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 5px solid var(--light-gray);
}

.team-member h3 {
    color: var(--primary-blue);
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.position {
    color: var(--primary-red);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.bio {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* قسم الإنجازات */
.achievements-section {
    background: linear-gradient(rgba(25, 118, 210, 0.9), rgba(25, 118, 210, 0.9)),
                url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: var(--primary-white);
}

.achievements-section .section-title h2,
.achievements-section .section-title p {
    color: var(--primary-white);
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.achievement {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s;
}

.achievement:hover {
    transform: scale(1.05);
}

.achievement-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-white);
}

.achievement-text {
    font-size: 1.1rem;
    font-weight: 600;
}

/* اللوجو */
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.logo-img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo:hover .logo-img {
    transform: scale(1.05);
}

.logo-text h1 {
    color: var(--primary-red);
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 1;
}

.tagline {
    font-size: 0.75rem;
    color: var(--text-light);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* التصميم المتجاوب */
@media (max-width: 1024px) {
    .story-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .values-grid,
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.8rem;
    }
    
    .about-hero p {
        font-size: 1.1rem;
    }
    
    .story-content h2 {
        font-size: 2rem;
    }
    
    .values-grid,
    .team-grid,
    .achievements-grid {
        grid-template-columns: 1fr;
    }
    
    .achievement-number {
        font-size: 2.5rem;
    }
    
    .flag-icon img {
        width: 50px;
        height: 50px;
    }
}