*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#fff;
overflow-x:hidden;
}

/*=========================
TOP BAR
=========================*/

.top-bar{

background:#0B1F3A;
color:#fff;
padding:8px 0;
font-size:14px;

}

.top-bar a{

color:#fff;
text-decoration:none;

}

.social-icons a{

margin-left:12px;
transition:.4s;

}

.social-icons a:hover{

color:#FFD447;

}

/*=========================
NAVBAR
=========================*/

.navbar{

background:rgba(255,255,255,.97);
backdrop-filter:blur(20px);
padding:15px 0;
transition:.4s;

box-shadow:0 5px 20px rgba(0,0,0,.06);

}

.navbar-brand img{

height:65px;

}

.nav-link{

font-weight:500;
margin:0 10px;
color:#222!important;

}

.apply-btn{

background:#ff5722;
padding:12px 28px;
color:#fff;
border-radius:40px;
text-decoration:none;
font-weight:600;
transition:.4s;

}

.apply-btn:hover{

background:#0B1F3A;
color:#fff;

}

/*=========================
HERO
=========================*/

.hero{

position:relative;
height:100vh;

background:url("assets/images/hero.jpg") center center/cover no-repeat;

display:flex;
align-items:center;

}

.hero::before{

content:'';
position:absolute;

width:100%;
height:100%;

background:linear-gradient(90deg,
rgba(3,16,38,.92),
rgba(3,16,38,.68));

left:0;
top:0;

}

.hero .container{

position:relative;
z-index:2;

}

.hero h1{

font-size:58px;
font-weight:800;
line-height:75px;
color:#fff;

}

.hero p{

color:#ddd;
font-size:18px;
margin:25px 0;

}

.hero-btn{

padding:15px 35px;
border-radius:50px;
font-weight:600;
margin-right:10px;

}

.btn1{

background:#ff5722;
color:#fff;

}

.btn2{

background:#fff;
color:#222;

}

/*=========================
ADMISSION FORM
=========================*/

.form-box{

background:#fff;
padding:35px;
border-radius:20px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.form-box h3{

font-weight:700;
margin-bottom:25px;

}

.form-control{

height:52px;

}

.submit-btn{

background:#ff5722;
color:#fff;
height:52px;
border:none;
border-radius:10px;
font-weight:600;
width:100%;

}

/*=========================
FLOATING STATS
=========================*/

.stats{

margin-top:40px;
display:flex;
gap:25px;

}

.stat{

background:rgba(255,255,255,.1);

padding:18px 30px;

border-radius:15px;

backdrop-filter:blur(12px);

color:#fff;

}

.stat h2{

font-weight:700;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.hero{

height:auto;
padding:80px 0;

}

.hero h1{

font-size:36px;
line-height:48px;

}

.stats{

flex-wrap:wrap;

}

.form-box{

margin-top:40px;

}

}
/*====================================
ABOUT
====================================*/

.about-section{

padding:100px 0;

}

.section-tag{

display:inline-block;

background:#EAF4FF;

padding:10px 22px;

border-radius:40px;

font-weight:600;

color:#0B1F3A;

}

.section-title{

font-size:46px;

font-weight:700;

line-height:60px;

}

.section-title span{

color:#0d6efd;

}

.section-text{

font-size:17px;

line-height:30px;

color:#666;

}

.about-image{

position:relative;

}

.about-image img{

border-radius:25px;

box-shadow:0 30px 80px rgba(0,0,0,.15);

}

.experience-card{

position:absolute;

bottom:30px;

left:-20px;

background:#fff;

padding:25px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.18);

text-align:center;

}

.experience-card h2{

font-size:42px;

font-weight:700;

color:#0d6efd;

}

.about-feature{

display:flex;

gap:15px;

align-items:center;

padding:18px;

background:#fff;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.about-feature:hover{

transform:translateY(-8px);

}

.about-feature i{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

background:#0d6efd;

color:#fff;

border-radius:50%;

font-size:22px;

}

/*====================================
MISSION
====================================*/

.mission-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

height:100%;

transition:.4s;

}

.mission-card:hover{

transform:translateY(-10px);

}

.mission-card .icon{

width:70px;

height:70px;

background:#0d6efd;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin-bottom:20px;

}

/*====================================
CHAIRMAN
====================================*/

.chairman-section{

background:#F8FAFC;

}

.chairman-img{

max-width:320px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.15);

}
/*=====================================
CAMPUS LIFE
=====================================*/

.campus-life{

background:#fff;

}

.gallery-item{

position:relative;

overflow:hidden;

border-radius:22px;

cursor:pointer;

height:280px;

}

.gallery-item.large{

height:584px;

}

.gallery-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.gallery-item:hover img{

transform:scale(1.12);

}

.gallery-overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:30px;

background:linear-gradient(to top,
rgba(0,0,0,.85),
rgba(0,0,0,0));

color:#fff;

