/*=========================================
PAGE HERO
=========================================*/

.page-hero{

    background:linear-gradient(rgba(0,0,0,.70),rgba(0,0,0,.70)),
    url("../images/about-banner.jpg");

    background-size:cover;

    background-position:center;

    padding:170px 0 120px;

    text-align:center;

}

.page-content{

    max-width:850px;

    margin:auto;

}

.page-content span{

    display:inline-block;

    padding:10px 22px;

    background:#d4af37;

    color:#fff;

    border-radius:40px;

    margin-bottom:25px;

    font-weight:600;

}

.page-content h1{

    color:#fff;

    font-size:64px;

    margin-bottom:25px;

}

.page-content p{

    color:#ddd;

    font-size:20px;

    line-height:1.8;

    margin-bottom:30px;

}

.breadcrumb{

    color:#fff;

}

.breadcrumb a{

    color:#d4af37;

}

@media(max-width:768px){

.page-hero{

padding:130px 0 90px;

}

.page-content h1{

font-size:42px;

}

.page-content p{

font-size:17px;

}

}
/*=========================================
ABOUT INSTITUTE
=========================================*/

.about-institute{

    padding:120px 0;

    background:#fff;

}

.about-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:25px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.experience-box{

    position:absolute;

    bottom:35px;

    right:-30px;

    width:180px;

    height:180px;

    background:#d4af37;

    border-radius:50%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    color:#fff;

    box-shadow:0 20px 45px rgba(212,175,55,.4);

}

.experience-box h2{

    font-size:48px;

    margin-bottom:5px;

}

.experience-box span{

    text-align:center;

    font-size:15px;

    line-height:1.4;

}

.section-tag{

    display:inline-block;

    background:#fff7df;

    color:#d4af37;

    padding:10px 22px;

    border-radius:40px;

    margin-bottom:20px;

    font-weight:600;

}

.about-content h2{

    font-size:46px;

    color:#111;

    line-height:1.3;

    margin-bottom:25px;

}

.about-content p{

    color:#666;

    font-size:17px;

    line-height:1.9;

    margin-bottom:20px;

}

.about-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin:40px 0;

}

.feature-box{

    display:flex;

    align-items:center;

    gap:18px;

    padding:22px;

    border-radius:18px;

    background:#fafafa;

    transition:.35s;

}

.feature-box:hover{

    background:#d4af37;

    transform:translateY(-6px);

}

.feature-box i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#fff;

    color:#d4af37;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.feature-box h4{

    font-size:24px;

    color:#111;

    margin-bottom:5px;

}

.feature-box span{

    color:#666;

}

.feature-box:hover h4,

.feature-box:hover span{

    color:#fff;

}

@media(max-width:992px){

.about-wrapper{

grid-template-columns:1fr;

}

.experience-box{

right:20px;

bottom:20px;

}

}

@media(max-width:768px){

.about-institute{

padding:80px 0;

}

.about-content h2{

font-size:34px;

}

.about-features{

grid-template-columns:1fr;

}

.experience-box{

width:130px;

height:130px;

}

.experience-box h2{

font-size:34px;

}

}
/*=========================================
CHAIRMAN SECTION
=========================================*/

.chairman-section{

    padding:120px 0;

    background:#fafafa;

}

.chairman-wrapper{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:80px;

    align-items:center;

}

.chairman-image{

    position:relative;

}

.chairman-image img{

    width:100%;

    border-radius:25px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.chairman-content h2{

    font-size:46px;

    margin:20px 0 30px;

    color:#111;

}

.quote-box{

    background:#fff;

    border-left:6px solid #d4af37;

    padding:30px;

    border-radius:15px;

    margin-bottom:30px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.quote-box i{

    color:#d4af37;

    font-size:36px;

    margin-bottom:20px;

}

.quote-box p{

    font-size:18px;

    line-height:1.9;

    font-style:italic;

    color:#555;

}

.chairman-content p{

    font-size:17px;

    line-height:1.9;

    color:#666;

    margin-bottom:20px;

}

.chairman-info{

    margin-top:35px;

    padding-top:25px;

    border-top:1px solid #ddd;

}

.chairman-info h3{

    font-size:28px;

    color:#111;

    margin-bottom:8px;

}

.chairman-info span{

    color:#d4af37;

    font-weight:600;

}

@media(max-width:992px){

.chairman-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.chairman-image{

max-width:420px;

margin:auto;

}

.quote-box{

text-align:left;

}

}

@media(max-width:768px){

.chairman-section{

padding:80px 0;

}

.chairman-content h2{

font-size:34px;

}

}
/*=========================================
VISION & MISSION
=========================================*/

.vision-mission{

    padding:120px 0;

    background:#ffffff;

}

.section-heading{

    text-align:center;

    max-width:750px;

    margin:0 auto 70px;

}

.section-heading h2{

    font-size:46px;

    color:#111;

    margin:20px 0;

}

.section-heading p{

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.vision-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-bottom:60px;

}

.vision-card{

    background:#111;

    color:#fff;

    padding:50px 40px;

    border-radius:25px;

    position:relative;

    overflow:hidden;

    transition:.35s;

}

.vision-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(212,175,55,.10);

    border-radius:50%;

    top:-100px;

    right:-80px;

}

.vision-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.vision-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#d4af37;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.vision-icon i{

    font-size:34px;

    color:#111;

}

.vision-card h3{

    font-size:32px;

    margin-bottom:20px;

}

.vision-card p{

    color:#ddd;

    line-height:1.9;

}

