
.ap-course-card{
    background:#eef3fb;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    max-width: 1500px !important;
    margin: 0 auto;
    border: 1px solid rgba(22, 163, 74, 0.125);
}

.ap-image{
    object-fit:cover;
    min-height:100%;
}

.ap-badge{
    position:absolute;
    top: 15px;
    left: 30px;
    z-index:2;
    color:#fff;
    font-size:15px;
    font-weight:700;
    padding: 8px 12px;
    border-radius: 16px;
    /* box-shadow:0 10px 25px rgba(37,99,235,0.35); */
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.08),
        0 2px 8px rgba(15, 23, 42, 0.04);

    text-align: center;
}

.ap-content{
    padding: 40px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ap-title{
    font-size: 2rem;
    font-weight:800;
    color:#111827;
    line-height:1.1;
    margin-bottom:12px;
}

.ap-subtitle{
    font-size: 1rem;
    font-weight:500;
    margin-bottom:16px;
    letter-spacing: 1px;
}

.ap-description{
    font-size: 1rem;
    line-height: 1.6;
    color:#4b5563;
    margin-bottom:24px;
    letter-spacing: 0.7px;
}

.ap-list{
    list-style:none;
    padding:0;
    margin:0;
}

.ap-list li{
    position:relative;
    margin-bottom: 8px;
    font-size: 14px;
    color:#111827;
}

.ap-info-box{
    padding: 8px 14px;
    border-radius:12px;
    font-size: 0.875rem;
    font-weight:700;
    margin-bottom: 24px;
}

.ap-btn{
    width:max-content;
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight:700;
    box-shadow: rgba(37, 99, 235, 0.25) 0px 4px 14px;
    transition:0.3s ease;
}

.ap-btn:hover{
    background:#1e4fd1;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(37,99,235,0.45);
}

@media(max-width:1199px){

    .ap-content{
        padding: 35px;
    }

    .ap-title{
        font-size: 32px;
    }

    .ap-subtitle{
        font-size: 1rem;
    }

    .ap-description{
        font-size:16px;
    }

}

@media(max-width:767px){

    .ap-content{
        padding:28px 22px;
    }

    .ap-title{
        font-size: 1.5rem;
    }

    .ap-subtitle{
        font-size: 1rem;
        margin-bottom:20px;
    }

    .ap-description{
        font-size: 14px;
        line-height:1.7;
    }

    .ap-list li{
        font-size:14px;
    }

    .ap-info-box{
        font-size:12px;
        padding:8px 12px;
    }

    .ap-btn{
        justify-content:center;
        font-size: 14px;
        padding: 12px 20px;
    }

    .ap-badge{
        font-size: 14px;
        padding:10px 16px;
    }

}

/* heading */
.ap-program-section{
    background:rgb(250, 250, 247);
}

.ap-program-badge{
    display:inline-block;
    font-size:15px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e8622a;
    margin-bottom: 12px;
}

.ap-program-title{
    font-size: 48px;
    line-height: 1.02;
    font-weight: 900;
    color:rgb(28, 28, 28);
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.ap-program-title span{
    color:#e8622a;
}

.ap-program-description{
    max-width:850px;
    margin:auto;
    font-size: 18px;
    line-height:1.6;
    color:#4b5563;
    letter-spacing:0.8px;
}

@media(max-width:1199px){

    .ap-program-title{
        font-size: 32px;
    }

    .ap-program-description{
        font-size: 16px;
    }

}

@media(max-width:767px){

    .ap-program-title{
        font-size: 36px;
        line-height:1.15;
        letter-spacing:1px;
    }

    .ap-program-description{
        font-size:17px;
        line-height:1.75;
    }

    .ap-program-badge{
        font-size:12px;
        letter-spacing:1.5px;
    }

}


/* hero section */

.mindzq-hero{
    position:relative;
    min-height:100vh;
    overflow:hidden;
    background-image:url('../images/ap-page/hero.webp');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.72) 35%,
        rgba(0,0,0,0.35) 60%,
        rgba(0,0,0,0.15) 100%
    );
}

.hero-content{
    position:relative;
    z-index:2;
    max-width: 760px;
    padding: 40px 0;
}

