/* استایل صفحه درباره ما */

/* استایل‌های عمومی */
:root {
    --primary-color: #5d2d79;
    --primary-light: #7b4498;
    --primary-dark: #4a2361;
    --secondary-color: #48a652;
    --secondary-light: #5ab964;
    --secondary-dark: #3b8a44;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
}

        
@font-face {
    font-family: 'vazir';
    src: url('/assets/SiteTheme/font/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Vazir, Arial, sans-serif;
    background-color: #f8f9fa;
    font-size: 16px;
}
/* استایل صفحه درباره ما */


body {
    font-family: 'IRANSans', sans-serif;
    color: #333;
    line-height: 1.6;
}

section {
    padding: 80px 0;
}

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }
}

/* هدر بخش‌ها */
.section-header {
    margin-bottom: 50px;
}

.section-pre-title {
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.section-line {
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 0 auto;
}

.section-desc {
    max-width: 800px;
    margin: 20px auto 0;
    color: #666;
}



/* بخش معرفی شرکت */
.about-intro {
    background-color: #fff;
}

.about-intro-content {
    padding-right: 20px;
}

.about-intro-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-feature-item i {
    color: var(--secondary-color);
    font-size: 18px;
    margin-left: 10px;
}

.about-intro-image {
    position: relative;
    padding: 20px;
}

.main-image {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.about-image-box {
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.about-image-box img {
    border-radius: 5px;
}

.about-experience {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.about-experience .years {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.about-experience .text {
    font-size: 0.9rem;
}

.about-intro-shape {
    position: absolute;
    width: 60%;
    height: 60%;
    background-color: var(--primary-light);
    opacity: 0.05;
    border-radius: 10px;
    bottom: 0;
    right: 30px;
    z-index: 1;
}

/* بخش تاریخچه شرکت */
.about-history {
    background-color: #f9f9f9;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 2px;
    background-color: var(--gray-300);
    transform: translateX(50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    right: 50%;
    top: 15px;
    transform: translateX(50%);
    z-index: 1;
}

.timeline-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    width: 45%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: auto;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
}

.timeline-content h4 {
    color: var(--secondary-color);
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline-content h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.timeline-content p {
    color: #666;
    margin-bottom: 0;
}

/* بخش فرآیند تولید */
.about-process {
    background-color: #fff;
}

.process-card {
    background-color: #f9f9f9;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.process-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(93, 45, 121, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
}

.process-icon i {
    font-size: 32px;
    color: var(--primary-color);
}

.process-number {
    position: absolute;
    top: 0;
    right: -10px;
    background-color: var(--secondary-color);
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.process-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.process-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* بخش آمار و دستاوردها */
.about-achievements {
    background-color: var(--primary-color);
    padding: 5px 0;
}

.achievements-wrapper {
    padding: 20px;
}

.achievement-item {
    text-align: center;
    color: #fff;
}

.achievement-icon {
    font-size: 36px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.achievement-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.achievement-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}



/* ریسپانسیو */
@media (max-width: 991px) {
    .page-banner {
        padding: 10px 0;
    }
    
    .page-banner-title {
        font-size: 2rem;
    }
    
    .about-intro-content {
        margin-bottom: 40px;
    }
    
    .about-image-box {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .timeline::before {
        right: 30px;
        transform: none;
    }
    
    .timeline-dot {
        right: 30px;
        transform: none;
    }
    
    .timeline-content {
        width: calc(100% - 60px);
        margin-right: 60px !important;
        margin-left: 0 !important;
    }
    
    .contact-info, .contact-form {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .page-banner-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .achievement-number {
        font-size: 1.8rem;
    }
    
    .achievement-text {
        font-size: 0.9rem;
    }
    
    .contact-info h3, .contact-form h3 {
        font-size: 1.5rem;
    }
    
    .about-experience {
        padding: 10px;
    }
    
    .about-experience .years {
        font-size: 1.5rem;
    }
    
    .about-experience .text {
        font-size: 0.8rem;
    }
}

/* استایل‌های مخصوص بخش آمار و دستاوردها در موبایل */
@media (max-width: 767px) {
    .achievement-icon {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .achievement-icon i {
        font-size: 18px;
    }
    
    .achievement-number {
        font-size: 18px;
        margin-bottom: 2px;
    }
    
    .achievement-text {
        font-size: 10px;
        line-height: 1.2;
    }
    
    .achievement-item {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 8px 4px;
        height: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .about-achievements .container {
        max-width: 100%;
    }
    
    .about-achievements .achievements-wrapper {
        padding: 10px;
    }
}

/* استایل‌های خیلی کوچک برای موبایل‌های با عرض کمتر */
@media (max-width: 375px) {
    .achievement-icon {
        font-size: 14px;
        margin-bottom: 3px;
    }
    
    .achievement-number {
        font-size: 16px;
    }
    
    .achievement-text {
        font-size: 8px;
    }
    
    .achievement-item {
        padding: 5px 2px;
    }

}