/*==========================================
 GOOGLE FONT & RESET
==========================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

img{
    max-width:100%;
    display:block;
}

/*==========================================
 COLORS
==========================================*/

:root{

    --primary:#002B5B;
    --secondary:#005BAC;
    --accent:#F7941D;
    --white:#ffffff;
    --text:#1a1a1a;
    --gray:#666;
    --light:#f5f7fa;

}

/*==========================================
 TOP BAR
==========================================*/

.top-bar{

    height:45px;

    background:var(--primary);

    color:#fff;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 7%;

    font-size:14px;

}

.top-left{

    display:flex;

    gap:20px;

}

.top-right{

    display:flex;

    gap:25px;

}

.top-right a{

    color:#fff;

    transition:.3s;

}

.top-right a:hover{

    color:var(--accent);

}

/*==========================================
 HEADER
==========================================*/

#header{

    position:absolute;

    width:100%;

    top:45px;

    left:0;

    z-index:9999;

    transition:.4s;

}

#header.sticky{

    position:fixed;

    top:0;

    background:#fff;

    box-shadow:0 8px 30px rgba(0,0,0,.1);

}

/*==========================================
 NAVBAR
==========================================*/

nav{

    height:90px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 7%;

    backdrop-filter:blur(20px);

    background:rgba(255,255,255,.08);

}

#header.sticky nav{

    background:#fff;

}

/*==========================================
 LOGO
==========================================*/

.logo{

    display:flex;

    align-items:center;

    gap:15px;

}

.logo img{

    width:70px;

}

.logo h2{

    color:#fff;

    font-size:26px;

    font-weight:700;

}

.logo p{

    color:#f2f2f2;

    font-size:13px;

}

#header.sticky .logo h2{

    color:var(--primary);

}

#header.sticky .logo p{

    color:#555;

}

/*==========================================
 MENU
==========================================*/

nav ul{

    display:flex;

    gap:35px;

}

nav ul li a{

    color:#fff;

    font-weight:500;

    font-size:15px;

    position:relative;

}

#header.sticky ul li a{

    color:#222;

}

nav ul li a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:3px;

    background:var(--accent);

    transition:.4s;

}

nav ul li a:hover::after{

    width:100%;

}

nav ul li a:hover{

    color:var(--accent);

}

/*==========================================
 APPLY BUTTON
==========================================*/

.apply-btn{

    background:var(--accent);

    color:#fff;

    padding:14px 28px;

    border-radius:40px;

    font-weight:600;

    transition:.4s;

}

.apply-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 30px rgba(247,148,29,.35);

}

/*==========================================
 HERO SECTION
==========================================*/


.call{

    background:#005BAC;

}

.whatsapp{

    background:#25D366;

}

.mail{

    background:#F7941D;

}

.floating-buttons a:hover{

    transform:scale(1.12);

}

/*==========================================
 SLIDER ARROWS
==========================================*/

.slider-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:60px;

    height:60px;

    border-radius:50%;

    background:rgba(255,255,255,.20);

    backdrop-filter:blur(12px);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    cursor:pointer;

    transition:.4s;

    z-index:20;

}

.slider-arrow:hover{

    background:#F7941D;

}

.left{

    left:30px;

}

.right{

    right:30px;

}

/*==========================================
 DOTS
==========================================*/

.slider-dots{

    position:absolute;

    bottom:35px;

    left:50%;

    transform:translateX(-50%);

    display:flex;

    gap:12px;

    z-index:20;

}

.dot{

    width:14px;

    height:14px;

    border-radius:50%;

    background:rgba(255,255,255,.55);

    cursor:pointer;

    transition:.4s;

}

.dot.active{

    width:40px;

    border-radius:20px;

    background:#F7941D;

}

/*==========================================
 STATS SECTION
==========================================*/

.stats{

    position:relative;

    margin-top:-80px;

    z-index:100;

    padding:0 7% 90px;

}

.stats-container{

    background:#fff;

    border-radius:25px;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

}

.card{

    padding:45px 20px;

    text-align:center;

    transition:.4s;

    border-right:1px solid #eee;

    cursor:pointer;

}

.card:last-child{

    border-right:none;

}

.card h2{

    font-size:38px;

    color:#002B5B;

    font-weight:700;

    margin-bottom:10px;

}

.card p{

    color:#666;

    font-size:16px;

}

