/* Home Page Styles */
.home-page {
    padding: 60px 0 0 0;
}

.home-page-recommend-course {
    padding: 60px 0;
    background: #f8f9fa;
}

.home-section {
    margin-bottom: 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-family: "Mitr", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 15px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #50bfda;
    border-radius: 2px;
}

.section-subtitle {
    font-family: "Mitr", sans-serif;
    font-size: 18px;
    color: #6c757d;
    margin: 0;
}

.thm-btn:hover::before {
    background-color: rgba(61, 168, 196, 1);
    width: 120%;
    height: 200%;
    transform: scaleX(1.0);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}