:root{--primary:#0d6efd;--dark:#172033;--light:#f8f9fa}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:#333}.navbar{box-shadow:0 2px 10px rgba(0,0,0,.08)}.navbar-brand{font-weight:700;font-size:1.4rem}.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(rgba(3,3,16,.88),rgba(13,110,253,.88)),url("../../assets/img/hero.avif") center/cover no-repeat;color:#fff}.hero h1{font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:700}.hero p{font-size:1.2rem;max-width:700px}.section-padding{padding:90px 0}.section-title{margin-bottom:50px}.section-title h2{font-weight:700;color:var(--dark)}.section-title p{max-width:700px;margin:auto;color:#6c757d}.service-card{height:100%;border:none;border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.08);transition:.3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.14)}.service-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:rgba(13,110,253,.1);color:var(--primary);border-radius:50%;font-size:2rem;margin-bottom:25px}.about-image{border-radius:20px;width:100%;height:450px;object-fit:cover}.portfolio-card{overflow:hidden;border:none;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.portfolio-card img{height:250px;object-fit:cover;transition:.4s}.portfolio-card:hover img{transform:scale(1.05)}.team-card{border:none;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08)}.team-card img{height:300px;object-fit:cover}.contact-section{background:var(--dark);color:#fff}.contact-info i{font-size:1.5rem;color:#6ea8fe;margin-right:15px}.contact-form{background:#fff;padding:35px;border-radius:15px;color:#333}footer{background:#101522;color:#adb5bd}footer a{color:#adb5bd;text-decoration:none}footer a:hover{color:#fff}.social-icons a{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.1);margin-right:5px}