.card:hover{

    background:linear-gradient(135deg,#002B5B,#005BAC);

    transform:translateY(-10px);

}

.card:hover h2,

.card:hover p{

    color:#fff;

}

/*==========================================
 MOBILE
==========================================*/

@media(max-width:1100px){

.stats-container{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.hero-buttons{

flex-direction:column;

}

.btn{

width:100%;

}

.stats-container{

grid-template-columns:1fr;

}

.floating-buttons{

right:15px;

}

.slider-arrow{

display:none;

}

}
.card i{

    font-size:42px;

    color:#F7941D;

    margin-bottom:20px;

    transition:.4s;

}

.card:hover i{

    color:#fff;

}
/*==============================
WHY CHOOSE ZCOER
==============================*/

.why-zcoer{

    padding:100px 7%;

    background:#f8fafc;

}

.why-zcoer .container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.section-tag{

    display:inline-block;

    padding:10px 25px;

    background:#F7941D;

    color:#fff;

    border-radius:30px;

    margin-bottom:20px;

    font-weight:600;

}

.left-content h2{

    font-size:45px;

    color:#002B5B;

    margin-bottom:20px;

}

.left-content p{

    color:#666;

    line-height:32px;

    margin-bottom:35px;

}

.right-content{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.feature-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.feature-card i{

    font-size:45px;

    color:#F7941D;

    margin-bottom:20px;

}

.feature-card h3{

    margin-bottom:15px;

    color:#002B5B;

}

.feature-card p{

    color:#666;

    line-height:28px;

}

.feature-card:hover{

    transform:translateY(-10px);

    background:#002B5B;

}

.feature-card:hover h3,

.feature-card:hover p,

.feature-card:hover i{

    color:#fff;

}
/*=====================================
PLACEMENT SECTION
=====================================*/
/*==================================================
PLACEMENT DASHBOARD
==================================================*/

.placement-dashboard{

    padding:120px 0;

    background:linear-gradient(135deg,#79aae1,#1a5c9a);
    position:relative;

    overflow:hidden;

}

.placement-dashboard::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-250px;

    right:-250px;

}

.placement-dashboard::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    bottom:-180px;

    left:-180px;

}

.placement-heading{

    text-align:center;

    position:relative;

    z-index:2;

}

.placement-heading span{

    display:inline-block;

    background:#F7941D;

    color:#fff;

    padding:10px 25px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:20px;

}

.placement-heading h2{

    color:#fff;

    font-size:52px;

    margin-bottom:20px;

}

.placement-heading p{

    color:#d8e4f7;

    max-width:750px;

    margin:auto;

    line-height:32px;

    font-size:18px;

}

/*========================================*/

.placement-stats{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    position:relative;

    z-index:2;

}

.placement-card{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.18);

    border-radius:25px;

    padding:40px 25px;

    text-align:center;

    transition:.4s;

}

.placement-card:hover{

    transform:translateY(-12px);

    background:#F7941D;

}

.placement-card i{

    font-size:45px;

    color:#fff;

    margin-bottom:20px;

}

.placement-card h3{

    font-size:42px;

    color:#fff;

    margin-bottom:10px;

}

.placement-card p{

    color:#fff;

}

/*========================================*/

.recruiter-heading{

    color:#fff;

    text-align:center;

    font-size:38px;

    margin-top:90px;

    margin-bottom:45px;

}

/*========================================*/

.recruiter-slider{

    overflow:hidden;

    width:100%;

    position:relative;

}

.recruiter-track{

    display:flex;

    align-items:center;

    width:max-content;

    animation:recruiters 30s linear infinite;

}

.recruiter-logo{

    width:180px;

    height:90px;

    background:#fff;

    border-radius:18px;

    padding:14px 16px;

    margin-right:25px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:7px;

    text-align:center;

    color:#002B5B;

    box-shadow:0 10px 26px rgba(0,0,0,.12);

    transition:.35s;

}

.recruiter-logo span{

    width:40px;

    height:40px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#F7941D;

    color:#fff;

    font-size:15px;

    font-weight:800;

}

.recruiter-logo strong{

    font-size:13px;

    line-height:16px;

    font-weight:800;

}

.recruiter-logo:hover{

    transform:scale(1.08);

}

.reliance span{background:#0066b3;}
.infosys span{background:#007cc3;}
.wipro span{background:#6f2dbd;}
.capgemini span{background:#12abdb;}
.cognizant span{background:#0033a0;}
.techmahindra span{background:#e31837;}
.larsen span{background:#005daa;}
.mahindra span{background:#dd1f2d;}
.ust span{background:#00a3e0;}
.mg span{background:#004b8d;}
.precision span{background:#3a7d44;}
.intelux span{background:#f7941d;}

@keyframes recruiters{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(-50%);

    }

}
/*=========================================
PLACEMENT RESPONSIVE
=========================================*/

/* Laptop */

@media (max-width:1200px){

    .placement-heading h2{
        font-size:42px;
    }

    .placement-stats{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

}


/* Tablet */

@media (max-width:992px){

    .placement-dashboard{
        padding:80px 20px;
    }

    .placement-heading h2{
        font-size:36px;
    }

    .placement-heading p{
        font-size:16px;
        line-height:28px;
    }

    .placement-stats{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }

    .placement-card{
        padding:30px 20px;
    }

    .placement-card h3{
        font-size:32px;
    }

    .placement-card i{
        font-size:38px;
    }

    .recruiter-heading{
        font-size:30px;
        margin-top:60px;
    }

    .recruiter-logo{
        width:140px;
        height:70px;
        padding:15px;
    }

    .recruiter-logo span{
        width:34px;
        height:34px;
        font-size:13px;
    }

    .recruiter-logo strong{
        font-size:12px;
        line-height:14px;
    }

}


/* Mobile */

@media (max-width:768px){

    .placement-dashboard{
        padding:70px 15px;
    }

    .placement-heading span{
        font-size:13px;
        padding:8px 18px;
    }

    .placement-heading h2{
        font-size:30px;
        line-height:40px;
    }

    .placement-heading p{
        font-size:15px;
        line-height:26px;
        margin-top:15px;
    }

    .placement-stats{
        grid-template-columns:1fr;
        gap:18px;
        margin-top:40px;
    }

    .placement-card{
        padding:28px 20px;
        border-radius:18px;
    }

    .placement-card i{
        font-size:34px;
        margin-bottom:15px;
    }

    .placement-card h3{
        font-size:30px;
    }

    .placement-card p{
        font-size:15px;
    }

    .recruiter-heading{
        font-size:26px;
        margin-top:50px;
        margin-bottom:30px;
    }

    .recruiter-logo{
        width:120px;
        height:60px;
        padding:12px;
        margin-right:15px;
    }

    .recruiter-logo span{
        width:30px;
        height:30px;
        font-size:12px;
    }

    .recruiter-logo strong{
        font-size:11px;
        line-height:13px;
    }

}


/* Small Mobile */

@media (max-width:480px){

    .placement-dashboard{
        padding:60px 12px;
    }

    .placement-heading h2{
        font-size:26px;
        line-height:34px;
    }

    .placement-heading p{
        font-size:14px;
    }

    .placement-card{
        padding:22px 15px;
    }

    .placement-card h3{
        font-size:26px;
    }

    .placement-card i{
        font-size:30px;
    }

    .recruiter-heading{
        font-size:22px;
    }

    .recruiter-logo{
        width:100px;
        height:55px;
        padding:10px;
    }

    .recruiter-logo span{
        width:26px;
        height:26px;
        font-size:11px;
    }

    .recruiter-logo strong{
        font-size:10px;
        line-height:12px;
    }

}
/* Mobile */
@media (max-width:768px){

    .why-container{

        display:flex;

        flex-direction:column;

        gap:30px;

    }

    .why-image{

        width:100%;

    }

    .why-image img{

        width:100%;

        height:auto;

        display:block;

        border-radius:20px;

    }

    .why-content{

        width:100%;

    }

    .feature-list{

        display:flex;

        flex-direction:column;

        gap:20px;

        width:100%;

    }

    .feature{

        width:100%;

        display:flex;

        flex-direction:column;

        align-items:center;

        text-align:center;

        padding:20px;

        margin:0;

    }

}
/*==========================================
PROGRAMS SECTION
==========================================*/

.programs{

    padding:120px 0;

    background:#f8fafc;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    background:#F7941D;

    color:#fff;

    padding:10px 25px;

    border-radius:30px;

    font-weight:600;

}

.section-title h2{

    font-size:48px;

    color:#002B5B;

    margin:20px 0;

}

.section-title p{

    color:#666;

    max-width:700px;

    margin:auto;

    line-height:30px;

}

.program-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.program-card{

    position:relative;

    height:420px;

    border-radius:25px;

    overflow:hidden;

    cursor:pointer;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.program-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.program-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.2));

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:30px;

}

.program-overlay h3{

    color:#fff;

    font-size:28px;

    margin-bottom:12px;

}

.program-overlay p{

    color:#eee;

    line-height:28px;

    margin-bottom:25px;

}

.program-overlay a{

    display:inline-block;

    background:#F7941D;

    color:#fff;

    padding:12px 25px;

    border-radius:30px;

    font-weight:600;

    transition:.3s;

    width:max-content;

}

.program-card:hover img{

    transform:scale(1.12);

}

.program-card:hover .program-overlay a{

    background:#fff;

    color:#002B5B;

}

.program-card:hover{

    transform:translateY(-10px);

}
/*==========================================
PROGRAMS RESPONSIVE
==========================================*/

@media(max-width:992px){

.program-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.programs{

padding:70px 15px;

}

.section-title h2{

font-size:34px;

}

.program-grid{

grid-template-columns:1fr;

}

.program-card{

height:340px;

}

.program-overlay h3{

font-size:24px;

}

}

@media(max-width:480px){

.program-card{

height:300px;

}

.section-title h2{

font-size:28px;

}

.section-title p{

font-size:14px;

}

}
/*==========================================
CAMPUS LIFE
==========================================*/
/*==================================================
CAMPUS LIFE SECTION
==================================================*/


/*==================================
Navigation
==================================*/


/*==================================================
ADMISSION POPUP
==================================================*/

.popup-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    backdrop-filter:blur(8px);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.30s ease;

    z-index:999999;

}

.popup-overlay.show{

    opacity:1;

    visibility:visible;

}

/*========================================*/

.popup-container{

    width:1100px;

    max-width:95%;

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    display:grid;

    grid-template-columns:1fr 1fr;

    box-shadow:0 30px 80px rgba(0,0,0,.30);

    transform:scale(.85);

    transition:.4s ease;

}

.popup-overlay.show .popup-container{

    transform:scale(1);

}

/*========================================
LEFT
========================================*/

.popup-left{

    padding:60px;

    background:linear-gradient(135deg,#002B5B,#005BAC);

    color:#fff;

    position:relative;

    overflow:hidden;

}

.popup-left::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    right:-120px;

    top:-120px;

}

.popup-tag{

    display:inline-block;

    background:#F7941D;

    padding:10px 24px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:25px;

}

.popup-left h2{

    font-size:42px;

    line-height:54px;

    margin-bottom:20px;

}

.popup-left p{

    color:#eef4ff;

    line-height:30px;

    margin-bottom:35px;

}

.popup-left ul{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.popup-left ul li{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:17px;

}

.popup-left ul li i{

    color:#F7941D;

    font-size:20px;

}

/*========================================
RIGHT
========================================*/

.popup-right{

    padding:50px;

    position:relative;

}

.popup-close{

    position:absolute;

    top:18px;

    right:18px;

    width:42px;

    height:42px;

    border:none;

    border-radius:50%;

    background:#f5f5f5;

    cursor:pointer;

    font-size:26px;

    transition:.3s;

}

.popup-close:hover{

    background:#F7941D;

    color:#fff;

}

.popup-right h3{

    color:#002B5B;

    font-size:30px;

    margin-bottom:30px;

}

/*========================================
FORM
========================================*/

#enquiryForm{

    display:flex;

    flex-direction:column;

    gap:18px;

}

#enquiryForm input,

#enquiryForm select{

    width:100%;

    height:56px;

    border:1px solid #ddd;

    border-radius:14px;

    padding:0 18px;

    font-size:15px;

    transition:.3s;

}

#enquiryForm input:focus,

#enquiryForm select:focus{

    border-color:#005BAC;

    outline:none;

    box-shadow:0 0 0 4px rgba(0,91,172,.12);

}

.popup-btn{

    height:58px;

    border:none;

    border-radius:50px;

    background:#F7941D;

    color:#fff;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.popup-btn:hover{

    background:#ff8800;

    transform:translateY(-3px);

}

/*========================================
BOTTOM LINKS
========================================*/

.popup-extra{

    margin-top:25px;

    display:flex;

    justify-content:space-between;

    flex-wrap:wrap;

    gap:15px;

}

.popup-extra a{

    color:#005BAC;

    font-weight:600;

    transition:.3s;

}

.popup-extra a:hover{

    color:#F7941D;

}

/*========================================
MOBILE
========================================*/

@media(max-width:992px){

.popup-container{

grid-template-columns:1fr;

max-height:90vh;

overflow-y:auto;

}

.popup-left{

padding:40px;

}

.popup-right{

padding:40px;

}

}

@media(max-width:768px){

.popup-left{

display:none;

}

.popup-container{

width:95%;

border-radius:20px;

}

.popup-right{

padding:25px;

}

.popup-right h3{

font-size:24px;

}

.popup-close{

width:38px;

height:38px;

font-size:22px;

}

.popup-extra{

flex-direction:column;

align-items:center;

}

}

@media(max-width:480px){

#enquiryForm input,

#enquiryForm select,

.popup-btn{

height:52px;

font-size:14px;

}

.popup-right{

padding:20px;

}

}
/*==================================================
FOOTER
==================================================*/

.footer{

    position:relative;

    background:linear-gradient(135deg,#001B3A,#002B5B,#003F7D);

    color:#fff;

    padding:90px 0 0;

    overflow:hidden;

}

/* Decorative Top Glow */

.footer::before{

    content:"";

    position:absolute;

    top:-120px;

    left:50%;

    transform:translateX(-50%);

    width:700px;

    height:250px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    filter:blur(60px);

}

/*========================================*/

.footer-top{

    display:grid;

    grid-template-columns:2fr 1fr 1.2fr 1.2fr;

    gap:50px;

    padding-bottom:50px;

}

/*========================================*/

.footer-about img{

    width:85px;

    margin-bottom:20px;

}

.footer-about h3{

    font-size:28px;

    margin-bottom:18px;

    color:#fff;

}

.footer-about p{

    color:#d8e5ff;

    line-height:28px;

    margin-bottom:25px;

}

/*========================================*/

.footer-links h4,

.footer-contact h4{

    color:#fff;

    margin-bottom:25px;

    font-size:22px;

    position:relative;

}

.footer-links h4::after,

.footer-contact h4::after{

    content:"";

    width:50px;

    height:3px;

    background:#F7941D;

    position:absolute;

    left:0;

    bottom:-10px;

}

.footer-links ul{

    list-style:none;

}

.footer-links ul li{

    margin-bottom:14px;

}

.footer-links ul li a{

    color:#d8e5ff;

    transition:.3s;

}

.footer-links ul li a:hover{

    color:#F7941D;

    padding-left:8px;

}

/*========================================*/

.footer-contact p{

    display:flex;

    align-items:flex-start;

    gap:12px;

    color:#d8e5ff;

    margin-bottom:18px;

    line-height:26px;

}

.footer-contact i{

    color:#F7941D;

    margin-top:5px;

}

/*========================================*/

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.10);

    color:#fff;

    font-size:18px;

    transition:.35s;

}

.footer-social a:hover{

    background:#F7941D;

    transform:translateY(-6px);

}

/*========================================*/

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.12);

    padding:25px 0;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-bottom p{

    color:#d8e5ff;

    font-size:15px;

}

/*========================================
FLOATING BUTTONS
========================================*/

.back-top,

.whatsapp-btn,

.call-btn{

    position:fixed;

    right:25px;

    width:55px;

    height:55px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:22px;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    transition:.35s;

    z-index:999;

}

.back-top{

    bottom:25px;

    background:#002B5B;

}

.whatsapp-btn{

    bottom:95px;

    background:#25D366;

}

.call-btn{

    bottom:165px;

    background:#F7941D;

}

.back-top:hover,

.whatsapp-btn:hover,

.call-btn:hover{

    transform:translateY(-6px) scale(1.08);

}

/*========================================
RESPONSIVE
========================================*/

@media(max-width:992px){

.footer-top{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.footer{

padding-top:70px;

}

.footer-top{

grid-template-columns:1fr;

text-align:center;

}

.footer-links h4::after,

.footer-contact h4::after{

left:50%;

transform:translateX(-50%);

}

.footer-contact p{

justify-content:center;

}

.footer-social{

justify-content:center;

}

.footer-bottom{

flex-direction:column;

text-align:center;

}

.back-top,

.whatsapp-btn,

.call-btn{

width:50px;

height:50px;

font-size:20px;

right:15px;

}

}

@media(max-width:480px){

.footer-about h3{

font-size:24px;

}

.footer-links h4,

.footer-contact h4{

font-size:20px;

}

.footer-bottom p{

font-size:14px;

}

}
/*=========================================
MOBILE POPUP
=========================================*/

@media (max-width:768px){

.popup-overlay{

    align-items:flex-end;

    padding:0;

}

.popup-container{

    width:100%;

    max-width:100%;

    height:auto;

    max-height:92vh;

    border-radius:25px 25px 0 0;

    display:block;

    overflow-y:auto;

    animation:popupUp .4s ease;

}

.popup-left{

    display:none;

}

.popup-right{

    padding:25px 20px 30px;

}

.popup-right h3{

    font-size:24px;

    text-align:center;

    margin-bottom:20px;

}

.popup-close{

    top:15px;

    right:15px;

}

#enquiryForm{

    gap:15px;

}

#enquiryForm input,
#enquiryForm select{

    height:50px;

    font-size:15px;

}

.popup-btn{

    width:100%;

    height:52px;

    font-size:16px;

}

.popup-extra{

    flex-direction:column;

    gap:12px;

    text-align:center;

    margin-top:20px;

}

}

@keyframes popupUp{

    from{

        transform:translateY(100%);

    }

    to{

        transform:translateY(0);

    }

}
.menu-toggle{

    width:45px;

    height:45px;

    display:none;

    flex-direction:column;

    justify-content:center;

    gap:6px;

    cursor:pointer;

    z-index:1001;

}

.menu-toggle span{

    width:28px;

    height:3px;

    background:#002B5B;

    border-radius:5px;

    transition:.35s;

}

.menu-toggle.active span:nth-child(1){

    transform:rotate(45deg) translate(6px,6px);

}

.menu-toggle.active span:nth-child(2){

    opacity:0;

}

.menu-toggle.active span:nth-child(3){

    transform:rotate(-45deg) translate(7px,-7px);

}
@media(max-width:992px){

.menu-toggle{

display:flex;

}

.navbar{

position:fixed;

top:0;

right:-100%;

width:320px;

height:100vh;

background:#fff;

padding:100px 30px;

transition:.4s;

z-index:1000;

}

.navbar.active{

right:0;

}

}

/*==========================================
 PROFESSIONAL DESIGN POLISH
==========================================*/
#header{
    top:45px;
}

#header nav{
    min-height:82px;
    height:auto;
    border-bottom:1px solid rgba(255,255,255,.16);
    background:rgba(5,22,45,.28);
}

#header.sticky nav{
    border-bottom:0;
}

.header-right{
    display:none;
}

.logo img{
    width:62px;
    height:62px;
    object-fit:contain;
    border-radius:6px;
    background:#fff;
    padding:4px;
}

.logo h2{
    letter-spacing:0;
}

nav ul{
    gap:26px;
}

nav ul li a{
    letter-spacing:0;
}

.apply-btn,
.btn{
    border-radius:8px;
}

.hero{
    min-height:760px;
}

.overlay{
    background:linear-gradient(90deg,rgba(0,24,52,.92) 0%,rgba(0,43,91,.74) 45%,rgba(0,0,0,.26) 100%);
}

.hero-content{
    max-width:680px;
}

.tag{
    border-radius:8px;
    background:rgba(247,148,29,.95);
    color:#101820;
    letter-spacing:0;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.hero-content h1{
    font-size:clamp(42px,5vw,64px);
    line-height:1.08;
    letter-spacing:0;
}

.hero-content p{
    max-width:610px;
    color:#edf4fb;
}

.hero-buttons{
    gap:14px;
}

.btn{
    min-height:52px;
    padding:15px 24px;
    box-shadow:none;
}

.btn1{
    color:#101820;
}

.btn:hover,
.apply-btn:hover,
.card:hover,
.placement-card:hover,
.footer-social a:hover,
.back-top:hover,
.whatsapp-btn:hover,
.call-btn:hover{
    transform:translateY(-3px);
}

.slider-arrow{
    width:48px;
    height:48px;
    border-radius:8px;
}

.left{
    left:24px;
}

.right{
    right:24px;
}

.dot{
    width:10px;
    height:10px;
}

.dot.active{
    width:30px;
}

.stats{
    margin-top:-64px;
    padding-bottom:80px;
}

.stats-container{
    border-radius:8px;
    box-shadow:0 18px 48px rgba(0,35,80,.14);
}

.card{
    padding:36px 18px;
    cursor:default;
}

.card h2{
    font-size:34px;
}

.card:hover{
    background:#002B5B;
}

.placement-card,
.recruiter-logo,
.popup-container{
    border-radius:8px;
}

.recruiter-logo{
    box-shadow:0 10px 26px rgba(0,0,0,.12);
}

.footer{
    background:linear-gradient(135deg,#061b33,#002B5B);
}

.footer::before{
    display:none;
}

.back-top,
.whatsapp-btn,
.call-btn{
    border-radius:8px;
    right:20px;
}

@media(max-width:992px){
    #header{
        top:0;
        position:fixed;
        background:#fff;
        box-shadow:0 10px 30px rgba(0,0,0,.10);
    }

    #header nav{
        min-height:76px;
        background:#fff;
        border-bottom:0;
    }

    #header .logo h2{
        color:var(--primary);
    }

    #header .logo p{
        color:#4b5563;
    }

    .header-right{
        display:flex;
        position:absolute;
        top:16px;
        right:7%;
        z-index:10002;
    }

    .hero{
        min-height:720px;
        padding-top:76px;
    }

    .hero-content{
        top:56%;
    }
}