.hero-location{

    background: rgba(232, 98, 42, 0.2);
    border: 1px solid rgba(232, 98, 42, 0.5);
    color: rgb(255, 160, 122);
    backdrop-filter: blur(8px);
    animation-delay: 0.1s;

    display:inline-flex;
    align-items:center;
    gap:10px;
    padding: 0.5rem 1rem;
    border-radius:50px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight:600;
    margin-bottom: 1.25rem;
}

.hero-location .dot{
    width:8px;
    height:8px;
    background:#ff7a1a;
    border-radius:50%;
}

.hero-title{
    font-size: 4.5rem;
    line-height: 1.25;
    font-weight: 800;
    color:#fff;
    letter-spacing:2px;
    margin-bottom: 24px;
}

.hero-title span{
    color:#e8622a;
}

.hero-description{
    max-width:760px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    color:rgba(255,255,255,0.92);
    margin-bottom: 32px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom: 48px;
}

.hero-btn{

    color: #fff;
    background-color: #e8622a;
    border-radius: .5rem;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    font-family: Sora, sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex;
    font-size: 1rem;
}

.hero-btn-primary{
    background:#e8622a;
    color:#fff;
}

.hero-btn-primary:hover{
    background:#e8622a;
    color:#fff;
    transform:translateY(-3px);
}

.hero-btn-outline{
    border:2px solid rgba(255,255,255,0.28);
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(10px);
    color:#fff;
}

.hero-btn-outline:hover{
    background:#fff;
    color:#111827;
}

.hero-stats{
    display:flex;
    align-items:center;
    gap:50px;
    flex-wrap:wrap;
}

.hero-stat h3{

    font-size: 24px;
    line-height:1.5;
    font-weight:900;
    color:#e8622a;
    margin-bottom: 0;
}

.hero-stat p{
    color:rgba(255,255,255,0.85);
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
    margin-bottom: 0;
    line-height: 1.1;
}

@media(max-width:991px){

    .mindzq-hero{
        min-height:auto;
        padding: 50px 0;
    }

    .hero-title{
        font-size:64px;
        line-height:1;
    }

    .hero-description{
        font-size:20px;
    }

    .hero-btn{
        font-size:18px;
        padding:16px 26px;
    }

}

@media(max-width:576px){

    .mindzq-hero{
        padding: 30px 0;
    }

    .hero-content{
        padding:10px 0;
    }

    .hero-location{
        font-size:13px;
        padding:10px 18px;
    }

    .hero-title{
        font-size: 3rem;
        line-height: 1.25;
        letter-spacing:2px;
    }

    .hero-description{
        font-size:16px;
        line-height:1.8;
        margin-bottom:32px;
    }

    .hero-buttons{
        gap:14px;
        margin-bottom:40px;
    }

    .hero-btn{
        justify-content:center;
        font-size:16px;
        padding:15px 20px;
    }

    .hero-stats{
        gap:24px;
    }

    .hero-stat h3{
        font-size:24px;
    }

    .hero-stat p{
        font-size:10px;
    }

}


/* bottom stats*/

.hero-bottom-stats{
    position:relative;
    z-index:5;
    width:100%;
    background:#e8622a;
    padding: 24px 50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
}

.hero-bottom-stat{
    text-align:center;
    flex:1;
    min-width:120px;
}

.hero-bottom-stat h3{
    margin:0 0 10px;
    font-size: 2.25rem;
    line-height:1;
    font-weight:900;
    color:#fff;
    letter-spacing:2px;
    margin-bottom: 0;
}

.hero-bottom-stat p{
    margin:0;
    font-size: 12px;
    font-weight:600;
    color:#ffffffcc;
    letter-spacing:1px;
}

@media(max-width:991px){

    .hero-bottom-stats{
        padding:28px 25px;
        justify-content:center;
    }

    .hero-bottom-stat h3{
        font-size: 2.25rem;
    }

    .hero-bottom-stat p{
        font-size:12px;
    }

}

@media(max-width:576px){

    .hero-bottom-stats{
        padding:25px 20px;
        gap:25px;
    }

    .hero-bottom-stat{
        width:100%;
    }

    .hero-bottom-stat h3{
        font-size:38px;
    }

    .hero-bottom-stat p{
        font-size:14px;
        letter-spacing:0.5px;
    }

}


/* differnce section */

