/*====================================
SLIDER AREA
====================================*/

.school-slider-area{
    position:relative;
    overflow:hidden;
}

/*====================================
SINGLE SLIDER
====================================*/

.school-single-slider{
    position:relative;
    min-height:580px;
    display:flex !important;
    align-items:center;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    overflow:hidden;
}

/*====================================
OVERLAY
====================================*/

.school-single-slider::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.55) 45%,
        rgba(0,0,0,0.25) 100%
    );
    z-index:1;
}

/*====================================
CONTENT
====================================*/

.school-slider-content{
    position:relative;
    z-index:2;
    max-width:850px;
}

.school-slider-subtitle{
    display:inline-block;
    background:#f4c400;
    color:#002147;
    padding:10px 24px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.school-slider-content h2{
    font-size:38px;
    line-height:1.5;
    font-weight:800;
    color:#ffffff;
    margin-bottom:20px;
    text-transform:capitalize;
    max-width:700px;
}

.school-slider-content p{
    font-size:20px;
    line-height:1.9;
    color:#ffffff;
    margin-bottom:35px;
    max-width:760px;
}

/*====================================
BUTTON
====================================*/

.school-theme-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#f4c400;
    color:#002147 !important;
    padding:18px 38px;
    border-radius:60px;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    transition:0.4s ease;
}

.school-theme-btn:hover{
    background:#ffffff;
    color:#002147 !important;
    transform:translateY(-4px);
}

/*====================================
ARROWS
====================================*/

.school-slider-active .slick-prev,
.school-slider-active .slick-next{
    width:60px;
    height:60px;
    z-index:99;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(6px);
    transition:0.3s;
}

.school-slider-active .slick-prev{
    left:30px;
}

.school-slider-active .slick-next{
    right:30px;
}

.school-slider-active .slick-prev:hover,
.school-slider-active .slick-next:hover{
    background:#f4c400;
}

.school-slider-active .slick-prev:before,
.school-slider-active .slick-next:before{
    font-size:24px;
    color:#ffffff;
    opacity:1;
}

/*====================================
DOTS
====================================*/

.school-slider-active .slick-dots{
    bottom:35px;
}

.school-slider-active .slick-dots li button:before{
    font-size:14px;
    color:#ffffff;
    opacity:0.5;
}

.school-slider-active .slick-dots li.slick-active button:before{
    color:#f4c400;
    opacity:1;
}

/*====================================
RESPONSIVE
====================================*/

@media(max-width:991px){

    .school-single-slider{
        min-height:480px;
        text-align:center;
    }

    .school-slider-content{
        margin:auto;
    }

    .school-slider-content h2{
        font-size:48px;
    }

    .school-slider-content p{
        font-size:17px;
        line-height:1.8;
    }

}

@media(max-width:767px){

    .school-single-slider{
        min-height:400px;
        padding:60px 0;
    }

    .school-slider-content h2{
        font-size:32px;
        line-height:1.4;
    }

    .school-slider-content p{
        font-size:15px;
        line-height:1.7;
    }

    .school-theme-btn{
        padding:15px 28px;
        font-size:15px;
    }

    .school-slider-active .slick-prev,
    .school-slider-active .slick-next{
        display:none !important;
    }

}



/* About Section */
.about-area {
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

/* Section Heading */
.about-title-section h6 {
    color: #ff7b00;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-title-section h2 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 25px;
}

.about-title-section p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}


/* About Image */
.about-right-img {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.about-right-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 25px;
    transition: 0.5s;
}

.about-right-img:hover img {
    transform: scale(1.05);
}

/* Feature Cards */
.feature-wrapper {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    transition: 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.feature-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Number Style */
.feature-title-heading span {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 55px;
    font-weight: 800;
    color: rgba(0, 86, 210, 0.08);
}

/* Feature Heading */
.feature-title-heading h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 20px;
}

/* Feature Text */
.feature-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {

    .about-title-section h2 {
        font-size: 34px;
    }

    .about-right-img img {
        height: 350px;
    }
}

@media (max-width: 767px) {

    .about-title-section {
        text-align: center;
    }

    .about-title-section h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .about-title-section p {
        font-size: 15px;
        text-align: center;
    }

    .about-right-img img {
        height: 280px;
    }

    .feature-wrapper {
        padding: 30px 25px;
    }

    .feature-title-heading h3 {
        font-size: 22px;
    }

    .feature-title-heading span {
        font-size: 45px;
    }
}