@media(max-width:768px){
    .hero{
        height:auto;
        min-height:700px;
    }

    .hero-content{
        left:24px;
        right:24px;
    }

    .tag{
        margin-bottom:18px;
        padding:10px 16px;
    }

    .hero-content h1{
        font-size:36px;
        line-height:1.14;
    }

    .hero-content p{
        margin-bottom:28px;
    }

    .stats{
        margin-top:0;
        padding-top:28px;
    }

    .card{
        padding:28px 18px;
    }
}
/*=========================================
CAMPUS SLIDER
=========================================*/

.campus-slider-section{

    padding:120px 0;

    background:#f8fbff;

}

.campus-slider{

    width:100%;

    overflow:hidden;

    margin-top:60px;

}

.campus-track{

    display:flex;

    transition:1s ease;

}

.campus-slide{

    min-width:100%;

    position:relative;

}

.campus-slide img{

    width:100%;

    height:650px;

    object-fit:cover;

    border-radius:25px;

}

.campus-slide::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    rgba(0,20,60,.15),
    rgba(0,20,60,.75));

    border-radius:25px;

}

.campus-content{

    position:absolute;

    bottom:70px;

    left:70px;

    color:#fff;

    max-width:550px;

    z-index:2;

}

.campus-content h2{

    font-size:52px;

    margin-bottom:15px;

}

