.elementor-3443 .elementor-element.elementor-element-3f87f44{--display:flex;}.elementor-3443 .elementor-element.elementor-element-94caa37{width:100%;max-width:100%;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-94caa37 *//* ==============================================
   AI FUSION-X — About Page Styles (about.css)
   ============================================== */

/* ===== NAVBAR ACTIVE LINK ===== */
.nav-link-active {
    color: var(--primary) !important;
    font-weight: 700 !important;
}

/* ===== ABOUT HERO ===== */
.about-hero {
    background: linear-gradient(135deg, #0f0c1e 0%, #1a1040 40%, #5624d0 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.about-hero::before {
    content: '';
    position: absolute;
    top: -150px; right: -150px;
    width: 500px; height: 500px;
    background: rgba(139,92,246,0.15);
    border-radius: 50%;
    pointer-events: none;
}
.about-hero::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 350px; height: 350px;
    background: rgba(14,165,233,0.1);
    border-radius: 50%;
    pointer-events: none;
}
.about-hero-inner {
    position: relative;
    z-index: 2;
}
.about-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 24px;
}
.about-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}
.about-hero h1 span { color: #a78bfa; }
.about-hero-inner > p {
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto 36px;
}
.about-hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.ah-stat { text-align: center; }
.ah-stat-num {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    display: block;
    letter-spacing: -1px;
}
.ah-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}

/* ===== OUR STORY ===== */
.story-section {
    padding: 90px 0;
    background: #fff;
}
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    background: rgba(86,36,208,0.08);
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}
.story-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.story-text h2 span { color: var(--primary); }
.story-text p {
    font-size: 15px;
    color: var(--gray-500);
    line-height: 1.8;
    margin-bottom: 16px;
}
.story-text p strong { color: var(--dark); }
.story-visual { position: relative; }
.story-card-main {
    background: linear-gradient(135deg, #5624d0, #7c3aed);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.year-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}
.story-card-main h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
}
.story-card-main p {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 1.6;
}
.story-card-float {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    z-index: 3;
    min-width: 180px;
}
.float-num {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary);
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.story-card-float span:last-child {
    font-size: 13px;
    color: var(--gray-500);
    font-weight: 500;
}

/* ===== MISSION, VISION, VALUES ===== */
.mission-section {
    padding: 90px 0;
    background: var(--gray-100);
}
.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 48px;
}
.mission-card {
    background: var(--white);
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid var(--gray-300);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.mission-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    border-radius: 4px 4px 0 0;
}
.mission-card.m-mission::before { background: linear-gradient(90deg, #5624d0, #8b5cf6); }
.mission-card.m-vision::before  { background: linear-gradient(90deg, #0ea5e9, #38bdf8); }
.mission-card.m-values::before  { background: linear-gradient(90deg, #26a69a, #4db6ac); }
.mission-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.mission-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.m-mission .mission-icon { background: rgba(86,36,208,0.08); }
.m-vision .mission-icon  { background: rgba(14,165,233,0.08); }
.m-values .mission-icon  { background: rgba(38,166,154,0.08); }
.mission-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
}
.mission-card p {
    font-size: 14px;
    color: var(--gray-500);
    line-height: 1.7;
}
.mission-values-list { list-style: none; margin-top: 12px; }
.mission-values-list li {
    font-size: 14px;
    color: var(--gray-500);
    padding: 6px 0;
    border-bottom: 1px solid var(--gray-100);
    display: flex;
    align-items: center;
    gap: 8px;
}
.mission-values-list li:last-child { border-bottom: none; }
.mission-values-list li::before {
    content: '✓';
    color: #26a69a;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

/* ===== TRAINING METHODOLOGY ===== */
.method-section {
    padding: 90px 0;
    background: var(--white);
}
.method-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 48px;
    position: relative;
}
.method-step {
    text-align: center;
    padding: 32px 24px;
    position: relative;
}
.method-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -12px;
    top: 44px;
    font-size: 22px;
    color: var(--gray-300);
    z-index: 2;
}
.method-num {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5624d0, #8b5cf6);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(86,36,208,0.3);
}
.method-icon { font-size: 28px; margin-bottom: 14px; display: block; }
.method-step h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}
.method-step p {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6;
}

/* ===== TEAM ===== */
.team-section {
    padding: 90px 0;
    background: var(--gray-100);
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.team-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--gray-300);
    transition: all 0.3s;
    text-align: center;
}
.team-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}
.team-avatar {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-avatar-initials {
    width: 80px; height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}
.team-info { padding: 20px 24px 28px; }
.team-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}
.team-role {
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.team-info p {
    font-size: 13px;
    color: var(--gray-500);
    line-height: 1.6;
}
.team-exp {
    display: inline-block;
    background: rgba(86,36,208,0.08);
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    margin-top: 12px;
}
.team-note {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: var(--gray-500);
}

/* ===== LOCATION ===== */
.location-section {
    padding: 90px 0;
    background: var(--dark);
}
.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.location-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}
.location-text h2 span { color: #a78bfa; }
.location-info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.loc-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.loc-info-text strong {
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.loc-info-text span {
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    line-height: 1.5;
}
.loc-info-text a { color: #a78bfa; text-decoration: none; }
.loc-info-text a:hover { color: #fff; }
.location-map {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
}
.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ===== CTA ===== */
.about-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #3b1fa8 0%, #5624d0 50%, #7c3aed 100%);
    text-align: center;
}
.about-cta-section h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.about-cta-section p {
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.about-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-btn-white {
    display: inline-block;
    background: var(--white);
    color: var(--primary);
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.cta-btn-white:hover {
    background: var(--gray-100);
    transform: translateY(-2px);
    color: var(--primary-dark);
}
.cta-btn-outline-white {
    display: inline-block;
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.5);
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.cta-btn-outline-white:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.08);
    color: var(--white);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .story-grid { grid-template-columns: 1fr; gap: 40px; }
    .mission-grid { grid-template-columns: 1fr; }
    .method-grid { grid-template-columns: repeat(2, 1fr); }
    .method-step:nth-child(2)::after { display: none; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    .location-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 768px) {
    .about-hero { padding: 60px 0 50px; }
    .about-hero h1 { font-size: 30px; }
    .about-hero-stats { gap: 24px; }
    .story-card-float { position: static; margin-top: 16px; }
    .method-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .method-step::after { display: none !important; }
    .team-grid { grid-template-columns: 1fr; }
    .about-cta-section h2 { font-size: 26px; }
    .location-map { height: 240px; }
}
@media (max-width: 480px) {
    .about-hero h1 { font-size: 24px; }
    .about-hero-stats { gap: 16px; }
    .ah-stat-num { font-size: 28px; }
    .method-grid { grid-template-columns: 1fr; }
}
/* AI Fusion-X About & Contact Full Width Fix */
.elementor-widget-html .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}
.elementor-element .elementor-widget-container {
    overflow: visible !important;
}
.afx-wrap {
    width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
.afx-wrap section,
.afx-wrap header,
.afx-wrap footer {
    width: 100% !important;
    box-sizing: border-box !important;
}/* End custom CSS */
/* Start custom CSS *//* AI Fusion-X — Full Width Nuclear Fix */
.elementor-section,
.elementor-container,
.elementor-row,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
.e-con,
.e-con-inner {
    overflow: visible !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}
.elementor-section.elementor-section-stretched {
    width: 100% !important;
    left: 0 !important;
}/* End custom CSS */