.elementor-240 .elementor-element.elementor-element-98a5f97{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2cafe29 */<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.about-page-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}

/* Hero */
.about-hero-cha {
    padding: 80px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.about-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-hero-cha h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 20px 0;
}

.about-tagline {
    font-size: 20px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

.about-tagline strong {
    color: #f97316;
}

/* Story Section */
.our-story-cha {
    padding: 100px 20px;
}

.story-content-cha {
    max-width: 1000px;
    margin: 0 auto;
}

.story-content-cha h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 40px 0;
}

.story-text p {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.8;
    margin: 0 0 24px 0;
}

.story-text strong {
    color: #f97316;
}

.story-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.stat-box-about {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 24px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s;
}

.stat-box-about:hover {
    border-color: #f97316;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
}

.stat-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #fff7ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    font-size: 24px;
    color: #f97316;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1;
}

.stat-label {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}

/* Values Section */
.values-section-cha {
    padding: 100px 20px;
    border-top: 1px solid #e5e7eb;
}

.values-content-cha {
    max-width: 1200px;
    margin: 0 auto;
}

.values-content-cha h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.values-intro {
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 60px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.value-card-cha {
    padding: 40px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s;
}

.value-card-cha:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.value-number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 48px;
    font-weight: 900;
    color: #f3f4f6;
}

.value-icon-cha {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.value-icon-cha i {
    font-size: 28px;
    color: white;
}

.value-card-cha h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.value-card-cha p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Comparison Section */
.why-different-cha {
    padding: 100px 20px;
    border-top: 1px solid #e5e7eb;
}

.why-different-content {
    max-width: 1000px;
    margin: 0 auto;
}

.why-different-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 60px 0;
}

.comparison-table-about {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comparison-item {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    gap: 20px;
    padding: 24px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    align-items: center;
}

.compare-topic {
    font-size: 16px;
    font-weight: 700;
    color: #1e3a8a;
}

.compare-us,
.compare-them {
    display: flex;
    gap: 12px;
    align-items: center;
}

.compare-us i {
    font-size: 20px;
    color: #10b981;
}

.compare-them i {
    font-size: 20px;
    color: #ef4444;
}

.compare-us span {
    font-size: 14px;
    color: #4b5563;
}

.compare-them span {
    font-size: 14px;
    color: #6b7280;
}

/* Team Section */
.team-section-cha {
    padding: 100px 20px;
    border-top: 1px solid #e5e7eb;
}

.team-content {
    max-width: 1000px;
    margin: 0 auto;
}

.team-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.team-intro {
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 60px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.team-card {
    text-align: center;
    padding: 32px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    transition: all 0.3s;
}

.team-card:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.team-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    color: white;
    margin: 0 auto 20px;
}

.team-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 4px 0;
}

.team-role {
    font-size: 14px;
    color: #f97316;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.team-bio {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* CTA Final */
.about-cta-final {
    padding: 0 20px 100px;
}

.about-cta-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    background: white;
    border: 3px solid #1e3a8a;
    border-radius: 24px;
    text-align: center;
}

.about-cta-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 16px 0;
}

.about-cta-content p {
    font-size: 18px;
    color: #6b7280;
    margin: 0 0 32px 0;
}

.about-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-about-main,
.btn-about-secondary {
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-about-main {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: white;
}

.btn-about-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

.btn-about-secondary {
    background: white;
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
}

.btn-about-secondary:hover {
    background: #1e3a8a;
    color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .story-stats,
    .values-grid,
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero-cha,
    .our-story-cha,
    .values-section-cha,
    .why-different-cha,
    .team-section-cha {
        padding: 60px 16px;
    }
    
    .about-hero-cha h1,
    .story-content-cha h2,
    .values-content-cha h2,
    .why-different-content h2,
    .team-content h2 {
        font-size: 32px;
    }
    
    .story-stats,
    .values-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .comparison-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .about-cta-buttons {
        flex-direction: column;
    }
    
    .about-cta-content {
        padding: 40px 24px;
    }
}
</style>/* End custom CSS */