/* =========================================
GLOBAL SECTION
========================================= */

.section-padding{

    padding:60px 0;
}

/* =========================================
COMMON TITLE
========================================= */

.section-title{

    margin-bottom:35px;
}

.section-subtitle{

    display:inline-block;

    background:#dbeafe;

    color:#2563eb;

    padding:7px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:14px;
}

.section-title h2{

    font-size:40px;

    font-weight:700;

    color:#0f172a;

    margin-bottom:12px;
}

.section-title p{

    font-size:15px;

    line-height:28px;

    color:#64748b;

    margin-bottom:0;
}

/* =========================================
COMMON CARD
========================================= */

.simple-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    height:100%;

    text-align:center;

    transition:0.3s ease;

    box-shadow:0 6px 20px rgba(0,0,0,0.06);
}

.simple-card:hover{

    transform:translateY(-6px);

    box-shadow:0 14px 30px rgba(0,0,0,0.12);
}

/* =========================================
CARD IMAGE
========================================= */

.card-image img{

    width:100%;

    height:220px;

    object-fit:cover;
}

/* =========================================
CARD CONTENT
========================================= */

.card-content{

    padding:22px 18px;
}

.card-content h3{

    font-size:22px;

    font-weight:700;

    color:#0f172a;

    margin-bottom:10px;
}

.card-content p{

    font-size:14px;

    line-height:26px;

    color:#64748b;

    margin-bottom:0;
}

/* =========================================
ICON
========================================= */

.simple-icon{

    width:70px;
    height:70px;

    background:#dbeafe;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    margin:0 auto 18px;

    font-size:30px;

    transition:0.3s ease;
}

.simple-card:hover .simple-icon{

    background:#2563eb;

    color:#fff;
}

/* =========================================
BUTTON
========================================= */

.simple-btn{

    display:inline-block;

    background:#2563eb;

    color:#fff !important;

    padding:12px 28px;

    border-radius:10px;

    font-size:15px;

    font-weight:600;

    transition:0.3s ease;
}

.simple-btn:hover{

    background:#1d4ed8;

    transform:translateY(-3px);
}

/* =========================================
COUNTER SECTION
========================================= */

.counter-section{

    background:#0f172a;

    padding:60px 0 40px;
}

.counter-box{

    background:rgba(255,255,255,0.06);

    border-radius:18px;

    padding:25px 20px;

    text-align:center;

    transition:0.3s ease;

    height:100%;
}

.counter-box:hover{

    transform:translateY(-5px);
}

.counter-box img{

    height:55px;

    margin-bottom:14px;
}

.counter-box h2{

    color:#fff;

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;
}

.counter-box p{

    color:#cbd5e1;

    font-size:14px;

    margin:0;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:767px){

    .section-padding{

        padding:45px 0;
    }

    .section-title{

        margin-bottom:28px;
    }

    .section-title h2{

        font-size:30px;
    }

    .card-image img{

        height:200px;
    }

}




.program-section{

    background:#f8fbff;

    overflow:hidden;
}

/* CARD */

