/* Start custom CSS for html, class: .elementor-element-539b1ca *//*==================================================
Advanced English Course CSS
Unique Classes (Only This Section)
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.aec-course-hero,
.aec-about-course,
.aec-learning-section,
.aec-course-features,
.aec-who-join,
.aec-why-course{
    font-family:'Poppins',sans-serif;
}

/*=================================
Hero Section
=================================*/

.aec-course-hero{
    background:linear-gradient(135deg,#0d6efd,#1b1f3b);
    padding:100px 0;
    overflow:hidden;
}

.aec-course-tag{
    display:inline-block;
    background:#ffffff;
    color:#0d6efd;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.aec-course-title{
    color:#fff;
    font-size:56px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.aec-course-description{
    color:#f3f3f3;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.aec-course-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.aec-btn-primary{
    display:inline-block;
    background:#ff9800 !important;
    color:#ffffff !important;
    padding:15px 35px;
    border-radius:50px;
    border:none;
    text-decoration:none !important;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.aec-btn-primary:hover{
    background:#e67e00 !important;
    color:#ffffff !important;
}

.aec-btn-outline{
    display:inline-block;
    background:transparent;
    color:#ffffff !important;
    border:2px solid #ffffff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none !important;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.aec-btn-outline:hover{
    background:#ffffff;
    color:#0d6efd !important;
}

.aec-course-image{
    text-align:center;
}

.aec-course-image img{
    max-width:100%;
}

/*=================================
Common Section
=================================*/

.aec-about-course,
.aec-learning-section,
.aec-course-features,
.aec-who-join,
.aec-why-course{
    padding:90px 0;
}

.aec-section-title{
    font-size:40px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.aec-section-text{
    font-size:17px;
    line-height:1.9;
    color:#666;
}

.aec-section-subtitle{
    color:#777;
    font-size:17px;
}

/*=================================
About Section
=================================*/

.aec-about-course{
    background:#ffffff;
}

/*=================================
Learning Cards
=================================*/

.aec-learning-section{
    background:#f8f9fa;
}

.aec-learning-box{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #ececec;
}

.aec-learning-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.aec-learning-box i{
    width:80px;
    height:80px;
    line-height:80px;
    background:#0d6efd;
    color:#fff;
    font-size:30px;
    border-radius:50%;
    margin-bottom:25px;
}

.aec-learning-box h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}

.aec-learning-box p{
    color:#666;
    line-height:1.8;
}

/*=================================
Course Features
=================================*/

.aec-course-features{
    background:#fff;
}

.aec-course-features p{
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.aec-feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.aec-feature-list li{
    font-size:18px;
    color:#444;
    margin-bottom:18px;
}

.aec-feature-list i{
    color:#0d6efd;
    margin-right:10px;
}

/*=================================
Who Should Join
=================================*/

.aec-who-join{
    background:#f8f9fa;
}

.aec-join-card{
    background:#fff;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    transition:.4s;
    height:100%;
    border:1px solid #ececec;
}

.aec-join-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.aec-join-card i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#ff9800;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.aec-join-card h5{
    font-size:20px;
    font-weight:600;
    color:#222;
}

/*=================================
Why Choose Section
=================================*/

.aec-why-course{
    background:linear-gradient(135deg,#0d6efd,#1b1f3b);
    text-align:center;
}

.aec-why-course .aec-section-title{
    color:#fff;
}

.aec-why-course .aec-section-text{
    color:#f1f1f1;
    max-width:900px;
    margin:auto;
    margin-bottom:35px;
}

/*=================================
Responsive
=================================*/

@media(max-width:991px){

.aec-course-hero{
    text-align:center;
    padding:70px 0;
}

.aec-course-title{
    font-size:42px;
}

.aec-course-btns{
    justify-content:center;
}

.aec-course-image{
    margin-top:50px;
}

.aec-section-title{
    font-size:34px;
}

}

@media(max-width:767px){

.aec-course-title{
    font-size:32px;
}

.aec-course-description{
    font-size:16px;
}

.aec-section-title{
    font-size:28px;
}

.aec-learning-box,
.aec-join-card{
    padding:30px 20px;
}

.aec-learning-box h4{
    font-size:20px;
}

.aec-join-card h5{
    font-size:18px;
}

.aec-btn-primary,
.aec-btn-outline{
    width:100%;
}

}/* End custom CSS */