/*==================================================
ABOUT HERO
==================================================*/

.about-hero{

    padding:140px 0;

    background:linear-gradient(135deg,#0B2A68,#143B8D);

    color:#fff;

    position:relative;

    overflow:hidden;

}

.about-hero::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    right:-120px;

}

.about-hero::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    bottom:-150px;

    left:-100px;

}

.about-hero-content{

    position:relative;

    z-index:2;

    max-width:760px;

}

.page-tag{

    display:inline-block;

    background:rgba(255,255,255,.12);

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:30px;

}

.about-hero h1{

    font-size:64px;

    line-height:1.1;

    color:#fff;

    margin-bottom:25px;

}

.about-hero h1 span{

    display:block;

    color:var(--accent-yellow);

}

.about-hero p{

    font-size:20px;

    line-height:1.8;

    opacity:.95;

    margin-bottom:40px;

    max-width:650px;

}

@media(max-width:768px){

.about-hero{

padding:100px 0;

}

.about-hero h1{

font-size:42px;

}

.about-hero p{

font-size:17px;

}

}



/*==================================================
ABOUT INTRODUCTION
==================================================*/

.about-introduction{

    padding:100px 0;

    background:#fff;

}

.about-grid{

    display:grid;

    grid-template-columns:.9fr 1.1fr;

    gap:80px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:var(--shadow);

}

.experience-box{

    position:absolute;

    bottom:30px;

    right:-30px;

    width:180px;

    background:var(--secondary);

    color:#fff;

    padding:25px;

    border-radius:18px;

    text-align:center;

    box-shadow:var(--shadow);

}

.experience-box h3{

    font-size:52px;

    line-height:1;

    margin-bottom:8px;

}

.experience-box span{

    font-size:16px;

    display:block;

}

.section-subtitle{

    display:inline-block;

    color:var(--secondary);

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:18px;

}

.about-content h2{

    font-size:52px;

    color:var(--heading);

    line-height:1.2;

    margin-bottom:30px;

}

.about-content h2 span{

    color:var(--secondary);

}

.about-content p{

    margin-bottom:20px;

    line-height:1.9;

    color:var(--text);

}

.about-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin:40px 0;

}

.highlight{

    background:#F8FAFC;

    border-radius:12px;

    padding:14px 18px;

    color:var(--heading);

    font-weight:600;

    border:1px solid var(--border);

    transition:.3s;

}

.highlight:hover{

    background:var(--primary);

    color:#fff;

}

@media(max-width:992px){

.about-grid{

grid-template-columns:1fr;

gap:50px;

}

.experience-box{

right:20px;

}

}

@media(max-width:576px){

.about-content h2{

font-size:34px;

}

.about-highlights{

grid-template-columns:1fr;

}

.experience-box{

position:relative;

right:auto;

bottom:auto;

margin-top:20px;

width:100%;

}

}

/*==================================================
MISSION & VISION
==================================================*/

.mission-vision{

    padding:100px 0;

    background:var(--section-alt);

}

.mission-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.mission-card{

    background:#fff;

    border-radius:22px;

    padding:45px;

    text-align:center;

    border:1px solid var(--border);

    transition:.35s;

    position:relative;

    overflow:hidden;

    box-shadow:var(--shadow-light);

}

.mission-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:6px;

    background:var(--secondary);

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.mission-card:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow);

}

.mission-card:hover::before{

    transform:scaleX(1);

}

.mission-icon{

    width:90px;

    height:90px;

    margin:0 auto 30px;

    border-radius:50%;

    background:rgba(255,122,0,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

}

.mission-icon.vision{

    background:rgba(11,42,104,.12);

}

.mission-card h3{

    font-size:30px;

    color:var(--heading);

    margin-bottom:20px;

}

.mission-card p{

    color:var(--text);

    line-height:1.9;

}

@media(max-width:768px){

.mission-grid{

    grid-template-columns:1fr;

}

.mission-card{

    padding:35px 25px;

}

}

/*==================================================
TEACHING APPROACH
==================================================*/

.teaching-approach{

    padding:100px 0;

    background:#fff;

}

.approach-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:50px;

}

