﻿/*============================
COURSE HERO
=============================*/

.course-hero{

position:relative;

padding:120px 0;

background:

linear-gradient(rgba(8,25,63,.82),rgba(8,25,63,.82)),
url('../images/course-bg.jpg');

background-size:cover;

background-position:center;

overflow:hidden;

}

.course-hero h1{

font-size:60px;

font-weight:800;

color:#fff;

line-height:1.2;

margin:25px 0;

}

.course-hero h1 span{

display:block;

color:#F97316;

}

.course-hero p{

color:#ddd;

font-size:20px;

margin-bottom:30px;

}

.course-badge{

background:#F97316;

padding:12px 25px;

border-radius:30px;

color:#fff;

font-weight:600;

}

.hero-tags span{

display:inline-block;

background:rgba(255,255,255,.12);

padding:10px 22px;

border-radius:30px;

margin:8px;

color:#fff;

backdrop-filter:blur(10px);

}

.btn-course{

background:#F97316;

color:#fff;

padding:15px 40px;

border-radius:40px;

display:inline-block;

margin-top:20px;

font-weight:600;

text-decoration:none;

}

.btn-course:hover{

background:#fff;

color:#0B4F9C;

}

.hero-image{

animation:float 5s infinite ease-in-out;

}

@keyframes float{

0%,100%{transform:translateY(0);}

50%{transform:translateY(-15px);}

}

/*============================
STATS
=============================*/

.course-stats{

background:#fff;

margin-top:-50px;

position:relative;

z-index:99;

}

