.trust-badges{
    margin:25px 0;
}

.trust-box{
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.25);
    border-radius:8px;
    padding:15px 10px;
    text-align:center;
    color:#fff;
    transition:.3s;
    min-height:120px;
}

.trust-box:hover{
    background:#ffffff;
    color:#0f53a1;
    transform:translateY(-3px);
}

.trust-box i{
    font-size:28px;
    margin-bottom:10px;
    display:block;
}

.trust-box span{
    display:block;
    font-size:15px;
    font-weight:600;
    line-height:22px;
}

@media(max-width:767px){

.trust-box{
    margin-bottom:15px;
    min-height:auto;
}

.trust-box i{
    font-size:24px;
}

.trust-box span{
    font-size:14px;
}
}

.why-techspakes{
    padding:70px 0;
    background:#f8f9fa;
}

.why-title{
    font-size:36px;
    font-weight:700;
    color:#0f53a1;
    margin-bottom:15px;
}

.why-description{
    max-width:900px;
    margin:0 auto 50px;
    font-size:17px;
    color:#555;
    line-height:30px;
}

.why-box{
    background:#fff;
    border-radius:10px;
    padding:30px 20px;
    text-align:center;
    margin-bottom:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.why-box:hover{
    transform:translateY(-8px);
}

.why-box i{
    font-size:42px;
    color:#0f53a1;
    margin-bottom:20px;
}

.why-box h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.why-box p{
    font-size:15px;
    color:#666;
    line-height:24px;
}

.placement-roadmap{
    padding:70px 0;
    background:#f8f9fb;
}

.section-title{
    font-size:36px;
    font-weight:700;
    color:#0b4ea2;
    margin-bottom:15px;
	text-align: center;
}

.section-desc{
    max-width:900px;
    margin:0 auto 50px;
    color:#666;
    font-size:17px;
    line-height:30px;
}

.roadmap-box{

    background:#fff;

    border-radius:10px;

    padding:35px 25px;

    text-align:center;

    position:relative;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;
}

.roadmap-box:hover{

    transform:translateY(-8px);

}

.roadmap-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#0b4ea2;

    color:#fff;

    line-height:80px;

    font-size:34px;

    margin:0 auto 20px;
}

.step-number{

    display:inline-block;

    background:#ffb000;

    color:#fff;

    font-weight:bold;

    padding:4px 12px;

    border-radius:20px;

    margin-bottom:15px;
}

.roadmap-box h4{

    font-size:22px;

    font-weight:600;

    margin-bottom:15px;
}

.roadmap-box p{

    color:#666;

    line-height:26px;
}

@media(max-width:991px){

.roadmap-box{

    margin-bottom:30px;
}

}
.course-card{
    display:block;
    background:#fff;
    padding:30px;
    border-radius:10px;
    text-align:center;
    text-decoration:none;
    color:#333;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    margin-bottom:30px;
    height:100%;
}

.course-card:hover{
    text-decoration:none;
    color:#0f53a1;
    transform:translateY(-6px);
}

.course-card i{
    font-size:42px;
    color:#0f53a1;
    margin-bottom:20px;
}

.course-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.course-link{
    display:inline-block;
    margin-top:15px;
    font-weight:600;
    color:#0f53a1;
}
.student-projects{

    background:#f7f9fc;

    padding:80px 0;
}

.section-title{

    font-size:36px;

    font-weight:700;

    color:#003366;

    margin-bottom:20px;
}

.section-description{

    max-width:900px;

    margin:0 auto 50px;

    color:#666;

    line-height:30px;

    font-size:17px;
}

.project-card{

    background:#fff;

    border-radius:10px;

    overflow:hidden;

    margin-bottom:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;
}

.project-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.project-image img{

    width:100%;

    height:220px;

    object-fit:cover;
}

.project-body{

    padding:25px;
}

.project-body h3{

    font-size:22px;

    margin-bottom:15px;

    color:#003366;
}

.project-body p{

    color:#666;

    line-height:26px;

    margin-bottom:20px;
}

.tech-stack span{

    display:inline-block;

    background:#eef4ff;

    color:#0b56c5;

    padding:6px 12px;

    margin:4px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;
}
.who-can-join{
    padding:80px 0;
    background:#ffffff;
}