.mindzq-difference-section{
    background:
    radial-gradient(circle at top left, rgba(255,115,0,0.08), transparent 35%),
    radial-gradient(circle at top right, rgba(37,99,235,0.08), transparent 35%),
    linear-gradient(90deg, #1f1a33 0%, #18203f 100%);
}

.difference-badge{
    display:inline-block;
    font-size: 14px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#3cbfbf;
    margin-bottom: 0.75rem;
}

.difference-title{
    font-size: 48px;
    line-height:1;
    font-weight:800;
    color:#ffffff;
    letter-spacing:1px;
    margin-bottom:1rem;
}

.difference-description{
    max-width:650px;
    margin:auto;
    font-size:18px;
    line-height:1.5;
    color:#ffffffa6;
    letter-spacing:0.5px;
}

.difference-card{
    height:100%;
    padding:24px;
    border-radius:22px;
    background:#ffffff0d;
    border:1px solid #ffffff1a;
    backdrop-filter:blur(12px);
    transition:0.3s ease;
}

.difference-card:hover{
    transform:translateY(-5px);
    border-color:rgba(255,255,255,0.15);
}

.difference-icon{
    width: 48px;
    height: 48px;
    border-radius:18px;
    background:rgba(232, 98, 42, 0.2);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e8622a;
    margin-bottom:1rem;
}

.difference-card h4{
    font-size:18px;
    line-height:1.3;
    letter-spacing: 0.5px;
    font-weight:700;
    color:#fff;
    margin-bottom: 8px;
}

.difference-card p{
    font-size:14px;
    line-height:1.6;
    letter-spacing:0.8px;
    color:#ffffff99;
    margin:0;
}

.difference-btn{
    font-size: 1rem;
}

@media(max-width:991px){

    .difference-title{
        font-size:46px;
    }

    .difference-description{
        font-size:20px;
    }

}

@media(max-width:576px){

    .mindzq-difference-section{
        padding:70px 0;
    }

    .difference-badge{
        font-size:12px;
        letter-spacing:1.5px;
    }

    .difference-title{
        max-width: 300px;
        margin: 15px auto;
        font-size: 2.25rem;
        line-height:1.2;
        letter-spacing: 0.5px;
    }

    .difference-description{
        font-size:16px;
        line-height:1.8;
    }

    .difference-card{
        padding:24px;
        border-radius:18px;
    }

    .difference-icon{
        width:56px;
        height:56px;
        border-radius:14px;
        margin-bottom:20px;
    }

    .difference-card h4{
        font-size: 16px;
    }

    .difference-card p{
        font-size:14px;
        line-height:1.8;
    }

    .difference-btn{
        width:100%;
        justify-content:center;
        font-size:18px;
        padding:18px 20px;
    }

}




/* foem section */


.cta-form-section{
    padding:50px 0;
    background:#f26722;
}

.cta-shape{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,0.12);
}

.cta-shape-1{
    width:260px;
    height:260px;
    left:-80px;
    bottom:-80px;
}

.cta-shape-2{
    width:280px;
    height:280px;
    top:-90px;
    right:-90px;
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-badge{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform:uppercase;
    color:#ffffffb3;
    margin-bottom:0.75rem;
}

.cta-title{
    font-size:48px;
    line-height:1.05;
    font-weight:800;
    color:#fff;
    letter-spacing:1px;
    margin-bottom:16px;
}

.cta-description{
    max-width:760px;
    font-size: 18px;
    line-height:1.8;
    color:#ffffffd9;
    margin-bottom:40px;
}

.cta-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding: 16px 24px;
    border-radius:16px;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:0.3s ease;
}

.cta-btn-light{
    background:#fff;
    color:#e8622a;
}

.cta-btn-light:hover{
    background:#fff3ec;
    color:#e8622a;
}

.cta-btn-outline{
    border:2px solid rgba(255,255,255,0.45);
    color:#fff;
}

.cta-btn-outline:hover{
    background:#fff;
    color:#f26722;
}

.cta-location{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:16px;
    color:rgba(255,255,255,0.92);
}