.program-box{

    background:#ffffff;

    padding:35px 25px;

    border-radius:20px;

    text-align:center;

    height:100%;

    transition:0.4s ease;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.program-box:hover{

    transform:translateY(-8px);

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

/* ICON */

.program-icon{

    width:80px;
    height:80px;

    margin:auto auto 20px;

    background:#e0ecff;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:34px;

    transition:0.4s ease;
}

.program-box:hover .program-icon{

    background:#2563eb;

    transform:rotateY(180deg);
}

/* TITLE */

.program-box h3{

    font-size:24px;

    font-weight:700;

    color:#0f172a;

    margin-bottom:15px;
}

/* TEXT */

.program-box p{

    color:#64748b;

    font-size:15px;

    line-height:28px;

    margin-bottom:0;
}

/* RESPONSIVE */

@media(max-width:767px){

    .program-box{

        padding:30px 20px;
    }

    .program-box h3{

        font-size:22px;
    }

}






/*====================================
SUBSCRIBE AREA
====================================*/

.subscribe-area{
    position:relative;
    z-index:99;
    padding:0;
}

.subscribe-box{
    background:#f4c400;
    padding:55px 45px;
    overflow:hidden;
}

/*====================================
TEXT
====================================*/

.subscribe-text h1{
    font-size:56px;
    font-weight:800;
    color:#002147;
    margin-bottom:15px;
    line-height:1.2;
}

.subscribe-text span{
    font-size:18px;
    color:#111111;
    display:block;
    line-height:1.7;
}

/*====================================
CONTACT BUTTONS
====================================*/

.admission-contact-buttons{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:flex-end;
}

/* BUTTON */

.contact-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    width:100%;
    max-width:320px;
    padding:18px 24px;
    border-radius:60px;
    text-decoration:none;
    transition:0.3s ease;
}

.contact-btn i{
    font-size:22px;
}

.contact-btn span{
    font-size:18px;
    font-weight:700;
}


/* WHATSAPP BUTTON */

.whatsapp-btn{
    background:#25d366;
}

.whatsapp-btn i,
.whatsapp-btn span{
    color:#002147;
}

/* PHONE BUTTON */

.phone-btn{
    background:#f1f1f1;
}

.phone-btn i,
.phone-btn span{
    color:#002147;
}

/* HOVER EFFECT */

.contact-btn:hover{
    transform:translateY(-4px);
}

/*====================================
LAPTOP
====================================*/

@media(max-width:1199px){

    .subscribe-text h1{
        font-size:48px;
    }

}

/*====================================
TABLET
====================================*/

@media(max-width:991px){

    .subscribe-box{
        padding:40px 25px;
    }

    .subscribe-text{
        text-align:center;
        margin-bottom:35px;
    }

    .subscribe-text h1{
        font-size:40px;
    }

    .subscribe-text span{
        font-size:16px;
    }

    .admission-contact-buttons{
        align-items:center;
    }

}

/*====================================
MOBILE
====================================*/

@media(max-width:767px){

    .subscribe-box{
        padding:35px 20px;
    }

    .subscribe-text h1{
        font-size:32px;
        line-height:1.3;
    }

    .subscribe-text span{
        font-size:15px;
        line-height:1.8;
    }

    .admission-contact-buttons{
        width:100%;
        gap:15px;
    }

    .contact-btn{
        max-width:100%;
        width:100%;
        padding:16px 15px;
        border-radius:50px;
    }

    .contact-btn span{
        font-size:15px;
    }

    .contact-btn i{
        font-size:18px;
    }

}

/*====================================
SMALL MOBILE
====================================*/

@media(max-width:480px){

    .subscribe-text h1{
        font-size:28px;
    }

    .contact-btn{
        border-radius:18px;
    }

}

/* Courses section */
.courses-section {
    background: url('../img/courses/courses_bg.png') center center/cover no-repeat;
    padding: 100px 0 70px;
    overflow: hidden;
}

.courses-heading {
    text-align: center;
    margin-bottom: 50px;
}

.courses-heading h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.courses-heading p {
    color: #ddd;
    font-size: 18px;
    margin: 0;
}

.course-slide {
    padding: 15px;
}

.course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}

.course-card:hover {
    transform: translateY(-6px);
}

.course-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.course-card-body {
    padding: 25px;
    text-align: center;
}

.course-card-body h3 {
    color: #0b2c5f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.course-card-body p {
    color: #28282b;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

/* Principal section */
.principal-section {
    background: #f4f8fc;
}

.principal-image img {
    border-radius: 15px;
    height: 450px;
    width: 100%;
    object-fit: cover;
    border: 8px solid #fff;
}

.principal-content {
    border-radius: 20px;
}

.principal-section .section-title span {
    color: #0d6efd;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.principal-section .section-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1b1b1b;
    line-height: 1.3;
}

.principal-divider {
    width: 80px;
    height: 4px;
    background: #0d6efd;
    border-radius: 10px;
}

.principal-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    font-weight: 500;
    text-align: justify;
}

.principal-name {
    font-weight: 700;
    color: #111;
}

.principal-role {
    font-size: 18px;
    color: #0d6efd;
    font-weight: 600;
}

.principal-btn {
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .courses-heading h1 {
        font-size: 32px;
    }

    .principal-section .section-title h2 {
        font-size: 30px;
    }

    .principal-image img {
        height: 320px;
    }

}