.about-page{min-height:100vh;background-color:#f8f9fa;padding-bottom:4rem}.hero-banner{background-image:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR-O5o4qv_TiazNsHlWmjgexS1hUJl84XWUEw&s);background-size:cover;background-position:50%;background-attachment:fixed;color:white;text-align:center;padding:10rem 2rem 8rem;margin-bottom:4rem;clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}.hero-banner h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-1px;animation:fadeInDown 1s ease-out}.about-section{max-width:1200px;margin:0 auto 5rem;padding:0 2rem}.section-title{font-size:2.2rem;font-weight:700;color:#1a472a;margin-bottom:2rem;text-align:center;position:relative}.section-title:after{content:"";display:block;width:60px;height:4px;background-color:#e74c3c;margin:.75rem auto 0;border-radius:2px}.history-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:900px){.history-grid{grid-template-columns:1.2fr 1fr}}.history-text{font-size:1.1rem;line-height:1.8;color:#4a5568}.history-text p{margin-bottom:1.2rem}.history-image-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15);transform:rotate(-2deg);transition:transform .4s ease}.history-image-wrapper:hover{transform:rotate(0deg) scale(1.02)}.history-image-wrapper img{width:100%;height:auto;display:block}.mission-vision-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.mission-vision-grid{grid-template-columns:1fr 1fr}}.mv-card{background:white;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.05);border-top:6px solid #1a472a;transition:transform .3s ease,box-shadow .3s ease}.mv-card:nth-child(2){border-top-color:#e74c3c}.mv-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.mv-card h3{font-size:1.8rem;color:#2d3748;margin-bottom:1.2rem;display:flex;align-items:center;gap:12px}.mv-card p{font-size:1.05rem;line-height:1.7;color:#4a5568}.founder-card{background:linear-gradient(145deg,#1a472a,#2d5a3f);color:white;border-radius:24px;padding:4rem 3rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;box-shadow:0 20px 50px rgba(26,71,42,.2)}@media (min-width:900px){.founder-card{grid-template-columns:300px 1fr}}.founder-img-wrapper{border-radius:50%;overflow:hidden;border:6px solid rgba(255,255,255,.2);box-shadow:0 15px 35px rgba(0,0,0,.3);aspect-ratio:1}.founder-img-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.founder-info h3{font-size:2.2rem;margin-bottom:1.5rem;color:#f1c40f}.founder-info p{font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem;opacity:.95}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.work-card{background:white;padding:2.5rem;border-radius:16px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #edf2f7}.work-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.1);border-color:#cbd5e0}.work-card h3{font-size:1.5rem;color:#1a472a;margin-bottom:1.5rem;border-bottom:2px solid #f1f5f9;padding-bottom:.75rem}.work-card ul{list-style:none;padding:0}.work-card li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#4a5568;line-height:1.6}.work-card li:before{content:"→";position:absolute;left:0;color:#e74c3c;font-weight:700}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.leader-card{background:white;border-radius:16px;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.04);transition:transform .3s ease}.leader-card:hover{transform:translateY(-10px)}.leader-card img{width:160px;height:160px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto 1.5rem;border:4px solid #f1f5f9;box-shadow:0 10px 20px rgba(0,0,0,.08)}.leader-card h3{font-size:1.4rem;color:#2d3748;margin-bottom:.5rem}.leader-card p{color:#e74c3c;font-weight:600;font-size:.95rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-rows:240px;gap:1.5rem}.gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.1);position:relative}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity .3s ease}.gallery-item:hover:after{opacity:1}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.1)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}