.join-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;
    padding:30px 20px;
    text-align:center;
    margin-bottom:30px;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    height:100%;
}

.join-card:hover{
    transform:translateY(-6px);
    border-color:#0d6efd;
}

.join-card i{
    font-size:42px;
    color:#0d6efd;
    margin-bottom:20px;
}

.join-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#003366;
}

.join-card p{
    color:#666;
    line-height:26px;
}
.success-stories{

    background:#f7f9fc;

    padding:80px 0;
}

.testimonial-card{

    background:#fff;

    padding:35px;

    border-radius:10px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    margin-bottom:30px;

    height:100%;
}

.testimonial-card:hover{

    transform:translateY(-8px);
}

.student-photo{

    width:110px;

    margin:auto;

    margin-bottom:20px;
}

.student-photo img{

    border:4px solid #0d6efd;
}

.student-course{

    display:block;

    color:#0d6efd;

    font-weight:600;

    margin-bottom:20px;
}

.testimonial{

    color:#666;

    line-height:28px;

    font-style:italic;

    margin-bottom:20px;
	min-height: 180px;
}

.student-company{

    color:#28a745;

    font-weight:600;
}
.training-batches{

    padding:80px 0;

    background:#f8f9fc;
}

.batch-card{

    background:#fff;

    border-radius:10px;

    padding:35px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

    transition:.3s;
}

.batch-card:hover{

    transform:translateY(-8px);
}

.batch-icon{

    width:90px;

    height:90px;

    background:#0d6efd;

    color:#fff;

    line-height:90px;

    border-radius:50%;

    margin:auto;

    font-size:36px;

    margin-bottom:20px;
}

.batch-card ul{

    list-style:none;

    padding:0;

    margin-top:20px;
}

.batch-card li{

    padding:8px 0;

    color:#555;
}

.info-box{

    margin-top:40px;

    text-align:center;
}

.info-box i{

    font-size:40px;

    color:#0d6efd;

    margin-bottom:15px;
}
.training-highlights{
    margin-top:60px;
}

.info-box{
    position:relative;
    background:#fff;
    padding:40px 30px;
    border-radius:15px;
    text-align:center;
    border:1px solid #edf2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .35s ease;
    overflow:hidden;
    height:100%;
}

.info-box:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0d6efd,#00b4ff);
}

.info-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(13,110,253,.18);
    border-color:#0d6efd;
}

.info-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
}

.info-icon i{
    font-size:38px;
    color:#0d6efd;
    transition:.35s;
}

.info-box:hover .info-icon{
    background:#0d6efd;
}

.info-box:hover .info-icon i{
    color:#fff;
    transform:rotate(10deg);
}

.info-box h3{
    font-size:24px;
    font-weight:700;
    color:#003366;
    margin-bottom:18px;
}

.info-box p{
    font-size:15px;
    line-height:28px;
    color:#666;
    margin:0;
}

@media(max-width:991px){

.info-box{
    margin-bottom:30px;
}

}

.faq-section{
    background:#f8f9fc;
    padding:80px 0;
}

#faqAccordion .panel{
    border:none;
    border-radius:10px;
    margin-bottom:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    overflow:hidden;
}

#faqAccordion .panel-heading{
    padding:0;
    background:#fff;
}

#faqAccordion .panel-title a{
    display:block;
    padding:22px 60px 22px 25px;
    font-size:18px;
    font-weight:600;
    color:#003366;
    text-decoration:none;
    position:relative;
    transition:.3s;
}

#faqAccordion .panel-title a:hover{
    background:#f5f9ff;
}

#faqAccordion .panel-title a:after{
    content:"+";
    position:absolute;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    font-size:26px;
    color:#0d6efd;
    font-weight:bold;
}

#faqAccordion .panel-title a[aria-expanded="true"]:after{
    content:"−";
}

#faqAccordion .panel-body{
    padding:25px;
    border-top:1px solid #eee;
    line-height:28px;
    color:#666;
    font-size:15px;
    background:#fff;
}
.testimonial-card h3,.why-box h4,.course-card h4,.roadmap-box h4,.project-body h3, .join-card h4,.batch-card h3,.info-box h3
{
	text-align:center;
}