.cta-form-card{
    position:relative;
    z-index:2;
    background:#fff;
    padding:45px;
    border-radius:26px;
    box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.form-title{
    font-size: 32px;
    font-weight:700;
    color:#111827;
    margin-bottom:30px;
}

.cta-input{
    border-radius:16px;
    height: 48px !important;
    border:1px solid #e5e7eb;
    padding:0 25px !important;
    font-size:16px;
    color:#111827;
    box-shadow:none !important;
}

.cta-input:focus{
    border-color:#f26722;
}

.cta-submit-btn{
    width:100%;
    height:48px;
    border:none;
    border-radius:16px;
    background:#f26722;
    color:#fff;
    font-size:16px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    transition:0.3s ease;
}

.cta-submit-btn:hover{
    background:#e65c18;
}

@media(max-width:991px){

    .cta-form-section{
        padding:40px 0;
    }

    .cta-title{
        font-size:32px;
    }

    .cta-description{
        font-size:18px;
    }

    .cta-btn{
        font-size:18px;
        padding:16px 24px;
    }

    .cta-location{
        font-size:16px;
    }

}

@media(max-width:576px){

    .cta-form-section{
        padding: 30px 0;
    }

    .cta-title{
        font-size:32px;
        letter-spacing: 0.5px;
    }

    .cta-description{
        font-size:16px;
        line-height:1.8;
    }

    .cta-buttons{
        gap:14px;
    }

    .cta-btn{
        width:100%;
        justify-content:center;
        font-size:16px;
    }

    .cta-location{
        font-size:14px;
        line-height:1.6;
    }

    .cta-form-card{
        padding:28px 22px;
        border-radius:20px;
    }

    .form-title{
        font-size:28px;
    }

    .cta-input{
        height:58px;
        font-size:15px;
    }

    .cta-submit-btn{
        height:48px;
        font-size:16px;
    }

}


/* testimonial */

.student-success-section{
    background:#fafaf7;
}

.success-badge{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#e8622a;
    margin-bottom: 0.75rem;
}

.success-title{
    font-size:48px;
    line-height:1;
    font-weight:800;
    color:#1c1c1e;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.success-title span{
    color:#e8622a;
}

.success-card{
    height:100%;
    background:#fff;
    border-radius: 16px;
    padding:calc(0.2rem * 7);
    box-shadow:rgba(0, 0, 0, 0.07) 0px 4px 24px;
    border:1px solid #ececec;
    transition:0.3s ease;
}

.success-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.success-stars{
    font-size:18px;
    color:#e8622a;
    letter-spacing:3px;
    margin-bottom:16px;
}

.success-text{
    font-size:14px;
    line-height:1.6;
    color:#4a4a4a;
    letter-spacing:0.5px;
    margin-bottom:24px;
}

.success-divider{
    height:1px;
    background:#ececec;
}

.success-user{
    display:flex;
    align-items:center;
    gap:18px;
    padding-top: 16px;
}

.success-avatar{
    width: 40px;
    height: 40px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:#fff;
    flex-shrink:0;
}

.success-avatar.purple{
    background:#7c3aed;
}

.success-avatar.orange{
    background:#ea8600;
}

.success-avatar.green{
    background:#16a34a;
}

.success-user-info h5{
    font-size: 14px;
    font-weight:700;
    color:#111827;
    line-height: 1.75;
    margin-bottom: 0;
}

.success-meta{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.subject{
    font-size:12px;
}

.purple-text{
    color:#7c3aed;
}

.orange-text{
    color:#ea8600;
}

.green-text{
    color:#16a34a;
}

.score-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:4px 8px;
    border-radius:40px;
    font-size:12px;
    font-weight:700;
    color:#fff;
}

.purple-badge{
    background:#7c3aed;
}

.orange-badge{
    background:#ea8600;
}

.green-badge{
    background:#16a34a;
}

@media(max-width:991px){

    .success-title{
        font-size:46px;
    }

    .success-text{
        font-size:17px;
    }

}

@media(max-width:576px){

    .student-success-section{
        padding:70px 0;
    }

    .success-badge{
        font-size:12px;
        letter-spacing:1.5px;
    }

    .success-title{
        font-size:38px;
        letter-spacing:-1px;
        line-height:1.15;
    }

    .success-card{
        padding:24px;
        border-radius:18px;
    }

    .success-stars{
        font-size:22px;
        margin-bottom:18px;
    }

    .success-text{
        font-size:15px;
        line-height:1.8;
    }

    .success-avatar{
        width:52px;
        height:52px;
        font-size:18px;
    }

    .success-user-info h5{
        font-size:20px;
    }

    .subject{
        font-size:14px;
    }

    .score-badge{
        font-size:12px;
        padding:5px 10px;
    }

}