
/* GLOBAL */
.pc-wrap{font-family:Inter,Arial,sans-serif;color:#333;overflow-x:hidden}
.pc-container{max-width:1200px;margin:auto;padding:80px 20px}

/* HEADER */
.pc-header{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.08);position:sticky;top:0;z-index:999}
.pc-header-inner{max-width:1200px;margin:auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}
.pc-logo{font-size:22px;font-weight:700;color:#0a4da3}
.pc-menu ul{list-style:none;margin:0;padding:0;display:flex}
.pc-menu li{margin-left:20px}
.pc-menu a{text-decoration:none;font-weight:500;color:#333}
.pc-menu a:hover{color:#0a4da3}

/* HERO SLIDER */
.pc-hero{position:relative;height:80vh;background:url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b') center/cover no-repeat}
.pc-hero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55)}
.pc-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:20px}
.pc-hero-content h1{font-size:46px;margin-bottom:15px}
.pc-hero-content p{font-size:18px;max-width:900px;margin:auto}
.pc-btn{background:#1e8f5a;color:#fff;padding:14px 34px;border-radius:30px;font-weight:600;display:inline-block;margin:25px 10px}

/* TITLES */
.pc-title{text-align:center;font-size:34px;color:#0a4da3;margin-bottom:50px}

/* GRID & CARDS */
.pc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}
.pc-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 15px 40px rgba(0,0,0,.08);text-align:center;transition:.4s}
.pc-card:hover{transform:translateY(-10px)}

/* COUNTERS */
.pc-counter{font-size:38px;color:#0a4da3;font-weight:700}
.pc-counter-label{font-size:15px;color:#555}

/* GALLERY */
.pc-gallery img{width:100%;border-radius:16px;transition:.4s}
.pc-gallery img:hover{transform:scale(1.05)}

/* FACULTY */
.pc-faculty img{width:130px;height:130px;border-radius:50%;object-fit:cover;margin-bottom:15px}
.pc-faculty h4{margin:10px 0 5px}
.pc-faculty p{font-size:14px;color:#666}
