/* ============================================
   page_about.css - About Us Page
   ============================================ */

/* About Hero Section */
.pa-about-section { padding: 60px 0; }

/* Stats Section */
.pa-stats-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
}
.pa-stats-icon {
    color: #fff;
    font-size: 48px;
    margin-bottom: 16px;
}
.pa-stats-content { color: #fff; }
.pa-stats-num {
    font-size: 48px;
    font-weight: 700;
}
.pa-stats-suffix { font-size: 24px; }
.pa-stats-desc {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

/* Mission Section */
.pa-mission-section { padding: 60px 0; }
.pa-mission-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}
.pa-mission-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(14,56,76,0.1); }
.pa-mission-icon {
    width: 80px;
    height: 80px;
    background: #0E384C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.pa-mission-icon i { color: #fff; font-size: 32px; }
.pa-mission-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 15px;
}
.pa-mission-card p {
    font-size: 15px;
    color: #527282;
    line-height: 1.7;
}

/* Features Section */
.pa-features-section { padding: 60px 0; background: #f8fafc; }
.pa-features-title {
    font-size: 32px;
    font-weight: 700;
    color: #0E384C;
}
.pa-features-sub {
    font-size: 16px;
    color: #527282;
    margin-top: 10px;
}
.pa-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 12px rgba(14,56,76,0.06);
}
.pa-feature-icon {
    width: 60px;
    height: 60px;
    background: #EFF8FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.pa-feature-icon i { color: #0E384C; font-size: 28px; }
.pa-feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0E384C;
    margin-bottom: 12px;
}
.pa-feature-card p {
    font-size: 14px;
    color: #527282;
    line-height: 1.6;
}

/* Timeline Section */
.pa-timeline-section { padding: 80px 0; background: #fff; }
.pa-timeline-intro {
    max-width: 600px;
    margin: 15px auto 0;
}
.pa-timeline-wrapper {
    position: relative;
    padding-left: 40px;
}
.pa-timeline-line {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #0E384C, #1E84B5);
}
.pa-timeline-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 45px;
}
.pa-timeline-dot {
    position: absolute;
    left: -34px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #EFF8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.pa-timeline-dot.pa-td-dark { background: #0E384C; }
.pa-timeline-dot.pa-td-blue { background: #1E84B5; }
.pa-timeline-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px 30px;
}
.pa-timeline-card.pa-border-dark { border-left: 4px solid #0E384C; }
.pa-timeline-card.pa-border-blue { border-left: 4px solid #1E84B5; }
.pa-timeline-year {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.pa-timeline-year.pa-ty-dark { background: #0E384C; }
.pa-timeline-year.pa-ty-blue { background: #1E84B5; }
.pa-timeline-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 8px;
}
.pa-timeline-card p {
    font-size: 14px;
    color: #527282;
    line-height: 1.7;
    margin: 0;
}

/* Process Section */
.pa-process-section { padding: 80px 0; background: #f8fafc; }
.pa-process-intro {
    max-width: 600px;
    margin: 15px auto 0;
}
.pa-process-item {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.pa-process-icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 20px rgba(14,56,76,0.1);
    position: relative;
}
.pa-process-icon-circle i { color: #0E384C; font-size: 30px; }
.pa-process-step-num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    background: #0E384C;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pa-process-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 10px;
}
.pa-process-item p {
    font-size: 14px;
    color: #527282;
    line-height: 1.7;
}

/* Testimonials Section */
.pa-testimonials-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0E384C 0%, #1A5F7A 100%);
}
.pa-testimonials-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.pa-testimonials-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
}
.pa-testimonial-card {
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px;
}
.pa-tm-stars {
    color: #FFD700;
    font-size: 24px;
    margin-bottom: 15px;
}
.pa-tm-text {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    margin-bottom: 20px;
}
.pa-tm-author {
    display: flex;
    align-items: center;
}
.pa-tm-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.pa-tm-author-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.pa-tm-author-role {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

/* Certifications Section */
.pa-certs-section { padding: 60px 0; }
.pa-certs-title {
    font-size: 32px;
    font-weight: 700;
    color: #0E384C;
}
.pa-certs-sub {
    font-size: 16px;
    color: #527282;
    margin-top: 10px;
}
.pa-cert-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px 16px;
    transition: all 0.3s;
    text-decoration: none;
}
.pa-cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.pa-cert-img-wrap {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: #f5f7fa;
    border-radius: 8px;
    overflow: hidden;
}
.pa-cert-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pa-cert-card p {
    font-size: 14px;
    font-weight: 600;
    color: #0E384C;
    margin: 0;
    line-height: 1.4;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA Section */
.pa-cta-section { padding: 80px 0; background: #fff; }
.pa-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #0E384C;
    margin-bottom: 18px;
    line-height: 1.3;
}
.pa-cta-desc {
    font-size: 16px;
    color: #527282;
    line-height: 1.8;
    margin-bottom: 30px;
}
.pa-cta-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.pa-cta-btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background: #0E384C;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: none;
}
.pa-cta-btn-primary:hover { background: #1A5F7A; }
.pa-cta-btn-outline {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #0E384C;
    color: #0E384C;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: none;
}
.pa-cta-btn-outline:hover { background: #0E384C; color: #fff; }
.pa-cta-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.pa-cta-stat-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}
.pa-cta-stat-num {
    font-size: 36px;
    font-weight: 700;
    color: #0E384C;
}
.pa-cta-stat-label {
    font-size: 13px;
    color: #527282;
    margin: 5px 0 0;
}