.core-values{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.value-box{

    background:#fafafa;

    padding:35px;

    border-radius:20px;

    text-align:center;

    transition:.35s;

}

.value-box:hover{

    background:#d4af37;

    transform:translateY(-8px);

}

.value-box i{

    font-size:42px;

    color:#d4af37;

    margin-bottom:20px;

}

.value-box:hover i{

    color:#fff;

}

.value-box h4{

    font-size:22px;

    color:#111;

}

.value-box:hover h4{

    color:#fff;

}

@media(max-width:992px){

    .vision-grid{

        grid-template-columns:1fr;

    }

    .core-values{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .vision-mission{

        padding:80px 0;

    }

    .section-heading h2{

        font-size:34px;

    }

    .core-values{

        grid-template-columns:1fr;

    }

}
/*=========================================
OUR JOURNEY
=========================================*/

.journey-section{

    padding:120px 0;

    background:#f8f8f8;

}

.timeline{

    position:relative;

    max-width:1100px;

    margin:70px auto 0;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:4px;

    height:100%;

    background:#d4af37;

}

.timeline-item{

    width:50%;

    position:relative;

    padding:20px 45px;

}

.timeline-item.left{

    left:0;

    text-align:right;

}

.timeline-item.right{

    left:50%;

}

.timeline-content{

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    position:relative;

    transition:.35s;

}

.timeline-content:hover{

    transform:translateY(-8px);

}

.timeline-item::before{

    content:"";

    position:absolute;

    top:40px;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#d4af37;

    border:5px solid #fff;

    box-shadow:0 0 0 4px rgba(212,175,55,.25);

}

.timeline-item.left::before{

    right:-12px;

}

.timeline-item.right::before{

    left:-12px;

}

.year{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#d4af37;

    color:#fff;

    font-weight:700;

    margin-bottom:18px;

}

.timeline-content h3{

    font-size:26px;

    color:#111;

    margin-bottom:15px;

}

.timeline-content p{

    color:#666;

    line-height:1.8;

}

@media(max-width:992px){

.timeline::before{

left:20px;

}

.timeline-item{

width:100%;

padding-left:60px;

padding-right:0;

margin-bottom:40px;

}

.timeline-item.left,

.timeline-item.right{

left:0;

text-align:left;

}

.timeline-item::before{

left:9px;

}

.timeline-item.left::before{

right:auto;

}

}

@media(max-width:768px){

.journey-section{

padding:80px 0;

}

.timeline-content{

padding:25px;

}

.timeline-content h3{

font-size:22px;

}

}
/*=========================================
INFRASTRUCTURE
=========================================*/

.infrastructure{

    padding:120px 0;

    background:#ffffff;

}

.infrastructure-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:70px;

}

.infra-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.infra-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.infra-card img{

    width:100%;

    height:240px;

    object-fit:cover;

    display:block;

}

.infra-content{

    padding:30px;

}

.infra-content i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#d4af37;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    margin-bottom:20px;

}

.infra-content h3{

    font-size:26px;

    color:#111;

    margin-bottom:15px;

}

.infra-content p{

    color:#666;

    line-height:1.8;

}

@media(max-width:992px){

.infrastructure-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.infrastructure{

padding:80px 0;

}

.infrastructure-grid{

grid-template-columns:1fr;

}

.infra-card img{

height:220px;

}

}
/*=========================================
ACHIEVEMENTS
=========================================*/

.achievements{

    padding:120px 0;

    background:#0d0d0d;

}

.section-heading.light h2,
.section-heading.light p{

    color:#fff;

}

.achievement-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}

.achievement-card{

    background:#171717;

    padding:40px 25px;

    border-radius:22px;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(212,175,55,.15);

}

.achievement-card:hover{

    transform:translateY(-10px);

    background:#d4af37;

}

.achievement-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.achievement-icon i{

    color:#d4af37;

    font-size:34px;

}

.achievement-card h3{

    color:#fff;

    font-size:42px;

    margin-bottom:10px;

}

.achievement-card span{

    color:#ccc;

}

.achievement-card:hover h3,
.achievement-card:hover span{

    color:#111;

}

.award-wrapper{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:80px;

}

.award-card{

    background:#171717;

    padding:35px;

    border-radius:20px;

    border-left:5px solid #d4af37;

}

.award-card i{

    color:#d4af37;

    font-size:40px;

    margin-bottom:20px;

}

.award-card h4{

    color:#fff;

    font-size:24px;

    margin-bottom:15px;

}

.award-card p{

    color:#bbb;

    line-height:1.8;

}

@media(max-width:992px){

.achievement-grid{

grid-template-columns:repeat(2,1fr);

}

.award-wrapper{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.achievements{

padding:80px 0;

}

.achievement-grid{

grid-template-columns:1fr;

}

}
/*=========================================
FACULTY
=========================================*/

.faculty-section{

    padding:120px 0;

    background:#ffffff;

}

.faculty-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:70px;

}

.faculty-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.faculty-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.faculty-image{

    position:relative;

}

.faculty-image img{

    width:100%;

    height:360px;

    object-fit:cover;

    display:block;

}

.experience{

    position:absolute;

    left:20px;

    top:20px;

    background:#d4af37;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.faculty-content{

    padding:30px;

}

.faculty-content h3{

    font-size:28px;

    color:#111;

    margin-bottom:10px;

}

.faculty-content p{

    color:#777;

    margin-bottom:25px;

}

.faculty-social{

    display:flex;

    justify-content:center;

    gap:15px;

}

.faculty-social a{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#f4f4f4;

    color:#111;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

}

.faculty-social a:hover{

    background:#d4af37;

    color:#fff;

}

.faculty-btn{

    margin-top:60px;

    text-align:center;

}

@media(max-width:992px){

.faculty-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.faculty-section{

padding:80px 0;

}

.faculty-grid{

grid-template-columns:1fr;

}

.faculty-image img{

height:320px;

}

}