/* Start custom CSS for html, class: .elementor-element-7b863db *//*==================================================
PTE COURSE CSS - PART 1
Only Works On pte- Classes
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==========================
Common
==========================*/

.pte-hero-section,
.pte-introduction-section,
.pte-student-section,
.pte-preparation-section,
.pte-guidance-section,
.pte-goals-section,
.pte-faq-section,
.pte-cta-section,
.pte-final-section{
    font-family:'Poppins',sans-serif;
}

.pte-section-title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.pte-section-subtitle{
    color:#666;
    font-size:17px;
}

.pte-content-box p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:18px;
}

/*==========================
Hero Section
==========================*/

.pte-hero-section{
    padding:110px 0;
    background:linear-gradient(135deg,#0056d6,#1d2671);
    overflow:hidden;
}

.pte-course-tag{
    display:inline-block;
    background:#fff;
    color:#0056d6;
    padding:10px 24px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.pte-main-title{
    color:#fff;
    font-size:56px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.pte-hero-text{
    color:#f4f4f4;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.pte-btn-group{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

/*==========================
Buttons
==========================*/

.pte-btn-primary{
    display:inline-block;
    background:#ff9800;
    color:#fff !important;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.pte-btn-primary:hover{
    background:#e68900;
    color:#fff !important;
    transform:translateY(-4px);
}

.pte-btn-outline{
    display:inline-block;
    border:2px solid #fff;
    color:#fff !important;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.pte-btn-outline:hover{
    background:#fff;
    color:#0056d6 !important;
}

/*==========================
Hero Image
==========================*/

.pte-hero-image{
    text-align:center;
}

.pte-hero-image img{
    width:100%;
    max-width:520px;
    display:block;
    margin:auto;
}

/*==========================
Introduction
==========================*/

.pte-introduction-section{
    padding:90px 0;
    background:#fff;
}

.pte-content-box{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

/*==========================
Student Section
==========================*/

.pte-student-section{
    padding:90px 0;
    background:#f8f9fa;
}

.pte-student-image img{
    width:100%;
    border-radius:20px;
    transition:.4s;
}

.pte-student-image img:hover{
    transform:scale(1.03);
}

/*==========================
Section Padding
==========================*/

.pte-preparation-section,
.pte-guidance-section,
.pte-goals-section,
.pte-faq-section,
.pte-cta-section,
.pte-final-section{
    padding:90px 0;
}

/*=========================================
PTE COURSE CSS - PART 2
Preparation | Guidance | Goal Cards | FAQ
=========================================*/

/*==========================
Preparation Section
==========================*/

.pte-preparation-section{
    background:#ffffff;
}

.pte-preparation-section .pte-content-box{
    background:#ffffff;
    border-radius:20px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

/*==========================
Guidance Section
==========================*/

.pte-guidance-section{
    background:#f8f9fa;
}

.pte-guidance-image{
    text-align:center;
}

.pte-guidance-image img{
    width:100%;
    border-radius:20px;
    transition:.4s;
}

.pte-guidance-image img:hover{
    transform:scale(1.03);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

/*==========================
Goal Section
==========================*/

.pte-goals-section{
    background:#ffffff;
}

.pte-goal-card{
    background:#f8f9fa;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #ececec;
}

.pte-goal-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.pte-goal-card i{
    width:85px;
    height:85px;
    line-height:85px;
    background:#0056d6;
    color:#ffffff;
    border-radius:50%;
    font-size:30px;
    margin-bottom:20px;
}

.pte-goal-card h4{
    font-size:22px;
    font-weight:600;
    color:#222;
    margin-bottom:15px;
}

.pte-goal-card p{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin:0;
}

/*==========================
FAQ Section
==========================*/

.pte-faq-section{
    background:#f8f9fa;
}

.pte-faq-section .accordion-item{
    border:none;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.pte-faq-section .accordion-button{
    background:#ffffff;
    color:#222;
    font-size:18px;
    font-weight:600;
    padding:20px 25px;
    box-shadow:none;
}

.pte-faq-section .accordion-button:not(.collapsed){
    background:#0056d6;
    color:#ffffff;
}

.pte-faq-section .accordion-button:focus{
    box-shadow:none;
    border:none;
}

.pte-faq-section .accordion-body{
    background:#ffffff;
    color:#666;
    font-size:16px;
    line-height:1.8;
    padding:20px 25px;
}

/*==========================
Extra Typography
==========================*/

.pte-preparation-section p,
.pte-guidance-section p,
.pte-goals-section p{
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.pte-preparation-section h2,
.pte-guidance-section h2,
.pte-goals-section h2{
    margin-bottom:25px;
}

/*=========================================
PTE COURSE CSS - PART 3
CTA | Final Section | Responsive
=========================================*/

/*==========================
CTA Section
==========================*/

.pte-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#0056d6,#1d2671);
    text-align:center;
}

.pte-cta-tag{
    display:inline-block;
    background:#ffffff;
    color:#0056d6;
    padding:10px 25px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.pte-cta-title{
    color:#ffffff;
    font-size:48px;
    font-weight:700;
    margin-bottom:20px;
}

.pte-cta-text{
    color:#f4f4f4;
    font-size:18px;
    line-height:1.9;
    max-width:850px;
    margin:0 auto 35px;
}

/*==========================
Final Section
==========================*/

.pte-final-section{
    background:#ffffff;
}

.pte-final-section .pte-content-box{
    background:#f8f9fa;
    border-radius:20px;
    padding:50px;
    border:1px solid #ececec;
}

.pte-final-section p{
    font-size:17px;
    color:#666;
    line-height:1.9;
}

/*==========================
Button Hover
==========================*/

.pte-btn-primary,
.pte-btn-outline{
    transition:.35s ease;
}

.pte-btn-primary:hover{
    box-shadow:0 15px 35px rgba(0,86,214,.35);
}

.pte-btn-outline:hover{
    box-shadow:0 15px 35px rgba(255,255,255,.25);
}

/*==========================
Image Hover
==========================*/

.pte-hero-image img,
.pte-student-image img,
.pte-guidance-image img{
    transition:.4s;
}

.pte-hero-image img:hover,
.pte-student-image img:hover,
.pte-guidance-image img:hover{
    transform:scale(1.03);
}

/*==========================
Responsive
==========================*/

@media (max-width:991px){

.pte-hero-section{
    padding:80px 0;
    text-align:center;
}

.pte-main-title{
    font-size:42px;
}

.pte-section-title{
    font-size:34px;
}

.pte-cta-title{
    font-size:36px;
}

.pte-btn-group{
    justify-content:center;
}

.pte-hero-image,
.pte-guidance-image{
    margin-top:40px;
}

.pte-student-image{
    margin-bottom:40px;
}

}

@media (max-width:767px){

.pte-main-title{
    font-size:30px;
}

.pte-section-title{
    font-size:28px;
}

.pte-cta-title{
    font-size:30px;
}

.pte-hero-text,
.pte-content-box p,
.pte-final-section p,
.pte-cta-text{
    font-size:16px;
}

.pte-content-box{
    padding:25px;
}

.pte-final-section .pte-content-box{
    padding:30px 25px;
}

.pte-goal-card{
    padding:30px 20px;
}

.pte-goal-card h4{
    font-size:20px;
}

.pte-goal-card i{
    width:70px;
    height:70px;
    line-height:70px;
    font-size:24px;
}

.pte-btn-primary,
.pte-btn-outline{
    width:100%;
    text-align:center;
}

.pte-btn-group{
    flex-direction:column;
}

}

@media (max-width:480px){

.pte-main-title{
    font-size:26px;
}

.pte-section-title{
    font-size:24px;
}

.pte-cta-title{
    font-size:26px;
}

.pte-course-tag,
.pte-cta-tag{
    font-size:12px;
    padding:8px 18px;
}

}/* End custom CSS */