.campus-content p{

    font-size:20px;

    margin-bottom:30px;

    line-height:32px;

}
/*=========================================
PREMIUM HERO SLIDER
=========================================*/

.about-hero{

    position:relative;

    width:100%;

    min-height:720px;
    height:100vh;

    overflow:hidden;

}

.hero-slider{

    width:100%;

    height:100%;

    overflow:hidden;

}

.hero-track{

    display:flex;

    width:100%;

    height:100%;

    transition:transform 1s ease-in-out;

}

.hero-slide{

    width:100%;

    height:100%;

    flex:0 0 100%;
    flex-shrink:0;

    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#07192d;
    isolation:isolate;
    overflow:hidden;

}

.hero-slide::before{

    content:"";
    position:absolute;
    inset:-28px;
    background:
        linear-gradient(rgba(0,20,52,.28),rgba(0,20,52,.28)),
        var(--hero-image) center/cover no-repeat;
    filter:blur(18px);
    transform:scale(1.05);
    z-index:0;

}

.hero-slide::after{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.16);
    z-index:1;

}

.hero-slide img{

    width:100%;

    height:100%;

    object-fit:cover;
    object-position:center top;
    position:relative;
    z-index:2;

}

.admission-marquee{

    position:absolute;
    top:92px;
    left:0;
    width:100%;
    min-height:28px;
    overflow:hidden;
    z-index:12;
    display:flex;
    align-items:center;
    background:rgba(0,0,0,.56);
    color:#fff6a8;
    border-top:1px solid rgba(255,255,255,.55);
    border-bottom:1px solid rgba(255,255,255,.55);
    box-shadow:0 6px 14px rgba(0,0,0,.18);

}

