
.about-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #f8fafc;
}

.text-center { text-align: center; }

/* Hero Section */
.hero-section {
    padding: 56px 0 32px 0;
    background: #e0f2fe;
}
.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.hero-desc {
    font-size: 1.25rem;
    color: #444;
    max-width: 700px;
    margin: 0 auto;
}

/* Values Section */
.values-section {
    background: #fff;
}
.values-section {
    background: #fff;
    padding: 48px 0 32px 0;
}
.values-row {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.value-col {
    flex: 1 1 220px;
    max-width: 320px;
    background: #fff;
    border-radius: 18px;
    padding: 32px 20px 24px 20px;
    margin: 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    text-align: center;
}
.value-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
}
.value-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.value-desc {
    color: #555;
    font-size: 1rem;
}

/* Story Section */
.story-section {
    background-color: #fff;
    padding: 56px 0 32px 0;
}
.story-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}
.story-col {
    flex: 1 1 320px;
    min-width: 280px;
}
.story-text {
    padding-right: 16px;
}
.story-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.story-desc p {
    color: #444;
    font-size: 1.08rem;
    margin-bottom: 10px;
}
.story-img img {
    max-width: 100%;
    border-radius: 24px;
    
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.story-slogan {
    color: #0ea5e9;
    font-size: 1.1rem;
    margin-top: 18px;
    font-style: italic;
}

/* Our Story Section */
.our-story-section {
    
    padding: 40px 0;
    border-radius: 24px;
    margin: 40px 0;
}

.our-story-row {
    display: flex;
    align-items: center;
    gap: 40px;
}

.our-story-col {
    flex: 1;
}

.our-story-title {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: bold;
}

.our-story-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Achievements Section */
.achievements-section {
    background: #fff;
    padding: 48px 0 32px 0;
}
.achievements-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.achievements-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.achievement-col {
    flex: 1 1 180px;
    max-width: 220px;
    background: #f0fdfa;
    border-radius: 16px;
    padding: 28px 10px 20px 10px;
    text-align: center;
    margin: 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.achievement-number {
    font-size: 2rem;
    font-weight: 700;
    color: #06b6d4;
    margin-bottom: 8px;
}
.achievement-label {
    color: #555;
    font-size: 1rem;
}

/* Team Section */
.team-section {
    background: #f8fafc;
    padding: 56px 0 32px 0;
}
.team-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.team-row {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
}
.team-col {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 24px 18px 18px 18px;
    text-align: center;
    width: 320px;
    transition: box-shadow 0.2s;
}
.team-col:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
}
.team-avatar {
    font-size: 2.5rem;
    margin-bottom: 12px;
}
.team-avatar-img img {
    width: 100%;
    max-width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 16px;
    background: #f6f6f6;
}
.team-name {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 4px;
}
.team-stars {
    color: #FFD700;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.team-role {
    color: #0ea5e9;
    font-weight: 500;
    margin-bottom: 4px;
}
.team-exp {
    color: #06b6d4;
    font-size: 0.98rem;
    margin-bottom: 6px;
}
.team-desc {
    font-size: 0.98rem;
    color: #444;
}

/* Why Choose Us Section */
.why-section {
    background: #fff;
    padding: 48px 0 32px 0;
}
.why-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.why-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.why-col {
    flex: 1 1 180px;
    max-width: 220px;
    background: #f0fdfa;
    border-radius: 16px;
    padding: 28px 10px 20px 10px;
    text-align: center;
    margin: 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.why-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.why-feature {
    font-size: 1.08rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.why-desc {
    color: #555;
    font-size: 0.98rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(90deg, #06b6d4 0%, #0ea5e9 100%);
    padding: 56px 0 48px 0;
}
.cta-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.cta-desc {
    color: #e0f2fe;
    font-size: 1.15rem;
    margin-bottom: 28px;
}
.cta-btns {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 1.08rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta-btn-main {
    background: #fff;
    color: #06b6d4;
    border: none;
}
.cta-btn-main:hover {
    background: #bae6fd;
    color: #0e7490;
}
.cta-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.cta-btn-outline:hover {
    background: #fff;
    color: #06b6d4;
}

/* Responsive */
@media (max-width: 900px) {
    .values-row, .team-row, .achievements-row, .why-row, .story-row {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .story-col {
        padding-right: 0 !important;
    }
}
@media (max-width: 600px) {
    .hero-title, .achievements-title, .team-title, .why-title, .cta-title, .story-title {
        font-size: 1.4rem;
    }
    .container {
        padding: 0 6px;
    }
    .cta-btn {
        padding: 10px 18px;
        font-size: 1rem;
    }
}

 .teacher-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
        padding: 24px 20px 18px 20px;
        border: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        transition: box-shadow 0.2s, transform 0.2s;
        min-width: 0;
        min-height: 0;
        cursor: pointer;
      }
      .teacher-card:hover {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px) scale(1.01);
      }
      .teacher-avatar {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 18px;
        background: #f2f2f2;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
        display: block;
      }
      .teacher-name {
        font-size: 1.08rem;
        font-weight: 600;
        margin-bottom: 0.3rem;
        color: #222;
        text-align: left;
      }
      .teacher-stars {
        color: #ffc107;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        letter-spacing: 1px;
        text-align: left;
      }
      .teacher-desc {
        font-size: 0.97rem;
        color: #444;
        margin-bottom: 0;
        line-height: 1.5;
        text-align: left;
        word-break: break-word;
      }
      #teacher-list > [class^="col-"] {
        display: flex;
      }
      .teacher-card.w-100 {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
      }