.stat{

padding:35px;

background:#fff;

text-align:center;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.stat h2{

color:#0B4F9C;

font-size:42px;

font-weight:700;

}

.stat p{

margin:0;

color:#777;

}

/*============================
CATEGORY
=============================*/

.course-category{

padding:100px 0;

background:#F8FBFF;

}

.category-card{

background:#fff;

border-radius:25px;

padding:40px;

text-align:center;

position:relative;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

height:100%;

}

.category-card:hover{

transform:translateY(-15px);

}

.featured{

border:3px solid #F97316;

transform:scale(1.05);

}

.popular{

position:absolute;

top:-15px;

right:20px;

background:#F97316;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:14px;

}

.category-icon{

font-size:60px;

margin-bottom:20px;

}

.category-card h3{

color:#0B4F9C;

font-weight:700;

}

.category-card h4{

color:#F97316;

margin:20px 0;

}

.subjects{

margin:25px 0;

}

.subjects span{

display:inline-block;

padding:8px 18px;

margin:6px;

background:#EEF5FF;

border-radius:30px;

font-size:14px;

}

.btn-view{

display:inline-block;

padding:12px 28px;

background:#0B4F9C;

color:#fff;

border-radius:30px;

text-decoration:none;

margin-top:15px;

}

.btn-view:hover{

background:#F97316;

color:#fff;

}

/*=============================
FOUNDATION PROGRAMME
==============================*/

.foundation-section{

    padding:110px 0;

    background:#fff;

}

.foundation-image{

    position:relative;

}

.foundation-image img{

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.batch-badge{

    position:absolute;

    bottom:30px;

    left:30px;

    background:#F97316;

    color:#fff;

    padding:15px 30px;

    border-radius:40px;

    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,.20);

}

.course-description{

    color:#666;

    line-height:1.9;

    margin:25px 0;

    font-size:17px;

}

.subject-pills{

    margin-top:30px;

}

.subject-pills span{

    display:inline-block;

    padding:12px 24px;

    margin:8px;

    border-radius:40px;

    background:#EEF5FF;

    color:#0B4F9C;

    font-weight:600;

    transition:.4s;

}

.subject-pills span:hover{

    background:#F97316;

    color:#fff;

    transform:translateY(-5px);

}

.subject-pills i{

    margin-right:8px;

}

.mini-feature{

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.mini-feature:hover{

    background:#0B4F9C;

    transform:translateY(-10px);

}

.mini-feature i{

    font-size:34px;

    color:#F97316;

    margin-bottom:15px;

}

.mini-feature h5{

    color:#0B4F9C;

    margin:0;

    font-size:17px;

}

.mini-feature:hover h5{

    color:#fff;

}

/*======================================
BOARD EXCELLENCE PROGRAMME
======================================*/

.board-program-section{

    padding:110px 0;

    background:#F8FBFF;

}

.board-image{

    position:relative;

}

.board-image img{

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.board-badge{

    position:absolute;

    bottom:25px;

    right:25px;

    background:#0B4F9C;

    color:#fff;

    padding:14px 25px;

    border-radius:40px;

    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,.20);

}

.board-badge i{

    color:#F97316;

    margin-right:8px;

}

.subject-badges{

    margin:30px 0;

}

.subject-badges span{

    display:inline-block;

    padding:12px 22px;

    margin:8px;

    border-radius:40px;

    background:#fff;

    color:#0B4F9C;

    font-weight:600;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.4s;

}

.subject-badges span:hover{

    background:#F97316;

    color:#fff;

    transform:translateY(-5px);

}

.subject-badges i{

    margin-right:8px;

}

.course-feature-list{

    list-style:none;

    padding:0;

}

.course-feature-list li{

    margin-bottom:18px;

    font-size:16px;

    color:#555;

}

.course-feature-list i{

    color:#F97316;

    margin-right:10px;

}

.program-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.program-card:hover{

    background:#0B4F9C;

    transform:translateY(-10px);

}

.program-card i{

    font-size:42px;

    color:#F97316;

    margin-bottom:20px;

}

.program-card h4{

    color:#0B4F9C;

    font-weight:700;

    margin-bottom:15px;

}

.program-card p{

    color:#666;

    line-height:1.8;

}

.program-card:hover h4,

.program-card:hover p{

    color:#fff;

}

.program-card:hover i{

    color:#FFD54F;

}

/*====================================
XI-XII STREAMS
====================================*/

.stream-programs{

    padding:110px 0;

    background:#ffffff;

}

.stream-box{

    border-radius:25px;

    overflow:hidden;

    padding:45px;

    color:#fff;

    height:100%;

    transition:.4s;

    position:relative;

}

.stream-box:hover{

    transform:translateY(-15px);

}

.stream-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    margin-bottom:25px;

}

.stream-icon i{

    font-size:40px;

}

.stream-box h3{

    text-align:center;

    font-size:34px;

    font-weight:700;

    margin-bottom:20px;

}

.stream-box p{

    text-align:center;

    line-height:1.8;

    margin-bottom:25px;

}

.stream-box ul{

    list-style:none;

    padding:0;

}

.stream-box li{

    padding:12px 0;

    border-bottom:1px solid rgba(255,255,255,.15);

}

.stream-box li i{

    margin-right:10px;

}

.career-tag{

    background:rgba(255,255,255,.18);

    text-align:center;

    padding:12px;

    border-radius:40px;

    margin:25px 0;

    font-weight:600;

}

.stream-btn{

    display:block;

    text-align:center;

    padding:15px;

    border-radius:40px;

    background:#fff;

    color:#0B4F9C;

    font-weight:700;

    text-decoration:none;

    transition:.4s;

}

.stream-btn:hover{

    background:#F97316;

    color:#fff;

}

/* Science */

.science-stream{

    background:linear-gradient(135deg,#0B4F9C,#3B82F6);

}

/* Commerce */

.commerce-stream{

    background:linear-gradient(135deg,#F97316,#FB923C);

}

/* Humanities */

.humanities-stream{

    background:linear-gradient(135deg,#1E293B,#475569);

}

/*=================================
 COMPUTER SCIENCE LAB
==================================*/

.cs-lab-section{

    padding:110px 0;

    background:#F7FBFF;

}

.lab-image{

    position:relative;

}

.lab-image img{

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.floating-badge{

    position:absolute;

    left:30px;

    bottom:30px;

    background:#F97316;

    color:#fff;

    padding:16px 30px;

    border-radius:40px;

    font-weight:600;

}

.tech-badges{

    margin:30px 0;

}

.tech-badges span{

    display:inline-block;

    padding:12px 24px;

    margin:8px;

    border-radius:40px;

    background:#EEF5FF;

    color:#0B4F9C;

    font-weight:600;

    transition:.4s;

}

.tech-badges span:hover{

    background:#F97316;

    color:#fff;

}

.tech-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.tech-card:hover{

    background:#0B4F9C;

    transform:translateY(-10px);

}

.tech-card i{

    font-size:34px;

    color:#F97316;

    margin-bottom:15px;

}

.tech-card h5{

    color:#0B4F9C;

    margin:0;

}

.tech-card:hover h5{

    color:#fff;

}

/*=====================================
LEARNING JOURNEY
======================================*/

.learning-journey{

    padding:110px 0;

    background:#fff;

}

.timeline{

    position:relative;

    max-width:1100px;

    margin:auto;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    width:4px;

    height:100%;

    background:#0B4F9C;

    transform:translateX(-50%);

}

.timeline-item{

    position:relative;

    width:50%;

    margin-bottom:60px;

}

.timeline-item.left{

    left:0;

    padding-right:70px;

    text-align:right;

}

.timeline-item.right{

    left:50%;

    padding-left:70px;

}

.timeline-icon{

    width:70px;

    height:70px;

    background:#F97316;

    border-radius:50%;

    position:absolute;

    top:10px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

    z-index:10;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.timeline-item.left .timeline-icon{

    right:-35px;

}

.timeline-item.right .timeline-icon{

    left:-35px;

}

.timeline-content{

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.4s;

}

.timeline-content:hover{

    transform:translateY(-8px);

}

.timeline-content h4{

    color:#0B4F9C;

    font-weight:700;

}

.timeline-content p{

    color:#666;

    line-height:1.8;

}

.timeline-icon.success{

    background:#28a745;

}

@media(max-width:991px){

.timeline::before{

left:30px;

}

.timeline-item{

width:100%;

left:0 !important;

padding-left:90px;

padding-right:0;

text-align:left;

}

.timeline-item.left .timeline-icon,

.timeline-item.right .timeline-icon{

left:0;

right:auto;

}

}
    /*==================================
WHY VEDAEDGE
===================================*/

.why-vedaedge{

    padding:110px 0;

    background:linear-gradient(135deg,#0B4F9C,#163C83);

    color:#fff;

}

.counter-box{

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(12px);

    border-radius:20px;

    padding:35px;

    text-align:center;

    border:1px solid rgba(255,255,255,.15);

    transition:.4s;

}

.counter-box:hover{

    background:#F97316;

    transform:translateY(-8px);

}

.counter-box h2{

    font-size:46px;

    font-weight:800;

    margin-bottom:10px;

    color:#fff;

}

.counter-box p{

    margin:0;

    font-size:17px;

}

.feature-card{

    background:#fff;

    color:#444;

    border-radius:20px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.feature-card:hover{

    transform:translateY(-12px);

}

.feature-card i{

    width:85px;

    height:85px;

    line-height:85px;

    border-radius:50%;

    background:#EEF5FF;

    color:#F97316;

    font-size:36px;

    margin-bottom:20px;

}

.feature-card h4{

    color:#0B4F9C;

    font-size:22px;

    margin-bottom:15px;

    font-weight:700;

}

.feature-card p{

    line-height:1.8;

    color:#666;

}

.feature-card:hover{

    background:#F97316;

}

.feature-card:hover h4,

.feature-card:hover p,

.feature-card:hover i{

    color:#fff;

}

.feature-card:hover i{

    background:rgba(255,255,255,.20);

}

.admission-cta{

    padding:100px 0;

    background:linear-gradient(135deg,#F97316,#FF9A3D);

    color:#fff;

    text-align:center;

}

.admission-cta h2{

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.admission-cta p{

    font-size:19px;

    max-width:750px;

    margin:0 auto 35px;

    line-height:1.8;

}

.btn-admission{

    background:#0B4F9C;

    color:#fff;

    padding:16px 42px;

    border-radius:50px;

    font-weight:700;

    margin-right:15px;

    transition:.4s;

}

.btn-admission:hover{

    background:#fff;

    color:#0B4F9C;

}

/*=====================================
ACADEMY STATS
======================================*/

.academy-stats{

    padding:90px 0;

    background:#F6FAFF;

}

.stats-wrapper{

    background:linear-gradient(135deg,#0B4F9C,#173B8F);

    border-radius:30px;

    padding:70px 50px;

    position:relative;

    overflow:hidden;

}

.stats-wrapper::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-120px;

    right:-120px;

}

.stats-wrapper::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(249,115,22,.15);

    border-radius:50%;

    bottom:-80px;

    left:-80px;

}

.stats-wrapper .section-heading{

    color:#fff;

}

.stats-wrapper .section-subtitle{

    color:#FFD54F;

}

.stat-card{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:22px;

    padding:35px 25px;

    text-align:center;

    transition:.4s;

    position:relative;

    z-index:2;

}

.stat-card:hover{

    transform:translateY(-12px);

    background:#F97316;

}

.stat-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    background:#fff;

    margin:0 auto 20px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.stat-icon i{

    font-size:36px;

    color:#F97316;

}

.stat-card h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:10px;

}

.stat-card h5{

    color:#fff;

    font-size:22px;

    margin-bottom:8px;

}

.stat-card p{

    color:#EAEAEA;

    margin:0;

}

.stat-card:hover .stat-icon{

    background:#fff;

}

.stat-card:hover .stat-icon i{

    color:#0B4F9C;

}