.admission-marquee-track{

    display:flex;
    align-items:center;
    gap:34px;
    width:max-content;
    white-space:nowrap;
    padding:0 0 0 100%;
    animation:admissionMarquee 18s linear infinite;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
    text-shadow:0 1px 3px rgba(0,0,0,.55);

}

.admission-marquee-track span{

    position:relative;

}

.admission-marquee-track span:not(:last-child)::after{

    content:"";
    position:absolute;
    top:50%;
    right:-20px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#ff3131;
    transform:translateY(-50%);
    box-shadow:0 0 6px #ff3131;

}

.hero-color-blink{

    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:6px;
    z-index:12;
    background:linear-gradient(90deg,#f2c400,#fff36a,#f2c400,#ffe100);
    background-size:220% 100%;
    animation:heroColorMove 7s linear infinite;
    box-shadow:0 -2px 8px rgba(255,225,0,.45);

}

@keyframes admissionMarquee{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-100%);
    }

}

@keyframes heroColorBlink{

    0%,100%{
        opacity:1;
    }

    50%{
        opacity:.35;
    }

}

@keyframes heroColorMove{

    0%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(90deg,rgba(0,20,52,.76),rgba(0,35,80,.48),rgba(0,0,0,.28));

}

.hero-content{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    text-align:left;

    color:#fff;

    width:90%;

    max-width:980px;

    z-index:5;

}

