.elementor-246 .elementor-element.elementor-element-4ca866c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-41faf3b */.about-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 480px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
    margin-bottom: 80px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1200') center/cover;
}

.about-hero-content {
    position: relative;
    z-index: 10;
    max-width: 700px;
}

.about-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.about-hero h1 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.about-hero p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* Section Spacing */
.about-section {
    margin-bottom: 80px;
}

/* Why Best Section */
.why-best-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 60px 40px;
    margin-bottom: 80px;
}

.section-label {
    display: inline-block;
    color: #922cf2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #150d1c;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.section-text {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 24px;
}

.highlight-stat {
    display: inline-block;
    background: rgba(146, 44, 242, 0.1);
    color: #922cf2;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
}

/* Team Section */
.team-section {
    margin-bottom: 80px;
}

.team-header {
    text-align: center;
    margin-bottom: 48px;
}

.team-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #150d1c;
    margin: 0 0 12px 0;
}

.team-header p {
    font-size: 18px;
    color: #6b7280;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

.team-member {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s;
}

.team-member:hover {
    box-shadow: 0 8px 24px rgba(146, 44, 242, 0.15);
    transform: translateY(-4px);
}

.team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #922cf2 0%, #7423c2 100%);
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.team-name {
    font-size: 22px;
    font-weight: 700;
    color: #150d1c;
    margin: 0 0 8px 0;
}

.team-role {
    font-size: 16px;
    font-weight: 600;
    color: #922cf2;
}

/* Timeline Section */
.timeline-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 60px 40px;
    margin-bottom: 80px;
}

.timeline-header {
    text-align: center;
    margin-bottom: 48px;
}

.timeline-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #150d1c;
    margin: 0;
}

.timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

@media (min-width: 768px) {
    .timeline::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .timeline-item {
        width: 50%;
        padding-left: 0;
        padding-right: 60px;
    }
    
    .timeline-item:nth-child(even) {
        margin-left: 50%;
        padding-right: 0;
        padding-left: 60px;
    }
}

.timeline-dot {
    position: absolute;
    left: 16px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #922cf2;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #e5e7eb;
}

@media (min-width: 768px) {
    .timeline-dot {
        left: auto;
        right: -8px;
    }
    
    .timeline-item:nth-child(even) .timeline-dot {
        right: auto;
        left: -8px;
    }
}

.timeline-year {
    font-size: 28px;
    font-weight: 800;
    color: #922cf2;
    margin: 0 0 8px 0;
}

.timeline-title {
    font-size: 20px;
    font-weight: 700;
    color: #150d1c;
    margin: 0 0 8px 0;
}

.timeline-description {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

/* Commitment Section */
.commitment-section {
    background: linear-gradient(135deg, #922cf2 0%, #7423c2 100%);
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.commitment-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 24px 0;
}

.commitment-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    opacity: 0.95;
}

/* CTA Section */
.cta-section {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
}

.cta-section h2 {
    font-size: 40px;
    font-weight: 800;
    color: #150d1c;
    margin: 0 0 20px 0;
}

.cta-section p {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 32px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #922cf2 0%, #7423c2 100%);
    color: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(146, 44, 242, 0.4);
    transition: all 0.3s;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(146, 44, 242, 0.5);
}

.cta-btn i {
    font-size: 22px;
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero {
        min-height: 360px;
        padding: 40px 20px;
    }
    
    .about-hero h1 {
        font-size: 36px;
    }
    
    .about-hero p {
        font-size: 16px;
    }
    
    .why-best-section,
    .timeline-section,
    .commitment-section,
    .cta-section {
        padding: 40px 24px;
    }
    
    .section-title,
    .timeline-header h2,
    .commitment-section h2,
    .cta-section h2 {
        font-size: 28px;
    }
    
    .section-text,
    .commitment-section p,
    .cta-section p {
        font-size: 16px;
    }
}/* End custom CSS */