.hero-banner .slide-content[data-v-0065476c] {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.hero-banner .slide-content[data-v-0065476c]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0006
}

.hero-banner .slide-text[data-v-0065476c] {
    position: relative;
    color: #fff;
    padding: 100px 0;
    text-align: center
}

.hero-banner .slide-text h1[data-v-0065476c] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.hero-banner .slide-text p[data-v-0065476c] {
    font-size: 1.5rem;
    margin-bottom: 2rem
}

[data-v-0065476c] .el-carousel__arrow {
    background-color: #fffc;
    color: #333
}

[data-v-0065476c] .el-carousel__arrow:hover {
    background-color: #fff
}

.home-page[data-v-2d3884c3] {
    padding-bottom: 60px
}

.about-history-section[data-v-2d3884c3] {
    padding: 80px 0;
    background-color: #f5f7fa
}

.about-history-section .img-with-bg[data-v-2d3884c3] {
    position: relative
}

.about-history-section .img-with-bg .bg-pattern[data-v-2d3884c3] {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    background-image: url(~@/assets/images/bg-pattern.jpg);
    z-index: 0
}

.about-history-section .img-with-bg img[data-v-2d3884c3] {
    position: relative;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px #0000001a;
    z-index: 1
}

.about-history-section .about-content h2[data-v-2d3884c3] {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: var(--el-color-primary)
}

.about-history-section .about-content p[data-v-2d3884c3] {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px
}

.stats-section[data-v-2d3884c3] {
    padding: 60px 0;
    position: relative;
    background: linear-gradient(#2c3e50e6, #2c3e50e6);
    color: #fff
}

.stats-section .stat-card[data-v-2d3884c3] {
    background: #ffffff1a;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.stats-section .stat-card .el-icon.background-icon[data-v-2d3884c3] {
    position: absolute;
    font-size: 8rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
    z-index: 0;
    color: #fff
}

.stats-section .stat-card h3[data-v-2d3884c3] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 10px 0;
    position: relative;
    z-index: 1
}

.stats-section .stat-card h3 .suffix[data-v-2d3884c3] {
    opacity: 0;
    transition: opacity .3s ease
}

.stats-section .stat-card p[data-v-2d3884c3] {
    font-size: 1.1rem;
    margin: 0;
    position: relative;
    z-index: 1
}

.stats-section .stat-card[data-v-2d3884c3]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px #0003
}

.stats-section .stat-card:hover .el-icon.background-icon[data-v-2d3884c3] {
    opacity: .15;
    transform: translate(-50%, -50%) scale(1.1)
}

.featured-courses[data-v-2d3884c3] {
    padding: 60px 0;
    background-color: #fff
}

.featured-courses .section-header[data-v-2d3884c3] {
    text-align: center;
    margin-bottom: 40px
}

.featured-courses .section-header h2[data-v-2d3884c3] {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 10px
}

.featured-courses .section-header p[data-v-2d3884c3] {
    color: #666;
    font-size: 16px
}

.featured-courses .course-card[data-v-2d3884c3] {
    height: 450px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: transform .3s ease
}

.featured-courses .course-card[data-v-2d3884c3]:hover {
    transform: translateY(-5px)
}

.featured-courses .course-card .course-image[data-v-2d3884c3] {
    height: 200px;
    overflow: hidden
}

.featured-courses .course-card .course-image img[data-v-2d3884c3] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-courses .course-card .course-content[data-v-2d3884c3] {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column
}

.featured-courses .course-card .course-content .course-header[data-v-2d3884c3] {
    margin-bottom: 15px
}

.featured-courses .course-card .course-content .course-header .el-tag[data-v-2d3884c3] {
    margin-bottom: 10px
}

.featured-courses .course-card .course-content .course-header h3[data-v-2d3884c3] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px
}

.featured-courses .course-card .course-content .course-description[data-v-2d3884c3] {
    flex: 1
}

.featured-courses .course-card .course-content .course-description p[data-v-2d3884c3] {
    margin: 0;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px
}

.featured-courses .course-card .course-content .course-meta[data-v-2d3884c3] {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.featured-courses .course-card .course-content .course-meta span[data-v-2d3884c3] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 14px
}

.testimonials-section[data-v-2d3884c3] {
    padding: 80px 0;
    background-color: #fff
}

.testimonials-section .testimonial-card[data-v-2d3884c3] {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px #0000001a;
    text-align: center
}

.testimonials-section .testimonial-card .testimonial-avatar[data-v-2d3884c3] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px
}

.testimonials-section .testimonial-card .testimonial-avatar img[data-v-2d3884c3] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.testimonials-section .testimonial-card .testimonial-content p[data-v-2d3884c3] {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--el-text-color-primary)
}

.testimonials-section .testimonial-card .testimonial-content h4[data-v-2d3884c3] {
    color: var(--el-color-primary);
    margin-bottom: 5px
}

.testimonials-section .testimonial-card .testimonial-content span[data-v-2d3884c3] {
    color: var(--el-text-color-secondary)
}

.events-section[data-v-2d3884c3] {
    padding: 60px 0;
    background-color: #f8f9fa
}

.events-section .event-card[data-v-2d3884c3] {
    height: 450px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px #0000001a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.events-section .event-card .event-image[data-v-2d3884c3] {
    height: 200px;
    overflow: hidden
}

.events-section .event-card .event-image img[data-v-2d3884c3] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.events-section .event-card .event-content[data-v-2d3884c3] {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column
}

.events-section .event-card .event-content .event-header h3[data-v-2d3884c3] {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 50px
}

.events-section .event-card .event-content .event-description[data-v-2d3884c3] {
    flex: 1
}

.events-section .event-card .event-content .event-description p[data-v-2d3884c3] {
    margin: 0;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px
}

.events-section .event-card .event-content .event-meta[data-v-2d3884c3] {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.events-section .event-card .event-content .event-meta span[data-v-2d3884c3] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 14px
}

.events-section .event-card .event-content .event-meta span .el-icon[data-v-2d3884c3] {
    font-size: 16px
}

.el-row[data-v-2d3884c3] {
    display: flex;
    flex-wrap: wrap
}

.el-col[data-v-2d3884c3] {
    display: flex;
    flex-direction: column
}

.gallery-section[data-v-2d3884c3] {
    padding: 80px 0
}

.gallery-section .gallery-item[data-v-2d3884c3] {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px
}

.gallery-section .gallery-item .el-image[data-v-2d3884c3] {
    width: 100%;
    height: 100%;
    transition: transform .3s
}

.gallery-section .gallery-item .el-image[data-v-2d3884c3]:hover {
    transform: scale(1.05)
}

.section-title[data-v-2d3884c3] {
    text-align: center;
    margin-bottom: 40px
}

.section-title h2[data-v-2d3884c3] {
    font-size: 2.5em;
    color: var(--el-color-primary);
    margin-bottom: 10px
}