.text-logo {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none !important;
    display: block;
    line-height: 1.4;
    max-width: 300px;
}
.text-logo:hover {
    color: #f7b72d !important;
}
.banner-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.banner-slider .main-slider {
    position: relative;
    height: 600px;
}
.banner-slider .slider-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}
.banner-slider .slider-item-1 {
    background-image: url(../images/slider/1.jpg);
    z-index: 2;
    opacity: 1;
}
.banner-slider .slider-item-2 {
    background-image: url(../images/slider/2.jpg);
    z-index: 1;
    opacity: 0;
}
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.slider-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-content h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
}
.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.slide-bottom-sec {
    padding: 60px 0;
    background: #fff;
}
.modern-inner {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}
.modern-inner:hover {
    transform: translateY(-5px);
}
.modern-icon {
    font-size: 48px;
    color: #f7b72d;
    margin-bottom: 20px;
}
.modern-inner h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}
.modern-inner p {
    color: #666;
    line-height: 1.6;
}
.welcome {
    padding: 60px 0;
}
.welcome h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}
.welcome p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.edu_feature {
    margin-bottom: 30px;
}
.edu-feature-icon {
    font-size: 36px;
    color: #f7b72d;
    margin-bottom: 15px;
}
.edu-featre-des h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.edu-featre-des p {
    color: #666;
    line-height: 1.6;
}
.popular-course {
    padding: 60px 0;
    background: #f8f9fa;
}
.popular-course h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}
.popular-course p {
    color: #666;
    margin-bottom: 40px;
}
.course-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}
.course-item:hover {
    transform: translateY(-5px);
}
.course-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.course-detail {
    padding: 20px;
}
.course-detail h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.course-detail p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}
.course-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.course-bottom span {
    color: #999;
    font-size: 14px;
}
.course-bottom i {
    margin-right: 5px;
}
.video {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}
.video .container {
    position: relative;
    z-index: 1;
}
.video h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.video p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 15px;
}
.happy-clients {
    padding: 60px 0;
}
.happy-clients h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}
.clients-carousel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.clients-carousel img {
    max-width: 150px;
    margin: 20px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.clients-carousel img:hover {
    opacity: 1;
}
footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 30px;
}
footer h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .text {
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 15px;
}
footer address p {
    color: #bbb;
    margin-bottom: 10px;
}
footer address i {
    color: #f7b72d;
    margin-right: 10px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #bbb;
    transition: color 0.3s ease;
}
footer ul li a:hover {
    color: #f7b72d;
}
.footer-bottom {
    background: #1a252f;
    padding: 20px 0;
    color: #bbb;
}
.footer-bottom a {
    color: #f7b72d;
}