.hero-tag{

    display:inline-block;

    background:#F7941D;

    padding:12px 30px;

    border-radius:40px;

    margin-bottom:25px;

    font-weight:600;

}

.hero-content h1{

    font-size:clamp(42px,7vw,76px);

    line-height:1.08;

    margin-bottom:25px;

}

.hero-content p{

    font-size:clamp(17px,2vw,22px);

    line-height:1.6;

    margin-bottom:35px;

}

/* Buttons */

.hero-buttons{

    display:flex;

    justify-content:flex-start;

    gap:20px;

}

/* Arrows */

.hero-prev,

.hero-next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.2);

    backdrop-filter:blur(10px);

    color:#fff;

    font-size:22px;

    cursor:pointer;

    z-index:20;

    transition:.3s;

}

.hero-prev:hover,

.hero-next:hover{

    background:#F7941D;

}

.hero-prev{

    left:40px;

}

.hero-next{

    right:40px;

}

/* Dots */

.hero-dots{

    position:absolute;

    bottom:40px;

    left:50%;

    transform:translateX(-50%);

    display:flex;

    gap:12px;

    z-index:10;

}

.dot{

    width:14px;

    height:14px;

    border-radius:50%;

    background:#fff;

    opacity:.5;

    cursor:pointer;

}

.dot.active{

    opacity:1;

    background:#F7941D;

}

