@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.header{z-index:1000;width:100%;transition:all .4s;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0a2342eb}.navbar{justify-content:space-between;align-items:center;width:min(92%,1300px);height:85px;margin-inline:auto;display:flex}.navbar.padding-unscrolled{padding-top:60px;padding-bottom:60px}.navbar.padding-scrolled{padding-top:30px;padding-bottom:30px}.logo h2{color:#fff;font-weight:800}.logo span{color:var(--secondary)}.nav{gap:40px;display:flex}.nav a{color:#fff;font-weight:500;position:relative}.nav a:after{content:"";background:var(--secondary);width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}.nav a:hover:after{width:100%}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;display:none}.hamburger span{background:#fff;border-radius:10px;width:28px;height:3px;transition:all .3s}@media (width<=900px){.nav{background:#0a2342;flex-direction:column;justify-content:center;align-items:center;gap:50px;width:100%;height:100vh;transition:all .5s;display:flex;position:fixed;top:0;right:-100%}.nav.active{right:0}.nav a{font-size:30px}.hamburger{display:flex}}.hamburger.active span:first-child{transform:rotate(45deg)translateY(12px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translateY(-12px)}@media (width<=768px){.navbar{height:60px}.logo h2{font-size:22px}}footer{color:#fff;background:#0a2342;padding:40px 0}.footer{grid-template-columns:2.5fr .8fr 1.4fr;gap:40px;display:grid}footer h2 span{color:var(--secondary)}footer p{color:#d1d5db;margin-top:15px}.copyright{color:#d1d5db;background:#374151;padding:10px 0}.copyright-wrapper{justify-content:center;display:flex}@media (width<=768px){.footer{grid-template-columns:1fr;gap:3em}.footer>div{flex-direction:column;align-items:center;display:flex}.copyright-wrapper{flex-direction:column;justify-content:center;align-items:center}}.hero{background:url(https://images.unsplash.com/photo-1541888946425-d81bb19240f5?q=80&w=2000) 50%/cover;align-items:center;height:100vh;display:flex;position:relative}.overlay{background:#0000008c;width:100%;height:100%;position:absolute}.hero-content{z-index:2;color:#fff;position:relative}.hero-content p{letter-spacing:8px;color:#ddd;margin-bottom:30px;font-size:14px}.hero-content h1{max-width:850px;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.hero-content h3{color:#e5e5e5;max-width:700px;margin-top:30px;font-size:clamp(1rem,3vw,1.4rem);font-weight:400}.hero-content button{cursor:pointer;background:var(--secondary);border:none;border-radius:50px;margin-top:45px;padding:14px 28px;font-size:1rem;font-weight:700;transition:all .3s}.hero-content button:hover{transform:translateY(-5px)}.about{background:#fff}.about-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.section-tag{color:var(--secondary);letter-spacing:3px;margin-bottom:20px;font-weight:700}.about-content h2{color:var(--primary);margin-bottom:25px}.about-content p{color:#6b7280;margin-bottom:20px}.about-image img{object-fit:cover;border-radius:25px;width:100%;height:550px}.about-highlights{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;display:grid}.about-highlights div{text-align:center;background:#f8fafc;border-radius:20px;padding:25px}.about-highlights h3{color:var(--secondary)}@media (width<=992px){.about-wrapper,.vision-grid,.about-highlights{grid-template-columns:1fr}}@media (width<=768px){.vision-card,.why-card{padding:30px}.about-image img{height:350px}}.services-page{background:#f8fafc}.services-page h1{color:var(--primary);font-size:clamp(2.2rem,6vw,4rem)}.services-page>div>p{max-width:700px;margin-top:20px;font-size:clamp(1rem,3vw,1.4rem)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:70px;display:grid}.service-card{background:#fff;border-radius:25px;padding:30px;transition:all .4s;box-shadow:0 20px 50px #00000014}.service-card:hover{transform:translateY(-10px)}.service-card h2{margin-bottom:20px;font-size:28px}.service-card p{color:var(--gray);line-height:1.8}@media (width<=500px){.service-card{padding:25px}}.projects h1{color:var(--primary);margin-bottom:70px;font-size:clamp(2.2rem,6vw,4rem)}.project-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.project-card{border-radius:30px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.project-card img{object-fit:cover;height:clamp(220px,40vw,350px);transition:all .8s}.project-card:hover img{transform:scale(1.1)}.project-info{background:#fff;padding:30px}.project-info h2{font-size:clamp(1.4rem,3vw,2rem)}.project-info p{color:gray;margin-top:15px}.founder{background:#f8fafc}.container{padding-bottom:40px}.founder-wrapper{justify-content:center;align-items:center;gap:70px;display:flex}.founder-image{flex:48%;justify-content:center;display:flex}.founder-image img{object-fit:cover;border-radius:32px;width:100%;max-width:500px;height:650px;transition:all .4s;box-shadow:0 20px 50px #00000014}.founder-image img:hover{transform:translateY(-8px)}.founder-content{flex:52%;max-width:600px}.accent-line{background:var(--secondary);border-radius:50px;width:70px;height:4px;margin-bottom:25px}.founder-label{letter-spacing:3px;color:#6b7280;margin-bottom:20px;font-size:.85rem;font-weight:700}.founder-content h2{color:var(--primary);font-size:clamp(2rem,3vw,3rem);font-weight:500;line-height:1.55}.founder-info{margin-top:40px}.founder-info h3{color:var(--primary);font-size:1.5rem;font-weight:700}.founder-info p{color:#6b7280;margin-top:8px;font-size:1rem}@media (width<=992px){.founder-wrapper{text-align:center;flex-direction:column;gap:50px;min-height:auto}.accent-line{margin:auto auto 25px}.founder-image img{aspect-ratio:4/5;width:80%;max-width:420px;height:auto}}@media (width<=576px){.founder-image img{aspect-ratio:4/5;border-radius:24px;width:90%;max-width:320px;height:auto}.founder-content h2{font-size:1.8rem;line-height:1.5}}.leadership{text-align:center;background:#f8fafc}.section-tag{letter-spacing:3px;color:var(--secondary);font-size:.85rem;font-weight:700}.leadership h1{color:var(--primary);margin-top:15px}.section-desc{color:#6b7280;max-width:650px;margin:25px auto}.leaders-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:70px;display:grid}.leader-card{background:#f8fafc;border-radius:25px;transition:all .4s;overflow:hidden;box-shadow:0 15px 40px #0000000f}.leader-card:hover{transform:translateY(-10px)}.leader-image{overflow:hidden}.leader-image img{aspect-ratio:1;object-fit:cover;width:100%;transition:all .5s;display:block}.leader-card:hover img{transform:scale(1.05)}.leader-content{padding:24px 28px 30px}.leader-content h2{color:var(--primary);font-size:1.7rem}.leader-content p{color:#6b7280;margin-top:10px}.team-note{color:#fff;background:#0a2342;border-radius:30px;margin-top:90px;padding:50px}.team-note h3{margin-bottom:20px;font-size:2rem}.team-note p{color:#d1d5db;max-width:700px;margin:auto}@media (width<=768px){.leaders-grid{gap:25px}.team-note{padding:35px 25px}}@media (width<=480px){.leader-content{padding:22px}.leader-content h2{font-size:1.4rem}}.vision{background:#f8fafc}.vision-grid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.vision-card{background:#fff;border-radius:25px;padding:50px;box-shadow:0 15px 40px #0000000d}.icon{margin-bottom:25px;font-size:50px}.vision-card h2{color:var(--primary);margin-bottom:20px}.vision-card p,.vision-card li{color:#6b7280;line-height:1.8}.vision-card ul{padding-left:20px}@media (width<=992px){.about-wrapper,.vision-grid,.about-highlights{grid-template-columns:1fr}}@media (width<=768px){.vision-card,.why-card{padding:30px}.about-image img{height:350px}}.why{text-align:center;background:#fff}.why h2{color:var(--primary);margin-bottom:60px}.why-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.why-card{background:#f8fafc;border-radius:25px;padding:40px 30px;transition:all .3s}.why-card:hover{transform:translateY(-8px)}.why-icon{margin-bottom:20px;font-size:55px}.why-card h3{color:var(--primary);margin-bottom:15px}.why-card p{color:#6b7280}@media (width<=992px){.about-wrapper,.vision-grid,.about-highlights{grid-template-columns:1fr}}@media (width<=768px){.vision-card,.why-card{padding:30px}.about-image img{height:350px}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0a2342;--secondary:#d4a017;--white:#fff;--black:#111827;--gray:#6b7280}html{scroll-behavior:smooth;width:100%}body{width:100%;color:var(--black);font-family:Inter,sans-serif;overflow-x:hidden}section{padding-top:80px;padding-bottom:80px}.container{width:min(92%,1300px);margin-inline:auto;padding-top:60px;padding-bottom:60px}a{color:inherit;text-decoration:none}img{width:100%;display:block}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}p{font-size:clamp(1rem,2vw,1.1rem)}@media (width<=768px){.container{width:94%}section{padding:90px 0!important}.hero{text-align:center}.hero-content{flex-direction:column;align-items:center;display:flex}}