.approach-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    border:1px solid var(--border);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.approach-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:var(--secondary);

    transform:scaleY(0);

    transform-origin:top;

    transition:.35s;

}

.approach-card:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow);

}

.approach-card:hover::before{

    transform:scaleY(1);

}

.approach-number{

    width:60px;

    height:60px;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:700;

    margin-bottom:25px;

}

.approach-card h3{

    font-size:24px;

    color:var(--heading);

    margin-bottom:15px;

}

.approach-card p{

    color:var(--text);

    line-height:1.8;

}

@media(max-width:992px){

.approach-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.approach-grid{

grid-template-columns:1fr;

}

.approach-card{

padding:28px;

}

}

/*==================================================
FACULTY
==================================================*/

.faculty-section{

    padding:100px 0;

    background:var(--section-alt);

}

.section-description{

    max-width:720px;

    margin:20px auto 0;

    text-align:center;

    color:var(--text);

    line-height:1.8;

}

.faculty-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.faculty-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    box-shadow:var(--shadow-light);

}

.faculty-card:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow);

}

.faculty-image{

    overflow:hidden;

}

.faculty-image img{

    width:100%;

    height:420px;

    object-fit:cover;

    transition:.5s;

}

.faculty-card:hover .faculty-image img{

    transform:scale(1.08);

}

.faculty-content{

    padding:30px;

}

.faculty-role{

    display:inline-block;

    background:rgba(255,122,0,.12);

    color:var(--secondary);

    padding:8px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}

.faculty-content h3{

    font-size:28px;

    color:var(--heading);

    margin-bottom:15px;

}

.faculty-content p{

    color:var(--text);

    line-height:1.8;

}

@media(max-width:992px){

.faculty-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.faculty-grid{

grid-template-columns:1fr;

}

.faculty-image img{

height:360px;

}

}

/*==================================================
ABOUT CONTACT
==================================================*/

.about-contact{

    padding:100px 0;

    background:#fff;

}

.contact-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:50px;

    margin-top:50px;

}

.contact-information{

    display:flex;

    flex-direction:column;

    gap:25px;

}

.contact-card{

    display:flex;

    gap:20px;

    background:#fff;

    padding:25px;

    border-radius:18px;

    border:1px solid var(--border);

    transition:.35s;

}

.contact-card:hover{

    transform:translateY(-5px);

    box-shadow:var(--shadow);

}

.contact-icon{

    width:65px;

    height:65px;

    border-radius:50%;

    background:rgba(255,122,0,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    flex-shrink:0;

}

.contact-card h3{

    color:var(--heading);

    font-size:22px;

    margin-bottom:10px;

}

.contact-card p{

    color:var(--text);

    line-height:1.8;

}

.contact-card a{

    color:var(--primary);

}

.contact-map{

    border-radius:22px;

    overflow:hidden;

    box-shadow:var(--shadow);

}

.contact-map iframe{

    width:100%;

    height:100%;

    min-height:600px;

    border:0;

}

@media(max-width:992px){

.contact-grid{

grid-template-columns:1fr;

}

.contact-map iframe{

min-height:420px;

}

}

@media(max-width:576px){

.contact-card{

flex-direction:column;

text-align:center;

align-items:center;

}

}

/*==================================
TRUST SECTION
==================================*/

.trust-section{

    padding:100px 0;

    background:var(--section-alt);

}

.trust-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:50px;

}

.trust-card{

    background:#fff;

    border-radius:20px;

    padding:40px 25px;

    text-align:center;

    border:1px solid var(--border);

    transition:.35s;

    box-shadow:var(--shadow-light);

}

.trust-card:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow);

}

.trust-card h3{

    font-size:52px;

    color:var(--secondary);

    margin-bottom:15px;

    line-height:1;

}

.trust-card p{

    color:var(--heading);

    font-size:18px;

    font-weight:600;

}

@media(max-width:992px){

.trust-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.trust-grid{

    grid-template-columns:1fr;

}

}