/* ===============================
   Hero Slider
================================= */

.slider-image{
    width:100%;
    height:700px;
    object-fit:cover;
}

/* Caption Area */
.carousel-caption{
    position:absolute;
    top:50%;
    left:6%;
    right:auto;
    bottom:auto;

    transform:translateY(-50%);

    width:42%;

    display:flex;
    justify-content:center;
    align-items:flex-start;

    background:none;
    padding:0;

    text-align:left !important;
}

/* Content */
.slider-content{

    width:100%;
    max-width:650px;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    text-align:left !important;
}

/* Small Heading */
.hero-title{
    margin:0 0 5px 0;      /* Reduced from 15px to 5px */

    color:#1E88E5;

    font-size:22px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:2px;

    text-align:left !important;
}

/* Main Heading */
.hero-subtitle{

    margin:0;              /* Remove extra margins */

    color:#ffffff;

    font-size:68px;

    font-weight:800;

    line-height:1.0;       /* Reduced from 1.05 */

    text-align:left !important;
}

.hero-subtitle br{
    display:block;
}

/* Button */
.slider-content .btn{

    margin-top:35px;

    padding:15px 35px;

    font-size:18px;

    border-radius:50px;
}

/*==============================
WELCOME SECTION
===============================*/

.welcome-section{
    padding:90px 0;
    background:#fff;
}

.welcome-heading{
    display:inline-block;
    color:#0d6efd;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.welcome-title{
    font-size:46px;
    font-weight:800;
    color:#1c2b4a;
    line-height:1.2;
    margin-bottom:20px;
}

.welcome-description{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.welcome-section p{
    font-size:17px;
}

.welcome-section img{
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/* Image */

.welcome-image{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

/* Certification Area */

.certification-box{
    width:90%;
    margin:20px auto 0;
}

.cert-card{

    display:flex;

    align-items:center;

    gap:20px;

    background:#fff;

    border-radius:15px;

    padding:18px;

    margin-bottom:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    
	padding:15px 20px;
    min-height:90px;
	border-left:5px solid #0d6efd;
	transition:.3s ease;

}

.cert-card:hover{

    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.cert-card img{

    width:90px;
    height:90px;
    object-fit:contain;
}

.cert-card h5{

    margin:0;

    color:#1e4f95;

    font-weight:700;

}

.cert-card p{

    margin:5px 0 0;

    color:#666;

}

.core-values-heading{
    margin:40px 0 25px;
}

.core-values-heading h3{
    font-size:30px;
    font-weight:700;
    color:#183B73;
    margin-bottom:8px;
}

.core-values-heading p{
    color:#6c757d;
    font-size:16px;
    margin:0;
}

.facility-card{

    background:#fff;

    border-radius:20px;

    padding:30px 20px;

    text-align:center;

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

    transition:.3s;

    height:100%;
}

.facility-card img{

    width:120px;

    height:120px;

    object-fit:contain;

    margin-bottom:20px;
}

.facility-card p{

    font-size:16px;

    color:#666;

    line-height:1.7;

    margin:0;
}

.facility-card:hover{

    transform:translateY(-8px);

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

/*==============================
MISSION & VISION
===============================*/

.mission-section{
    padding:100px 0;
   	background:#f6f9ff;
}

.section-subtitle{
    display:inline-block;
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#183B73;
    margin-bottom:15px;
}

.section-description{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.mv-card{
	
	background:#1E3A8A;   /* Royal Blue */

    color:#fff;
  

    border-radius:20px;

    padding:40px;

    height:100%;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s;

}

.mv-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.mv-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#edf5ff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#0d6efd;

}

.mv-card h3{

    font-size:30px;

    font-weight:700;

    color:#fff;

    margin-bottom:20px;

}

.mv-card p{

   color:#fff;

    font-size:17px;

    line-height:1.9;

    margin:0;

}

/*==================================
QUOTE BANNER
==================================*/

.quote-section{

    padding:80px 0;

    background:#ffffff;

}

.quote-banner{

    border-radius:25px;

    overflow:hidden;

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

}

.quote-banner img{

    width:100%;

    display:block;

    border-radius:25px;

    transition:.4s;

}

.quote-banner:hover img{

    transform:scale(1.02);

}


/*===============================
COURSES
=================================*/

.courses-section{

padding:90px 0;

background:#F5F9FF;

}

.section-heading{

text-align:center;

max-width:850px;

margin:auto auto 60px;

}

.section-top{

color:#1E63FF;

font-weight:700;

letter-spacing:3px;

text-transform:uppercase;

font-size:15px;

}

.section-heading h2{

font-size:52px;

font-weight:800;

color:#183B72;

margin:15px 0;

}

.section-heading p{

font-size:19px;

line-height:34px;

color:#666;

}



.course-link{

text-decoration:none;

}



.course-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}



.course-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(0,0,0,.15);

}



.course-image{

height:250px;

overflow:hidden;

}



.course-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.4s;

}



.course-card:hover img{

transform:scale(1.08);

}



.course-body{

padding:30px;

}



.age-badge{

display:inline-block;

background:#2563EB;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}



.course-body h3{

font-size:33px;

font-weight:700;

color:#163B72;

margin-bottom:12px;

}



.gold-line{

width:60px;

height:4px;

background:#F4B400;

border-radius:20px;

margin-bottom:20px;

}



.course-body p{

font-size:17px;

line-height:30px;

color:#666;

min-height:95px;

}



.learn-more{

display:inline-block;

margin-top:20px;

font-weight:700;

color:#2563EB;

transition:.3s;

}



.course-card:hover .learn-more{

padding-left:10px;

}



.btn-course{

display:inline-block;

padding:16px 45px;

background:#1E63FF;

color:#fff;

border-radius:40px;

font-weight:700;

font-size:18px;

text-decoration:none;

transition:.3s;

}



.btn-course:hover{

background:#183B72;

color:#fff;

}