/* Start custom CSS for html, class: .elementor-element-dba44ed *//*=========================================
Personalized Classes CSS - Part 1
Only Works On pcs- Classes
=========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*=========================================
Common
=========================================*/

.pcs-hero-section,
.pcs-introduction-section,
.pcs-different-section,
.pcs-benefits-section,
.pcs-teacher-section,
.pcs-parent-section,
.pcs-faq-section,
.pcs-cta-section,
.pcs-final-section{
    font-family:'Poppins',sans-serif;
}

.pcs-section-title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.pcs-subtitle{
    display:inline-block;
    background:#eaf2ff;
    color:#0d6efd;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.pcs-section-text{
    font-size:17px;
    color:#666;
    line-height:1.8;
}

.pcs-content-box p{
    font-size:17px;
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

/*=========================================
Hero Section
=========================================*/

.pcs-hero-section{
    padding:110px 0;
    background:linear-gradient(135deg,#0d6efd,#1b2a78);
    overflow:hidden;
}

.pcs-course-tag{
    display:inline-block;
    background:#fff;
    color:#0d6efd;
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.pcs-main-title{
    color:#fff;
    font-size:56px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.pcs-hero-text{
    color:#f3f3f3;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.pcs-btn-group{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

/*=========================================
Buttons
=========================================*/

.pcs-primary-btn{
    display:inline-block;
    padding:15px 35px;
    background:#ff9800;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.pcs-primary-btn:hover{
    background:#e68900;
    color:#fff;
    transform:translateY(-5px);
}

.pcs-outline-btn{
    display:inline-block;
    padding:15px 35px;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.pcs-outline-btn:hover{
    background:#fff;
    color:#0d6efd;
}

.pcs-primary-btn i,
.pcs-outline-btn i{
    margin-right:8px;
}

/*=========================================
Hero Image
=========================================*/

.pcs-hero-image{
    text-align:center;
}

.pcs-hero-image img{
    width:100%;
    max-width:520px;
    border-radius:20px;
    transition:.4s;
}

.pcs-hero-image img:hover{
    transform:scale(1.03);
}

/*=========================================
Introduction
=========================================*/

.pcs-introduction-section{
    padding:90px 0;
    background:#ffffff;
}

.pcs-content-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

/*=========================================
Different Section
=========================================*/

.pcs-different-section{
    padding:90px 0;
    background:#f8f9fa;
}

.pcs-image-box{
    text-align:center;
}

.pcs-image-box img{
    width:100%;
    border-radius:20px;
    transition:.4s;
}

.pcs-image-box img:hover{
    transform:scale(1.03);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

/*=========================================
Section Padding
=========================================*/

.pcs-benefits-section,
.pcs-teacher-section,
.pcs-parent-section,
.pcs-faq-section,
.pcs-cta-section,
.pcs-final-section{
    padding:90px 0;
}

/*=========================================
Personalized Classes CSS - Part 2
Benefits | Teacher | Parent | FAQ
=========================================*/

/*=========================================
Benefits Section
=========================================*/

.pcs-benefits-section{
    background:#ffffff;
}

.pcs-benefit-card{
    background:#f8f9fa;
    border:1px solid #ececec;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s ease;
}

.pcs-benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.pcs-benefit-card i{
    width:85px;
    height:85px;
    line-height:85px;
    background:#0d6efd;
    color:#ffffff;
    border-radius:50%;
    font-size:32px;
    margin-bottom:20px;
}

.pcs-benefit-card h4{
    font-size:22px;
    font-weight:600;
    color:#222;
    margin-bottom:15px;
}

.pcs-benefit-card p{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin:0;
}

/*=========================================
Teacher Section
=========================================*/

.pcs-teacher-section{
    background:#f8f9fa;
}

.pcs-teacher-section .pcs-content-box{
    background:#ffffff;
}

.pcs-teacher-section .pcs-image-box img{
    width:100%;
    border-radius:20px;
    transition:.4s;
}

.pcs-teacher-section .pcs-image-box img:hover{
    transform:scale(1.03);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/*=========================================
Parent Section
=========================================*/

.pcs-parent-section{
    background:#ffffff;
}

.pcs-parent-section .pcs-content-box{
    background:#ffffff;
    border-radius:20px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.pcs-parent-section p{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

/*=========================================
FAQ Section
=========================================*/

.pcs-faq-section{
    background:#f8f9fa;
}

.pcs-faq-section .accordion-item{
    border:none;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.pcs-faq-section .accordion-button{
    background:#ffffff;
    color:#222;
    font-size:18px;
    font-weight:600;
    padding:20px 25px;
    box-shadow:none;
}

.pcs-faq-section .accordion-button:focus{
    box-shadow:none;
    border:none;
}

.pcs-faq-section .accordion-button:not(.collapsed){
    background:#0d6efd;
    color:#ffffff;
}

.pcs-faq-section .accordion-body{
    background:#ffffff;
    color:#666;
    font-size:16px;
    line-height:1.8;
    padding:22px 25px;
}

/*=========================================
Extra Typography
=========================================*/

.pcs-benefits-section p,
.pcs-teacher-section p,
.pcs-parent-section p{
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.pcs-benefits-section h2,
.pcs-teacher-section h2,
.pcs-parent-section h2{
    margin-bottom:25px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-949514a *//*=========================================
Personalized Classes CSS - Part 3
CTA + Final Section + Responsive
=========================================*/

/*=========================================
CTA Section
=========================================*/

.pcs-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#0d6efd,#1b2a78);
    text-align:center;
}

.pcs-cta-tag{
    display:inline-block;
    background:#ffffff;
    color:#0d6efd;
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.pcs-cta-title{
    color:#ffffff;
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
}

.pcs-cta-text{
    max-width:850px;
    margin:0 auto 35px;
    color:#f5f5f5;
    font-size:18px;
    line-height:1.9;
}

/*=========================================
Final Section
=========================================*/

.pcs-final-section{
    background:#ffffff;
}

.pcs-final-section .pcs-content-box{
    background:#f8f9fa;
    border:1px solid #ececec;
    padding:50px;
    border-radius:20px;
}

.pcs-final-section p{
    font-size:17px;
    color:#666;
    line-height:1.9;
}

/*=========================================
Hover Effects
=========================================*/

.pcs-primary-btn,
.pcs-outline-btn{
    transition:.35s ease;
}

.pcs-primary-btn:hover{
    box-shadow:0 15px 35px rgba(13,110,253,.35);
}

.pcs-outline-btn:hover{
    box-shadow:0 15px 35px rgba(255,255,255,.25);
}

.pcs-content-box,
.pcs-benefit-card{
    transition:.35s ease;
}

.pcs-content-box:hover{
    transform:translateY(-5px);
}

.pcs-image-box img,
.pcs-hero-image img{
    transition:.4s;
}

.pcs-image-box img:hover,
.pcs-hero-image img:hover{
    transform:scale(1.03);
}

/*=========================================
Tablet Responsive
=========================================*/

@media (max-width:991px){

.pcs-hero-section{
    padding:80px 0;
    text-align:center;
}

.pcs-main-title{
    font-size:42px;
}

.pcs-section-title{
    font-size:34px;
}

.pcs-cta-title{
    font-size:36px;
}

.pcs-btn-group{
    justify-content:center;
}

.pcs-hero-image{
    margin-top:40px;
}

.pcs-image-box{
    margin-bottom:40px;
}

}

/*=========================================
Mobile Responsive
=========================================*/

@media (max-width:767px){

.pcs-main-title{
    font-size:30px;
}

.pcs-section-title{
    font-size:28px;
}

.pcs-cta-title{
    font-size:30px;
}

.pcs-hero-text,
.pcs-section-text,
.pcs-content-box p,
.pcs-final-section p,
.pcs-cta-text{
    font-size:16px;
}

.pcs-content-box{
    padding:25px;
}

.pcs-final-section .pcs-content-box{
    padding:30px 25px;
}

.pcs-benefit-card{
    padding:30px 20px;
}

.pcs-benefit-card h4{
    font-size:20px;
}

.pcs-benefit-card i{
    width:70px;
    height:70px;
    line-height:70px;
    font-size:24px;
}

.pcs-btn-group{
    flex-direction:column;
}

.pcs-primary-btn,
.pcs-outline-btn{
    width:100%;
    text-align:center;
}

}

/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

.pcs-main-title{
    font-size:26px;
}

.pcs-section-title{
    font-size:24px;
}

.pcs-cta-title{
    font-size:25px;
}

.pcs-course-tag,
.pcs-subtitle,
.pcs-cta-tag{
    font-size:12px;
    padding:8px 18px;
}

}/* End custom CSS */