opacity:0;

transition:.4s;

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

.play-btn{

position:absolute;

top:50%;

left:50%;

transform:translate(-50%,-50%);

width:90px;

height:90px;

border-radius:50%;

background:rgba(255,255,255,.92);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#0d6efd;

transition:.4s;

}

.video-item:hover .play-btn{

transform:translate(-50%,-50%) scale(1.15);

}

.play-btn::before{

content:"";

position:absolute;

width:100%;

height:100%;

border-radius:50%;

border:2px solid #fff;

animation:pulse 2s infinite;

}

@keyframes pulse{

0%{

transform:scale(1);

opacity:1;

}

100%{

transform:scale(1.8);

opacity:0;

}

}

/*=====================================
ACTIVITIES
=====================================*/

.activity-card{

background:#fff;

padding:40px 30px;

text-align:center;

border-radius:22px;

transition:.4s;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.activity-card:hover{

transform:translateY(-12px);

}

.activity-card i{

font-size:50px;

margin-bottom:25px;

color:#0d6efd;

}

.activity-card h4{

font-weight:700;

margin-bottom:15px;

}

.activity-card p{

color:#666;

line-height:28px;

}

/*=====================================
MODAL
=====================================*/

.modal-content{

border-radius:20px;

overflow:hidden;

}
/*=================================
SUCCESS
=================================*/

.success-section{

background:#f8fafc;

}

.success-card{

background:#fff;

padding:35px;

border-radius:24px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.success-card:hover{

transform:translateY(-10px);

}

.student-top{

display:flex;

align-items:center;

gap:18px;

margin-bottom:25px;

}

.student-top img{

width:75px;

height:75px;

border-radius:50%;

object-fit:cover;

}

.company-box{

display:flex;

align-items:center;

gap:15px;

margin:25px 0;

}

.company-box img{

width:60px;

}

.salary{

display:inline-block;

margin-top:20px;

padding:12px 24px;

background:#0d6efd;

color:#fff;

border-radius:30px;

font-weight:600;

}

/*=================================
PLACEMENT BANNER
=================================*/

.placement-banner{

background:#0B1F3A;

padding:80px 0;

color:#fff;

}

.highlight-box h2{

font-size:52px;

font-weight:700;

color:#FFD447;

}

.highlight-box p{

font-size:18px;

margin-top:10px;

}
/*==================================
FACILITIES
===================================*/

.facilities-section{

padding:100px 0;

background:#f8fafc;

}

.section-subtitle{

display:inline-block;

padding:8px 22px;

background:#e8f2ff;

color:#0d6efd;

border-radius:30px;

font-weight:600;

font-size:15px;

}

.section-description{

font-size:17px;

line-height:30px;

color:#666;

}

.facility-card{

background:#fff;

padding:40px 30px;

border-radius:22px;

text-align:center;

height:100%;

transition:.45s;

position:relative;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.07);

}

.facility-card::before{

content:"";

position:absolute;

width:100%;

height:6px;

left:0;

top:0;

background:#0d6efd;

transform:scaleX(0);

transition:.45s;

}

.facility-card:hover::before{

transform:scaleX(1);

}

.facility-card:hover{

transform:translateY(-15px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.facility-icon{

width:90px;

height:90px;

margin:auto;

background:linear-gradient(135deg,#0d6efd,#00b4ff);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:36px;

margin-bottom:25px;

transition:.45s;

}

.facility-card:hover .facility-icon{

transform:rotate(10deg) scale(1.1);

}

.facility-card h4{

font-weight:700;

margin-bottom:18px;

}

.facility-card p{

color:#666;

line-height:28px;

font-size:15px;

}
/*==========================================
TOP RECRUITERS
==========================================*/

.recruiters-section{

background:#fff;
padding:100px 0;

}

.company-card{

background:#fff;
padding:25px;
height:140px;

display:flex;
justify-content:center;
align-items:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.company-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.company-card img{

max-width:120px;
max-height:55px;
filter:grayscale(100%);
transition:.4s;

}

.company-card:hover img{

filter:none;
transform:scale(1.1);

}


/*==========================================
PLACEMENT TIMELINE
==========================================*/

.placement-roadmap{

background:#f8fafc;

}

.timeline{

display:flex;

justify-content:space-between;

position:relative;

flex-wrap:wrap;

margin-top:50px;

}

.timeline::before{

content:"";

position:absolute;

left:0;
right:0;
top:42px;

height:4px;

background:#0d6efd;

z-index:0;

}

.timeline-item{

width:18%;

text-align:center;

position:relative;

z-index:2;

}

.timeline-icon{

width:85px;
height:85px;

background:#0d6efd;

border-radius:50%;

display:flex;
justify-content:center;
align-items:center;

color:#fff;

font-size:30px;

margin:auto;

box-shadow:0 10px 30px rgba(13,110,253,.3);

transition:.4s;

}

.timeline-item:hover .timeline-icon{

transform:scale(1.1) rotate(8deg);

background:#ff6b00;

}

.timeline-item h5{

margin-top:25px;
font-weight:700;

}

.timeline-item p{

color:#666;

font-size:14px;

line-height:24px;

}


/*==========================================
MOBILE
==========================================*/

@media(max-width:992px){

.timeline{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

.timeline::before{

display:none;

}

.timeline-item{

width:100%;

}

}
/*==========================================
RECRUITER MARQUEE
==========================================*/

.recruiter-marquee{
    background:#f8f9fc;
    padding:90px 0;
    overflow:hidden;
}

.logo-slider{
    width:100%;
    overflow:hidden;
    position:relative;
    padding:20px 0;
}

.logo-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation:scrollLogos 35s linear infinite;
}

.logo-slider:hover .logo-track{
    animation-play-state:paused;
}

/*===============================
LOGO CARD
================================*/

.logo-item{

    width:220px;
    height:120px;

    margin:0 18px;

    background:#fff;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:18px;

    border:1px solid #ececec;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;

    flex-shrink:0;

}

.logo-item:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(33,49,102,.18);

}

/*===============================
LOGO IMAGE
================================*/

.logo-item img{

    width:100%;

    height:100%;

    object-fit:contain;

    object-position:center;

    transition:.4s;

    filter:grayscale(100%);

    opacity:.8;

}

.logo-item:hover img{

    filter:none;

    opacity:1;

    transform:scale(1.08);

}

/*===============================
ANIMATION
================================*/

@keyframes scrollLogos{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}

/*===============================
TABLET
================================*/

@media(max-width:992px){

.logo-item{

    width:180px;

    height:100px;

    margin:0 12px;

    padding:15px;

}

}

/*===============================
MOBILE
================================*/

@media(max-width:576px){

.logo-item{

    width:150px;

    height:85px;

    margin:0 10px;

    padding:12px;

}

}
/*=========================================
GALLERY
=========================================*/

.gallery-section{

padding:100px 0;

background:#f8fafc;

}

.gallery-subtitle{

display:inline-block;

padding:8px 24px;

background:#e8f2ff;

color:#0d6efd;

border-radius:30px;

font-weight:600;

}

.gallery-title{

font-size:48px;

font-weight:700;

}

.gallery-title span{

color:#0d6efd;

}

.gallery-description{

max-width:720px;

margin:auto;

color:#666;

font-size:17px;

line-height:30px;

margin-top:20px;

}

/* Buttons */

.gallery-btn{

border:none;

background:#fff;

padding:12px 28px;

margin:6px;

border-radius:40px;

font-weight:600;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.4s;

}

.gallery-btn.active,
.gallery-btn:hover{

background:#0d6efd;

color:#fff;

}

/* Cards */

.gallery-card{

position:relative;

overflow:hidden;

border-radius:24px;

height:320px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.gallery-large{

height:500px;

}

.gallery-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.gallery-card:hover img{

transform:scale(1.12);

}

.gallery-overlay{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:35px;

background:linear-gradient(to top,
rgba(0,0,0,.88),
transparent);

color:#fff;

opacity:0;

transition:.4s;

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay h4{

font-weight:700;

margin-bottom:8px;

}

.gallery-overlay p{

margin:0;

opacity:.9;

}

/* Responsive */

@media(max-width:991px){

.gallery-title{

font-size:36px;

}

.gallery-large{

height:320px;

}

}
/*=====================================
ADMISSION PROCESS
=====================================*/

.admission-process{

padding:100px 0;

background:#ffffff;

}

.timeline-wrapper{

display:flex;

justify-content:space-between;

gap:25px;

position:relative;

margin-top:70px;

flex-wrap:wrap;

}

.timeline-wrapper::before{

content:"";

position:absolute;

left:8%;

right:8%;

top:70px;

height:4px;

background:linear-gradient(90deg,#0d6efd,#00b4ff);

z-index:0;

}

.process-card{

width:18%;

background:#fff;

padding:35px 25px;

border-radius:24px;

text-align:center;

position:relative;

z-index:2;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.4s;

}

.process-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,0,0,.14);

}

.process-number{

position:absolute;

top:18px;

right:18px;

font-size:15px;

font-weight:700;

color:#0d6efd;

opacity:.2;

}

.process-icon{

width:90px;

height:90px;

margin:auto;

background:linear-gradient(135deg,#0d6efd,#00b4ff);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

margin-bottom:25px;

box-shadow:0 12px 30px rgba(13,110,253,.25);

transition:.4s;

}

.process-card:hover .process-icon{

transform:rotate(8deg) scale(1.08);

background:linear-gradient(135deg,#ff7a00,#ff9800);

}

.process-card h4{

font-weight:700;

margin-bottom:15px;

}

.process-card p{

color:#666;

font-size:15px;

line-height:28px;

}

/*=====================================
RESPONSIVE
=====================================*/

@media(max-width:1200px){

.process-card{

width:30%;

margin-bottom:30px;

}

.timeline-wrapper::before{

display:none;

}

}

@media(max-width:768px){

.process-card{

width:100%;

}

}
/*=========================================
FAQ SECTION
=========================================*/

.faq-section{

padding:100px 0;

background:#f8fafc;

}

.faq-image img{

max-width:100%;

animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

/* Accordion */

.custom-faq .accordion-item{

border:none;

margin-bottom:20px;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.custom-faq .accordion-button{

background:#fff;

padding:22px 28px;

font-size:18px;

font-weight:600;

color:#1d3557;

box-shadow:none;

}

.custom-faq .accordion-button:not(.collapsed){

background:#0d6efd;

color:#fff;

}

.custom-faq .accordion-button::after{

filter:brightness(0);

}

.custom-faq .accordion-button:not(.collapsed)::after{

filter:brightness(0) invert(1);

}

.custom-faq .accordion-body{

padding:22px 28px;

font-size:16px;

line-height:30px;

color:#666;

background:#fff;

}

/* Hover */

.custom-faq .accordion-item:hover{

transform:translateY(-4px);

transition:.3s;

}

/* Mobile */

@media(max-width:768px){

.custom-faq .accordion-button{

font-size:16px;

padding:18px 20px;

}

.custom-faq .accordion-body{

padding:18px 20px;

}

}
/*=========================================
CONTACT HERO
=========================================*/

.contact-hero{

padding:100px 0 60px;

background:linear-gradient(135deg,#eef5ff,#ffffff);

overflow:hidden;

}

.contact-hero-img{

max-width:500px;

animation:floatContact 6s ease-in-out infinite;

}

@keyframes floatContact{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

}

.contact-highlight{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin-top:30px;

}

.highlight-item{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

color:#1d3557;

}

.highlight-item i{

color:#0d6efd;

font-size:18px;

}


/*=========================================
CONTACT INFO
=========================================*/

.contact-info{

background:#ffffff;

}

.contact-card{

background:#fff;

padding:35px 25px;

border-radius:22px;

text-align:center;

height:100%;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

position:relative;

overflow:hidden;

}

.contact-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:#0d6efd;

transform:scaleX(0);

transition:.4s;

}

.contact-card:hover::before{

transform:scaleX(1);

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.contact-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:20px;

background:linear-gradient(135deg,#0d6efd,#00b4ff);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#fff;

transition:.4s;

}

.contact-card:hover .contact-icon{

transform:rotate(10deg) scale(1.08);

}

.contact-card h5{

font-weight:700;

margin-bottom:15px;

color:#1d3557;

}

.contact-card p{

margin-bottom:6px;

color:#666;

line-height:28px;

}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.contact-highlight{

grid-template-columns:1fr;

}

.contact-hero{

text-align:center;

}

.contact-hero-img{

margin-top:40px;

max-width:380px;

}

}

@media(max-width:576px){

.contact-card{

padding:30px 20px;

}

.contact-icon{

width:70px;

height:70px;

font-size:26px;

}

}
/*=====================================================
CONTACT FORM SECTION
=====================================================*/

.contact-form-section{
    padding:100px 0;
    background:linear-gradient(135deg,#f7faff,#eef5ff);
}

.contact-form-wrapper{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.08);
}

/*=====================================================
LEFT PANEL
=====================================================*/

.contact-left{
    height:100%;
    padding:60px 45px;
    background:linear-gradient(135deg,#0B5ED7,#0A58CA,#0B7DFF);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.contact-left::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-100px;
    right:-80px;
}

.contact-left::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.06);
    border-radius:50%;
    bottom:-70px;
    left:-60px;
}

.contact-left>*{
    position:relative;
    z-index:2;
}

.contact-badge{
    display:inline-block;
    padding:10px 20px;
    border-radius:40px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter:blur(10px);
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.contact-left h2{
    font-size:40px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
}

.contact-left p{
    line-height:30px;
    color:rgba(255,255,255,.92);
    margin-bottom:35px;
}

.contact-feature{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
    font-weight:500;
}

.contact-feature i{
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

/*=====================================================
RIGHT PANEL
=====================================================*/

.contact-form{
    padding:55px;
}

.form-label{
    font-weight:600;
    color:#1d3557;
    margin-bottom:10px;
}

.input-group{
    border-radius:14px;
    overflow:hidden;
    transition:.35s;
}

.input-group:focus-within{
    box-shadow:0 0 0 4px rgba(13,110,253,.15);
}

.input-group-text{
    background:#f3f7ff;
    border:1px solid #dbe7ff;
    color:#0d6efd;
    min-width:55px;
    justify-content:center;
}

.form-control,
.form-select{
    border:1px solid #dbe7ff;
    padding:14px 18px;
    font-size:15px;
    box-shadow:none;
}

.form-control:focus,
.form-select:focus{
    border-color:#0d6efd;
    box-shadow:none;
}

textarea.form-control{
    resize:none;
    min-height:150px;
}

/*=====================================================
BUTTON
=====================================================*/

.submit-btn{
    background:linear-gradient(135deg,#0d6efd,#2563eb);
    color:#fff;
    border:none;
    padding:16px 28px;
    font-size:17px;
    font-weight:600;
    border-radius:14px;
    transition:.35s;
    letter-spacing:.4px;
}

.submit-btn:hover{
    background:linear-gradient(135deg,#0b5ed7,#1d4ed8);
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(13,110,253,.30);
}

.submit-btn:active{
    transform:translateY(0);
}

/*=====================================================
PLACEHOLDER
=====================================================*/

.form-control::placeholder{
    color:#9aa7b7;
}

.form-select{
    color:#495057;
}

/*=====================================================
RESPONSIVE
=====================================================*/

@media (max-width:991px){

    .contact-left{
        padding:45px 35px;
    }

    .contact-left h2{
        font-size:32px;
    }

    .contact-form{
        padding:40px 30px;
    }

}

@media (max-width:767px){

    .contact-form-wrapper{
        border-radius:20px;
    }

    .contact-left{
        text-align:center;
        padding:40px 25px;
    }

    .contact-feature{
        justify-content:center;
    }

    .contact-form{
        padding:30px 20px;
    }

    .contact-left h2{
        font-size:28px;
    }

    .submit-btn{
        font-size:16px;
    }

}
/*=========================================
CAMPUS LOCATION
=========================================*/

.campus-location{

padding:100px 0;

background:#f8fafc;

}

.location-card{

background:#fff;

padding:40px;

border-radius:24px;

height:100%;

box-shadow:0 20px 60px rgba(0,0,0,.08);

transition:.4s;

position:relative;

overflow:hidden;

}

.location-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#0d6efd,#00b4ff);

}

.location-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 70px rgba(0,0,0,.14);

}

.location-icon{

width:90px;

height:90px;

background:linear-gradient(135deg,#0d6efd,#00b4ff);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

margin-bottom:25px;

}

.location-card h3{

font-weight:700;

margin-bottom:20px;

color:#1d3557;

}

.location-card p{

color:#666;

line-height:30px;

}

.location-info{

margin-top:20px;

}

.location-info div{

display:flex;

align-items:center;

gap:12px;

margin-bottom:18px;

font-size:15px;

color:#555;

}

.location-info i{

width:42px;

height:42px;

background:#eef5ff;

color:#0d6efd;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

}

.direction-btn{

background:linear-gradient(135deg,#0d6efd,#2563eb);

color:#fff;

padding:14px 28px;

border-radius:12px;

font-weight:600;

transition:.35s;

}

.direction-btn:hover{

background:linear-gradient(135deg,#0b5ed7,#1d4ed8);

color:#fff;

transform:translateY(-3px);

}

.map-wrapper{

height:100%;

min-height:500px;

border-radius:24px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.map-wrapper iframe{

width:100%;

height:100%;

border:0;

filter:grayscale(10%);

transition:.4s;

}

.map-wrapper:hover iframe{

filter:none;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.location-card{

margin-bottom:30px;

}

.map-wrapper{

min-height:400px;

}

}

@media(max-width:576px){

.location-card{

padding:30px 22px;

}

.location-icon{

width:75px;

height:75px;

font-size:28px;

}

.map-wrapper{

min-height:320px;

}

}
/*=========================================================
                PREMIUM FOOTER
=========================================================*/

.main-footer{

    position: relative;

    background: linear-gradient(135deg,#0b1f45,#102d63,#1b4d9c);

    color:#ffffff;

    padding:90px 0 0;

    overflow:hidden;

}

/* Decorative Background */

.main-footer::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    right:-120px;

}

.main-footer::after{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(255,255,255,.03);

    bottom:-100px;

    left:-80px;

}

.main-footer .container{

    position:relative;

    z-index:2;

}


/*=========================================================
                FOOTER LOGO
=========================================================*/

.footer-logo{

    max-width:220px;

    margin-bottom:25px;

}

.footer-text{

    color:rgba(255,255,255,.78);

    line-height:30px;

    font-size:15px;

    margin-bottom:30px;

}


/*=========================================================
                FOOTER WIDGET
=========================================================*/

.footer-widget h4{

    color:#ffffff;

    font-size:24px;

    font-weight:700;

    margin-bottom:28px;

    position:relative;

    padding-bottom:12px;

}

.footer-widget h4::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:65px;

    height:3px;

    background:#ffc107;

    border-radius:20px;

}


/*=========================================================
                FOOTER LINKS
=========================================================*/

.footer-widget ul{

    margin:0;

    padding:0;

    list-style:none;

}

.footer-widget ul li{

    margin-bottom:14px;

}

.footer-widget ul li:last-child{

    margin-bottom:0;

}

.footer-widget ul li a{

    color:rgba(255,255,255,.78);

    text-decoration:none;

    transition:.35s;

    display:inline-flex;

    align-items:center;

    gap:10px;

    position:relative;

}

.footer-widget ul li a::before{

    content:"›";

    color:#ffc107;

    font-size:18px;

    transition:.35s;

}

.footer-widget ul li a:hover{

    color:#ffffff;

    transform:translateX(8px);

}


/*=========================================================
                CONTACT DETAILS
=========================================================*/

.footer-contact{

    display:flex;

    flex-direction:column;

    gap:22px;

}

.footer-contact div{

    display:flex;

    align-items:flex-start;

    gap:16px;

}

.footer-contact i{

    width:45px;

    height:45px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.10);

    color:#ffc107;

    flex-shrink:0;

    transition:.35s;

}

.footer-contact span{

    color:rgba(255,255,255,.80);

    line-height:28px;

}

.footer-contact div:hover i{

    background:#ffc107;

    color:#0b1f45;

    transform:rotate(8deg);

}


/*=========================================================
                RESPONSIVE
=========================================================*/

@media (max-width:991px){

    .main-footer{

        padding-top:70px;

    }

    .footer-widget{

        margin-bottom:40px;

    }

    .footer-logo{

        max-width:180px;

    }

}

@media (max-width:576px){

    .main-footer{

        text-align:center;

    }

    .footer-widget h4::after{

        left:50%;

        transform:translateX(-50%);

    }

    .footer-contact div{

        flex-direction:column;

        align-items:center;

        text-align:center;

    }

    .footer-widget ul li a{

        justify-content:center;

    }

}
/*=========================================================
                FOOTER SOCIAL ICONS
=========================================================*/

.footer-social{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.footer-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.08);

    color:#ffffff;

    text-decoration:none;

    font-size:18px;

    transition:.35s;

}

.footer-social a:hover{

    background:#ffc107;

    color:#0b1f45;

    transform:translateY(-6px) rotate(8deg);

    box-shadow:0 15px 30px rgba(255,193,7,.35);

}


/*=========================================================
                NEWSLETTER
=========================================================*/

.newsletter-area{

    margin-top:70px;

    margin-bottom:50px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.10);

    border-radius:24px;

    padding:40px;

    backdrop-filter:blur(10px);

}

.newsletter-area h3{

    color:#ffffff;

    font-weight:700;

    margin-bottom:10px;

}

.newsletter-area p{

    color:rgba(255,255,255,.75);

    margin-bottom:0;

    line-height:28px;

}

.newsletter-form{

    display:flex;

    align-items:center;

    background:#ffffff;

    border-radius:60px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.newsletter-form input{

    flex:1;

    border:none;

    outline:none;

    padding:18px 24px;

    font-size:15px;

}

.newsletter-form button{

    border:none;

    background:linear-gradient(135deg,#0d6efd,#2563eb);

    color:#ffffff;

    padding:18px 35px;

    font-weight:600;

    transition:.35s;

}

.newsletter-form button:hover{

    background:linear-gradient(135deg,#0b5ed7,#1d4ed8);

}


/*=========================================================
                COPYRIGHT
=========================================================*/

.copyright-area{

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 0;

}

.copyright-area p{

    margin:0;

    color:rgba(255,255,255,.75);

}

.copyright-area a{

    color:rgba(255,255,255,.75);

    text-decoration:none;

    transition:.35s;

    margin:0 8px;

}

.copyright-area a:hover{

    color:#ffc107;

}


/*=========================================================
                FOOTER DIVIDER
=========================================================*/

.main-footer hr{

    border-color:rgba(255,255,255,.08);

}


/*=========================================================
                RESPONSIVE
=========================================================*/

@media(max-width:991px){

    .newsletter-area{

        text-align:center;

    }

    .newsletter-form{

        margin-top:25px;

    }

}

@media(max-width:768px){

    .footer-social{

        justify-content:center;

    }

    .newsletter-form{

        flex-direction:column;

        border-radius:20px;

        background:transparent;

        box-shadow:none;

        gap:15px;

    }

    .newsletter-form input{

        width:100%;

        border-radius:12px;

        padding:16px 18px;

    }

    .newsletter-form button{

        width:100%;

        border-radius:12px;

    }

    .copyright-area{

        text-align:center;

    }

    .copyright-area .text-md-end{

        text-align:center !important;

        margin-top:12px;

    }

}

@media(max-width:576px){

    .newsletter-area{

        padding:25px;

        border-radius:18px;

    }

    .newsletter-area h3{

        font-size:24px;

    }

}
/*=============================
FULL VIDEO HERO
==============================*/

.hero-video{

    position:relative;

    width:100%;

    height:100vh;

    overflow:hidden;

}

/* Video */

.video-container{

    position:absolute;

    top:50%;

    left:50%;

    width:100vw;

    height:56.25vw;

    min-height:100vh;

    min-width:177.77vh;

    transform:translate(-50%,-50%);

}

.video-container iframe{

    width:100%;

    height:100%;

    pointer-events:none;

}

/* Overlay */

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

        rgba(5,20,55,.75),

        rgba(5,20,55,.65)

    );

}

/* Content */

.hero-content{

    position:relative;

    z-index:10;

    max-width:900px;

    height:100%;

    margin:auto;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    padding:20px;

}

/* Tag */

.hero-tag{

    background:#ffffff20;

    backdrop-filter:blur(10px);

    padding:12px 25px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.2);

    font-weight:600;

    margin-bottom:25px;

}

/* Heading */

.hero-content h1{

    font-size:72px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:25px;

}

.hero-content h1 span{

    color:#ffc107;

}

/* Paragraph */

.hero-content p{

    font-size:20px;

    line-height:1.8;

    max-width:750px;

    margin-bottom:40px;

    color:#f5f5f5;

}

/* Buttons */

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    justify-content:center;

}

.hero-buttons .btn{

    padding:15px 38px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.hero-buttons .btn:hover{

    transform:translateY(-5px);

}

/* Scroll */

.scroll-down{

    position:absolute;

    bottom:30px;

    left:50%;

    transform:translateX(-50%);

    z-index:20;

}

.scroll-down a{

    color:#fff;

    font-size:34px;

    animation:bounce 2s infinite;

}

@keyframes bounce{

0%,20%,50%,80%,100%{

transform:translateY(0);

}

40%{

transform:translateY(-15px);

}

60%{

transform:translateY(-8px);

}

}

/* Responsive */

@media(max-width:992px){

.hero-content h1{

font-size:54px;

}

.hero-content p{

font-size:18px;

}

}

@media(max-width:768px){

.hero-video{

height:80vh;

}

.hero-content h1{

font-size:38px;

}

.hero-content p{

font-size:16px;

}

.hero-buttons{

flex-direction:column;

width:100%;

}

.hero-buttons .btn{

width:100%;

}

}

@media(max-width:576px){

.hero-content h1{

font-size:30px;

}

.hero-content p{

font-size:15px;

}

.hero-tag{

font-size:13px;

}

}
/*=========================================
OUR OFFERED COURSES
=========================================*/

.course-section{
    padding:100px 0;
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

/* Decorative Background */

.course-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(33,49,102,.05);
    border-radius:50%;
    top:-180px;
    left:-180px;
}

.course-section::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(13,110,253,.06);
    border-radius:50%;
    bottom:-150px;
    right:-150px;
}

/*=========================================
Section Heading
=========================================*/

.course-subtitle{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:linear-gradient(135deg,#213166,#0d6efd);

    color:#fff;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

}

.course-title{

    font-size:46px;

    font-weight:800;

    color:#213166;

    margin-top:20px;

}

.course-title span{

    background:linear-gradient(90deg,#213166,#0d6efd,#00b4ff);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.course-description{

    max-width:750px;

    margin:auto;

    margin-top:18px;

    color:#6c757d;

    font-size:17px;

    line-height:1.8;

}

/*=========================================
Institute Tabs
=========================================*/

.nav-pills{

    gap:20px;

}

.nav-pills .nav-link{

    border:none;

    border-radius:50px;

    padding:14px 40px;

    font-size:16px;

    font-weight:700;

    color:#213166;

    background:#fff;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.nav-pills .nav-link:hover{

    transform:translateY(-4px);

    color:#fff;

    background:linear-gradient(135deg,#213166,#0d6efd);

}

.nav-pills .nav-link.active{

    color:#fff;

    background:linear-gradient(135deg,#213166,#0d6efd);

    box-shadow:0 15px 35px rgba(13,110,253,.35);

}

/*=========================================
Course Card
=========================================*/

.course-card{

    background:#fff;

    border-radius:22px;

    padding:35px 25px;

    text-align:center;

    position:relative;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    height:100%;

}

/* Top Gradient */

.course-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#213166,#0d6efd,#00b4ff);

}

/* Floating Circle */

.course-card::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(13,110,253,.04);

    border-radius:50%;

    top:-80px;

    right:-70px;

    transition:.5s;

}

.course-card:hover::after{

    transform:scale(1.5);

}

/* Hover */

.course-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

/*=========================================
Icon
=========================================*/

.course-card i{

    width:90px;

    height:90px;

    line-height:90px;

    border-radius:50%;

    background:linear-gradient(135deg,#213166,#0d6efd);

    color:#fff;

    font-size:34px;

    margin-bottom:25px;

    transition:.5s;

}

.course-card:hover i{

    transform:rotateY(180deg) scale(1.08);

}

/*=========================================
Title
=========================================*/

.course-card h5{

    font-size:22px;

    font-weight:700;

    color:#213166;

    margin-bottom:18px;

    line-height:1.5;

}

/*=========================================
Button
=========================================*/

.course-card .btn{

    border-radius:40px;

    padding:10px 28px;

    font-weight:600;

    transition:.35s;

}

.course-card .btn:hover{

    transform:translateY(-3px);

}

/*=========================================
Animation
=========================================*/

.course-card{

    animation:fadeCard .8s ease;

}

@keyframes fadeCard{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*=========================================
Responsive
=========================================*/

@media(max-width:991px){

.course-section{

padding:70px 0;

}

.course-title{

font-size:36px;

}

.nav-pills{

gap:12px;

}

.nav-pills .nav-link{

padding:12px 28px;

}

}

@media(max-width:767px){

.course-title{

font-size:30px;

}

.course-description{

font-size:15px;

}

.nav-pills{

flex-wrap:wrap;

}

.nav-pills .nav-link{

width:100%;

}

.course-card{

padding:30px 20px;

}

.course-card i{

width:75px;

height:75px;

line-height:75px;

font-size:28px;

}

.course-card h5{

font-size:20px;

}

}

@media(max-width:576px){

.course-section{

padding:60px 0;

}

.course-title{

font-size:26px;

}

.course-subtitle{

font-size:13px;

padding:8px 18px;

}

}
/*=========================================
TOP HEADER
==========================================*/

.top-bar{

background:linear-gradient(90deg,#0b1f4d,#213166);

padding:10px 0;

font-size:14px;

position:relative;

z-index:999;

overflow:hidden;

}

.top-bar::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:100%;

background:linear-gradient(90deg,
transparent,
rgba(255,255,255,.08),
transparent);

animation:shine 8s linear infinite;

}

@keyframes shine{

100%{

left:100%;

}

}

.topbar-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:15px;

position:relative;

z-index:2;

}

/* Left */

.topbar-left{

display:flex;

align-items:center;

flex-wrap:wrap;

gap:15px;

}

.topbar-left a{

color:#fff;

text-decoration:none;

transition:.35s;

font-weight:500;

display:flex;

align-items:center;

}

.topbar-left a i{

color:#FFD54F;

margin-right:8px;

font-size:15px;

}

.topbar-left a:hover{

color:#FFD54F;

transform:translateY(-2px);

}

.divider{

width:1px;

height:18px;

background:rgba(255,255,255,.25);

}

/* Right */

.topbar-right{

display:flex;

align-items:center;

gap:12px;

}

.follow-text{

color:#fff;

font-weight:600;

margin-right:5px;

}

/* Social */

.topbar-right a{

width:36px;

height:36px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

color:#fff;

background:rgba(255,255,255,.12);

backdrop-filter:blur(8px);

transition:.35s;

font-size:15px;

}

.topbar-right a:hover{

transform:translateY(-5px) rotate(360deg);

box-shadow:0 12px 25px rgba(0,0,0,.25);

}

/* Brand Colors */

.facebook:hover{

background:#1877F2;

}

.instagram:hover{

background:#E4405F;

}

.linkedin:hover{

background:#0A66C2;

}

.youtube:hover{

background:#FF0000;

}

/* Responsive */

@media(max-width:991px){

.topbar-wrapper{

flex-direction:column;

justify-content:center;

text-align:center;

}

.topbar-left{

justify-content:center;

}

.topbar-right{

justify-content:center;

}

}

@media(max-width:576px){

.top-bar{

padding:12px 0;

}

.topbar-left{

flex-direction:column;

gap:10px;

}

.divider{

display:none;

}

.follow-text{

display:none;

}

.topbar-right a{

width:34px;

height:34px;

}

}
/*=========================================
AFFILIATION LOGOS
==========================================*/

.approval-logos{

display:flex;

align-items:center;

gap:18px;

margin-left:20px;

}

.approval-logos a{

display:flex;

align-items:center;

justify-content:center;

width:60px;

height:60px;

background:#fff;

border-radius:50%;

padding:8px;

box-shadow:0 10px 30px rgba(0,0,0,.10);

transition:.4s;

border:1px solid #eee;

}

.approval-logos a:hover{

transform:translateY(-6px);

box-shadow:0 20px 40px rgba(33,49,102,.20);

border-color:#213166;

}

.approval-logos img{

width:42px;

height:42px;

object-fit:contain;

filter:grayscale(20%);

transition:.4s;

}

.approval-logos a:hover img{

filter:none;

transform:scale(1.1);

}

/* Responsive */

@media(max-width:991px){

.approval-logos{

justify-content:center;

margin-top:20px;

margin-left:0;

flex-wrap:wrap;

gap:15px;

}

.approval-logos a{

width:55px;

height:55px;

}

.approval-logos img{

width:38px;

height:38px;

}

}