@media(max-width:768px){

    .about-hero{

        min-height:640px;

    }

    .admission-marquee{

        top:0;
        min-height:26px;

    }

    .admission-marquee-track{

        gap:30px;
        animation-duration:15s;
        font-size:12px;

    }

    .admission-marquee-track span:not(:last-child)::after{

        right:-18px;
        width:4px;
        height:4px;

    }

    .hero-color-blink{

        height:6px;

    }

    .hero-content{

        top:54%;

    }

    .hero-buttons{

        flex-wrap:wrap;

    }

    .hero-prev,
    .hero-next{

        width:46px;
        height:46px;
        font-size:18px;

    }

    .hero-prev{

        left:16px;

    }

    .hero-next{

        right:16px;

    }

}

/*=========================================
HOME RESPONSIVE FIXES
=========================================*/

@media(max-width:1200px){

    .about-hero{

        min-height:680px;

    }

    .about-hero .hero-content{

        width:86%;
        max-width:760px;
        left:7%;
        right:auto;
        transform:translateY(-50%);

    }

    .why-zcoer{

        padding:90px 5%;

    }

    .why-zcoer .container{

        gap:36px;

    }

}

@media(max-width:992px){

    .top-bar{

        display:none;

    }

    #header{

        top:0;

    }

    .about-hero{

        height:auto;
        min-height:720px;
        padding-top:76px;

    }

    .about-hero .hero-slide{

        min-height:720px;

    }

    .about-hero .hero-content{

        top:54%;
        left:7%;
        right:7%;
        width:auto;
        transform:translateY(-50%);

    }

    .about-hero .hero-content h1{

        font-size:clamp(38px,7vw,58px);

    }

    .why-zcoer{

        padding:80px 6%;

    }

    .why-zcoer .container{

        grid-template-columns:1fr;
        gap:42px;

    }

    .left-content{

        max-width:760px;

    }

    .left-content h2{

        font-size:clamp(34px,5vw,44px);
        line-height:1.18;

    }

    .right-content{

        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:20px;

    }

    .feature-card{

        padding:28px 22px;
        border-radius:12px;

    }

}

@media(max-width:768px){

    body{

        overflow-x:hidden;

    }

    .about-hero{

        min-height:680px;
        padding-top:76px;

    }

    .about-hero .hero-slide{

        min-height:680px;

    }

    .about-hero .hero-slide img{

        object-position:center top;

    }

    .about-hero .hero-overlay{

        background:linear-gradient(180deg,rgba(0,22,50,.78),rgba(0,35,80,.62),rgba(0,0,0,.34));

    }

    .about-hero .hero-content{

        top:52%;
        left:22px;
        right:22px;
        width:auto;
        max-width:none;
        transform:translateY(-50%);
        text-align:left;

    }

    .about-hero .hero-tag{

        padding:9px 16px;
        margin-bottom:16px;
        border-radius:8px;
        font-size:13px;

    }

    .about-hero .hero-content h1{

        font-size:34px;
        line-height:1.16;
        margin-bottom:18px;

    }

    .about-hero .hero-content p{

        font-size:15px;
        line-height:1.65;
        margin-bottom:24px;

    }

    .about-hero .hero-buttons{

        gap:12px;

    }

    .about-hero .btn{

        min-height:46px;
        padding:12px 16px;
        font-size:14px;

    }

    .about-hero .hero-prev,
    .about-hero .hero-next{

        top:auto;
        bottom:28px;
        transform:none;
        width:42px;
        height:42px;
        font-size:16px;

    }

    .about-hero .hero-prev{

        left:22px;

    }

    .about-hero .hero-next{

        right:22px;

    }

    .about-hero .hero-dots{

        bottom:40px;

    }

    .about-hero .dot{

        width:9px;
        height:9px;

    }

    .about-hero .dot.active{

        width:24px;
        border-radius:99px;

    }

    .why-zcoer{

        padding:64px 20px;

    }

    .why-zcoer .container{

        display:grid;
        grid-template-columns:1fr;
        gap:30px;

    }

    .section-tag{

        padding:8px 16px;
        border-radius:8px;
        font-size:13px;
        margin-bottom:16px;

    }

    .left-content h2{

        font-size:30px;
        line-height:1.2;
        margin-bottom:16px;

    }

    .left-content p{

        font-size:15px;
        line-height:1.75;
        margin-bottom:24px;

    }

    .right-content{

        grid-template-columns:1fr;
        gap:16px;

    }

    .feature-card{

        display:grid;
        grid-template-columns:48px 1fr;
        column-gap:16px;
        align-items:center;
        text-align:left;
        padding:20px;
        border-radius:10px;

    }

    .feature-card i{

        grid-row:1 / span 2;
        font-size:34px;
        margin:0;
        text-align:center;

    }

    .feature-card h3{

        margin-bottom:6px;
        font-size:18px;

    }

    .feature-card p{

        line-height:1.6;
        font-size:14px;

    }

}

