*{margin:0;padding:0;box-sizing:border-box}body{font-family:poppins,sans-serif;background-color:#fff}.header{background-color:#000;box-shadow:0 2px 6px #fff3;height:120px}.container{display:flex;justify-content:space-between;align-items:center}#logo{width:250px;height:80px;margin-left:80px;margin-top:25px}.heading{display:flex;justify-content:center;width:100%}.heading h1{text-align:center;padding-left:20px;font-size:50px}.nav{list-style:none;display:flex;gap:1.5rem;margin-right:150px;padding-bottom:5px;border-bottom:2px solid transparent;margin-top:50px;transition:color .9s ease,border-bottom .9s ease}nav a{color:#fff;text-decoration:none}nav a:hover{color:red;border-bottom:2px solid red}nav a.active{color:red;border-bottom:2px solid red}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.menu-toggle span{background:#fff;height:3px;width:25px;margin:4px;border-radius:5px}#home{overflow:hidden}#services{padding:3rem 2rem;background-color:#fff}#services h2{text-align:center;margin-bottom:2rem;font-size:2rem;padding-left:10px}#about{width:100%;text-align:center;justify-content:center;display:flex;margin-top:50px}.about-content{width:600px}.title h2{padding-left:10px}.title{display:flex;justify-content:center}.service-box{margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:10px;border:2px solid black;box-shadow:0 0 10px #070707}.slide{width:100%}.service-box h3{color:red;margin-bottom:1rem;font-size:1.4rem}.service-box ul li{margin-bottom:.8rem;line-height:1.6}.footer{background-color:#000;color:#fff;padding:20px 40px;display:flex;justify-content:center}.footer a{color:#fff;text-decoration:none;margin:0 5px;transition:color .3s ease,text-decoration .3s ease}.footer a:hover{color:red;text-decoration:underline}@media (max-width: 768px){.nav-links{display:none;flex-direction:column;width:100%;color:#fff;margin-top:1rem}.nav-links.show,.menu-toggle{display:flex}nav{flex-direction:column;align-items:flex-start}#services,#contact{padding:2rem 1rem}.service-box h3{font-size:1.2rem}#services h2{font-size:1.5rem}.slide{height:200px;object-fit:cover}}
