.elementor-23 .elementor-element.elementor-element-d8d6947{--display:flex;}.elementor-23 .elementor-element.elementor-element-9e2a40f{--display:flex;}.elementor-23 .elementor-element.elementor-element-0de3e93{--display:flex;}.elementor-23 .elementor-element.elementor-element-780a6bb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-95c331d */.success-story{
    position:relative;
    padding:0 0px 120px;
}
.success-story{
    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    padding:0 0 80px;
    box-sizing:border-box;
    margin-top: -10PX;
}
/* Top Section */

.success-wrapper{
    background:#032b78;
    border-radius:0px;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.success-content{
    flex:1;
    padding:50px;
}

.success-content h2{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin-bottom:0px;
}

.success-content h3{
    color:#fff;
    font-size:45px;
    line-height:1.5;
    margin-bottom:10px;
}

.success-content h3 span{
    color:#f7931e;
}

.success-content p{
    color:#fff;
    font-size:20px;
    line-height:1.4;
    max-width:550px;
}

.success-image{
    flex:1;
    height:400px;
}

.success-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Stats Card */

.success-stats{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;

    width:90%;
    background:#fff;
    border-radius:25px;
    padding:0px;

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;

    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.stat-box{
    display:flex;
    align-items:center;
    gap:15px;
    margin-left: 15px;
}

.stat-box i{
    font-size:42px;
    color:#032b78;
    margin-left: 8PX;
}

.stat-box h4{
    font-size:36px;
    color:#032b78;
    margin-bottom:5px;
}

.stat-box p{
    color:#666;
    margin:0;
}

.stat-box span{
    color:#f7931e;
    font-size:18px;
}

/* Tablet */

@media(max-width:1024px){

    .success-wrapper{
        flex-direction:column;
    }

    .success-content{
        padding:50px 35px;
        text-align:center;
    }

    .success-content h2{
        font-size:45px;
    }

    .success-content h3{
        font-size:34px;
    }

    .success-image{
        width:100%;
        height:400px;
    }

    .success-stats{
        position:relative;
        transform:none;
        left:auto;
        width:100%;
        margin-top:30px;

        grid-template-columns:repeat(2,1fr);
    }

    .success-story{
        padding-bottom:40px;
    }
}

/* Mobile */

@media(max-width:767px){

    .success-story{
        padding:0 0px 30px;
    }

    .success-content{
        padding:10px 20px;
    }

    .success-content h2{
        font-size:34px;
    }

    .success-content h3{
        font-size:26px;
    }

    .success-content p{
        font-size:16px;
    }

    .success-image{
        height:280px;
    }

    .success-stats{
        grid-template-columns:1fr;
        padding:0px;
    }

    .stat-box{
        justify-content:center;
        text-align:center;
        flex-direction:column;
        margin-left: -15px;
    }

    .stat-box h4{
        font-size:28px;
    }
    .stat-box i{
        margin-bottom: -20PX
    
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2df3ed1 */.student-success{
    padding:0px 0px;
    background:#fff;
}

.section-title{
    text-align:center;
    margin-bottom:20px;
}

.section-title h2{
    font-size:46px;
    color:#082b74;
    font-weight:700;
}

.section-title span{
    color:#f7931e;
}

/* Grid */

.student-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/* Card */

.student-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
}

.student-card:hover{
    transform:translateY(-10px);
}

.student-image{
    position:relative;
    height:150px;
}

.student-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    width:50px;
    height:50px;
    border-radius:50%;

    background:rgba(0,0,0,.45);
    backdrop-filter:blur(4px);

    display:flex;
    align-items:center;
    justify-content:center;
}

.play-btn i{
    color:#fff;
    font-size:36px;
}

/* Content */

.student-info{
    text-align:center;
    padding:5px 15px;
}

.student-info h3{
    font-size:22px;
    color:#082b74;
    margin-bottom:5px;
}

.student-info p{
    font-size:15px;
    color:#555;
    margin-bottom:6px;
}

.student-info span{
    display:block;
    color:#082b74;
    font-weight:600;
    margin-bottom:20px;
}

.student-info h4{
    color:#082b74;
    font-size:24px;
    margin-bottom:5px;
}

.student-info small{
    color:#666;
    font-size:15px;
}

/* Large Tablet */

@media(max-width:1200px){

    .student-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

/* Tablet */

@media(max-width:768px){

    .student-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:34px;
    }
}

/* Mobile */

@media(max-width:576px){

    .student-success{
        padding:60px 15px;
    }

    .student-grid{
        grid-template-columns:1fr;
    }

    .student-image{
        height:280px;
    }

    .section-title h2{
        font-size:28px;
    }

    .student-info h4{
        font-size:28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55f58eb */.join-cta{
    max-width:1300px;
    margin:0px auto;
    padding:10px ;

    background:#022a75;
    border-radius:18px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.join-left{
    display:flex;
    align-items:center;
    gap:20px;
}

.join-icon{
    width:70px;
    height:70px;
    margin-left: 20px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.join-icon i{
    font-size:55px;
    color:#f7931e;
}

.join-content h2{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}

.join-content p{
    color:#fff;
    font-size:18px;
    margin:0;
    opacity:.9;
}

.join-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:200px;
    height:50px;
    margin-right: 40px;

    background:#f7931e;
    color:#fff;
    text-decoration:none;

    font-size:24px;
    font-weight:700;

    border-radius:12px;
    transition:.3s;
}

.join-btn:hover{
    background:#ff9f2e;
    transform:translateY(-3px);
}

/* Tablet */

@media(max-width:991px){

    .join-cta{
        flex-direction:column;
        text-align:center;
        padding:30px;
    }

    .join-left{
        flex-direction:column;
    }

    .join-content h2{
        font-size:30px;
    }

    .join-btn{
        min-width:260px;
    }
}

/* Mobile */

@media(max-width:576px){

    .join-cta{
        margin:0px 5px;
        padding:15px 20px;
    }
    
    

    .join-content h2{
        font-size:24px;
        line-height:1.4;
    }

    .join-content p{
        font-size:15px;
    }

    .join-btn{
        width:100%;
        min-width:100%;
        height:60px;
        font-size:20px;
    }

    .join-icon i{
        font-size:45px;
        margin-right: 25px;
        margin-bottom: -20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30f5768 */.more-success-stories{
    padding:0px 50px;
    background:#fff;
}

.story-heading{
    text-align:center;
    margin-bottom:50px;
}

.story-heading h2{
    font-size:42px;
    color:#082b74;
    font-weight:700;
}

.story-heading h2 span{
    color:#f7931e;
}

/* Grid */

.stories-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card */

.story-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.story-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

/* Quote + Text */

.story-text{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:25px;
}

.story-text i{
    color:#082b74;
    font-size:24px;
    flex-shrink:0;
    margin-top:3px;
}

.story-text p{
    margin:0;
    color:#444;
    font-size:15px;
    line-height:1.8;
}

/* Footer */

.story-footer{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:15px;
}

.story-info h3{
    color:#082b74;
    font-size:22px;
    margin-bottom:8px;
}

.story-info span{
    display:block;
    color:#555;
    margin-bottom:5px;
}

.story-info small{
    display:block;
    color:#777;
    margin-bottom:15px;
}

.story-info h4{
    color:#082b74;
    font-size:32px;
    font-weight:700;
}

.story-image img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
}

/* Tablet */

@media(max-width:1024px){

    .stories-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */

@media(max-width:767px){

    .stories-grid{
        grid-template-columns:1fr;
    }

    .story-heading h2{
        font-size:30px;
    }

    .story-footer{
        flex-direction:column-reverse;
        align-items:center;
        text-align:center;
    }

    .story-info h4{
        font-size:26px;
        text-align:center;
        
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bac750f */.company-logos{
    padding:0px 10px;
    background:#fff;
}

.logo-wrapper{
    max-width:1400px;
    margin:auto;
    padding:35px 40px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.logo-wrapper h2{
    text-align:center;
    color:#082b74;
    font-size:28px;
    font-weight:700;
    margin-bottom:35px;
}

.logo-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:30px;
}

.logo-grid img{
    height:55px;
    width:auto;
    object-fit:contain;
    transition:.3s;
    filter:grayscale(0%);
}

.logo-grid img:hover{
    transform:scale(1.08);
}

/* Tablet */

@media(max-width:991px){

    .logo-grid{
        justify-content:center;
        gap:40px;
    }

    .logo-grid img{
        height:45px;
    }

    .logo-wrapper h2{
        font-size:30px;
    }
}

/* Mobile */

@media(max-width:576px){

    .company-logos{
        padding:40px 15px;
    }

    .logo-wrapper{
        padding:25px 20px;
    }

    .logo-wrapper h2{
        font-size:24px;
        margin-bottom:25px;
    }

    .logo-grid{
        gap:25px;
    }

    .logo-grid img{
        height:35px;
        max-width:120px;
    }
}/* End custom CSS */