@media(max-width:480px){

    .about-hero{

        min-height:650px;

    }

    .about-hero .hero-slide{

        min-height:650px;

    }

    .about-hero .hero-content{

        top:51%;
        left:18px;
        right:18px;

    }

    .about-hero .hero-content h1{

        font-size:29px;

    }

    .about-hero .hero-content p{

        font-size:14px;

    }

    .about-hero .hero-buttons{

        flex-direction:column;
        align-items:flex-start;

    }

    .about-hero .btn{

        width:100%;
        justify-content:center;
        text-align:center;

    }

    .about-hero .hero-dots{

        display:none;

    }

    .why-zcoer{

        padding:54px 16px;

    }

    .left-content h2{

        font-size:26px;

    }

    .feature-card{

        grid-template-columns:42px 1fr;
        padding:18px 16px;

    }

}
/*=========================================
EXPERIENCE ZCOER CAMPUS
=========================================*/

.campus-gallery{

    padding:120px 0;

    background:#f7f9fc;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:60px;

}

/* Image Card */

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    cursor:pointer;

    background:#fff;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.45s;

}

/* Animated Border */

.gallery-item::before{

    content:"";

    position:absolute;

    inset:0;

    border:4px solid #F7941D;

    border-radius:20px;

    transform:scale(.85);

    opacity:0;

    transition:.45s;

    z-index:5;

}

.gallery-item:hover::before{

    opacity:1;

    transform:scale(1);

}

/* Image */

.gallery-item img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.7s;

}

/* Zoom Effect */

.gallery-item:hover img{

    transform:scale(1.15);

}

/* Overlay */

.gallery-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

    transparent,

    rgba(0,20,50,.85)

    );

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    align-items:center;

    padding:25px;

    opacity:0;

    transition:.45s;

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

/* Title */

.gallery-overlay h3{

    color:#fff;

    font-size:24px;

    margin-bottom:18px;

    transform:translateY(40px);

    transition:.45s;

}

.gallery-item:hover h3{

    transform:translateY(0);

}

/* Search Icon */

.gallery-icon{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#F7941D;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:24px;

    transform:scale(0);

    transition:.45s;

}

.gallery-item:hover .gallery-icon{

    transform:scale(1);

}

/* Lift Effect */

.gallery-item:hover{

    transform:translateY(-15px);

    box-shadow:0 30px 60px rgba(0,0,0,.18);

}
@media(max-width:1100px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-item img{

height:240px;

}

}
/*=========================================
IMAGE POPUP
=========================================*/

.image-popup{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.92);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.4s;

    z-index:99999;

}

.image-popup.show{

    opacity:1;

    visibility:visible;

}

.popup-image{

    max-width:85%;

    max-height:85vh;

    border-radius:20px;

    box-shadow:0 25px 60px rgba(0,0,0,.45);

    animation:popupZoom .35s ease;

}

@keyframes popupZoom{

    from{

        transform:scale(.75);

        opacity:0;

    }

    to{

        transform:scale(1);

        opacity:1;

    }

}



/* Close Button */

.close-popup{

    position:absolute;

    top:30px;

    right:40px;

    font-size:45px;

    color:#fff;

    cursor:pointer;

    transition:.3s;

}

.close-popup:hover{

    color:#F7941D;

}



/* Navigation */

.popup-prev,

.popup-next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:65px;

    height:65px;

    border:none;

    border-radius:50%;

    background:#ffffff20;

    backdrop-filter:blur(10px);

    color:#fff;

    cursor:pointer;

    font-size:22px;

    transition:.3s;

}

.popup-prev{

    left:40px;

}

.popup-next{

    right:40px;

}

.popup-prev:hover,

.popup-next:hover{

    background:#F7941D;

}

/* Mobile-only fix for placement recruiter cards */
@media (max-width:768px){
    .placement-dashboard{
        padding-left:0;
        padding-right:0;
        overflow:hidden;
    }

    .placement-dashboard .container{
        width:100%;
        max-width:100%;
        padding-left:24px;
        padding-right:24px;
        overflow:hidden;
    }

    .placement-stats{
        width:100%;
    }

    .placement-card{
        width:100%;
        min-width:0;
    }

    .recruiter-slider{
        width:100%;
        max-width:100%;
        overflow:hidden;
    }

    .recruiter-track{
        display:flex;
        align-items:stretch;
        width:max-content;
    }

    .recruiter-logo{
        flex:0 0 170px;
        width:170px;
        height:96px;
        margin-right:16px;
        padding:12px 10px;
    }

    .recruiter-logo strong{
        display:block;
        max-width:100%;
        color:#002B5B;
        font-size:12px;
        line-height:15px;
        white-space:normal;
        overflow-wrap:break-word;
    }
}

@media (max-width:480px){
    .placement-dashboard .container{
        padding-left:18px;
        padding-right:18px;
    }

    .recruiter-logo{
        flex-basis:158px;
        width:158px;
    }
}
